| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | SONAR-7244 fix component's selectByQuery when no component id is provided | Teryk Bellahsene | 2016-06-15 | 1 | -3/+6 |
* | | SONAR-7688 fix migration from 4.5 | Simon Brandhof | 2016-06-15 | 2 | -36/+47 |
* | | SONAR-7739 Remove remember me cookie | Julien Lancelot | 2016-06-15 | 4 | -26/+59 |
* | | SONAR-7244 WS api/projects/search_my_projects list projects of which current ... | Teryk Bellahsene | 2016-06-15 | 8 | -22/+200 |
* | | SONAR-7688 table PROJECT_MEASURES should use component UUID | Simon Brandhof | 2016-06-14 | 24 | -52/+654 |
* | | SONAR-7693 support removal of ID columns in SNAPSHOTS | Sébastien Lesaint | 2016-06-14 | 56 | -311/+211 |
* | | SONAR-7693 replace SNAPSHOTS.*PROJECT_ID by columns with uuids | Sébastien Lesaint | 2016-06-14 | 11 | -2/+728 |
* | | SONAR-7501 drop DB columns | Simon Brandhof | 2016-06-13 | 2 | -1/+51 |
* | | SONAR-7501 remove usage of columns in SQL requests | Simon Brandhof | 2016-06-13 | 9 | -225/+54 |
* | | DB migration: make alter column re-entrant on Oracle | Sébastien Lesaint | 2016-06-13 | 1 | -3/+9 |
* | | rename AlterColumnsTypeBuilder to AlterColumnsBuilder | Sébastien Lesaint | 2016-06-13 | 1 | -6/+6 |
* | | SONAR-7692 support uuid columns in resource_index | Sébastien Lesaint | 2016-06-13 | 18 | -145/+163 |
* | | AlterColumnsTypeBuilder: support change nullity on postgre and oracle too | Sébastien Lesaint | 2016-06-13 | 1 | -13/+15 |
* | | SONAR-7692 change table resource_index to use project uuids | Sébastien Lesaint | 2016-06-13 | 11 | -1/+514 |
* | | DbTester: add test on nullable or not to assertColumnDefinition | Sébastien Lesaint | 2016-06-13 | 1 | -1/+9 |
* | | DbTester: add executeInsert with varargs | Sébastien Lesaint | 2016-06-13 | 1 | -0/+18 |
* | | Fix IT - WS api/permissions/search_templates returns all project permissions | Teryk Bellahsene | 2016-06-10 | 1 | -2/+2 |
* | | Fix quality flaws | Teryk Bellahsene | 2016-06-09 | 1 | -0/+42 |
* | | SONAR-7726 WS api/permissions/search_templates returns with_project_creator | Teryk Bellahsene | 2016-06-09 | 2 | -3/+13 |
* | | SONAR-7723 Create dao for perm_tpl_characteristics | Teryk Bellahsene | 2016-06-09 | 2 | -1/+174 |
* | | Reactivate SearchActionMediumTest.available_since | Julien Lancelot | 2016-06-06 | 1 | -1/+4 |
* | | Move org.sonar.core.user classes outside sonar-db | Simon Brandhof | 2016-06-06 | 7 | -605/+0 |
* | | SONAR-3321 IssueMapper#updateIfBeforeSelectedDate updates componentUuid | Sébastien Lesaint | 2016-06-02 | 1 | -2/+8 |
* | | SONAR-7653 upgrade to Elasticsearch 2.3.3 | Simon Brandhof | 2016-05-31 | 3 | -23/+28 |
* | | Refactor scope of DbTester | Simon Brandhof | 2016-05-24 | 18 | -65/+17 |
|/ |
|
* | SONAR-7649 do not repair db collation outside migration | Simon Brandhof | 2016-05-19 | 5 | -32/+88 |
* | SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleId | Julien Lancelot | 2016-05-16 | 1 | -4/+4 |
* | SONAR-7493 Add migration in pico | Julien Lancelot | 2016-05-13 | 1 | -1/+1 |
* | SONAR-6846 don't fail on duplicate row in snapshot_sources | Sébastien Lesaint | 2016-05-13 | 2 | -6/+36 |
* | SONAR-7493 fix size of ISSUES.MESSAGE col on Orale | Simon Brandhof | 2016-05-13 | 1 | -0/+63 |
* | SONAR-7274 Return authorized projects in api/qualitygates/search | Julien Lancelot | 2016-05-13 | 1 | -7/+10 |
* | SONAR-7545 use ComponentKeys.MAX_COMPONENT_KEY_LENGTH | Teryk Bellahsene | 2016-05-13 | 1 | -2/+0 |
* | SONAR-7545 functional error when updating a project key | Teryk Bellahsene | 2016-05-13 | 2 | -21/+123 |
* | SONAR-7175 Keep last snapshots in KeepOneFilter | Julien Lancelot | 2016-05-12 | 1 | -2/+1 |
* | SONAR-7630 Do not use MySQL TINYINT(1) for non-boolean columns | Simon Brandhof | 2016-05-12 | 3 | -2/+91 |
* | SONAR-7571 support huge file source in FILE_SOURCES.BINARY_DATA | Sébastien Lesaint | 2016-05-11 | 2 | -7/+32 |
* | Automatic merge from branch-5.5 | Jenkins CI | 2016-05-11 | 6 | -150/+6 |
|\ |
|
| * | SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1 | Simon Brandhof | 2016-05-10 | 6 | -150/+6 |
* | | Remove ResourceIndexDao.indexProjects() | Teryk Bellahsene | 2016-05-10 | 3 | -25/+24 |
* | | SONAR-7370 WS api/ce/activity returns developers | Teryk Bellahsene | 2016-05-10 | 2 | -14/+21 |
* | | 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 | -0/+21 |
* | | SONAR-7594 fix indexing of component names > 400 characters | Simon Brandhof | 2016-05-09 | 1 | -25/+45 |
* | | SONAR-7526 WS api/user_tokens/generate functional checks of name and token hash | Teryk Bellahsene | 2016-05-06 | 1 | -0/+47 |
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-05-06 | 2 | -0/+56 |
|\| |
|
| * | SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL Azure | Simon Brandhof | 2016-05-05 | 2 | -0/+56 |
| * | SONAR-7549 disable SqlExecutorTest on non-H2 dbs | Simon Brandhof | 2016-04-26 | 1 | -0/+11 |
* | | SONAR-7108 Fix unpredictable behavior of UT | Julien Lancelot | 2016-05-04 | 1 | -2/+8 |
* | | SONAR-7108 Delete Issues from index when purging old issues | Julien Lancelot | 2016-05-04 | 1 | -1/+7 |
* | | SONAR-7212 Remove migration to remove default assignee properties on removed ... | Julien Lancelot | 2016-05-04 | 3 | -100/+1 |