summaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-0425-105/+95
* SONAR-5817 remove snapshot_sources use during purge and snapshot deleteTeryk Bellahsene2014-12-045-70/+89
* SONAR-5804 fix source lines purge of multi module projectsTeryk Bellahsene2014-12-032-16/+13
* compute engine – move ProjectPurgeTask on the server sideTeryk Bellahsene2014-12-038-127/+35
* SONAR-5804 delete source lines from index while purging and deleting a projectTeryk Bellahsene2014-12-032-15/+119
* SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer st...Julien HENRY2014-12-024-123/+0
* rename subProjectId by parentProjectId in ComponentDto except in WS useTeryk Bellahsene2014-12-021-2/+2
* SONAR-5804 delete file_sources when deleting a project or during the data cle...Teryk Bellahsene2014-12-026-20/+169
* Scroll FILE_SOURCES rows one by oneSimon Brandhof2014-12-022-0/+2
* Delete unused class IssueAuthorizationDtoSimon Brandhof2014-12-011-70/+0
* Fix memory leaks in server medium testsSimon Brandhof2014-11-281-0/+1
* Change type of column PROJECTS.AUTHORIZATION_UPDATED_AT from TIMESTAMP to BIGINTSimon Brandhof2014-11-2617-23/+21
* SONAR-5868 Add WS to fetch line hashes for issue trackingJean-Baptiste Lievremont2014-11-251-0/+14
* SONAR-5868 Allow issue tracking mechanism to work without full previous sourcesJulien HENRY2014-11-244-3/+11
* SONAR-5826 Use (big) integer column instead of DB timestamp for file_sourcesJean-Baptiste Lievremont2014-11-244-9/+11
* SONAR-5801 fix compatibility with all dbsSimon Brandhof2014-11-234-7/+17
* SONAR-5827 Use byte[] instead of String to manipulate file_sources data so th...Julien HENRY2014-11-214-7/+7
* SONAR-5827 Feed the new "file_sources" tableJulien HENRY2014-11-196-4/+89
* SONAR-5818 add todo for futur use of ProjectSettings classTeryk Bellahsene2014-11-192-5/+5
* Refactor the way to declare ES indices.Simon Brandhof2014-11-192-15/+31
* improve code coverage of DataCleaner classesTeryk Bellahsene2014-11-102-9/+30
* fix quality flaws and refactoringsTeryk Bellahsene2014-11-101-6/+6
* Computation: propagate the same session object everywhereJulien HENRY2014-11-072-15/+29
* fix views plugin large tests failingTeryk Bellahsene2014-11-071-4/+18
* Speed-up db testsSimon Brandhof2014-11-061-3/+4
* SONAR-5628 Project settings taken into account during the data cleaning of pr...Teryk Bellahsene2014-11-053-4/+123
* Fix build (again). Sorry for noise, can't run all oracle/mssql tests locallySimon Brandhof2014-11-051-2/+5
* Fix build (again)Simon Brandhof2014-11-052-4/+2
* Fix management of dbunit connections on oracle and mssqlSimon Brandhof2014-11-052-52/+38
* Fix management of dbunit connectionSimon Brandhof2014-11-051-13/+31
* Attempt to stabilize mysql testsSimon Brandhof2014-11-051-4/+3
* SONAR-5815 Store last update time on source dataJulien HENRY2014-11-033-4/+5
* Improve branch code coverage on snapshot related classesTeryk Bellahsene2014-10-311-0/+17
* SONAR-5814 Add updated_at column on snapshot_sourcesJean-Baptiste Lievremont2014-10-313-4/+4
* Remove useless field "permission" in IssueAuthorization indexJulien Lancelot2014-10-311-4/+0
* SONAR-5605 enable mysql client cursor in mybatisSimon Brandhof2014-10-314-28/+48
* SONAR-5755 Fix no UUID when creating Views with the define WSJulien Lancelot2014-10-291-0/+23
* Restore deleted method used by ViewsJulien Lancelot2014-10-281-0/+14
* fix quality flawsTeryk Bellahsene2014-10-281-1/+1
* 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-272-7/+7
* SONAR-3718 Add support for '/' character in branch namesJulien HENRY2014-10-271-1/+2
* SONAR-5755 Manage UUID in Views and DevsJulien Lancelot2014-10-272-2/+2
* SONAR-5755 Manage Views and DevsJulien Lancelot2014-10-274-2/+19
* SONAR-5628 - Compute Engine - Move DbCleanerTeryk Bellahsene2014-10-277-0/+524
* Fix JDBC connection leak when executing tests on non-H2Simon Brandhof2014-10-231-0/+1
* SONAR-5753 Provisioned projects should also have UUIDJulien Lancelot2014-10-233-2/+6