aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Compute Engine - give context when failing to retrieve a snapshotTeryk Bellahsene2014-10-281-0/+1
* | When initializing indexes, synchronize without dateJulien Lancelot2014-10-288-32/+50
* | SONAR-5787 add sorting of issues per project, file path then line idSimon Brandhof2014-10-282-0/+22
* | fix quality flawsTeryk Bellahsene2014-10-286-4/+36
* | SONAR-5755 Improve migration re-entranceJulien Lancelot2014-10-281-7/+26
* | Fix IT on MsSQLJulien Lancelot2014-10-2813-21/+41
* | Fix IT on MsSQLJulien Lancelot2014-10-281-2/+2
* | Fix ResourceDaoTest on mssqlSimon Brandhof2014-10-272-0/+10
* | Add missing UUID in test filesJulien Lancelot2014-10-2715-40/+44
* | SONAR-5614 Populate issues updated_at, issue_close_date and issue_update_date...Julien Lancelot2014-10-275-12/+16
* | SONAR-5628 - Compute Engine - Remove sonar-dbcleaner-pluginTeryk Bellahsene2014-10-275-3/+76
* | SONAR-3718 Add support for '/' character in branch namesJulien HENRY2014-10-272-4/+5
* | Fix quality flawsJulien Lancelot2014-10-271-7/+4
* | SONAR-5737 Drop support of "sonar.importSources" featureJulien HENRY2014-10-271-9/+0
* | SONAR-5755 Manage UUID in Views and DevsJulien Lancelot2014-10-276-15/+17
* | SONAR-5755 Manage Views and DevsJulien Lancelot2014-10-277-23/+44
* | SONAR-5628 - Compute Engine - Move DbCleanerTeryk Bellahsene2014-10-2720-11/+1188
* | Fix quality flawsJulien Lancelot2014-10-241-4/+14
* | SONAR-5753 Fix migration on mssqlJulien Lancelot2014-10-241-0/+1
* | Fix JDBC connection leak when executing tests on non-H2Simon Brandhof2014-10-231-0/+1
* | SONAR-5753 Fix mssql tests by removing uniqueness of projects.uuid index and ...Julien Lancelot2014-10-231-0/+2
* | SONAR-5753 Provisioned projects should also have UUIDJulien Lancelot2014-10-238-6/+53
* | SONAR-5753 Do no migrate already migrated componentsJulien Lancelot2014-10-231-5/+14
* | SONAR-5559 Do not select views, devs, and tech projects when indexing issue a...Julien Lancelot2014-10-231-5/+11
* | SONAR-5753 Migrate disabled componentsJulien Lancelot2014-10-231-3/+15
* | SONAR-5188 Use PROJECT_UUID from PROJECTS table to simplify some requests and...Julien Lancelot2014-10-2312-442/+26
* | SONAR-5530 Add uuid in Issue IndexJulien Lancelot2014-10-2322-117/+489
* | SONAR-5753 Revert change on ComponentMapperJulien HENRY2014-10-221-4/+2
* | SONAR-5696 fix update query with field – case sensitivityTeryk Bellahsene2014-10-221-2/+2
* | SONAR-5755 Populate uuid column on new resourcesJulien HENRY2014-10-222-6/+21
* | SONAR-5696 fix query for a boolean in a where clauseTeryk Bellahsene2014-10-221-2/+2
* | SONAR-5698 SONAR-5694 Add business dates finishedAt startedAt and submittedAt...Teryk Bellahsene2014-10-226-10/+54
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-212-0/+2
|\|
| * SONAR-5758 db migration to delete corrupted rows in ACTIVITIESSimon Brandhof2014-10-213-1/+3
* | SONAR-5696: Snapshot switch moved from batch to server sideTeryk Bellahsene2014-10-218-11/+83
* | SONAR-5753 Add migration to populate UUID columnsJulien Lancelot2014-10-218-2/+267
* | SONAR-5753 Create migration to add UUID columns in projectsJulien Lancelot2014-10-2026-77/+150
* | Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-10-201-0/+1
|\|
| * SONAR-5760 Component Viewer fails to show a big filesStas Vilchik2014-10-201-0/+1
* | Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-203-2/+3
|\|
| * SONAR-5625 Include the "enabled" column to the current "projects_kee" indexJulien Lancelot2014-10-203-2/+3
* | Automatic merge from branch-4.5Jenkins CI2014-10-171-2/+2
|\|
| * SONAR-5735 Deprecate "sonar.importSources"Julien HENRY2014-10-171-2/+2
* | Revert "SONAR-5735 Deprecate "sonar.importSources""Julien HENRY2014-10-171-2/+2
* | SONAR-5735 Deprecate "sonar.importSources"Julien HENRY2014-10-171-2/+2
* | SONAR-5531 Fix bug when adding a comment on an issue linked on a removed ruleJulien Lancelot2014-10-171-3/+4
* | SONAR-5694: Keep history of analysis reportsTeryk Bellahsene2014-10-172-5/+26
* | SONAR-5529 Fix issue on MySQL when adding a commentJulien Lancelot2014-10-162-24/+80
* | Fix quality flawsSimon Brandhof2014-10-143-53/+41
* | SONAR-5698 WS for the admin pageTeryk Bellahsene2014-10-146-27/+46