Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [maven-release-plugin] prepare release 5.6.35.6.3 | Tom | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | SONAR-8148 do not log data and decrease log level to debug | Simon Brandhof | 2016-09-30 | 2 | -2/+12 |
| | |||||
* | 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 | 2 | -2/+36 |
| | |||||
* | SONAR-8185 FileSourceDao.selectLineHashes supports null in DB | Sébastien Lesaint | 2016-09-28 | 2 | -1/+25 |
| | |||||
* | SONAR-8148 exception proof FeedFileSourcesBinaryData | Sébastien Lesaint | 2016-09-28 | 2 | -5/+11 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Tom | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 5.6.25.6.2 | Tom | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | SONAR-7961 Fix association when project is associated to many profiles | Julien Lancelot | 2016-09-13 | 4 | -43/+72 |
| | |||||
* | SONAR-7961 Refactoring of add_project and remove_project actions | Julien Lancelot | 2016-09-13 | 1 | -0/+13 |
| | |||||
* | SONAR-6846 support duplicate snapshots with islast=true | Sébastien Lesaint | 2016-08-22 | 2 | -9/+38 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 5.6.15.6.1 | David Rautureau | 2016-07-25 | 1 | -3/+2 |
| | |||||
* | SONAR-7686 Add migration to fix null external identity | Julien Lancelot | 2016-07-18 | 7 | -3/+196 |
| | |||||
* | SONAR-7798 support BIN and BIN2 collation on MsSQL | Sébastien Lesaint | 2016-06-27 | 2 | -13/+59 |
| | |||||
* | SONAR-7798 mssql fix collation now support complex collations | Sébastien Lesaint | 2016-06-27 | 2 | -6/+51 |
| | | | | | collations can actually have a combination of case sensitivity and accent sensitivity also, the might not end with accent sensitivity | ||||
* | set next dev version to 5.6.1-SNAPSHOT | Tom | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | Update version to 5.6-SNAPSHOT | Tom | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | Release 5.65.6 | Tom | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | SONAR-7681 Use public implementation of List in MyBatis | Teryk Bellahsene | 2016-05-31 | 2 | -8/+13 |
| | |||||
* | prepare for next development iteration on release branch | Tom | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | release 5.6-RC2 | Tom | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | SONAR-7652 fix connection to SQL Azure | Simon Brandhof | 2016-05-26 | 1 | -3/+3 |
| | | | | | Support of SSL connection is fixed by upgrading to Microsoft driver 4.2. | ||||
* | prepare for next development iteration on release branch | Tom | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Release 5.6-RC1 | Tom | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | 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 | 11 | -66/+162 |
| | |||||
* | 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 | 2 | -10/+8 |
| | |||||
* | SONAR-7493 Add migration in pico | Julien Lancelot | 2016-05-13 | 2 | -2/+4 |
| | |||||
* | SONAR-6846 don't fail on duplicate row in snapshot_sources | Sébastien Lesaint | 2016-05-13 | 3 | -12/+52 |
| | |||||
* | SONAR-7493 fix size of ISSUES.MESSAGE col on Orale | Simon Brandhof | 2016-05-13 | 4 | -1/+107 |
| | | | | | | 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 | 4 | -36/+16 |
| | |||||
* | SONAR-7545 use ComponentKeys.MAX_COMPONENT_KEY_LENGTH | Teryk Bellahsene | 2016-05-13 | 2 | -15/+9 |
| | |||||
* | SONAR-7545 functional error when updating a project key | Teryk Bellahsene | 2016-05-13 | 6 | -30/+195 |
| | | | | | | - 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 | 2 | -4/+3 |
| | | | | 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 | 9 | -5/+179 |
| | |||||
* | SONAR-7571 support huge file source in FILE_SOURCES.BINARY_DATA | Sébastien Lesaint | 2016-05-11 | 3 | -20/+51 |
| | |||||
* | Automatic merge from branch-5.5 | Jenkins CI | 2016-05-11 | 12 | -715/+8 |
|\ | | | | | | | | | * 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 | 12 | -715/+8 |
| | | |||||
* | | Remove ResourceIndexDao.indexProjects() | Teryk Bellahsene | 2016-05-10 | 5 | -59/+28 |
| | | |||||
* | | SONAR-7370 WS api/ce/activity returns developers | Teryk Bellahsene | 2016-05-10 | 3 | -15/+22 |
| | | |||||
* | | SONAR-7594 fix indexing of component names > 400 characters | Simon Brandhof | 2016-05-10 | 2 | -2/+2 |
| | | |||||
* | | SONAR-7002 better exception message when decoding FileSources.DATA | Sébastien Lesaint | 2016-05-10 | 2 | -8/+38 |
| | | |||||
* | | SONAR-7594 fix indexing of component names > 400 characters | Simon Brandhof | 2016-05-09 | 2 | -26/+53 |
| | | |||||
* | | SONAR-7526 WS api/user_tokens/generate functional checks of name and token hash | Teryk Bellahsene | 2016-05-06 | 3 | -2/+93 |
| | | |||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-05-06 | 6 | -4/+80 |
|\| | | | | | | | | | * 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 | 6 | -4/+80 |
| | | |||||
| * | Update version to 5.5-SNAPSHOT | Tom | 2016-05-02 | 1 | -1/+1 |
| | | |||||
| * | Release 5.55.5 | Tom | 2016-05-02 | 1 | -1/+1 |
| | |