aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-7372 Too many logs "Disable metric" at server startupSimon Brandhof2016-03-031-1/+6
|
* improve reporting in case of failure in CeQueueDaoTestSébastien Lesaint2016-03-021-79/+123
|
* SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-025-5/+5
|
* SONAR-7329 Add type in RuleDtoJulien Lancelot2016-03-022-4/+21
|
* SONAR-7329 Feed RULES.RULE_TYPEJulien Lancelot2016-03-029-58/+402
|
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-022-13/+13
|
* SONAR-7330 fix DB migrationSimon Brandhof2016-03-011-4/+4
|
* SONAR-7330 remove column RULES.CHARACTERISTIC_ID and DEFAULT_CHARACTERISTIC_IDSimon Brandhof2016-03-015-10/+1
|
* SONAR-7330 Improve active rules loading in rules WSTeryk Bellahsene2016-03-011-5/+23
|
* Fix DB tests on non-H2Simon Brandhof2016-03-012-2/+3
|
* SONAR-7329 Add RULES.RULE_TYPE columnJulien Lancelot2016-02-292-3/+4
| | | | Reuse existing migration that add columns in rules table to decrease migration time
* Remove unused annotation @DbTestsSimon Brandhof2016-02-2957-171/+55
|
* SONAR-7330 Remove SqlActiveRuleKeyJulien Lancelot2016-02-291-1/+61
|
* SONAR-7330 Remove DAOv2 base classesSimon Brandhof2016-02-2914-43/+24
|
* SONAR-7330 Update date columns of rules and active_rulesJulien Lancelot2016-02-2913-32/+127
|
* SONAR-7330 Rename activeRuleDao to deprecatedActiveRuleDao in DbClientJulien Lancelot2016-02-291-1/+1
|
* SONAR-7330 Add active rule index definitionJulien Lancelot2016-02-291-0/+25
|
* SONAR-7330 Add long dates in active rulesJulien Lancelot2016-02-295-0/+153
|
* SONAR-7330 DefaultRuleFinder is now using only RuleDaoJulien Lancelot2016-02-292-1/+50
|
* SONAR-7330 RegisterRules is now using RuleIndexerJulien Lancelot2016-02-298-13/+275
|
* SONAR-7330 Add rule index definitionJulien Lancelot2016-02-291-1/+1
|
* Replace SQL "count(*)" by "count(1)"Simon Brandhof2016-02-2917-35/+35
| | | | It can have slight performance improvements on some databases.
* Fix IssueDaoTest on MySQLSimon Brandhof2016-02-293-139/+66
| | | | DBUnit does not correctly handle TINYINT type on MySQL
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-266-3/+114
|
* SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-2618-22/+140
|
* SONAR-7364 Remove SQALE characteristics from measures and rulesSimon Brandhof2016-02-2225-605/+91
|
* 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
|