summaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-0118-24/+284
* SONAR-7233 Migrate disabled users to only keep login and nameJulien Lancelot2016-02-014-2/+82
* SONAR-7249 Identity provider must provide user loginJulien Lancelot2016-02-013-28/+1
* SONAR-6226 Set external identity columns on user admin on H2Julien Lancelot2016-02-011-1/+1
* Fix minor quality flawsSimon Brandhof2016-01-301-1/+1
* squid:UselessPrenthesesCheck Useless parentheses around expression should be ...Zeeshan Asghar2016-01-291-1/+1
* squid:S1213 members of an interface decleration or class should appear in a p...Zeeshan Asghar2016-01-294-15/+13
* squid:S2209 static members should be accessed staticallyZeeshan Asghar2016-01-291-7/+7
* SONAR-7070 Enforced leak period in quality gates - migration scriptTeryk Bellahsene2016-01-294-2/+87
* IN claus and group of OR should have constant order and no duplicateSébastien Lesaint2016-01-291-4/+30
* avoid result array reallocation in DatabaseUtils.executeLargeInputsSébastien Lesaint2016-01-291-1/+1
* SONAR-7217 Fail to authenticate user with existing emailJulien Lancelot2016-01-273-0/+15
* make selectComponentsHavingSameKeyOrderedById populate all fieldsSébastien Lesaint2016-01-271-1/+2
* SONAR-7130 group deletion and purges of snapshots all togetherSébastien Lesaint2016-01-263-17/+39
* SONAR-7130 don't do select for aborted build twice per componentSébastien Lesaint2016-01-261-13/+3
* SONAR-7130 faster purge: single SQL query for all PRJ childrenSébastien Lesaint2016-01-264-21/+14
* SONAR-6226 USERS.EXTERNAL_IDENTITY columns has size 255Julien Lancelot2016-01-262-2/+2
* SONAR-6226 Remove index on external identity columnsJulien Lancelot2016-01-263-4/+1
* SONAR-6226 Add ext identity columns in USERS tableJulien Lancelot2016-01-2510-4/+187
* add index on project_measures.person_idSébastien Lesaint2016-01-203-1/+4
* add MeasureDao.selectProjectMeasuresByDeveloperForMetricsSébastien Lesaint2016-01-203-0/+34
* SONAR-7134 WS api/measures/componentTeryk Bellahsene2016-01-202-0/+56
* SONAR-7205 WS users/search with token count in responseTeryk Bellahsene2016-01-185-0/+78
* SONAR-7135 WS api/measures/component_tree parameterized periods in a measureTeryk Bellahsene2016-01-151-5/+1
* SONAR-7135 WS api/measures/component_tree search query must match exactly the...Teryk Bellahsene2016-01-151-18/+20
* SONAR-7180 script to delete properties sonar.core.projectsdashboard.*Sébastien Lesaint2016-01-144-2/+66
* fix headers5.4-M5Sébastien Lesaint2016-01-142-2/+2
* SONAR-6283 migrate permission profileadmin to profileadmin+gateadminSébastien Lesaint2016-01-135-9/+169
* SONAR-6283 add global permission gatesadmin and use itSébastien Lesaint2016-01-131-1/+3
* Fix project title in copyright headersSimon Brandhof2016-01-13352-352/+352
* SONAR-7129 WS api/components/tree search for project copyTeryk Bellahsene2016-01-132-2/+2
* SONAR-7135 WS api/measures/component_tree navigate through components and dis...Teryk Bellahsene2016-01-1311-13/+139
* SONAR-7174 "Execute Analysis" is now also a project permissionJulien Lancelot2016-01-121-6/+7
* Automatic merge from branch-5.3Jenkins CI2016-01-073-1/+4
|\
| * SONAR-7176 Add index on CE_QUEUE.COMPONENT_UUIDJulien Lancelot2016-01-073-1/+4
* | Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-05350-1546/+1430
* | SONAR-7131 WS components/show show one component and its ancestorsTeryk Bellahsene2016-01-055-13/+107
* | SONAR-7127 Fix ComponentQuery for DevCockpitJulien Lancelot2016-01-051-5/+51
* | Automatic merge from branch-5.3Jenkins CI2015-12-244-15/+24
|\|
| * SONAR-7163 WS api/user_groups/search Search group with '_', '%' or '/' charac...Teryk Bellahsene2015-12-234-15/+24
* | 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-212-1/+11
* | SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-214-11/+291
* | Automatic merge from branch-5.3Jenkins CI2015-12-155-39/+135
|\|
| * SONAR-7137 Fix migration on MySQLJulien Lancelot2015-12-155-39/+135
* | Replace slf4j by SQ Logger in sonar-dbSimon Brandhof2015-12-143-10/+10
|/
* SONAR-7030 Add migration to update LOADED_TEMPLATESJulien Lancelot2015-12-084-2/+64
* SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ...Teryk Bellahsene2015-12-083-20/+39
* SONAR-6900 add snapshot_id column in ce_activity db tableTeryk Bellahsene2015-12-084-1/+16
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-075-6/+22