aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10222 Fail when searching member organizations and unauthenticatedGuillaume Jambet2018-03-141-0/+16
* Fix BranchPersisterImplTest.javaTeryk Bellahsene2018-03-131-1/+1
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-1347-72/+1441
* SONAR-10261 don't update project links when analysing branchSébastien Lesaint2018-03-131-4/+41
* SONAR-10261 don't update project name nor description when on branchSébastien Lesaint2018-03-131-7/+64
* SONAR-10261 add description to ProjectSébastien Lesaint2018-03-132-15/+57
* SONAR-10261 remove Project#copyOf used only in UTSébastien Lesaint2018-03-135-21/+9
* SONAR-10461 load branch even if project key in report is wrongSébastien Lesaint2018-03-131-3/+23
* Clean-up ES module in sonar-serverSimon Brandhof2018-03-122-59/+3
* Fix some Java compiler warningsSimon Brandhof2018-03-12138-244/+243
* SONAR-10423 add consistency validation on homepage retrievalGuillaume Jambet2018-03-021-6/+66
* SONAR-10426 Add homepage default when db is inconsistentGuillaume Jambet2018-03-022-41/+104
* SONAR-10426 Allow homepage on PORTFOLIOS, PORTFOLIO and on APPLICATION in Son...Guillaume Jambet2018-03-022-3/+93
* SONAR-10426 Allow homepage on Projects and on Issues in SonarQubeGuillaume Jambet2018-03-022-15/+56
* SONAR-10423 Allow homepage feature on SonarQubeJulien Lancelot2018-03-025-18/+136
* SONAR-10423 Add branch parameter in homepage of api/users WSJulien Lancelot2018-03-022-12/+71
* SONAR-10423 Replace "parameter" by "component" and "organization" in api/user...Julien Lancelot2018-03-022-47/+32
* fixup! SONAR-10345 Ensure that no orphaned deliveries remains when deleting w...Guillaume Jambet2018-03-012-13/+42
* SONAR-10345 Ensure that no orphaned deliveries remains when deleting webhooks.Guillaume Jambet2018-03-011-4/+0
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-015-160/+278
* SONAR-10347 Add pagination to webhook deliveries search ws.Guillaume Jambet2018-03-011-1/+1
* SONAR-10347 Add search-by-webhook to webhook deliveries search ws.Guillaume Jambet2018-03-014-16/+61
* SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table.Guillaume Jambet2018-03-013-26/+70
* SONAR-10345 Webhooks consumers source them from WEBHOOKS table.Guillaume Jambet2018-03-012-27/+25
* SONAR-10345 Update Webhooks search ws to use new WEBHOOKS table.Guillaume Jambet2018-03-016-177/+205
* SONAR-10345 Add Webhooks delete wsGuillaume Jambet2018-03-012-1/+186
* SONAR-10345 Add Webhooks update wsGuillaume Jambet2018-03-013-2/+249
* SONAR-10345 Add Webhooks creation wsGuillaume Jambet2018-03-012-1/+363
* SONAR-10344 api/webhooks/search returns webhooks for global and projectGuillaume Jambet2018-03-011-9/+167
* SONAR-10344 add service api/webhooks/search interface.Guillaume Jambet2018-03-012-1/+50
* SONAR-10356 Oracle error on some WS involving more than 1000 projectsSimon Brandhof2018-02-224-21/+87
* SONAR-10323 Fix permission on api/project_branches/listEric Hartmann2018-02-211-0/+20
* SONAR-10299 Drop the project link "developer connection"Julien Lancelot2018-02-201-3/+0
* SONAR-10411 Do not persist name of provided project linksJulien Lancelot2018-02-2013-483/+270
* SONAR-10420 Fail at startup when cluster enabled on MySQLEric Hartmann2018-02-152-0/+97
* SONAR-8964 Drop overall notifications not related to the current user on Sona...Julien Lancelot2018-02-127-140/+344
* SONAR-10364 upgrade protobuf to 3.5.1Sébastien Lesaint2018-02-122-4/+4
* Merge branch 'branch-6.7'Sébastien Lesaint2018-02-092-1/+36
|\
| * SONAR-10410 Rule#getSystemTags is populated with definition tagsSébastien Lesaint2018-02-092-1/+37
* | SONAR-10310 Check correct usage of deprecated keysEric Hartmann2018-02-091-5/+38
* | SONAR-10395 Improve time compressing plugins in SonarCloudDuarte Meneses2018-02-082-7/+30
* | SONAR-10308 use java.util.Optional in RuleRepositorySébastien Lesaint2018-02-082-8/+7
* | SONAR-10308 support report referencing deprecated rule keysSébastien Lesaint2018-02-081-6/+59
* | SONAR-10310 Fail on deprecated rule key duplicateEric Hartmann2018-02-081-0/+90
* | SONAR-10307 support rule renaming in RegisterRulesSébastien Lesaint2018-02-081-3/+180
* | SONAR-10313 remove dead interface ActiveRuleSébastien Lesaint2018-02-084-18/+18
* | SONAR-10313 remove ruleKey from RuleActivationSébastien Lesaint2018-02-0810-115/+104
* | SONAR-10313 remove rule key and repo from rules.activeRule indexSébastien Lesaint2018-02-081-4/+2
* | SONAR-10313 remove ruleKey field from RULES.ruleExtension indexSébastien Lesaint2018-02-081-1/+0
* | SONAR-10313 use rule id as doc key in rules indexes instead of RuleKeySébastien Lesaint2018-02-0822-148/+152