aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-10356 Oracle error on some WS involving more than 1000 projectsSimon Brandhof2018-02-228-28/+126
* SONAR-10323 Fix permission on api/project_branches/listEric Hartmann2018-02-213-4/+37
* SONAR-10299 Drop the project link "developer connection"Julien Lancelot2018-02-202-4/+0
* SONAR-10411 Do not persist name of provided project linksJulien Lancelot2018-02-2021-608/+370
* Log a better message in case of missing branchJulien HENRY2018-02-191-1/+6
* SONAR-10420 Fail at startup when cluster enabled on MySQLEric Hartmann2018-02-154-0/+152
* SONAR-10313 fix error when displaying rule facetSébastien Lesaint2018-02-134-35/+87
* SONAR-8964 Drop overall notifications not related to the current user on Sona...Julien Lancelot2018-02-1214-192/+512
* SONAR-10364 upgrade protobuf to 3.5.1Sébastien Lesaint2018-02-122-4/+4
* Merge branch 'branch-6.7'Sébastien Lesaint2018-02-094-2/+39
|\
| * SONAR-10410 Rule#getSystemTags is populated with definition tagsSébastien Lesaint2018-02-094-2/+42
* | SONAR-10310 Check correct usage of deprecated keysEric Hartmann2018-02-093-18/+107
* | SONAR-10395 Improve time compressing plugins in SonarCloudDuarte Meneses2018-02-084-13/+49