aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5815 Store last update time on source dataJulien HENRY2014-11-035-5/+19
* SONAR-5718 UI improvementsStas Vilchik2014-10-311-1/+1
* Improve branch code coverage on snapshot related classesTeryk Bellahsene2014-10-312-0/+33
* SONAR-5814 Add updated_at column on snapshot_sourcesJean-Baptiste Lievremont2014-10-318-5/+80
* Remove useless field "permission" in IssueAuthorization indexJulien Lancelot2014-10-312-13/+0
* Fix quality flawJulien Lancelot2014-10-311-0/+2
* SONAR-5718 Better usage of background process UIStas Vilchik2014-10-311-0/+10
* SONAR-5606 refactor MyBatis configuration of result set scrollingSimon Brandhof2014-10-315-5/+11
* SONAR-5605 enable mysql client cursor in mybatisSimon Brandhof2014-10-319-32/+68
* SONAR-5810 Migrate issue filters to replace project keys by uuidsJulien Lancelot2014-10-302-1/+2
* Separate project and analysis report concernsTeryk Bellahsene2014-10-302-41/+8
* SONAR-5530 Synchronize issues by projectJulien Lancelot2014-10-302-1/+15
* Fix URL in notification email on issue changesSimon Brandhof2014-10-301-0/+1
* SONAR-5755 Filter on project when searching for last synchronisation for issu...Julien Lancelot2014-10-302-2/+2
* SONAR-5657 - Compute Engine - Delete old closed issues from indexTeryk Bellahsene2014-10-302-11/+19
* SONAR-5718 Add action plan and component facetsStas Vilchik2014-10-301-1/+1
* SONAR-5718 Add an ability to collapse/expand facetsStas Vilchik2014-10-301-0/+2
* SONAR-5755 Fix no UUID when creating Views with the define WSJulien Lancelot2014-10-292-4/+34
* SONAR-5755 Add cursor mode when searching for projectJulien Lancelot2014-10-292-16/+16
* SONAR-5718 Add a new issues pageStas Vilchik2014-10-291-0/+16
* SONAR-5797 Add an index on the updated_at column of IssuesJulien Lancelot2014-10-293-1/+4
* SONAR-5530 Remove AuthorizedComponentDto now useless with project uuidJulien Lancelot2014-10-296-173/+78
* SONAR-5753 Add index on projects.project_uuidJulien Lancelot2014-10-291-0/+2
* Restore deleted method used by ViewsJulien Lancelot2014-10-282-1/+21
* SONAR-5694 - add project uuid to the analysis report activityTeryk Bellahsene2014-10-281-0/+8
* SONAR-5755 Move creation of projects.uuid index after uuid columns have been ...Julien Lancelot2014-10-282-1/+2
* SONAR-5755 fix cursor mode on PostgresSQLJulien Lancelot2014-10-282-17/+16
* 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
* Remove JFreeChart from batch classpathSimon Brandhof2014-10-231-1/+12
* SONAR-5753 Provisioned projects should also have UUIDJulien Lancelot2014-10-238-6/+53