Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collation | Simon Brandhof | 2016-04-25 | 16 | -473/+1040 | |
| | ||||||
* | SONAR-7553 DAO of CE_QUEUE count number of rows by status | Teryk Bellahsene | 2016-04-21 | 4 | -12/+42 | |
| | ||||||
* | SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing | Teryk Bellahsene | 2016-04-21 | 4 | -3/+39 | |
| | ||||||
* | SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE | Teryk Bellahsene | 2016-04-21 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status) | Teryk Bellahsene | 2016-04-21 | 3 | -1/+6 | |
| | ||||||
* | SONAR-7187 Remove paging from api/ce/activity | Julien Lancelot | 2016-04-21 | 5 | -62/+6 | |
| | | | | In order to have no more full scan on the ce_activity table, we had to remove paging as it was executing a select count(* from ce_activity) | |||||
* | Add comment on query to keep authorized users for a project and a role | Julien Lancelot | 2016-04-19 | 4 | -37/+15 | |
| | | | | Anyone permission cannot be taking into by this method | |||||
* | Add query to keep authorized users for a project and a role | Julien Lancelot | 2016-04-18 | 10 | -17/+180 | |
| | ||||||
* | Add ComponentDao#insertBatch() for batch inserts | Simon Brandhof | 2016-04-15 | 4 | -3/+49 | |
| | ||||||
* | Add UserDao.selectByIds | Julien Lancelot | 2016-04-15 | 5 | -14/+51 | |
| | ||||||
* | SONAR-7187 Fix perf issue in selectByQuery | Julien Lancelot | 2016-04-14 | 4 | -5/+60 | |
| | | | | Replace usage of RowBounds by SQL pagination | |||||
* | Add PropertiesDao.deleteById | Julien Lancelot | 2016-04-11 | 6 | -0/+48 | |
| | ||||||
* | SONAR-7528 WS api/measures/component handles developer measures | Teryk Bellahsene | 2016-04-07 | 2 | -2/+7 | |
| | ||||||
* | SONAR-7528 WS api/measures/component_tree handles developer measures | Teryk Bellahsene | 2016-04-07 | 4 | -12/+89 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2016-04-06 | 2 | -3/+117 | |
| | ||||||
* | Fix quality flaws | Simon Brandhof | 2016-04-06 | 2 | -2/+3 | |
| | ||||||
* | Fix quality flaws | Teryk Bellahsene | 2016-04-05 | 16 | -19/+25 | |
| | ||||||
* | SONAR-7473 Clean useless code | Julien Lancelot | 2016-04-04 | 8 | -31/+31 | |
| | ||||||
* | SONAR-7480 optimize SQL request in QP Search WS | Sébastien Lesaint | 2016-03-31 | 4 | -8/+130 | |
| | ||||||
* | MMF-165 Remove action plan mentions | Teryk Bellahsene | 2016-03-30 | 4 | -147/+0 | |
| | ||||||
* | SONAR-7470 Delete manual rules from DB | Julien Lancelot | 2016-03-29 | 8 | -3/+165 | |
| | ||||||
* | SONAR-7470 Remove 'manual' from SQL queries | Julien Lancelot | 2016-03-29 | 5 | -52/+14 | |
| | ||||||
* | SONAR-7470 Drop ability to manage manual rules from WS | Julien Lancelot | 2016-03-29 | 1 | -9/+0 | |
| | ||||||
* | SONAR-7472 Delete manual issues from DB | Julien Lancelot | 2016-03-29 | 8 | -3/+251 | |
| | ||||||
* | SONAR-7473 Drop 'reporter' field from backend | Julien Lancelot | 2016-03-29 | 12 | -48/+20 | |
| | ||||||
* | SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSide | Sébastien Lesaint | 2016-03-29 | 6 | -24/+0 | |
| | ||||||
* | SONAR-7441 add ComputeEngineSide annotation where applicable | Sébastien Lesaint | 2016-03-29 | 6 | -0/+12 | |
| | ||||||
* | SONAR-7466 Remove ACTION_PLANS table and related code | Teryk Bellahsene | 2016-03-25 | 44 | -1420/+7 | |
| | ||||||
* | SONAR-6171 Make sure at server startup that the DB is configured to use the ↵ | Simon Brandhof | 2016-03-24 | 2 | -0/+473 | |
| | | | | UTF8 charset and to be case-sensitive | |||||
* | SONAR-7330 Remove measures on rules in DB | Julien Lancelot | 2016-03-23 | 8 | -4/+148 | |
| | ||||||
* | SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_ID | Julien Lancelot | 2016-03-23 | 16 | -184/+20 | |
| | ||||||
* | Add missing UT | Julien Lancelot | 2016-03-23 | 3 | -60/+344 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2016-03-23 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7307 retrieve only one row when polling queue table | Sébastien Lesaint | 2016-03-23 | 3 | -3/+5 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2016-03-22 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7448 Allow groups synchronization in IdentityProvider API | Julien Lancelot | 2016-03-22 | 4 | -0/+52 | |
| | ||||||
* | SONAR-7254 Feed user.local when creating/updating/reactivating a user | Julien Lancelot | 2016-03-21 | 1 | -0/+41 | |
| | ||||||
* | SONAR-7254 Replace usage of UserIndex.getByLogin() by ↵ | Julien Lancelot | 2016-03-21 | 2 | -1/+48 | |
| | | | | UserDao.selectOrFailByLogin() | |||||
* | SONAR-7254 Add USERS.LOCAL column | Julien Lancelot | 2016-03-21 | 7 | -14/+44 | |
| | ||||||
* | SONAR-7106 WS api/permissions/search_project_permissions rely on ↵ | Teryk Bellahsene | 2016-03-18 | 2 | -39/+0 | |
| | | | | resource_index to search for component name | |||||
* | SONAR-7106 WS api/permissions/bulk_apply_template bulk apply permission template | Teryk Bellahsene | 2016-03-18 | 3 | -14/+12 | |
| | ||||||
* | SONAR-7458 new component org.sonar.api.utils.Version | Simon Brandhof | 2016-03-16 | 1 | -25/+7 | |
| | ||||||
* | SONAR-7129 SONAR-7135 optimize SQL requests on MySQL | Simon Brandhof | 2016-03-16 | 2 | -17/+44 | |
| | ||||||
* | Fix some quality flaws | Julien HENRY | 2016-03-16 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7321 sanitize some DB columns | Simon Brandhof | 2016-03-15 | 4 | -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 flaws | Simon Brandhof | 2016-03-15 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7260 Fail fast if version of database is not supported | Simon Brandhof | 2016-03-14 | 2 | -36/+101 | |
| | ||||||
* | SONAR-7453 Fix RULES alias for Oracle | Julien Lancelot | 2016-03-11 | 2 | -17/+17 | |
| | ||||||
* | SONAR-7453 Fix RULES columns size for Oracle | Julien Lancelot | 2016-03-11 | 5 | -26/+26 | |
| | ||||||
* | SONAR-7325 add missing test | Simon Brandhof | 2016-03-10 | 1 | -14/+56 | |
| |