]>
source.dussan.org Git - sonarqube.git/log
Julien HENRY [Thu, 9 Jun 2016 09:45:01 +0000 (11:45 +0200)]
SONAR-7748 Implement API Server.getPublicRootUrl() on scanner side
ssjenka [Mon, 13 Jun 2016 07:45:53 +0000 (09:45 +0200)]
Automatic merge from branch-5.6
* origin/branch-5.6:
SONAR-7752 Documentation of sonar.web.port in sonar.properties is not correct
Fix 2 links in javadoc of org.sonar.api.batch
Simon Brandhof [Mon, 13 Jun 2016 07:42:55 +0000 (09:42 +0200)]
SONAR-7752 Documentation of sonar.web.port in sonar.properties is not correct
Simon Brandhof [Mon, 13 Jun 2016 07:39:07 +0000 (09:39 +0200)]
Fix 2 links in javadoc of org.sonar.api.batch
Sébastien Lesaint [Wed, 8 Jun 2016 08:22:22 +0000 (10:22 +0200)]
DB migration: make alter column re-entrant on Oracle
this is achieved by handling errors ORA-01451 and ORA-01442 when statement is executed and executing it again without the confliction NULL or NOT NULL
also, altering multiple columns in the same statement on Oracle had to be removed to ensure correct handling of these errors
Sébastien Lesaint [Wed, 8 Jun 2016 06:48:28 +0000 (08:48 +0200)]
rename AlterColumnsTypeBuilder to AlterColumnsBuilder
Sébastien Lesaint [Tue, 7 Jun 2016 16:35:06 +0000 (18:35 +0200)]
SONAR-7692 support uuid columns in resource_index
Sébastien Lesaint [Tue, 7 Jun 2016 07:16:15 +0000 (09:16 +0200)]
AlterColumnsTypeBuilder: support change nullity on postgre and oracle too
Sébastien Lesaint [Thu, 9 Jun 2016 13:55:10 +0000 (15:55 +0200)]
SONAR-7692 add DdlChange#getDialect() and use it in subclasses
this avoid having two private property with the same object
Sébastien Lesaint [Mon, 6 Jun 2016 15:12:38 +0000 (17:12 +0200)]
SONAR-7692 change table resource_index to use project uuids
Sébastien Lesaint [Mon, 6 Jun 2016 15:11:34 +0000 (17:11 +0200)]
DbTester: add test on nullable or not to assertColumnDefinition
Sébastien Lesaint [Mon, 6 Jun 2016 15:11:06 +0000 (17:11 +0200)]
DbTester: add executeInsert with varargs
Simon Brandhof [Thu, 9 Jun 2016 13:33:43 +0000 (15:33 +0200)]
Remove support of unused property sonar.authorizer in ruby code
Simon Brandhof [Thu, 9 Jun 2016 13:15:18 +0000 (15:15 +0200)]
SONAR-7501 do not use rule_id in project_measure.rb
Simon Brandhof [Thu, 9 Jun 2016 13:11:59 +0000 (15:11 +0200)]
Remove unused ruby classes Dependency and ResourceFinder
Simon Brandhof [Tue, 7 Jun 2016 08:11:14 +0000 (10:11 +0200)]
Remove useless property enforcer.skip
This property is already defined in profile skipSanityChecks
Simon Brandhof [Tue, 7 Jun 2016 10:40:32 +0000 (12:40 +0200)]
Add comment to PluginsTest for disabled maifcobol plugin
Simon Brandhof [Tue, 7 Jun 2016 08:07:17 +0000 (10:07 +0200)]
Remove unused constants in ProcessProperties
Stas Vilchik [Fri, 10 Jun 2016 15:37:21 +0000 (17:37 +0200)]
refactor react components (#1033)
Teryk Bellahsene [Fri, 10 Jun 2016 09:50:39 +0000 (11:50 +0200)]
SONAR-7726 WS api/permissions/search_templates ordered alphabetically
Teryk Bellahsene [Fri, 10 Jun 2016 09:03:29 +0000 (11:03 +0200)]
Fix IT - WS api/permissions/search_templates returns all project permissions
ssjenka [Thu, 9 Jun 2016 13:55:53 +0000 (15:55 +0200)]
Automatic merge from branch-5.6
* origin/branch-5.6:
Remove useless declaration of animal-sniffer-maven-plugin
Simon Brandhof [Thu, 9 Jun 2016 13:37:33 +0000 (15:37 +0200)]
Remove useless declaration of animal-sniffer-maven-plugin
Teryk Bellahsene [Thu, 9 Jun 2016 13:08:19 +0000 (15:08 +0200)]
SONAR-7724 WS api/permissions/remove_project_creator_from_template fix WS key
Stas Vilchik [Thu, 9 Jun 2016 12:49:05 +0000 (14:49 +0200)]
refactor permission templates page (#1025)
Teryk Bellahsene [Thu, 9 Jun 2016 12:10:47 +0000 (14:10 +0200)]
Fix quality flaws
Teryk Bellahsene [Wed, 8 Jun 2016 14:20:07 +0000 (16:20 +0200)]
SONAR-7726 WS api/permissions/search_templates returns with_project_creator
Teryk Bellahsene [Wed, 8 Jun 2016 12:28:59 +0000 (14:28 +0200)]
SONAR-7726 WS api/permissions/search_templates returns all the project permissions
Teryk Bellahsene [Wed, 8 Jun 2016 08:39:19 +0000 (10:39 +0200)]
SONAR-7724 WS api/permissions/remove_project_creator_from_template
Teryk Bellahsene [Wed, 8 Jun 2016 07:05:29 +0000 (09:05 +0200)]
SONAR-7723 WS api/permissions/add_project_creator_to_template
Teryk Bellahsene [Tue, 7 Jun 2016 14:34:13 +0000 (16:34 +0200)]
SONAR-7723 Create dao for perm_tpl_characteristics
Stas Vilchik [Wed, 8 Jun 2016 15:14:15 +0000 (17:14 +0200)]
use repox as npm registry on travis
Stas Vilchik [Thu, 9 Jun 2016 07:33:40 +0000 (09:33 +0200)]
fix MeasureFiltersTest
Teryk Bellahsene [Wed, 8 Jun 2016 14:41:55 +0000 (16:41 +0200)]
Revert "SONAR-7635 Sort core bundle messages in alphabetical order"
This reverts commit
3e08e0769b8fa6ac333fd66d16f8c48dc281103a .
Stas Vilchik [Wed, 8 Jun 2016 12:55:57 +0000 (14:55 +0200)]
update page and tables styles
Julien HENRY [Tue, 7 Jun 2016 12:09:22 +0000 (14:09 +0200)]
Make Clirr baseline to new LTS (5.6)
Julien Lancelot [Fri, 20 May 2016 08:36:19 +0000 (10:36 +0200)]
Reactivate SearchActionMediumTest.available_since
Julien Lancelot [Thu, 2 Jun 2016 08:32:50 +0000 (10:32 +0200)]
Fix quality flaws
Julien Lancelot [Wed, 25 May 2016 10:15:21 +0000 (12:15 +0200)]
Clean useless code in test
Stas Vilchik [Mon, 6 Jun 2016 09:45:34 +0000 (11:45 +0200)]
refactor account app to drop redux (#1019)
Stas Vilchik [Mon, 6 Jun 2016 09:39:31 +0000 (11:39 +0200)]
SONAR-7537 improve the changelog message
Julien HENRY [Mon, 6 Jun 2016 09:29:12 +0000 (11:29 +0200)]
Fix UT on Windows
Sébastien Lesaint [Fri, 3 Jun 2016 12:56:16 +0000 (14:56 +0200)]
SONAR-3321 fix MatchesByScore when ScoreMatric contains min required score
Sébastien Lesaint [Fri, 3 Jun 2016 11:33:50 +0000 (13:33 +0200)]
fix quality flaw: use method references in DAO rather than lamdba
Sébastien Lesaint [Fri, 3 Jun 2016 09:01:07 +0000 (11:01 +0200)]
remove pico component instantiation trace logs
Simon Brandhof [Fri, 3 Jun 2016 11:24:10 +0000 (13:24 +0200)]
Remove unused file .mailmap
Simon Brandhof [Fri, 3 Jun 2016 11:22:40 +0000 (13:22 +0200)]
Remove unused file KEYS
Simon Brandhof [Fri, 3 Jun 2016 08:52:59 +0000 (10:52 +0200)]
Remove FP of duplicate-finder-maven-plugin in sonar-core
Simon Brandhof [Fri, 3 Jun 2016 07:03:42 +0000 (09:03 +0200)]
Move org.sonar.core.user classes outside sonar-db
Simon Brandhof [Mon, 6 Jun 2016 07:39:54 +0000 (09:39 +0200)]
Add minor comments to build files
Simon Brandhof [Mon, 6 Jun 2016 07:37:59 +0000 (09:37 +0200)]
Remove unused .gitattributes
Simon Brandhof [Thu, 2 Jun 2016 19:58:25 +0000 (21:58 +0200)]
Remove unused module microbenchmark-template
Simon Brandhof [Thu, 2 Jun 2016 19:57:50 +0000 (21:57 +0200)]
Remove unused module sonar-server-benchmarks
Stas Vilchik [Fri, 20 May 2016 16:04:40 +0000 (18:04 +0200)]
use nyc to compute coverage
Stas Vilchik [Thu, 19 May 2016 16:26:36 +0000 (18:26 +0200)]
move tests
ssjenka [Fri, 3 Jun 2016 12:15:30 +0000 (14:15 +0200)]
Automatic merge from branch-5.6
* origin/branch-5.6:
Enable all Travis notifications in branch-5.6
Enable governance plugin in IT PluginsTest
Simon Brandhof [Fri, 3 Jun 2016 12:08:05 +0000 (14:08 +0200)]
Enable all Travis notifications in branch-5.6
Simon Brandhof [Fri, 3 Jun 2016 11:47:45 +0000 (13:47 +0200)]
Enable governance plugin in IT PluginsTest
Sébastien Lesaint [Fri, 3 Jun 2016 07:06:27 +0000 (09:06 +0200)]
SONAR-3321 down required score to 85
Sébastien Lesaint [Fri, 3 Jun 2016 07:01:30 +0000 (09:01 +0200)]
SONAR-3321 make class FileMoveDetectionStep smaller
Sébastien Lesaint [Wed, 1 Jun 2016 16:47:35 +0000 (18:47 +0200)]
fix quality flaws: add @FunctionalInterface where applicable
Sébastien Lesaint [Wed, 1 Jun 2016 11:59:11 +0000 (13:59 +0200)]
fix quality flaws: use lamdbas and methods references
Sébastien Lesaint [Wed, 1 Jun 2016 11:52:33 +0000 (13:52 +0200)]
fix quality flaws: use lambdas with DatabaseUtils.executeLargeInputs
Sébastien Lesaint [Wed, 1 Jun 2016 09:50:56 +0000 (11:50 +0200)]
SONAR-3321 add file move IT
Sébastien Lesaint [Wed, 1 Jun 2016 08:35:08 +0000 (10:35 +0200)]
remove unused IT projects
Sébastien Lesaint [Tue, 31 May 2016 08:18:50 +0000 (10:18 +0200)]
SONAR-3321 add debug of scorematrix in FileMoveDetectionStep
Sébastien Lesaint [Tue, 31 May 2016 06:55:39 +0000 (08:55 +0200)]
SONAR-7537 add issue change when issue is moved to new file
Sébastien Lesaint [Mon, 30 May 2016 14:41:26 +0000 (16:41 +0200)]
SONAR-3321 support file move in issue tracking
Sébastien Lesaint [Mon, 30 May 2016 13:28:54 +0000 (15:28 +0200)]
SONAR-3321 add step detecting file moves
Sébastien Lesaint [Fri, 27 May 2016 14:10:24 +0000 (16:10 +0200)]
SONAR-3321 IssueMapper#updateIfBeforeSelectedDate updates componentUuid
this is now possible because issues can move from one component to another if a file move has been detected
ssjenka [Thu, 2 Jun 2016 06:00:10 +0000 (08:00 +0200)]
Automatic merge from branch-5.6
* origin/branch-5.6:
Update version to 5.6-SNAPSHOT
Release 5.6
Tom [Wed, 1 Jun 2016 13:14:41 +0000 (15:14 +0200)]
Update version to 5.6-SNAPSHOT
Tom [Wed, 1 Jun 2016 11:59:09 +0000 (13:59 +0200)]
Release 5.6
ssjenka [Wed, 1 Jun 2016 07:53:21 +0000 (09:53 +0200)]
Automatic merge from branch-5.6
* origin/branch-5.6:
Deprecate SonarPlugin in favour of Plugin
SONAR-7681 Use public implementation of List in MyBatis
SONAR-7681 WS api/ce/activity requires administer permissions when searching with a task id
SONAR-7669 WS api/issues/search createdBefore cannot be equal to createdAfter
Simon Brandhof [Tue, 31 May 2016 18:20:36 +0000 (20:20 +0200)]
Deprecate SonarPlugin in favour of Plugin
Simon Brandhof [Tue, 31 May 2016 19:52:23 +0000 (21:52 +0200)]
SONAR-7616 apply new default JVM settings of ES 2.3
Simon Brandhof [Wed, 25 May 2016 11:32:48 +0000 (13:32 +0200)]
SONAR-7653 upgrade to Elasticsearch 2.3.3
Teryk Bellahsene [Tue, 31 May 2016 15:22:59 +0000 (17:22 +0200)]
SONAR-7681 Use public implementation of List in MyBatis
Teryk Bellahsene [Tue, 31 May 2016 14:49:27 +0000 (16:49 +0200)]
SONAR-7681 WS api/ce/activity requires administer permissions when searching with a task id
Teryk Bellahsene [Tue, 31 May 2016 08:20:58 +0000 (10:20 +0200)]
SONAR-7669 WS api/issues/search createdBefore cannot be equal to createdAfter
Sébastien Lesaint [Tue, 31 May 2016 06:59:02 +0000 (08:59 +0200)]
[Travis] enable on_start notification always
Stas Vilchik [Mon, 30 May 2016 14:49:22 +0000 (16:49 +0200)]
refactor code page (#912)
ssjenka [Mon, 30 May 2016 12:24:31 +0000 (14:24 +0200)]
Automatic merge from branch-5.6
* origin/branch-5.6:
change wording on the Setup page
Stas Vilchik [Mon, 30 May 2016 07:45:06 +0000 (09:45 +0200)]
change wording on the Setup page
Jenkins CI [Mon, 30 May 2016 06:08:30 +0000 (08:08 +0200)]
Automatic merge from branch-5.6
* origin/branch-5.6:
prepare for next development iteration on release branch
reverse deploy exclusion cause they fails QA
re-enable tests on release
release 5.6-RC2
handle release distribution from travis
Tom [Fri, 27 May 2016 15:49:28 +0000 (17:49 +0200)]
prepare for next development iteration on release branch
Tom [Fri, 27 May 2016 15:14:46 +0000 (17:14 +0200)]
reverse deploy exclusion cause they fails QA
Tom [Fri, 27 May 2016 15:00:33 +0000 (17:00 +0200)]
re-enable tests on release
Tom [Fri, 27 May 2016 14:57:51 +0000 (16:57 +0200)]
release 5.6-RC2
Tom [Fri, 27 May 2016 13:34:03 +0000 (15:34 +0200)]
handle release distribution from travis
Jenkins CI [Fri, 27 May 2016 12:21:12 +0000 (14:21 +0200)]
Automatic merge from branch-5.6
* origin/branch-5.6:
Fix compilation of perf test
Simon Brandhof [Fri, 27 May 2016 10:40:43 +0000 (12:40 +0200)]
Revert "Fix quality flaws"
This reverts commit
ecfe664af2ce73e0bf6b06de0c08ab6fc7ef7cbf .
Simon Brandhof [Fri, 27 May 2016 10:19:09 +0000 (12:19 +0200)]
Fix quality flaws
Simon Brandhof [Fri, 27 May 2016 08:20:19 +0000 (10:20 +0200)]
More stable ProcessUtilsTest
Simon Brandhof [Fri, 27 May 2016 09:44:39 +0000 (11:44 +0200)]
Fix compilation of perf test
due to upgrade to orch 2.11
Jenkins CI [Fri, 27 May 2016 08:44:41 +0000 (10:44 +0200)]
Automatic merge from branch-5.6
* origin/branch-5.6:
Upgrade to Orchestrator 3.11
Simon Brandhof [Fri, 27 May 2016 07:21:09 +0000 (09:21 +0200)]
Upgrade to Orchestrator 3.11
Fixes some FP with download of plugins
Jenkins CI [Fri, 27 May 2016 08:10:42 +0000 (10:10 +0200)]
Automatic merge from branch-5.6
* origin/branch-5.6:
SONAR-7652 fix connection to SQL Azure
Upgrade version of java 8 on Travis
SONAR-7653 remove useless code
SONAR-7653 remove Java option XX:MaxPermSize
SONAR-7587 end of support of Java 7
Simon Brandhof [Thu, 26 May 2016 14:19:42 +0000 (16:19 +0200)]
SONAR-7652 fix connection to SQL Azure
Support of SSL connection is fixed by upgrading
to Microsoft driver 4.2.
Simon Brandhof [Thu, 26 May 2016 14:28:21 +0000 (16:28 +0200)]
Upgrade version of java 8 on Travis