aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix quality flawJulien Lancelot2014-10-232-2/+3
|
* SONAR-5753 Should not fail when updating permission on Views and Devs (as ↵Julien Lancelot2014-10-235-10/+59
| | | | they have no uuid for the moment)
* SONAR-5753 Provisioned projects should also have UUIDJulien Lancelot2014-10-237-9/+18
|
* SONAR-5718 Add "unassigned" item on assignees facetJean-Baptiste Lievremont2014-10-235-8/+57
|
* SONAR-5753 Do no migrate already migrated componentsJulien Lancelot2014-10-233-8/+131
|
* Revert "Revert "SONAR-5605 MySQL: configure driver to use server side cursor ↵Julien Lancelot2014-10-231-6/+1
| | | | | | | | | and not client side cursor"" This reverts commit cbd911bcb1bc40510fdf56639ef7476612bec24c. Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java
* Fix testJulien Lancelot2014-10-231-1/+1
|
* SONAR-5559 Fix testJulien Lancelot2014-10-231-5/+6
|
* Fix quality flawJulien Lancelot2014-10-231-22/+25
|
* SONAR-5559 Do not select views, devs, and tech projects when indexing issue ↵Julien Lancelot2014-10-232-0/+38
| | | | authorization
* SONAR-5753 Add index on uuid and project_uuid columnsJulien Lancelot2014-10-231-0/+3
|
* SONAR-5753 Migrate disabled componentsJulien Lancelot2014-10-233-38/+174
|
* SONAR-5188 Use PROJECT_UUID from PROJECTS table to simplify some requests ↵Julien Lancelot2014-10-2312-100/+124
| | | | and security checks
* SONAR-5530 Add uuid in Issue IndexJulien Lancelot2014-10-2385-728/+1198
|
* SONAR-5747 SONAR-5748 SONAR-5718 Add more sticky facets w/ selection (rules, ↵Jean-Baptiste Lievremont2014-10-233-1/+25
| | | | assignees, files)
* Remove some duplications in pom filesSimon Brandhof2014-10-231-4/+0
|
* SONAR-5749 Add selected items in issues facetsJean-Baptiste Lievremont2014-10-234-22/+29
|
* Automatic merge from branch-4.5Jenkins CI2014-10-233-1/+12
|\ | | | | | | | | | | | | * origin/branch-4.5: Fix tooltip of "More Criteria" filter Fix tooltip of query filter SONAR-5762 Fix redirection on component viewer when opened in Eclipse browser
| * Fix tooltip of "More Criteria" filterJean-Baptiste Lievremont2014-10-221-0/+6
| |
| * Fix tooltip of query filterJean-Baptiste Lievremont2014-10-221-0/+5
| |
| * SONAR-5762 Fix redirection on component viewer when opened in Eclipse browserJean-Baptiste Lievremont2014-10-221-1/+1
| |
* | 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
| |