aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7330 Add rules long date columnsJulien Lancelot2016-02-178-6/+224
|
* SONAR-7352 Deterministic order of groups in My Account pageTeryk Bellahsene2016-02-161-2/+2
|
* SONAR-7187 Rename CeActivityQuery to CeTaskQueryTeryk Bellahsene2016-02-153-25/+25
|
* SONAR-7187 Improve code coverage of CeQueueDaoTeryk Bellahsene2016-02-151-0/+53
|
* SONAR-7187 WS api/ce/activity handles queue and past CE tasksTeryk Bellahsene2016-02-153-15/+77
|
* Enable QA pipeline at SonarSourceSimon Brandhof2016-02-102-23/+41
|
* SONAR-7112 search box with correct component type order5.4-M13Teryk Bellahsene2016-02-051-0/+5
|
* SONAR-7123 Improve size of projects name columnsJulien Lancelot2016-02-053-1/+74
|
* SONAR-7242 Add a migration to remove the preview permissionJulien Lancelot2016-02-035-1/+112
|
* SONAR-7242 Remove "Execute Preview Analysis" permissionJulien Lancelot2016-02-035-7/+7
|
* Fix quality flawsTeryk Bellahsene2016-02-011-0/+81
|
* SONAR-7249 Search email only on active usersJulien Lancelot2016-02-011-4/+9
|
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-018-117/+304
|
* SONAR-7233 Migrate disabled users to only keep login and nameJulien Lancelot2016-02-015-1/+165
|
* SONAR-7249 Identity provider must provide user loginJulien Lancelot2016-02-012-32/+5
|
* SONAR-7070 Enforced leak period in quality gates - migration scriptTeryk Bellahsene2016-01-295-1/+114
|
* 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-282-12/+36
|
* SONAR-7217 Fail to authenticate user with existing emailJulien Lancelot2016-01-272-0/+17
|
* remove specific schema for ComponentDaoWithDuplicatedKeysTestSébastien Lesaint2016-01-272-36/+12
| | | | less maintenance and risk for test to get out of sync with current definition of table PROJECTS
* SONAR-7130 group deletion and purges of snapshots all togetherSébastien Lesaint2016-01-261-2/+1
| | | | avoid doing select requests between deletion/purges of snapshots
* SONAR-7130 faster purge: single SQL query for all PRJ childrenSébastien Lesaint2016-01-262-0/+2
|
* 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-2510-8/+250
|
* 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 ↵Teryk Bellahsene2016-01-151-2/+2
| | | | the component key
* SONAR-7180 script to delete properties sonar.core.projectsdashboard.*Sébastien Lesaint2016-01-143-1/+159
|
* fix headers5.4-M5Sébastien Lesaint2016-01-141-1/+1
|
* SONAR-6283 migrate permission profileadmin to profileadmin+gateadminSébastien Lesaint2016-01-133-1/+297
|
* 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 ↵Teryk Bellahsene2016-01-137-49/+58
| | | | display measures
* 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
| | | | | Create ComponentQuery with a Builder Restore missing constructor for Dev Cokpit
* Automatic merge from branch-5.3Jenkins CI2015-12-241-56/+58
|\ | | | | | | | | * origin/branch-5.3: SONAR-7163 WS api/user_groups/search Search group with '_', '%' or '/' characters
| * SONAR-7163 WS api/user_groups/search Search group with '_', '%' or '/' ↵Teryk Bellahsene2015-12-231-56/+58
| | | | | | | | characters
* | 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
| | | | Use another connection to select all duplicated components
* SONAR-7030 Add migration to update LOADED_TEMPLATESJulien Lancelot2015-12-086-1/+93
| | | | In order to not have 2 default dashboards 'Custom', the entry in LOADED_TEMPLATES is renamed from the old name 'Dashboard' to the new one 'Custom'
* SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ↵Teryk Bellahsene2015-12-082-0/+82
| | | | analysis
* 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-072-3/+4
| | | | measures
* Fix quality flawsSimon Brandhof2015-12-041-0/+1
|