Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8148 do not log data and decrease log level to debug | Simon Brandhof | 2016-09-30 | 1 | -2/+3 |
| | |||||
* | SONAR-8148 use sonar-api logger rather than SLF4J's | Sébastien Lesaint | 2016-09-29 | 1 | -2/+2 |
| | |||||
* | SONAR-8185 FileSourceDao.readLineHashesStream supports null in DB | Sébastien Lesaint | 2016-09-28 | 1 | -1/+3 |
| | |||||
* | SONAR-8185 FileSourceDao.selectLineHashes supports null in DB | Sébastien Lesaint | 2016-09-28 | 1 | -1/+6 |
| | |||||
* | SONAR-8148 exception proof FeedFileSourcesBinaryData | Sébastien Lesaint | 2016-09-28 | 1 | -1/+4 |
| | |||||
* | SONAR-7961 Fix association when project is associated to many profiles | Julien Lancelot | 2016-09-13 | 3 | -4/+4 |
| | |||||
* | SONAR-6846 support duplicate snapshots with islast=true | Sébastien Lesaint | 2016-08-22 | 1 | -9/+12 |
| | |||||
* | SONAR-7686 Add migration to fix null external identity | Julien Lancelot | 2016-07-18 | 4 | -2/+74 |
| | |||||
* | SONAR-7798 support BIN and BIN2 collation on MsSQL | Sébastien Lesaint | 2016-06-27 | 1 | -3/+15 |
| | |||||
* | SONAR-7798 mssql fix collation now support complex collations | Sébastien Lesaint | 2016-06-27 | 1 | -6/+14 |
| | | | | | collations can actually have a combination of case sensitivity and accent sensitivity also, the might not end with accent sensitivity | ||||
* | SONAR-7681 Use public implementation of List in MyBatis | Teryk Bellahsene | 2016-05-31 | 2 | -8/+13 |
| | |||||
* | fix quality flaws | Sébastien Lesaint | 2016-05-20 | 2 | -4/+4 |
| | |||||
* | SONAR-7649 do not repair db collation outside migration | Simon Brandhof | 2016-05-19 | 6 | -34/+74 |
| | |||||
* | SONAR-6613 remove useless indexes on table GROUP_ROLES | Simon Brandhof | 2016-05-18 | 3 | -5/+2 |
| | |||||
* | SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleId | Julien Lancelot | 2016-05-16 | 1 | -6/+4 |
| | |||||
* | SONAR-7493 Add migration in pico | Julien Lancelot | 2016-05-13 | 1 | -1/+3 |
| | |||||
* | SONAR-6846 don't fail on duplicate row in snapshot_sources | Sébastien Lesaint | 2016-05-13 | 1 | -6/+16 |
| | |||||
* | SONAR-7493 fix size of ISSUES.MESSAGE col on Orale | Simon Brandhof | 2016-05-13 | 3 | -1/+44 |
| | | | | | | The length of this VARCHAR(4000) depends on runtime (4000 bytes or 4000 chars) as unit is not enforced during creation of column | ||||
* | SONAR-7274 Return authorized projects in api/qualitygates/search | Julien Lancelot | 2016-05-13 | 3 | -29/+6 |
| | |||||
* | SONAR-7545 use ComponentKeys.MAX_COMPONENT_KEY_LENGTH | Teryk Bellahsene | 2016-05-13 | 1 | -13/+9 |
| | |||||
* | SONAR-7545 functional error when updating a project key | Teryk Bellahsene | 2016-05-13 | 4 | -9/+72 |
| | | | | | | - when updating a project key and a sub-component has a key longer than 400 characters - when a component has a name longer than 2000 characters - when a component has a key longer than 400 characters | ||||
* | SONAR-7175 Keep last snapshots in KeepOneFilter | Julien Lancelot | 2016-05-12 | 1 | -2/+2 |
| | | | | Last snapshot is now kept Instead of first snapshot | ||||
* | SONAR-7630 Do not use MySQL TINYINT(1) for non-boolean columns | Simon Brandhof | 2016-05-12 | 6 | -3/+88 |
| | |||||
* | SONAR-7571 support huge file source in FILE_SOURCES.BINARY_DATA | Sébastien Lesaint | 2016-05-11 | 1 | -13/+19 |
| | |||||
* | Automatic merge from branch-5.5 | Jenkins CI | 2016-05-11 | 6 | -565/+2 |
|\ | | | | | | | | | * origin/branch-5.5: SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1 | ||||
| * | SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1 | Simon Brandhof | 2016-05-10 | 6 | -565/+2 |
| | | |||||
* | | Remove ResourceIndexDao.indexProjects() | Teryk Bellahsene | 2016-05-10 | 2 | -34/+4 |
| | | |||||
* | | SONAR-7370 WS api/ce/activity returns developers | Teryk Bellahsene | 2016-05-10 | 1 | -1/+1 |
| | | |||||
* | | SONAR-7594 fix indexing of component names > 400 characters | Simon Brandhof | 2016-05-10 | 1 | -1/+1 |
| | | |||||
* | | SONAR-7002 better exception message when decoding FileSources.DATA | Sébastien Lesaint | 2016-05-10 | 1 | -8/+17 |
| | | |||||
* | | SONAR-7594 fix indexing of component names > 400 characters | Simon Brandhof | 2016-05-09 | 1 | -1/+8 |
| | | |||||
* | | SONAR-7526 WS api/user_tokens/generate functional checks of name and token hash | Teryk Bellahsene | 2016-05-06 | 2 | -2/+46 |
| | | |||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-05-06 | 4 | -4/+24 |
|\| | | | | | | | | | * origin/branch-5.5: SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL Azure | ||||
| * | SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL Azure | Simon Brandhof | 2016-05-05 | 4 | -4/+24 |
| | | |||||
* | | SONAR-7108 Delete Issues from index when purging old issues | Julien Lancelot | 2016-05-04 | 4 | -60/+73 |
| | | | | | | | | Purge from index was already working when property 'sonar.dbcleaner.daysBeforeDeletingClosedIssues' was not equal to 0. Now it's working whatever the value is. | ||||
* | | SONAR-7212 Fix removal of user property "sonar.issues.defaultAssigneeLogin" ↵ | Julien Lancelot | 2016-05-04 | 1 | -1/+1 |
| | | | | | | | | in Oracle | ||||
* | | SONAR-7212 Remove migration to remove default assignee properties on removed ↵ | Julien Lancelot | 2016-05-04 | 5 | -95/+2 |
| | | | | | | | | | | | | users Remove this migration because in Oracle, PROPERTIES.TEXT_VALUE is a clob, so it's not possible to do a JOIN on this column | ||||
* | | SONAR-7212 Add migration to remove default assignee properties on removed users | Julien Lancelot | 2016-05-03 | 5 | -2/+94 |
| | | |||||
* | | SONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a user | Julien Lancelot | 2016-05-03 | 3 | -0/+16 |
| | | |||||
* | | SONAR-7394 Fix update of custom rule active parameters | Julien Lancelot | 2016-05-03 | 2 | -1/+45 |
| | | |||||
* | | Fix SnapshotDao#selectSnapshotsByQuery() when using component UUID and sorting | Simon Brandhof | 2016-04-30 | 1 | -1/+1 |
| | | |||||
* | | Fix quality flaws | Teryk Bellahsene | 2016-04-29 | 1 | -1/+1 |
| | | |||||
* | | Fix query to keep authorized users for a project and a role | Julien Lancelot | 2016-04-27 | 1 | -3/+1 |
|/ | | | | The query were returning every users that have the permission from a group, without taking into account given users | ||||
* | SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columns | Simon Brandhof | 2016-04-25 | 8 | -146/+336 |
| | |||||
* | SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collation | Simon Brandhof | 2016-04-25 | 8 | -241/+530 |
| | |||||
* | SONAR-7553 DAO of CE_QUEUE count number of rows by status | Teryk Bellahsene | 2016-04-21 | 3 | -8/+12 |
| | |||||
* | SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing | Teryk Bellahsene | 2016-04-21 | 3 | -1/+17 |
| | |||||
* | 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 | 3 | -15/+2 |
| | | | | 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 | 1 | -0/+4 |
| | | | | Anyone permission cannot be taking into by this method |