Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5623 Apply feedback | Stas Vilchik | 2014-10-22 | 5 | -22/+22 |
| | |||||
* | SONAR-5626 start task launcher when the server has finished starting | Teryk Bellahsene | 2014-10-22 | 2 | -5/+13 |
| | |||||
* | Automatic merge from branch-4.5 | Jenkins CI | 2014-10-22 | 4 | -2/+12 |
|\ | | | | | | | | | | | * origin/branch-4.5: SONAR-5758 Apply CSV escaping on classic rule activation params SONAR-5758 Use CSV escaping to send custom rule parameters | ||||
| * | SONAR-5758 Apply CSV escaping on classic rule activation params | Jean-Baptiste Lievremont | 2014-10-22 | 1 | -1/+1 |
| | | |||||
| * | SONAR-5758 Use CSV escaping to send custom rule parameters | Jean-Baptiste Lievremont | 2014-10-22 | 3 | -1/+11 |
| | | |||||
* | | Fix quality flaws | Jean-Baptiste Lievremont | 2014-10-22 | 2 | -3/+4 |
| | | |||||
* | | SONAR-5696 truncate table before adding column ANALYSIS_REPORTS.SNAPSHOT_ID | Simon Brandhof | 2014-10-22 | 1 | -0/+6 |
| | | |||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-10-22 | 1 | -1/+1 |
|\| | | | | | | | | | * origin/branch-4.5: SONAR-5758 fix SQL request | ||||
| * | SONAR-5758 fix SQL request | Simon Brandhof | 2014-10-22 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5698 SONAR-5694 Add business dates finishedAt startedAt and ↵ | Teryk Bellahsene | 2014-10-22 | 13 | -47/+109 |
| | | | | | | | | submittedAt to analysis report | ||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-10-22 | 2 | -5/+13 |
|\| | | | | | | | | | * origin/branch-4.5: SONAR-5758 fix quality flaws | ||||
| * | SONAR-5758 fix quality flaws | Simon Brandhof | 2014-10-21 | 2 | -5/+13 |
| | | |||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-10-21 | 19 | -8/+223 |
|\| | | | | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/db/migrations/DatabaseMigrations.java sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql | ||||
| * | SONAR-5758 db migration to delete corrupted rows in ACTIVITIES | Simon Brandhof | 2014-10-21 | 19 | -9/+224 |
| | | |||||
* | | SONAR-5749 Convert issue facets to sticky facets | Jean-Baptiste Lievremont | 2014-10-21 | 6 | -136/+106 |
| | | |||||
* | | Fix quality flaws | Jean-Baptiste Lievremont | 2014-10-21 | 1 | -4/+7 |
| | | |||||
* | | SONAR-5696: Snapshot switch moved from batch to server side | Teryk Bellahsene | 2014-10-21 | 38 | -162/+1120 |
| | | |||||
* | | SONAR-5749 SONAR-5747 Rename issues facets to reflect filter names | Jean-Baptiste Lievremont | 2014-10-21 | 3 | -10/+11 |
| | | |||||
* | | SONAR-5747 Add project facet on issues | Jean-Baptiste Lievremont | 2014-10-21 | 3 | -1/+12 |
| | | |||||
* | | SONAR-5753 Add migration to populate UUID columns | Julien Lancelot | 2014-10-21 | 12 | -1/+550 |
| | | |||||
* | | SONAR-5743 Add code snippets around issues in search WS | Jean-Baptiste Lievremont | 2014-10-21 | 6 | -6/+142 |
| | | |||||
* | | SONAR-5753 Create migration to add UUID columns in projects | Julien Lancelot | 2014-10-20 | 5 | -0/+46 |
| | | |||||
* | | Merge remote-tracking branch 'origin/branch-4.5' | Julien HENRY | 2014-10-20 | 6 | -10/+28 |
|\| | | | | | | | | | Conflicts: sonar-batch/src/main/java/org/sonar/batch/DefaultDecoratorContext.java | ||||
| * | SONAR-5255 Make sure SonarQube compatible with IE 11 | Stas Vilchik | 2014-10-20 | 2 | -2/+4 |
| | | |||||
| * | SONAR-5760 Component Viewer fails to show a big files | Stas Vilchik | 2014-10-20 | 3 | -7/+23 |
| | | |||||
| * | SONAR-5736 The select list component does not fetch more than one page | Stas Vilchik | 2014-10-20 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/branch-4.5' | Julien Lancelot | 2014-10-20 | 1 | -0/+39 |
|\| | | | | | | | | | | | Conflicts: sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql | ||||
| * | SONAR-5625 Include the "enabled" column to the current "projects_kee" index | Julien Lancelot | 2014-10-20 | 1 | -0/+39 |
| | | |||||
* | | Fix quality flaw | Simon Brandhof | 2014-10-17 | 1 | -5/+5 |
| | | |||||
* | | Fix quality flaw | Simon Brandhof | 2014-10-17 | 1 | -1/+1 |
| | | |||||
* | | Fix quality flaw | Simon Brandhof | 2014-10-17 | 1 | -26/+16 |
| | | |||||
* | | SONAR-5623 Remove the last data mock | Stas Vilchik | 2014-10-17 | 2 | -44/+0 |
| | | |||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-10-17 | 1 | -2/+2 |
|\| | | | | | | | | | | | * origin/branch-4.5: SONAR-5735 Deprecate "sonar.importSources" SONAR-5691 Exception messages are shown twice | ||||
| * | SONAR-5691 Exception messages are shown twice | Simon Brandhof | 2014-10-17 | 1 | -2/+2 |
| | | |||||
* | | SONAR-5694 add authorization rights and medium tests | Teryk Bellahsene | 2014-10-17 | 3 | -7/+59 |
| | | |||||
* | | Fix quality flaw | Julien Lancelot | 2014-10-17 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/branch-4.5' | Julien Lancelot | 2014-10-17 | 1 | -1/+6 |
|\| | | | | | | | | | Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java | ||||
| * | Revert "SONAR-5605 MySQL: configure driver to use server side cursor and not ↵ | Julien Lancelot | 2014-10-17 | 1 | -1/+6 |
| | | | | | | | | | | | | client side cursor" This reverts commit ccf4726ae0530695bd55903a989bbd6afae1dd5c. | ||||
* | | fix quality flaw | Stephane Gamard | 2014-10-17 | 1 | -12/+12 |
| | | |||||
* | | SONAR-5531 Fix bug when adding a comment on an issue linked on a removed rule | Julien Lancelot | 2014-10-17 | 3 | -8/+33 |
| | | |||||
* | | SONAR-5694: Keep history of analysis reports | Teryk Bellahsene | 2014-10-17 | 15 | -17/+446 |
| | | |||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-10-17 | 1 | -1/+1 |
|\| | | | | | | | | | * origin/branch-4.5: SONAR-5751 Apply fix to table footer too | ||||
| * | SONAR-5751 Apply fix to table footer too | Fabrice Bellingard | 2014-10-16 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5697 Improve error handling when doing a getByKeys | Julien Lancelot | 2014-10-16 | 2 | -23/+28 |
| | | |||||
* | | SONAR-5529 Fix issue on MySQL when adding a comment | Julien Lancelot | 2014-10-16 | 5 | -3/+138 |
| | | |||||
* | | SONAR-5564 - Fixed rails status compare | Stephane Gamard | 2014-10-16 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5564 - Added human readable size for Cache sizes | Stephane Gamard | 2014-10-16 | 1 | -2/+4 |
| | | |||||
* | | Improve error handling in Java WS Client | Julien Lancelot | 2014-10-16 | 3 | -9/+7 |
| | | |||||
* | | SONAR-5564 - Added performance metric in SystemInfo | Stephane Gamard | 2014-10-16 | 2 | -7/+17 |
| | | |||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-10-16 | 2 | -1/+6 |
|\| | | | | | | | | | | | * origin/branch-4.5: Fix SearchClient to display exception detail on error SONAR-5751 Table headers don't wrap correctly in printable version |