summaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-7528 WS api/measures/component handles developer measuresTeryk Bellahsene2016-04-072-2/+7
|
* SONAR-7528 WS api/measures/component_tree handles developer measuresTeryk Bellahsene2016-04-073-6/+20
|
* Fix quality flawsJulien Lancelot2016-04-061-1/+1
|
* Fix quality flawsSimon Brandhof2016-04-062-2/+3
|
* Fix quality flawsTeryk Bellahsene2016-04-0516-19/+25
|
* SONAR-7480 optimize SQL request in QP Search WSSébastien Lesaint2016-03-313-8/+88
|
* MMF-165 Remove action plan mentionsTeryk Bellahsene2016-03-301-5/+0
|
* SONAR-7470 Delete manual rules from DBJulien Lancelot2016-03-294-2/+59
|
* SONAR-7470 Remove 'manual' from SQL queriesJulien Lancelot2016-03-293-21/+8
|
* SONAR-7472 Delete manual issues from DBJulien Lancelot2016-03-294-2/+61
|
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-292-23/+4
|
* SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSideSébastien Lesaint2016-03-296-24/+0
|
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-296-0/+12
|
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-2523-958/+6
|
* SONAR-6171 Make sure at server startup that the DB is configured to use the ↵Simon Brandhof2016-03-241-0/+241
| | | | UTF8 charset and to be case-sensitive
* SONAR-7330 Remove measures on rules in DBJulien Lancelot2016-03-234-3/+59
|
* SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_IDJulien Lancelot2016-03-234-37/+8
|
* Add missing UTJulien Lancelot2016-03-232-26/+12
|
* Fix quality flawsJulien Lancelot2016-03-231-1/+1
|
* SONAR-7307 retrieve only one row when polling queue tableSébastien Lesaint2016-03-232-2/+4
|
* Fix quality flawsJulien Lancelot2016-03-221-1/+1
|
* SONAR-7448 Allow groups synchronization in IdentityProvider APIJulien Lancelot2016-03-223-0/+36
|
* SONAR-7254 Replace usage of UserIndex.getByLogin() by ↵Julien Lancelot2016-03-211-0/+31
| | | | UserDao.selectOrFailByLogin()
* SONAR-7254 Add USERS.LOCAL columnJulien Lancelot2016-03-216-7/+26
|
* SONAR-7106 WS api/permissions/search_project_permissions rely on ↵Teryk Bellahsene2016-03-181-24/+0
| | | | resource_index to search for component name
* SONAR-7106 WS api/permissions/bulk_apply_template bulk apply permission templateTeryk Bellahsene2016-03-182-7/+11
|
* SONAR-7458 new component org.sonar.api.utils.VersionSimon Brandhof2016-03-161-25/+7
|
* SONAR-7129 SONAR-7135 optimize SQL requests on MySQLSimon Brandhof2016-03-161-14/+22
|
* Fix some quality flawsJulien HENRY2016-03-161-1/+1
|
* SONAR-7321 sanitize some DB columnsSimon Brandhof2016-03-154-5/+6
| | | | | | | - ISSUE_CHANGES.USER_LOGIN on all databases except H2 - ACTIVITIES.USER_LOGIN is too small on MsSQL and H2 - RULES.PLUGIN_CONFIG_KEY is too big on H2 - AUTHORS.LOGIN is too small on H2
* Fix quality flawsSimon Brandhof2016-03-151-1/+1
|
* SONAR-7260 Fail fast if version of database is not supportedSimon Brandhof2016-03-141-18/+56
|
* SONAR-7453 Fix RULES alias for OracleJulien Lancelot2016-03-112-17/+17
|
* SONAR-7453 Fix RULES columns size for OracleJulien Lancelot2016-03-112-11/+11
|
* SONAR-7325 Display values of parameters in SQL TRACE logsSimon Brandhof2016-03-103-12/+79
|
* SONAR-7453 Rename rules remediation function fields in DBJulien Lancelot2016-03-105-45/+46
| | | | | | | | "effort_to_fix_description" becomes "gap_description" "remediation_coeff" becomes "remediation_gap_mult" "default_remediation_coeff" becomes "default_remediation_gap_mult" "remediation_offset" becomes "remediation_base_effort" "default_remediation_offset" becomes "default_remediation_base_effort"
* SONAR-7345 Rename Issue debt to effort in APIJulien Lancelot2016-03-101-8/+8
|
* SONAR-7345 Rename ISSUES columnsJulien Lancelot2016-03-105-29/+30
| | | | | Rename technical_debt to effort Rename effort_to_fix to gap
* SONAR-7379 Drop inefficient index ISSUES_SEVERITYSimon Brandhof2016-03-103-3/+2
|
* SONAR-7378 Drop unused index ISSUES_STATUSSimon Brandhof2016-03-103-3/+2
|
* Fix quality flawsJulien Lancelot2016-03-081-1/+1
|
* SONAR-7330 When searching active rules by profile, ignore active rule on ↵Julien Lancelot2016-03-044-32/+57
| | | | removed rules
* SONAR-7372 Too many logs "Disable metric" at server startupSimon Brandhof2016-03-033-3/+8
|
* remove useless session.rollback() causing MySql UT instabilitySébastien Lesaint2016-03-021-1/+0
|
* Fix quality flawsJulien Lancelot2016-03-028-8/+8
|
* SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-024-4/+4
|
* SONAR-7329 Cleanup some remaining characteristics stuffJulien Lancelot2016-03-021-2/+0
|
* SONAR-7329 Add type in RuleDtoJulien Lancelot2016-03-022-2/+20
|
* SONAR-7329 Feed RULES.RULE_TYPEJulien Lancelot2016-03-025-13/+140
|
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-022-29/+39
|