-
i'm using Power Query in Excel to filter some .txt files, extract a time value from each and show the results.The problem is the original data which comes in 3 different formats:3:42.8070:01:48.19......
-
I am looking for ways to interrogate parquet files in PowerShell 7.I found the following can read the file (not tried). Can it be run via PowerShell 7?select top 10 *from openrowset(bulk '......
-
I am having java code:public class Test { public static void main(String[] args) { Student student = new Student(1,"test"); printId(student); } private static void printId(Student ......
-
I need help with starting the SonarQube 7.1 web server. I have a Windows 10 64 bit OS and I am running the StartSonar.bat for 64 bit and referencing jdk1.8.0_172. The SonarQube web server is not ......
-
I am quite new with tslint-eslint-rules and I am planning to use this in my project . But moving forward I have to use this as a plugin in SonarQube(which is also quite new to me) as well . I know ......
-
I am trying to anaylse my maven project through jenkins pipeline.I have configured my SonarQube server instance in global settings of Jenkins with authorized token and server URL.Following is the ......
-
I am using soarqube version 8.4.2. We have different groups to review code in sonarqube. but i need to create one group, whose user can just check and see reports and can not access/ update issue or ......
-
I would like to show multiply module metrics on a common Sonar dashboard with free or dafault available widget. Is that possible?We use SonarQube Version 5.6.3....
-
Suddenly I'm experiencing a huge problem in my Sonar. I cannot access some of the main pages under my projects.For example, once I click on the project,home page not loadingMeasures page not ......
-
We have a process to produce any violations related to secrets in code. These violations can be in any type of code files, for example XML, jsom, configs or c#, Java code files. Our scanner runs as ......
-
I'm trying to get only ONE relation in the CONSTRUCT.Please let me introduce the problem....There is an Actor (actorURI) which has a relation with another Actor (actor2URI).There is only ONE ......
-
How to configure sonar.projectKey under sonar-project.properties so that we can get apply custom permission template for new project report automatically.Does anyone try that?I was trying all type ......
-
I'm using SonarQube 5.1 and sometimes am able to complete the analysis but most of the times it is failing.I tried to set this in sonar.properties:sonar.jdbc.maxWait=400000sonar.preview.......
-
I'm new to Sonarqube, In order to Localization, I installed the French plugin from Marketplace, but I don't know how to change the default language of seven version of Sonarqube.Is it possible to ......
-
In Sonarqube 6.7.3, is it possible to get the project creation date using Web API?In the earlier version, using "api/resources", would return the value "creationDate"....