aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5623 Apply feedbackStas Vilchik2014-10-225-22/+22
|
* SONAR-5626 start task launcher when the server has finished startingTeryk Bellahsene2014-10-222-5/+13
|
* Automatic merge from branch-4.5Jenkins CI2014-10-224-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 paramsJean-Baptiste Lievremont2014-10-221-1/+1
| |
| * SONAR-5758 Use CSV escaping to send custom rule parametersJean-Baptiste Lievremont2014-10-223-1/+11
| |
* | Fix quality flawsJean-Baptiste Lievremont2014-10-222-3/+4
| |
* | SONAR-5696 truncate table before adding column ANALYSIS_REPORTS.SNAPSHOT_IDSimon Brandhof2014-10-221-0/+6
| |
* | Automatic merge from branch-4.5Jenkins CI2014-10-221-1/+1
|\| | | | | | | | | * origin/branch-4.5: SONAR-5758 fix SQL request
| * SONAR-5758 fix SQL requestSimon Brandhof2014-10-221-1/+1
| |
* | SONAR-5698 SONAR-5694 Add business dates finishedAt startedAt and ↵Teryk Bellahsene2014-10-2213-47/+109
| | | | | | | | submittedAt to analysis report
* | Automatic merge from branch-4.5Jenkins CI2014-10-222-5/+13
|\| | | | | | | | | * origin/branch-4.5: SONAR-5758 fix quality flaws
| * SONAR-5758 fix quality flawsSimon Brandhof2014-10-212-5/+13
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-2119-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 ACTIVITIESSimon Brandhof2014-10-2119-9/+224
| |
* | SONAR-5749 Convert issue facets to sticky facetsJean-Baptiste Lievremont2014-10-216-136/+106
| |
* | Fix quality flawsJean-Baptiste Lievremont2014-10-211-4/+7
| |
* | SONAR-5696: Snapshot switch moved from batch to server sideTeryk Bellahsene2014-10-2138-162/+1120
| |
* | SONAR-5749 SONAR-5747 Rename issues facets to reflect filter namesJean-Baptiste Lievremont2014-10-213-10/+11
| |
* | SONAR-5747 Add project facet on issuesJean-Baptiste Lievremont2014-10-213-1/+12
| |
* | SONAR-5753 Add migration to populate UUID columnsJulien Lancelot2014-10-2112-1/+550
| |
* | SONAR-5743 Add code snippets around issues in search WSJean-Baptiste Lievremont2014-10-216-6/+142
| |
* | SONAR-5753 Create migration to add UUID columns in projectsJulien Lancelot2014-10-205-0/+46
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-10-206-10/+28
|\| | | | | | | | | Conflicts: sonar-batch/src/main/java/org/sonar/batch/DefaultDecoratorContext.java
| * SONAR-5255 Make sure SonarQube compatible with IE 11Stas Vilchik2014-10-202-2/+4
| |
| * SONAR-5760 Component Viewer fails to show a big filesStas Vilchik2014-10-203-7/+23
| |
| * SONAR-5736 The select list component does not fetch more than one pageStas Vilchik2014-10-201-1/+1
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-201-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" indexJulien Lancelot2014-10-201-0/+39
| |
* | Fix quality flawSimon Brandhof2014-10-171-5/+5
| |
* | Fix quality flawSimon Brandhof2014-10-171-1/+1
| |
* | Fix quality flawSimon Brandhof2014-10-171-26/+16
| |
* | SONAR-5623 Remove the last data mockStas Vilchik2014-10-172-44/+0
| |
* | Automatic merge from branch-4.5Jenkins CI2014-10-171-2/+2
|\| | | | | | | | | | | * origin/branch-4.5: SONAR-5735 Deprecate "sonar.importSources" SONAR-5691 Exception messages are shown twice
| * SONAR-5691 Exception messages are shown twiceSimon Brandhof2014-10-171-2/+2
| |
* | SONAR-5694 add authorization rights and medium testsTeryk Bellahsene2014-10-173-7/+59
| |
* | Fix quality flawJulien Lancelot2014-10-171-1/+1
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-171-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 Lancelot2014-10-171-1/+6
| | | | | | | | | | | | client side cursor" This reverts commit ccf4726ae0530695bd55903a989bbd6afae1dd5c.
* | fix quality flawStephane Gamard2014-10-171-12/+12
| |
* | SONAR-5531 Fix bug when adding a comment on an issue linked on a removed ruleJulien Lancelot2014-10-173-8/+33
| |
* | SONAR-5694: Keep history of analysis reportsTeryk Bellahsene2014-10-1715-17/+446
| |
* | Automatic merge from branch-4.5Jenkins CI2014-10-171-1/+1
|\| | | | | | | | | * origin/branch-4.5: SONAR-5751 Apply fix to table footer too
| * SONAR-5751 Apply fix to table footer tooFabrice Bellingard2014-10-161-1/+1
| |
* | SONAR-5697 Improve error handling when doing a getByKeysJulien Lancelot2014-10-162-23/+28
| |
* | SONAR-5529 Fix issue on MySQL when adding a commentJulien Lancelot2014-10-165-3/+138
| |
* | SONAR-5564 - Fixed rails status compareStephane Gamard2014-10-161-1/+1
| |
* | SONAR-5564 - Added human readable size for Cache sizesStephane Gamard2014-10-161-2/+4
| |
* | Improve error handling in Java WS ClientJulien Lancelot2014-10-163-9/+7
| |
* | SONAR-5564 - Added performance metric in SystemInfoStephane Gamard2014-10-162-7/+17
| |
* | Automatic merge from branch-4.5Jenkins CI2014-10-162-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