aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5530 Add module UUID in Issues IndexJulien Lancelot2014-10-282-6/+14
* SONAR-5755 Improve migration re-entranceJulien Lancelot2014-10-281-6/+20
* SONAR-5793 Enhance logs with each stepTeryk Bellahsene2014-10-287-0/+37
* SONAR-5718 Fix stickyness of unassigned/unresolved facet itemsJean-Baptiste Lievremont2014-10-272-4/+8
* SONAR-5718 Add possibility to select wanted facets in resultJean-Baptiste Lievremont2014-10-276-26/+83
* SONAR-5785 Add languages facetJean-Baptiste Lievremont2014-10-271-0/+2
* SONAR-5614 - Compute Engine - reindex issues at the end of the analysisTeryk Bellahsene2014-10-271-1/+1
* SONAR-5628 - Compute Engine - Remove sonar-dbcleaner-pluginTeryk Bellahsene2014-10-272-4/+12
* Improve code coverageTeryk Bellahsene2014-10-271-2/+8
* SONAR-5718 Fix exception when filtering on rulesJean-Baptiste Lievremont2014-10-272-7/+7
* Fix quality flawsJean-Baptiste Lievremont2014-10-271-11/+18
* SONAR-5755 Manage UUID in Views and DevsJulien Lancelot2014-10-275-22/+22
* SONAR-5755 Manage Views and DevsJulien Lancelot2014-10-271-23/+29
* SONAR-5628 - Compute Engine - Move DbCleanerTeryk Bellahsene2014-10-2711-39/+159
* SONAR-5718 Add labels for facet itemsJean-Baptiste Lievremont2014-10-241-0/+14
* Fix quality flawsJean-Baptiste Lievremont2014-10-241-3/+2
* SONAR-5718 Add "unresolved" item in resolution facetJean-Baptiste Lievremont2014-10-242-2/+27
* SONAR-5743 Remove naive approach on code snippets (perf issue)Jean-Baptiste Lievremont2014-10-241-32/+1
* SONAR-5718 Fix duplicate entries in facets on selected itemsJean-Baptiste Lievremont2014-10-242-2/+14
* Fix quality flawJulien Lancelot2014-10-241-14/+1
* SONAR-5753 Module_uuid_path should not contain a '.' at the endJulien Lancelot2014-10-241-0/+2
* Fix quality flawsJulien Lancelot2014-10-242-4/+5
* Add comment to AnalysisReportTaskLauncherSimon Brandhof2014-10-241-0/+3
* SONAR-5753 Remove issue update when renaming component keysJulien Lancelot2014-10-241-22/+1
* SONAR-5753 Fix migration on mssqlJulien Lancelot2014-10-242-15/+15
* Add file logs/analysis_reports.logSimon Brandhof2014-10-242-1/+101
* SONAR-5698 - Compute Engine - remove unecessary updatedAt field from histo WSTeryk Bellahsene2014-10-241-1/+0
* Fix JDBC connection leak when executing tests on non-H2Simon Brandhof2014-10-231-1/+1
* Fix quality flawJulien Lancelot2014-10-232-2/+3
* SONAR-5753 Should not fail when updating permission on Views and Devs (as the...Julien Lancelot2014-10-233-10/+15
* SONAR-5753 Provisioned projects should also have UUIDJulien Lancelot2014-10-232-5/+9
* SONAR-5718 Add "unassigned" item on assignees facetJean-Baptiste Lievremont2014-10-233-7/+46
* SONAR-5753 Do no migrate already migrated componentsJulien Lancelot2014-10-231-8/+9
* Revert "Revert "SONAR-5605 MySQL: configure driver to use server side cursor ...Julien Lancelot2014-10-231-6/+1
* Fix quality flawJulien Lancelot2014-10-231-22/+25
* SONAR-5753 Migrate disabled componentsJulien Lancelot2014-10-231-38/+53
* SONAR-5188 Use PROJECT_UUID from PROJECTS table to simplify some requests and...Julien Lancelot2014-10-236-39/+36
* SONAR-5530 Add uuid in Issue IndexJulien Lancelot2014-10-2326-217/+444
* SONAR-5747 SONAR-5748 SONAR-5718 Add more sticky facets w/ selection (rules, ...Jean-Baptiste Lievremont2014-10-231-0/+6
* SONAR-5749 Add selected items in issues facetsJean-Baptiste Lievremont2014-10-234-22/+29
* SONAR-5626 start task launcher when the server has finished startingTeryk Bellahsene2014-10-221-4/+11
* Fix quality flawsJean-Baptiste Lievremont2014-10-222-3/+4
* Automatic merge from branch-4.5Jenkins CI2014-10-221-1/+1
|\
| * SONAR-5758 fix SQL requestSimon Brandhof2014-10-221-1/+1
* | SONAR-5698 SONAR-5694 Add business dates finishedAt startedAt and submittedAt...Teryk Bellahsene2014-10-223-10/+18
* | Automatic merge from branch-4.5Jenkins CI2014-10-221-5/+9
|\|
| * SONAR-5758 fix quality flawsSimon Brandhof2014-10-211-5/+9
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-214-4/+100
|\|
| * SONAR-5758 db migration to delete corrupted rows in ACTIVITIESSimon Brandhof2014-10-214-5/+101
* | SONAR-5749 Convert issue facets to sticky facetsJean-Baptiste Lievremont2014-10-213-133/+97