aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7330 Add rules long date columnsJulien Lancelot2016-02-177-3/+172
|
* SONAR-7352 Deterministic order of groups in My Account pageTeryk Bellahsene2016-02-161-0/+1
|
* SONAR-7187 Rename CeActivityQuery to CeTaskQueryTeryk Bellahsene2016-02-155-16/+19
|
* SONAR-7187 WS api/ce/activity handles queue and past CE tasksTeryk Bellahsene2016-02-156-13/+88
|
* Improve qualityDuarte Meneses2016-02-081-11/+11
|
* Fix quality gatesSimon Brandhof2016-02-053-13/+13
|
* SONAR-7123 Improve size of projects name columnsJulien Lancelot2016-02-055-4/+62
|
* SONAR-7123 Improve size of PROJECTS.LONG_NAME columnsJulien Lancelot2016-02-043-2/+3
|
* SONAR-7242 Add a migration to remove the preview permissionJulien Lancelot2016-02-034-2/+65
|
* SONAR-7242 Remove "Execute Preview Analysis" permissionJulien Lancelot2016-02-032-5/+3
|
* SONAR-7020 forbid login with a space when creating a userTeryk Bellahsene2016-02-011-0/+4
|
* SONAR-7249 Search email only on active usersJulien Lancelot2016-02-012-1/+3
|
* 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
| | | | removed to prevent any misunderstanging
* squid:S1213 members of an interface decleration or class should appear in a ↵Zeeshan Asghar2016-01-294-15/+13
| | | | pre-defined order
* 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
| | | | this is required by Developer Cockpit usage of this method
* SONAR-7130 group deletion and purges of snapshots all togetherSébastien Lesaint2016-01-263-17/+39
| | | | avoid doing select requests between deletion/purges of snapshots
* 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
| | | | The index is too big on MySQL
* 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 ↵Teryk Bellahsene2016-01-151-18/+20
| | | | the component key
* 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 ↵Teryk Bellahsene2016-01-1311-13/+139
| | | | display measures
* 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
|\ | | | | | | | | * origin/branch-5.3: SONAR-7176 Add index on CE_QUEUE.COMPONENT_UUID
| * 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
| | | | | | | | | | Create ComponentQuery with a Builder Restore missing constructor for Dev Cokpit