aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix install of maven 3.3.9 on TravisSimon Brandhof2017-02-211-2/+0
|
* Remove unused maven-release-pluginSimon Brandhof2017-02-212-29/+0
|
* Remove unused Maven enforcer about Java 8Simon Brandhof2017-02-211-21/+0
|
* Upgrade JDK and Maven on TravisSimon Brandhof2017-02-212-7/+29
| | | | | * JDK 1.8.0_121 * Maven 3.3.9
* SONAR-8809 always update component index, instead of drop+reindexDaniel Schwarz2017-02-216-21/+50
|
* Automatic merge from branch-6.3ssjenka2017-02-211-0/+2
|\ | | | | | | | | * origin/branch-6.3: SONAR-8823 Deprecate API org.sonar.api.web.Footer
| * SONAR-8823 Deprecate API org.sonar.api.web.FooterTeryk Bellahsene2017-02-211-0/+2
| |
* | Automatic merge from branch-6.3ssjenka2017-02-215-38/+104
|\| | | | | | | | | | | * origin/branch-6.3: Add logs when Travis downloads phantomjs and JDK8 Ability to release versions without build number in artifact filenames
| * Add logs when Travis downloads phantomjs and JDK8Simon Brandhof2017-02-211-0/+2
| |
| * Ability to release versions without build number in artifact filenamesSimon Brandhof2017-02-215-38/+102
| |
* | Automatic merge from branch-6.3ssjenka2017-02-218-21/+54
|\| | | | | | | | | | | | | | | | | | | * origin/branch-6.3: SONAR-8658 display "Apply Template" button for org admin SONAR-8658 add field configuration.canApplyPermissionTemplate to response of api/navigation/component change wording in organization form return `isDefault` in /api/navigation/organization SONAR-8658 fix applying of permission template fix ui glitch on settings page on safari
| * SONAR-8658 display "Apply Template" button for org adminStas Vilchik2017-02-201-2/+4
| |
| * SONAR-8658 add field configuration.canApplyPermissionTemplate to response of ↵Simon Brandhof2017-02-202-13/+34
| | | | | | | | api/navigation/component
| * change wording in organization formStas Vilchik2017-02-202-2/+4
| |
| * return `isDefault` in /api/navigation/organizationStas Vilchik2017-02-202-2/+9
| |
| * SONAR-8658 fix applying of permission templateStas Vilchik2017-02-201-1/+2
| |
| * fix ui glitch on settings page on safariStas Vilchik2017-02-201-1/+1
| |
* | Fix Quality flawsSimon Brandhof2017-02-201-0/+23
| |
* | Rename enable_organizations.sh to enable-organizations.shSimon Brandhof2017-02-191-0/+0
| | | | | | | | for consistency with other scripts
* | Drop unused Surefire config for skipping testsSimon Brandhof2017-02-1917-198/+1
| |
* | Drop unused dependency xpp3Simon Brandhof2017-02-192-10/+0
| |
* | Drop dependency on deprecated sonar-graphSimon Brandhof2017-02-193-11/+34
| |
* | Fix bad import of org.assertj.core.api.Java6Assertions.assertThatSimon Brandhof2017-02-197-7/+7
| |
* | Drop unused dependency bean-matchersSimon Brandhof2017-02-193-22/+0
| |
* | Drop dependency xmlunitSimon Brandhof2017-02-197-64/+11
| | | | | | | | Replaced by assertJ assertThat().isXmlEqualTo()
* | Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-1940-514/+634
| | | | | | | | and decrease usages of Hamcrest
* | Reduce coupling of sonar-plugin-api on GuavaSimon Brandhof2017-02-198-54/+35
| |
* | Clean-up TestUtilsSimon Brandhof2017-02-196-90/+18
| | | | | | | | | | The methods getResource() and newTempDir() are rarely used and should be moved to the callers
* | Drop unused class RunTestsMultipleTimes from sonar-testing-harnessSimon Brandhof2017-02-191-80/+0
| |
* | Move temp dir of build outsite projectSimon Brandhof2017-02-193-6/+3
| | | | | | | | | | | | Overriding java.io.tmpdir does not allow to detect issues with canonical path in tests. Moreover this complex (and useless) configuration does not allow to support Gradle.
* | Fix Quality flawsSimon Brandhof2017-02-191-0/+1
| |
* | Merge branch 'branch-6.3'Sébastien Lesaint2017-02-1726-53/+1128
|\|
| * SONAR-8710 add SCAN permission to template of new organizations6.3.0.18587Sébastien Lesaint2017-02-174-37/+43
| |
| * SONAR-8751 drop Owners group for personal organizationsSébastien Lesaint2017-02-173-48/+141
| | | | | | | | user permissions replace group permissions in the default template and also SCAN permission is added to the template
| * Disable authorization for roots in ES indicesSimon Brandhof2017-02-175-0/+185
| |
| * SONAR-8769 Display project and organization keys in the analysis logsDuarte Meneses2017-02-172-1/+28
| |
| * SONAR-8804 Add ITJulien Lancelot2017-02-172-0/+68
| |
| * SONAR-8804 Use api/projects/search in projects admin pageJulien Lancelot2017-02-177-15/+75
| |
| * SONAR-8804 Create api/projects/searchJulien Lancelot2017-02-1710-3/+638
| |
* | SONAR-8799 follow POST redirectsSimon Brandhof2017-02-172-14/+132
| |
* | SONAR-8724 add server URL to webhook payloadSimon Brandhof2017-02-178-6/+64
| |
* | SONAR-8724 refactor static method WebhookPayload#from()Simon Brandhof2017-02-1713-97/+208
| | | | | | | | replace by WebhookPayloadFactory that is injected in IoC container
* | SONAR-8772 fix cache of non-granted permissionsSimon Brandhof2017-02-173-25/+72
| |
* | SONAR-8772 do not load all projects in SessionUserSessionSimon Brandhof2017-02-176-26/+210
| |
* | split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-17811-939/+1193
| |
* | SONAR-8224 SONAR-8225 Sort by name and metricJulien Lancelot2017-02-1711-518/+750
| |
* | SONAR-8777 Rename WS history to changelogTeryk Bellahsene2017-02-178-35/+35
| |
* | SONAR-8774 Rename component parameters in WS api/components/*Teryk Bellahsene2017-02-179-70/+55
| |
* | SONAR-8777 Add changelogs to the api/projects domainTeryk Bellahsene2017-02-172-0/+10
| |
* | SONAR-8777 Return history of a WS action in webservices/listTeryk Bellahsene2017-02-173-12/+52
| |