aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* Execute Protocol Buffer compiler during buildEvgeny Mandrikov2015-10-294-8593/+0
* SONAR-6356 Always feed the 'since previous version' periodJulien Lancelot2015-10-296-14/+66
* Refactor Periods to increase coverageJulien Lancelot2015-10-292-100/+287
* Remove no more used SQL queryJulien Lancelot2015-10-292-52/+0
* Automatic merge from branch-5.2Jenkins CI2015-10-277-9/+73
|\
| * SONAR-6834 Purge CE_ACTIVITY when deleting a projectJulien Lancelot2015-10-277-9/+73
* | Automatic merge from branch-5.2Jenkins CI2015-10-213-0/+15
|\|
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-201-1/+1
| * [maven-release-plugin] prepare release 5.2-RC35.2-RC3Thomas Vérin2015-10-201-1/+1
| * SONAR-6680 add RuleDao.selectAll to be used by CE's RuleRepositorySébastien Lesaint2015-10-203-0/+15
* | Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-131-1/+1
|/
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-3/+2
* Fix typoJulien Lancelot2015-10-121-2/+2
* SONAR-6915 Change type of character columns of ISSUES table on MsSQLJulien Lancelot2015-10-122-1/+2
* Replace VARCHAR by NVARCHAR on MsSQLSimon Brandhof2015-10-124-4/+9
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-091-5/+5
* SONAR-6830 ability to change level of SQL logs on the flySimon Brandhof2015-10-069-32/+183
* Fix quality flawsJulien Lancelot2015-10-061-2/+2
* Improve coverage of ComponentQueryTeryk Bellahsene2015-10-061-0/+40
* SONAR-6854 WS permissions/template_group do not return anyone if admin permis...Teryk Bellahsene2015-10-063-2/+9
* SONAR-6397 Do not read SCM info from db on first analysisJulien Lancelot2015-10-055-0/+72
* WS of permission domain are compatible with Views and Developer CockpitTeryk Bellahsene2015-10-021-0/+107
* Add selectComponentsByQualifiersJulien Lancelot2015-10-024-2/+51
* Improve deletion of project to deal with subviews/tech projectsJulien Lancelot2015-10-024-4/+64
* SONAR-6857 Fix escaping in a like queryTeryk Bellahsene2015-10-029-114/+66
* SONAR-6397 persist latest revision of file to DBSébastien Lesaint2015-10-021-1/+1
* SONAR-6834 filter components by name in api/ce/activitySimon Brandhof2015-10-026-30/+141
* SONAR-6857 Rename WS components/search -> components/search_view_componentsTeryk Bellahsene2015-10-021-1/+2
* SONAR-6857 ComponentDao with a generic way to search for componentsTeryk Bellahsene2015-10-0211-15/+406
* SONAR-6781 Quality Gate Search doesn't work with _Teryk Bellahsene2015-10-023-38/+51
* SONAR-6823 WS batch/project with protobuf and new behaviorsTeryk Bellahsene2015-09-304-4/+17
* Update DbTester javadocTeryk Bellahsene2015-09-301-3/+2
* SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_ATSimon Brandhof2015-09-305-38/+26
* SONAR-6886 Stop support of deprecated property sonar.jdbc.userSimon Brandhof2015-09-302-21/+1
* SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube in...Koushik Dasgupta2015-09-292-4/+4
* SONAR-6630 delete logs related to old reportsSimon Brandhof2015-09-295-15/+42
* SONAR-6854 WS permissions/template_groups fix queries for OracleTeryk Bellahsene2015-09-292-3/+8
* SONAR-6332 Prevent provisioning projects with same key on MySQLJulien Lancelot2015-09-298-160/+269
* SONAR-6854 WS permissions/template_groups search for groups in a specific per...Teryk Bellahsene2015-09-286-15/+39
* SONAR-6853 WS permissions/template_users list users of one template and permi...Teryk Bellahsene2015-09-283-1/+14
* Remove business classes in permission domainTeryk Bellahsene2015-09-288-424/+0
* Deprecate kee accessors in favor of uuid accessors in PermissionTemplateDtoTeryk Bellahsene2015-09-285-46/+24
* Fix quality flawsJulien Lancelot2015-09-281-3/+3
* Replace SqlSession by DbSessionJulien Lancelot2015-09-281-24/+30
* SONAR-6834 search activity by datesSimon Brandhof2015-09-283-4/+73
* Improve validation of fields of CeQueueDto and IssueDtoSimon Brandhof2015-09-283-23/+31
* Add some preconditions to IssueDtoSimon Brandhof2015-09-272-19/+26