aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
* Upgrade assertJ from 3.4.1 to 3.9.0Simon Brandhof2018-01-141-1/+1
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-1443-101/+97
* SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send ...Simon Brandhof2018-01-1012-27/+367
* Clean-up unused code of ResourceTypesSimon Brandhof2018-01-091-45/+4
* Fix license headers for 2018Simon Brandhof2018-01-07449-471/+449
* SONAR-10182 Rename homepage parameter from 'value' to 'parameter'Guillaume Jambet2018-01-024-27/+27
* SONAR-10182 Clean homepage when deleting a projectGuillaume Jambet2018-01-022-1/+31
* SONAR-10182 Clean homepage when deleting an organizationGuillaume Jambet2018-01-024-0/+41
* SONAR-10182 Add api/users/current homepage persistenceGuillaume Jambet2018-01-023-7/+51
* Merge remote-tracking branch 'origin/branch-6.7'Simon Brandhof2017-12-2011-88/+490
|\
| * SONAR-10131 purge test files when purging project historySimon Brandhof2017-12-2010-80/+469
* | SONAR-10134 Search return only projects from quality gate organizationJulien Lancelot2017-12-143-0/+27
* | SONAR-10134 Use QGateWithOrgDto instead of id in ProjectQgateAssociationQueryJulien Lancelot2017-12-144-232/+92
* | SONAR-10134 Move QgateProjectFinder code to SearchActionJulien Lancelot2017-12-143-26/+13
* | SONAR-10134 Correctly delete OrgQualityGates when deleting organizationJulien Lancelot2017-12-145-18/+28
* | SONAR-10134 Fix unit tests not having default QG on organizationJulien Lancelot2017-12-141-1/+2
* | SONAR-10134 Remove creation of built-in QG in DbTesterJulien Lancelot2017-12-144-25/+8
* | SONAR-10147 Remove class QualityGatesEric Hartmann2017-12-145-22/+28
* | SONAR-10147 Remove 'sonar.qualitygate' setting usage to store default quality...Eric Hartmann2017-12-141-6/+0
* | SONAR-10134 Fix test on QualityGateDaoEric Hartmann2017-12-141-4/+6
* | SONAR-10166 Delete quality gates when deleting organizationJulien Lancelot2017-12-144-0/+49
* | SONAR-10134 Add organization parameter in api/qualitygates/destroyJulien Lancelot2017-12-144-4/+14
* | SONAR-10136 Set built-in QG as default of new organizationJulien Lancelot2017-12-141-1/+3
* | SONAR-10136 Add method to get/set default quality gate on organizationJulien Lancelot2017-12-148-1/+60
* | SONAR-10145 Set built-in QG as default on existing organizationsEric Hartmann2017-12-142-1/+12
* | SONAR-10134 Add organization parameter in api/qualitygates/create_conditionJulien Lancelot2017-12-144-0/+32
* | SONAR-10134 Add organization parameter in api/qualitygates/listJulien Lancelot2017-12-144-42/+46
* | SONAR-10134 Add organization parameter in api/qualitygates/showJulien Lancelot2017-12-145-16/+68
* | SONAR-10134 Add missing JDBC type in quality gate mapperJulien Lancelot2017-12-141-10/+10
* | SONAR-10134 Allow creating quality gates in organization (wip)Eric Hartmann2017-12-145-5/+132
* | SONAR-10134 Add QUALITY_GATES.UUID columnEric Hartmann2017-12-146-11/+24
* | SONAR-10134 Add ORG_QUALITY_GATES tableEric Hartmann2017-12-1417-61/+105
* | Automatic merge from branch-6.7ssjenka2017-12-132-0/+5
|\|
| * SONAR-10176 Fix query of users having a global permissionJulien HENRY2017-12-122-0/+5
| * Revert "SONAR-10176 Fix query of users having a global permission"Julien HENRY2017-12-072-5/+0
| * SONAR-10176 Fix query of users having a global permissionJulien HENRY2017-12-072-0/+5
| * LICENSE-82 reset server ID on DB URL changesSimon Brandhof2017-11-071-0/+5
* | SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-0541-919/+887
* | SONAR-10110 Remove LoadedTemplate DAOJulien Lancelot2017-12-0413-294/+2
* | SONAR-10089 Automatically update built-in quality gateEric Hartmann2017-12-045-2/+16
* | SONAR-10087 Add built-in field in api/qualitygates/showJulien Lancelot2017-12-041-4/+9
* | SONAR-10087 Use protobuf in api/qualitygates/showJulien Lancelot2017-12-041-1/+5
* | SONAR-10087 Add built-in flag to provided quality gateJulien Lancelot2017-12-049-30/+46
* | SONAR-9000 Filter on membership in WS api/organizations/searchTeryk Bellahsene2017-11-293-5/+58
* | fix logback configuration in UTs to drastically reduce build verbositySébastien Lesaint2017-11-241-0/+33
* | SONAR-10085 add Quality Gate Change event APISébastien Lesaint2017-11-241-0/+11
* | SONAR-10085 BranchDto and SnapshotDto have equals hashCode & toStringSébastien Lesaint2017-11-242-0/+69
* | Support build of SonarQube with JDK 9Simon Brandhof2017-11-233-13/+11
* | SONAR-10040 add length validation to Tokens wsGuillaume Jambet2017-11-083-19/+4
* | SONAR-10040 add length validation to Events wsGuillaume Jambet2017-11-081-2/+2