]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoMerge pull request #609 from SonarSource/feature/coveralls
Stas Vilchik [Mon, 2 Nov 2015 15:50:56 +0000 (16:50 +0100)]
Merge pull request #609 from SonarSource/feature/coveralls

send coverage report to coveralls

8 years agoclean up package.json
Stas Vilchik [Mon, 2 Nov 2015 15:01:41 +0000 (16:01 +0100)]
clean up package.json

8 years agorefactor urls helper
Stas Vilchik [Mon, 2 Nov 2015 15:00:33 +0000 (16:00 +0100)]
refactor urls helper

8 years agodrop coverage of jsx files
Stas Vilchik [Mon, 2 Nov 2015 13:24:14 +0000 (14:24 +0100)]
drop coverage of jsx files

8 years agorefactor measure formatting
Stas Vilchik [Mon, 2 Nov 2015 10:23:36 +0000 (11:23 +0100)]
refactor measure formatting

8 years agoSONAR-6331 improve display of measures on the project overview page
Stas Vilchik [Mon, 2 Nov 2015 09:17:58 +0000 (10:17 +0100)]
SONAR-6331 improve display of measures on the project overview page

8 years agoAutomatic merge from branch-5.2
Jenkins CI [Mon, 2 Nov 2015 07:01:18 +0000 (08:01 +0100)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  SONAR-5851 Add back the WS /profiles/export web page

8 years agoSONAR-6355 Fix IT 605/head
Julien Lancelot [Wed, 28 Oct 2015 17:04:29 +0000 (18:04 +0100)]
SONAR-6355 Fix IT

8 years agoSONAR-6355 Default quality gate should used period 1
Julien Lancelot [Wed, 28 Oct 2015 16:03:15 +0000 (17:03 +0100)]
SONAR-6355 Default quality gate should used period 1

As the period 1 is now the leak period, the quality gate should then use this period

8 years agoSONAR-6355 Period 1 is now the leak period
Julien Lancelot [Wed, 28 Oct 2015 15:06:56 +0000 (16:06 +0100)]
SONAR-6355 Period 1 is now the leak period

Period 1 is renamed 'Leak Period' and set to 'since previous version'
Period 2 is now set to 'since previous analyis'
Period 3 is now set to 'over 30 days'

8 years agoReactivate since_previous_version_should_use_first_analysis_when_no_version_found IT
Julien Lancelot [Fri, 30 Oct 2015 10:23:00 +0000 (11:23 +0100)]
Reactivate since_previous_version_should_use_first_analysis_when_no_version_found IT

8 years agoTemporary ignore IT
Julien Lancelot [Fri, 30 Oct 2015 10:10:13 +0000 (11:10 +0100)]
Temporary ignore IT

8 years agoSONAR-6331 improve UX of the project overview page
Stas Vilchik [Wed, 28 Oct 2015 09:25:13 +0000 (10:25 +0100)]
SONAR-6331 improve UX of the project overview page

8 years agoSONAR-5851 Add back the WS /profiles/export web page 608/head
Teryk Bellahsene [Thu, 29 Oct 2015 16:42:33 +0000 (17:42 +0100)]
SONAR-5851 Add back the WS /profiles/export web page

8 years agoFix since_previous_version_should_use_first_analysis_when_no_version_found IT
Julien Lancelot [Fri, 30 Oct 2015 08:24:16 +0000 (09:24 +0100)]
Fix since_previous_version_should_use_first_analysis_when_no_version_found IT

8 years agoMerge remote-tracking branch 'origin/branch-5.2'
Simon Brandhof [Fri, 30 Oct 2015 08:21:54 +0000 (09:21 +0100)]
Merge remote-tracking branch 'origin/branch-5.2'

8 years agoComplete javadoc of RulesDefinitionXmlLoader
Simon Brandhof [Thu, 29 Oct 2015 21:51:31 +0000 (22:51 +0100)]
Complete javadoc of RulesDefinitionXmlLoader

8 years agoLoad ProfileExporter[] when no ProfileImporter is found
Teryk Bellahsene [Thu, 29 Oct 2015 15:37:56 +0000 (16:37 +0100)]
Load ProfileExporter[] when no ProfileImporter is found

8 years agoExecute Protocol Buffer compiler during build
Evgeny Mandrikov [Thu, 15 Oct 2015 03:25:27 +0000 (05:25 +0200)]
Execute Protocol Buffer compiler during build

Dependency for compiler selected based on platform. Supported platforms
are Windows/Linux x86/64 and Mac OS. Configuration in root POM to avoid
duplication.

This also makes version of compiler consistent with version of library.
Previously it was 3.0.0-a3 and 3.0.0-beta-1 respectively, now both are
3.0.0-beta-1. And removes all existing auto generated files and scripts
for their creation as well as their traces (such as comments and
exclusions for SonarQube).

8 years agoDo not deploy internal artifacts to maven central repo
Simon Brandhof [Thu, 29 Oct 2015 15:06:31 +0000 (16:06 +0100)]
Do not deploy internal artifacts to maven central repo

8 years agoMove PurgeTest IT
Julien Lancelot [Thu, 29 Oct 2015 14:07:08 +0000 (15:07 +0100)]
Move PurgeTest IT

8 years agoMove NewIssuesMeasureTest IT
Julien Lancelot [Thu, 29 Oct 2015 13:41:13 +0000 (14:41 +0100)]
Move NewIssuesMeasureTest IT

8 years agoSONAR-6729 CE not fail anymore when no quality profile found 603/head
Julien Lancelot [Wed, 28 Oct 2015 10:51:53 +0000 (11:51 +0100)]
SONAR-6729 CE not fail anymore when no quality profile found

8 years agoSONAR-6356 Add IT 604/head
Julien Lancelot [Wed, 28 Oct 2015 14:36:05 +0000 (15:36 +0100)]
SONAR-6356 Add IT

8 years agoSONAR-6356 Always feed the 'since previous version' period
Julien Lancelot [Tue, 27 Oct 2015 16:22:42 +0000 (17:22 +0100)]
SONAR-6356 Always feed the 'since previous version' period

Since previous version period use the first snapshot when no previous version exist

8 years agoMove measure history ITs
Julien Lancelot [Wed, 28 Oct 2015 09:37:18 +0000 (10:37 +0100)]
Move measure history ITs

8 years agoRefactor Periods to increase coverage
Julien Lancelot [Tue, 27 Oct 2015 15:59:54 +0000 (16:59 +0100)]
Refactor Periods to increase coverage

8 years agoRemove no more used SQL query
Julien Lancelot [Mon, 26 Oct 2015 16:12:19 +0000 (17:12 +0100)]
Remove no more used SQL query

8 years agoAutomatic merge from branch-5.2
Jenkins CI [Thu, 29 Oct 2015 07:01:26 +0000 (08:01 +0100)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  do not cache node_modules in travis

8 years agodo not cache node_modules in travis
Stas Vilchik [Wed, 28 Oct 2015 12:52:03 +0000 (13:52 +0100)]
do not cache node_modules in travis

8 years agoAutomatic merge from branch-5.2
Jenkins CI [Wed, 28 Oct 2015 07:01:16 +0000 (08:01 +0100)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 5.2-RC4

8 years agoSONAR-6942 Add empty folder for preview analysis
Julien Lancelot [Tue, 27 Oct 2015 21:31:23 +0000 (22:31 +0100)]
SONAR-6942 Add empty folder for preview analysis

8 years agoSONAR-6942 Add empty folders
Julien Lancelot [Tue, 27 Oct 2015 21:04:52 +0000 (22:04 +0100)]
SONAR-6942 Add empty folders

8 years agoRemove build of orchestrator
Simon Brandhof [Tue, 27 Oct 2015 20:40:25 +0000 (21:40 +0100)]
Remove build of orchestrator

8 years agoSONAR-6942 Reorganize ITs
Julien Lancelot [Fri, 23 Oct 2015 14:24:31 +0000 (16:24 +0200)]
SONAR-6942 Reorganize ITs

8 years agoMove NetworkUtils to util package
Julien Lancelot [Fri, 23 Oct 2015 09:22:27 +0000 (11:22 +0200)]
Move NetworkUtils to util package

8 years agoMove selenium package to util.selenium package
Julien Lancelot [Fri, 23 Oct 2015 09:17:05 +0000 (11:17 +0200)]
Move selenium package to util.selenium package

8 years agoSONAR-6331 small ui improvement
Stas Vilchik [Tue, 27 Oct 2015 15:46:26 +0000 (16:46 +0100)]
SONAR-6331 small ui improvement

8 years agoupgrade to react 0.14.0
Stas Vilchik [Tue, 27 Oct 2015 15:31:33 +0000 (16:31 +0100)]
upgrade to react 0.14.0

8 years agoSONAR-6331 fix for provisioned project
Stas Vilchik [Tue, 27 Oct 2015 14:55:40 +0000 (15:55 +0100)]
SONAR-6331 fix for provisioned project

8 years agoSONAR-6331 fix for provisioned project
Stas Vilchik [Tue, 27 Oct 2015 14:10:49 +0000 (15:10 +0100)]
SONAR-6331 fix for provisioned project

8 years agoSONAR-6331 apply feedback
Stas Vilchik [Tue, 27 Oct 2015 14:04:06 +0000 (15:04 +0100)]
SONAR-6331 apply feedback

8 years ago[maven-release-plugin] prepare for next development iteration
Thomas Vérin [Tue, 27 Oct 2015 13:46:02 +0000 (14:46 +0100)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 5.2-RC4
Thomas Vérin [Tue, 27 Oct 2015 13:46:01 +0000 (14:46 +0100)]
[maven-release-plugin] prepare release 5.2-RC4

8 years agoimprove code quality
Stas Vilchik [Tue, 27 Oct 2015 13:27:03 +0000 (14:27 +0100)]
improve code quality

8 years agoSONAR-6359 apply feedback
Stas Vilchik [Tue, 27 Oct 2015 13:13:41 +0000 (14:13 +0100)]
SONAR-6359 apply feedback

8 years agoSONAR-6331 improve rendering of domain tabs
Stas Vilchik [Tue, 27 Oct 2015 12:57:01 +0000 (13:57 +0100)]
SONAR-6331 improve rendering of domain tabs

8 years agoAutomatic merge from branch-5.2
Jenkins CI [Tue, 27 Oct 2015 11:11:10 +0000 (12:11 +0100)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  SONAR-6834 Purge CE_ACTIVITY when deleting a project
  SONAR-5876 Add l10n info for the metric
  SONAR-6414 Indexing tests should update updatedAt field
  SONAR-6824 Use SCM Info repo
  SONAR-5794 Send notification step should not use batch repo to get project name

8 years agoSONAR-6834 Purge CE_ACTIVITY when deleting a project
Julien Lancelot [Tue, 27 Oct 2015 10:16:50 +0000 (11:16 +0100)]
SONAR-6834 Purge CE_ACTIVITY when deleting a project

8 years agoadd web tests for charts
Stas Vilchik [Tue, 27 Oct 2015 10:51:04 +0000 (11:51 +0100)]
add web tests for charts

8 years agoSONAR-6331 apply feedback
Stas Vilchik [Mon, 26 Oct 2015 17:54:59 +0000 (18:54 +0100)]
SONAR-6331 apply feedback

8 years agoSONAR-5876 Add l10n info for the metric 601/head
Julien Lancelot [Tue, 27 Oct 2015 08:56:48 +0000 (09:56 +0100)]
SONAR-5876 Add l10n info for the metric

8 years agoSONAR-6414 Indexing tests should update updatedAt field 600/head
Julien Lancelot [Mon, 26 Oct 2015 17:00:02 +0000 (18:00 +0100)]
SONAR-6414 Indexing tests should update updatedAt field

8 years agoSONAR-6824 Use SCM Info repo 598/head
Julien Lancelot [Mon, 26 Oct 2015 14:27:03 +0000 (15:27 +0100)]
SONAR-6824 Use SCM Info repo

8 years agoSONAR-5794 Send notification step should not use batch repo to get project name 599/head
Julien Lancelot [Mon, 26 Oct 2015 14:24:43 +0000 (15:24 +0100)]
SONAR-5794 Send notification step should not use batch repo to get project name

8 years agoAutomatic merge from branch-5.2
Jenkins CI [Tue, 27 Oct 2015 07:01:20 +0000 (08:01 +0100)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  Do not log the size of uncompressed CE report
  improve display of default non-official logo

8 years agoDo not log the size of uncompressed CE report
Simon Brandhof [Mon, 26 Oct 2015 21:23:30 +0000 (22:23 +0100)]
Do not log the size of uncompressed CE report

Value is useless compared to the time required to
compute it. Size of compressed report is enough.

8 years agoimprove display of default non-official logo
Stas Vilchik [Mon, 26 Oct 2015 16:29:51 +0000 (17:29 +0100)]
improve display of default non-official logo

8 years agoSONAR-6357 improve display of chart on the project overview page
Stas Vilchik [Mon, 26 Oct 2015 15:23:18 +0000 (16:23 +0100)]
SONAR-6357 improve display of chart on the project overview page

8 years agoSONAR-6357 add detailed "Size" panel for the "Overview" main page
Stas Vilchik [Fri, 23 Oct 2015 14:09:18 +0000 (16:09 +0200)]
SONAR-6357 add detailed "Size" panel for the "Overview" main page

8 years agoMerge remote-tracking branch 'origin/branch-5.2'
Stas Vilchik [Mon, 26 Oct 2015 08:50:48 +0000 (09:50 +0100)]
Merge remote-tracking branch 'origin/branch-5.2'

8 years agoadd tooltip over number of failed background tasks
Stas Vilchik [Mon, 26 Oct 2015 08:46:00 +0000 (09:46 +0100)]
add tooltip over number of failed background tasks

8 years agoimprove display of custom logo
Stas Vilchik [Mon, 26 Oct 2015 08:38:19 +0000 (09:38 +0100)]
improve display of custom logo

8 years agoSONAR-6361 add detailed "Duplications" panel for the "Overview" main page
Stas Vilchik [Fri, 23 Oct 2015 13:55:36 +0000 (15:55 +0200)]
SONAR-6361 add detailed "Duplications" panel for the "Overview" main page

8 years agoSONAR-6360 add detailed "Code Coverage" panel for the "Overview" main page
Stas Vilchik [Fri, 23 Oct 2015 12:07:09 +0000 (14:07 +0200)]
SONAR-6360 add detailed "Code Coverage" panel for the "Overview" main page

8 years agoSONAR-6359 add detailed "Issues & Technical Debt" panel for the "Overview" main page
Stas Vilchik [Tue, 20 Oct 2015 14:54:26 +0000 (16:54 +0200)]
SONAR-6359 add detailed "Issues & Technical Debt" panel for the "Overview" main page

8 years agoMote IssuePermissionTest
Julien Lancelot [Fri, 23 Oct 2015 08:23:27 +0000 (10:23 +0200)]
Mote IssuePermissionTest

8 years agoadd ProjectAnalysisRule + use it in issues package
Sébastien Lesaint [Wed, 21 Oct 2015 16:00:29 +0000 (18:00 +0200)]
add ProjectAnalysisRule + use it in issues package

rule avoid code factoring by static code + remove code duplication + add auto reset features
also fixed licence headers in issues package

8 years agomove IssueFilterExtensionTest from it-core to SQ source
Sébastien Lesaint [Wed, 21 Oct 2015 13:01:03 +0000 (15:01 +0200)]
move IssueFilterExtensionTest from it-core to SQ source

8 years agomove issue-filter plugin from it-core to SQ sources
Sébastien Lesaint [Wed, 21 Oct 2015 12:57:55 +0000 (14:57 +0200)]
move issue-filter plugin from it-core to SQ sources

8 years agomove IssuePurgeTest from it-cores to SQ sources
Sébastien Lesaint [Tue, 20 Oct 2015 16:05:58 +0000 (18:05 +0200)]
move IssuePurgeTest from it-cores to SQ sources

8 years agoreduce code duplication in package issue.suite
Sébastien Lesaint [Tue, 20 Oct 2015 11:56:54 +0000 (13:56 +0200)]
reduce code duplication in package issue.suite

8 years agomove IssueBulkChangeTest from it-cores to SQ sources
Sébastien Lesaint [Tue, 20 Oct 2015 10:18:01 +0000 (12:18 +0200)]
move IssueBulkChangeTest from it-cores to SQ sources

8 years agomove IssueChangelogTest from it-cores to SQ sources
Sébastien Lesaint [Tue, 20 Oct 2015 08:25:29 +0000 (10:25 +0200)]
move IssueChangelogTest from it-cores to SQ sources

8 years agoSONAR-6928 rename the section "ComputeEngineQueue" to "ComputeEngine"
Simon Brandhof [Fri, 23 Oct 2015 08:42:29 +0000 (10:42 +0200)]
SONAR-6928 rename the section "ComputeEngineQueue" to "ComputeEngine"

8 years agoSONAR-6928 apply feedback
Stas Vilchik [Thu, 22 Oct 2015 18:48:21 +0000 (20:48 +0200)]
SONAR-6928 apply feedback

8 years agoAdd a medium test for float measures precision on batch side
Julien HENRY [Thu, 22 Oct 2015 08:57:55 +0000 (10:57 +0200)]
Add a medium test for float measures precision on batch side

8 years agoCreate a Xoo sensor to compute float measure
Julien Lancelot [Wed, 21 Oct 2015 13:29:38 +0000 (15:29 +0200)]
Create a Xoo sensor to compute float measure

8 years agofix source viewer details window
Stas Vilchik [Thu, 22 Oct 2015 08:16:24 +0000 (10:16 +0200)]
fix source viewer details window

8 years agoMerge remote-tracking branch 'origin/branch-5.2'
Stas Vilchik [Thu, 22 Oct 2015 08:18:58 +0000 (10:18 +0200)]
Merge remote-tracking branch 'origin/branch-5.2'

8 years agoSONAR-6467 When updating a user, the default group should not be set 595/head
Julien Lancelot [Wed, 21 Oct 2015 14:35:35 +0000 (16:35 +0200)]
SONAR-6467 When updating a user, the default group should not be set

8 years agoSONAR-6318 Display component key in warning generated when symbols/highlighting are... 591/head
Julien Lancelot [Wed, 21 Oct 2015 10:24:57 +0000 (12:24 +0200)]
SONAR-6318 Display component key in warning generated when symbols/highlighting are inconsistent

8 years agoSONAR-6318 Don't fail when bad highlighting/symbols
Julien Lancelot [Tue, 20 Oct 2015 10:47:24 +0000 (12:47 +0200)]
SONAR-6318 Don't fail when bad highlighting/symbols

If highlighting data doesn't match source code data (for instance in the case of a bad encoding), the compute engine will not fail anymore but will instead display a warning and then ignore the remaining highlighting

8 years agoAdd the possibility to log a WARN message with an exception
Julien Lancelot [Wed, 21 Oct 2015 07:17:48 +0000 (09:17 +0200)]
Add the possibility to log a WARN message with an exception

8 years agoFix some quality flaws
Julien Lancelot [Tue, 20 Oct 2015 10:12:28 +0000 (12:12 +0200)]
Fix some quality flaws

8 years agoSONAR-4865 Keep issue locations on existing issues 593/head
Julien Lancelot [Tue, 20 Oct 2015 13:11:16 +0000 (15:11 +0200)]
SONAR-4865 Keep issue locations on existing issues

8 years agoSONAR-6416 update calls to /api/tests/list
Stas Vilchik [Mon, 19 Oct 2015 14:56:09 +0000 (16:56 +0200)]
SONAR-6416 update calls to /api/tests/list

8 years agoSONAR-6416 apply naming conventions to parameters of WS api/tests
Simon Brandhof [Mon, 19 Oct 2015 14:26:14 +0000 (16:26 +0200)]
SONAR-6416 apply naming conventions to parameters of WS api/tests

8 years agoSONAR-6416 add field "id" to response of api/tests/covered_files
Simon Brandhof [Mon, 19 Oct 2015 14:17:12 +0000 (16:17 +0200)]
SONAR-6416 add field "id" to response of api/tests/covered_files

Refactoring: use protobuf to generate response

8 years agoSONAR-6416 apply naming conventions to response of api/tests/list
Simon Brandhof [Mon, 19 Oct 2015 14:07:00 +0000 (16:07 +0200)]
SONAR-6416 apply naming conventions to response of api/tests/list

8 years agoFix descriptions of 2 CE steps
Simon Brandhof [Wed, 21 Oct 2015 12:07:13 +0000 (14:07 +0200)]
Fix descriptions of 2 CE steps

8 years agoMerge pull request #594 from SonarSource/feature/pranalysis
tomverin [Wed, 21 Oct 2015 09:36:55 +0000 (11:36 +0200)]
Merge pull request #594 from SonarSource/feature/pranalysis

Use JDK8 for pranalysis

8 years agoSwitch to jdk8 in pranalysis 594/head
Thomas Vérin [Wed, 21 Oct 2015 07:55:16 +0000 (09:55 +0200)]
Switch to jdk8 in pranalysis

8 years agoUpdate .travis.yml
tomverin [Wed, 21 Oct 2015 07:03:17 +0000 (09:03 +0200)]
Update .travis.yml

8 years agoSONAR-6167 add MSSQL2014 and SQL Azure to sonar.properties
Simon Brandhof [Wed, 21 Oct 2015 07:00:31 +0000 (09:00 +0200)]
SONAR-6167 add MSSQL2014 and SQL Azure to sonar.properties

8 years agoUpdate pull request analysis start
tomverin [Wed, 21 Oct 2015 06:56:19 +0000 (08:56 +0200)]
Update pull request analysis start

8 years agoAutomatic merge from branch-5.2
Jenkins CI [Wed, 21 Oct 2015 06:01:17 +0000 (08:01 +0200)]
Automatic merge from branch-5.2

* origin/branch-5.2:
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 5.2-RC3
  Hack for IE - use mime type text/plain for api/qualityprofiles/create
  fix quality profile deletion dialog on ie9
  Fix some quality flaw
  SONAR-6822 Rules search WS is not returning langName
  SONAR-6822 Move search action tests to a dedicated test class
  SONAR-6680 RuleRepository now load all rules at first call
  SONAR-6680 add RuleDao.selectAll to be used by CE's RuleRepository
  Fix quality flaws
  fix select2 closing problem in the facet sidebar

8 years ago[maven-release-plugin] prepare for next development iteration
Thomas Vérin [Tue, 20 Oct 2015 13:47:34 +0000 (15:47 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 5.2-RC3 5.2-RC3
Thomas Vérin [Tue, 20 Oct 2015 13:47:33 +0000 (15:47 +0200)]
[maven-release-plugin] prepare release 5.2-RC3

8 years agoHack for IE - use mime type text/plain for api/qualityprofiles/create 589/head
Simon Brandhof [Mon, 19 Oct 2015 15:56:01 +0000 (17:56 +0200)]
Hack for IE - use mime type text/plain for api/qualityprofiles/create