aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10502 Fix concurrency error during initial indexingSimon Brandhof2018-03-222-10/+10
* Fix gradle configurationJulien Lancelot2018-03-221-1/+2
* SONAR-10474 Confirming all remaining issues in a PR should make it pass the QGTeryk Bellahsene2018-03-224-17/+39
* SONAR-10266 percentage number format must not be locale sensitiveSébastien Lesaint2018-03-221-1/+2
* Single Gradle build for SQ and core pluginsSimon Brandhof2018-03-221-0/+8
* SONAR-9206 Extract Organization protobuff definition to ws-commonsGuillaume Jambet2018-03-161-3/+3
* SONAR-9206 Extract Organization protobuff definition to ws-commonsGuillaume Jambet2018-03-163-4/+3
* SONAR-9206 Enhance /api/components/search_projects response with organizationsGuillaume Jambet2018-03-165-20/+67
* SONAR-10175 delete project assiociations when deleting Quality GateSébastien Lesaint2018-03-152-1/+27
* Fix Gradle hack to resolve Jetty dependencySimon Brandhof2018-03-151-0/+1
* SONAR-10473 Keep severity up-to-date on built-in QPEric Hartmann2018-03-142-45/+100
* SONAR-10457 Short living branch quality guate is based only on open & reopen ...Guillaume Jambet2018-03-146-56/+82
* SONAR-10457 api/project_branches/list returns quality gate status for short-l...Guillaume Jambet2018-03-142-35/+50
* SONAR-10222 Fail when searching member organizations and unauthenticatedGuillaume Jambet2018-03-142-0/+21
* Fix BranchPersisterImplTest.javaTeryk Bellahsene2018-03-131-1/+1
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-13127-344/+2696
* SONAR-10261 don't update project links when analysing branchSébastien Lesaint2018-03-132-5/+50
* SONAR-10261 don't update project name nor description when on branchSébastien Lesaint2018-03-133-16/+85
* SONAR-10261 add description to ProjectSébastien Lesaint2018-03-134-16/+77
* SONAR-10261 remove Project#copyOf used only in UTSébastien Lesaint2018-03-136-30/+9
* SONAR-10461 load branch even if project key in report is wrongSébastien Lesaint2018-03-132-27/+49
* Clean-up ES module in sonar-serverSimon Brandhof2018-03-127-167/+7
* Order list of Gradle dependenciesSimon Brandhof2018-03-121-3/+3
* Fix some Java compiler warningsSimon Brandhof2018-03-12139-244/+244
* Move To GradleDavid Rautureau2018-03-095-347/+99
* SONAR-10423 add consistency validation on homepage retrievalGuillaume Jambet2018-03-022-8/+78
* SONAR-10426 Add homepage default when db is inconsistentGuillaume Jambet2018-03-025-82/+193
* SONAR-10426 Allow homepage on PORTFOLIOS, PORTFOLIO and on APPLICATION in Son...Guillaume Jambet2018-03-025-11/+119
* SONAR-10426 Allow homepage on Projects and on Issues in SonarQubeGuillaume Jambet2018-03-025-25/+65
* SONAR-10423 Allow homepage feature on SonarQubeJulien Lancelot2018-03-0210-38/+258
* SONAR-10423 Add branch parameter in homepage of api/users WSJulien Lancelot2018-03-024-17/+86
* SONAR-10423 Replace "parameter" by "component" and "organization" in api/user...Julien Lancelot2018-03-026-112/+105
* fixup! SONAR-10345 Ensure that no orphaned deliveries remains when deleting w...Guillaume Jambet2018-03-015-14/+50
* SONAR-10345 Ensure that no orphaned deliveries remains when deleting webhooks.Guillaume Jambet2018-03-013-7/+3
* SONAR-10344 fix QualityGateChange on Branch analysis.Guillaume Jambet2018-03-011-4/+11
* SONAR-10345 Remove old webhook UI in the settingsGuillaume Jambet2018-03-012-3/+4
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-0110-221/+367
* SONAR-10347 Add pagination to webhook deliveries search ws.Guillaume Jambet2018-03-013-29/+76
* SONAR-10347 Add search-by-webhook to webhook deliveries search ws.Guillaume Jambet2018-03-018-22/+88
* SONAR-10345 Ensure that no orphaned webhooks remains when deleting an organiz...Guillaume Jambet2018-03-012-0/+3
* SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table.Guillaume Jambet2018-03-019-59/+86
* SONAR-10345 Webhooks consumers source them from WEBHOOKS table.Guillaume Jambet2018-03-015-41/+41
* SONAR-10345 Update Webhooks search ws to use new WEBHOOKS table.Guillaume Jambet2018-03-0116-301/+330
* SONAR-10345 Add Webhooks delete wsGuillaume Jambet2018-03-015-2/+298
* SONAR-10345 Add Webhooks update wsGuillaume Jambet2018-03-018-32/+413
* SONAR-10345 Add Webhooks creation wsGuillaume Jambet2018-03-018-16/+411
* SONAR-10345 Create WEBHOOKS table & daoGuillaume Jambet2018-03-012-0/+273
* SONAR-10344 api/webhooks/search returns webhooks for global and projectGuillaume Jambet2018-03-017-75/+268
* SONAR-10344 add service api/webhooks/search interface.Guillaume Jambet2018-03-018-4/+197
* SONAR-10323 Fix WS not checking SCAN global permissionEric Hartmann2018-02-222-3/+8