aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* Automatic merge from branch-5.3Jenkins CI2015-12-245-71/+82
|\
| * SONAR-7163 WS api/user_groups/search Search group with '_', '%' or '/' charac...Teryk Bellahsene2015-12-235-71/+82
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-12-171-1/+1
| * [maven-release-plugin] prepare release 5.3-RC25.3-RC2Thomas Vérin2015-12-171-1/+1
* | SONAR-7129 Fix snapshot path builder for OracleTeryk Bellahsene2015-12-231-1/+6
* | SONAR-7127 Add language parameter to WS api/components/searchTeryk Bellahsene2015-12-214-5/+28
* | SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-2110-25/+590
* | Automatic merge from branch-5.3Jenkins CI2015-12-156-40/+136
|\|
| * SONAR-7137 Fix migration on MySQLJulien Lancelot2015-12-156-40/+136
* | Replace slf4j by SQ Logger in sonar-dbSimon Brandhof2015-12-143-10/+10
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* SONAR-7030 Add migration to update LOADED_TEMPLATESJulien Lancelot2015-12-0810-3/+157
* SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ...Teryk Bellahsene2015-12-085-20/+121
* SONAR-6900 add snapshot_id column in ce_activity db tableTeryk Bellahsene2015-12-085-1/+18
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-077-9/+26
* SONAR-6884 Add missing clob columns migrationJulien Lancelot2015-12-071-0/+6
* Fix quality flawsSimon Brandhof2015-12-044-3/+4
* SONAR-6925 add missing index on ce_activity.is_last_keySébastien Lesaint2015-12-044-2/+12
* SONAR-6925 cancelled tasks must not be the last task for a componentSébastien Lesaint2015-12-041-0/+1
* SONAR-7049 check max length of rule/rule param fieldssimonbrandhof2015-12-043-13/+65
* SONAR-6884 Update existing collation columns on MsSQLJulien Lancelot2015-12-038-9/+749
* SONAR-6884 Create and update columns on MsSQL with collationJulien Lancelot2015-12-034-5/+5
* SONAR-6884 Take into account nullable information when updating a columnJulien Lancelot2015-12-0311-22/+103
* SONAR-6884 Rename StringColumnDef to VarcharColumnDefJulien Lancelot2015-12-036-25/+25
* SONAR-6884 Create a ClobColumnDef to create Clob columnsJulien Lancelot2015-12-033-0/+188
* Fix index name on FILE_SOURCES on H2Julien Lancelot2015-12-031-1/+1
* Fix index name on ACTIVITIES on H2Julien Lancelot2015-12-031-1/+1
* Fix index name on RESOURCE_INDEX on H2Julien Lancelot2015-12-031-1/+1
* Fix index name on QUALITY_GATES on H2Julien Lancelot2015-12-031-1/+1
* Fix index name on PROJECT_QPROFILES on H2Julien Lancelot2015-12-031-1/+1
* Fix index name on RULES_PROFILES on H2Julien Lancelot2015-12-031-1/+1
* SONAR-7084 Analysis do not fail when a component do not have a pathTeryk Bellahsene2015-12-021-0/+3
* Always select queue rows in the same orderSimon Brandhof2015-11-301-3/+7
* SONAR-7042 WS user_tokens/revoke revoke an access tokenTeryk Bellahsene2015-11-264-1/+25
* SONAR-7027 Readd indexResource in JRubyFaceJulien Lancelot2015-11-261-0/+9
* fix quality flawsSébastien Lesaint2015-11-251-1/+2
* fix MeasureDao UT: duplicate null project uuidSébastien Lesaint2015-11-251-2/+2
* SONAR-7073 revert fix of SNAPSHOTS.SCOPESimon Brandhof2015-11-252-2/+1
* SONAR-7027 add MeasureDao#selectBySnapshotAndMetricsSébastien Lesaint2015-11-254-0/+64
* SONAR-7027 add MeasureDao#selectByDeveloperForSnapshotAndMetricsSébastien Lesaint2015-11-255-6/+138
* SONAR-7027 add SnapshotTesting#newSnapshotForDeveloper + fix depthSébastien Lesaint2015-11-251-3/+12
* SONAR-7027 add developerId to ComponentDtoSébastien Lesaint2015-11-255-3/+27
* SONAR-7073 Size of db column SNAPSHOTS.QUALIFIER is not correctSimon Brandhof2015-11-252-1/+3
* Improve UserTokenDao coverageTeryk Bellahsene2015-11-241-0/+22
* Fix index size limit of user_tokens_login_nameTeryk Bellahsene2015-11-242-2/+2
* SONAR-7027 Rename grantDefaultRoles to applyDefaultPermissionTemplateJulien Lancelot2015-11-244-37/+155
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-2317-48/+439
* SONAR-7027 clean up AuthorDaoSébastien Lesaint2015-11-192-118/+40
* SONAR-7027 Add Developer in PersistMeasureJulien Lancelot2015-11-193-8/+9
* SONAR-6993 Fix SQL query on MsSQL and OracleJulien Lancelot2015-11-121-2/+3