aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7070 Enforced leak period in quality gates - migration scriptTeryk Bellahsene2016-01-292-1/+81
* IN claus and group of OR should have constant order and no duplicateSébastien Lesaint2016-01-291-1/+85
* SONAR-7129 WS api/components/tree leaves strategy with qualifiers fixedTeryk Bellahsene2016-01-291-15/+17
* SONAR-7250 WS users/current - add detailsTeryk Bellahsene2016-01-281-0/+44
* revert change to omponentDaoWithDuplicatedKeysTestSébastien Lesaint2016-01-281-12/+2
* SONAR-7217 Fail to authenticate user with existing emailJulien Lancelot2016-01-271-0/+9
* remove specific schema for ComponentDaoWithDuplicatedKeysTestSébastien Lesaint2016-01-271-2/+12
* SONAR-7130 group deletion and purges of snapshots all togetherSébastien Lesaint2016-01-261-2/+1
* SONAR-6226 USERS.EXTERNAL_IDENTITY columns has size 255Julien Lancelot2016-01-261-1/+1
* SONAR-6226 Add ext identity columns in USERS tableJulien Lancelot2016-01-255-8/+182
* Fix random behaviour of unit testJulien Lancelot2016-01-201-17/+17
* add MeasureDao.selectProjectMeasuresByDeveloperForMetricsSébastien Lesaint2016-01-201-38/+133
* SONAR-7205 WS users/search with token count in responseTeryk Bellahsene2016-01-181-0/+13
* SONAR-7135 WS api/measures/component_tree search query must match exactly the...Teryk Bellahsene2016-01-151-2/+2
* SONAR-7180 script to delete properties sonar.core.projectsdashboard.*Sébastien Lesaint2016-01-142-1/+152
* fix headers5.4-M5Sébastien Lesaint2016-01-141-1/+1
* SONAR-6283 migrate permission profileadmin to profileadmin+gateadminSébastien Lesaint2016-01-132-1/+284
* Fix project title in copyright headersSimon Brandhof2016-01-13187-187/+187
* SONAR-7129 WS api/components/tree search for project copyTeryk Bellahsene2016-01-131-2/+22
* SONAR-7135 WS api/measures/component_tree navigate through components and dis...Teryk Bellahsene2016-01-137-49/+58
* SONAR-7174 "Execute Analysis" is now also a project permissionJulien Lancelot2016-01-121-0/+38
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-05186-849/+744
* SONAR-7131 WS components/show show one component and its ancestorsTeryk Bellahsene2016-01-052-1/+18
* SONAR-7127 Fix ComponentQuery for DevCockpitJulien Lancelot2016-01-052-5/+52
* Automatic merge from branch-5.3Jenkins CI2015-12-241-56/+58
|\
| * SONAR-7163 WS api/user_groups/search Search group with '_', '%' or '/' charac...Teryk Bellahsene2015-12-231-56/+58
* | SONAR-7127 Add language parameter to WS api/components/searchTeryk Bellahsene2015-12-212-4/+17
* | SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-216-14/+299
|/
* SONAR-7137 Fix migration on MySQLJulien Lancelot2015-12-151-1/+1
* SONAR-7030 Add migration to update LOADED_TEMPLATESJulien Lancelot2015-12-082-1/+65
* SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ...Teryk Bellahsene2015-12-082-0/+82
* SONAR-6900 add snapshot_id column in ce_activity db tableTeryk Bellahsene2015-12-081-0/+2
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-071-0/+1
* Fix quality flawsSimon Brandhof2015-12-041-0/+1
* SONAR-6925 add missing index on ce_activity.is_last_keySébastien Lesaint2015-12-041-1/+8
* SONAR-7049 check max length of rule/rule param fieldssimonbrandhof2015-12-041-0/+40
* SONAR-6884 Update existing collation columns on MsSQLJulien Lancelot2015-12-032-1/+146
* SONAR-6884 Create and update columns on MsSQL with collationJulien Lancelot2015-12-033-4/+4
* SONAR-6884 Take into account nullable information when updating a columnJulien Lancelot2015-12-035-5/+79
* SONAR-6884 Rename StringColumnDef to VarcharColumnDefJulien Lancelot2015-12-033-14/+11
* SONAR-6884 Create a ClobColumnDef to create Clob columnsJulien Lancelot2015-12-031-0/+112
* SONAR-7042 WS user_tokens/revoke revoke an access tokenTeryk Bellahsene2015-11-261-0/+14
* SONAR-7027 add MeasureDao#selectBySnapshotAndMetricsSébastien Lesaint2015-11-251-0/+33
* SONAR-7027 add MeasureDao#selectByDeveloperForSnapshotAndMetricsSébastien Lesaint2015-11-251-6/+68
* SONAR-7027 add SnapshotTesting#newSnapshotForDeveloper + fix depthSébastien Lesaint2015-11-251-3/+12
* SONAR-7027 add developerId to ComponentDtoSébastien Lesaint2015-11-251-0/+10
* Improve UserTokenDao coverageTeryk Bellahsene2015-11-241-0/+22
* Fix index size limit of user_tokens_login_nameTeryk Bellahsene2015-11-241-1/+1
* SONAR-7027 Rename grantDefaultRoles to applyDefaultPermissionTemplateJulien Lancelot2015-11-241-30/+70
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-236-20/+184