aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test/resources
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6085 Create Views IndexJulien Lancelot2015-01-271-0/+0
|
* delete component ids from the issues tableTeryk Bellahsene2015-01-2630-302/+306
|
* Fix quality flawsJulien Lancelot2015-01-232-0/+9
|
* issues - add component and project uuids to issues tableTeryk Bellahsene2015-01-2316-49/+137
|
* Fix typo in CHARACTERISTICS table of dbunit testsSimon Brandhof2015-01-213-6/+6
|
* SONAR-5883 Drop snapshot dataJulien HENRY2015-01-155-23/+0
|
* SONAR-6054 Update the format of PROJECTS.MODULE_UUID_PATHJulien Lancelot2015-01-1538-130/+130
|
* SONAR-5883 Improve /batch/project WS in order to not always use snapshots in ↵Julien Lancelot2015-01-141-58/+4
| | | | query used to get modules child
* SONAR-5883 Feed new column file_sources.src_hashJulien HENRY2015-01-135-3/+7
|
* change issue_changes timestamp columns to bigint/longTeryk Bellahsene2015-01-1210-103/+103
|
* Merge remote-tracking branch 'origin/branch-5.0'Julien Lancelot2015-01-051-2/+2
|\
| * SONAR-5753 moduleUuidPath of foot projects should be empty instead of NULLJulien Lancelot2015-01-051-2/+2
| |
* | Automatic merge from branch-5.0Jenkins CI2014-12-301-0/+109
|\| | | | | | | | | | | * origin/branch-5.0: SONAR-5849 Performance issue of Project Referentials WS for project with many modules SONAR-5849 Extract logic from ProjectReferentialsAction to ProjectReferentialsLoader
| * SONAR-5849 Performance issue of Project Referentials WS for project with ↵Julien Lancelot2014-12-301-0/+109
| | | | | | | | many modules
* | SONAR-5934 Create Java user service to create a userJulien Lancelot2014-12-161-0/+3
| |
* | SONAR-5924 When deactivating a user, the UPDATED_AT column is not updatedJulien Lancelot2014-12-161-1/+1
| |
* | SONAR-5918 Convert USERS.UPDATED_AT and USERS.CREATED_AT in longJulien Lancelot2014-12-108-98/+22
| |
* | SONAR-5896 Create database column to hold issue tagsJean-Baptiste Lievremont2014-12-109-9/+15
|/
* Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-0421-78/+78
|
* SONAR-5817 remove snapshot_sources use during purge and snapshot deleteTeryk Bellahsene2014-12-044-68/+87
|
* SONAR-5804 delete source lines from index while purging and deleting a projectTeryk Bellahsene2014-12-031-0/+86
|
* SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer ↵Julien HENRY2014-12-022-22/+0
| | | | stuff on server side.
* SONAR-5804 delete file_sources when deleting a project or during the data ↵Teryk Bellahsene2014-12-023-6/+97
| | | | cleaning step
* Change type of column PROJECTS.AUTHORIZATION_UPDATED_AT from TIMESTAMP to BIGINTSimon Brandhof2014-11-2614-15/+15
|
* SONAR-5868 Allow issue tracking mechanism to work without full previous sourcesJulien HENRY2014-11-243-0/+4
|
* SONAR-5826 Use (big) integer column instead of DB timestamp for file_sourcesJean-Baptiste Lievremont2014-11-243-4/+4
|
* SONAR-5801 fix compatibility with all dbsSimon Brandhof2014-11-233-4/+14
|
* SONAR-5827 Use byte[] instead of String to manipulate file_sources data so ↵Julien HENRY2014-11-213-4/+4
| | | | that all DBs are happy
* SONAR-5827 Feed the new "file_sources" tableJulien HENRY2014-11-193-0/+17
|
* SONAR-5628 Project settings taken into account during the data cleaning of ↵Teryk Bellahsene2014-11-051-0/+22
| | | | project analysis
* SONAR-5815 Store last update time on source dataJulien HENRY2014-11-032-3/+3
|
* SONAR-5814 Add updated_at column on snapshot_sourcesJean-Baptiste Lievremont2014-10-313-4/+4
|
* Fix IT on MsSQLJulien Lancelot2014-10-2813-21/+41
|
* 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 ↵Julien Lancelot2014-10-271-6/+6
| | | | issue_update_date columns when purging components
* SONAR-5755 Manage UUID in Views and DevsJulien Lancelot2014-10-271-1/+1
|
* SONAR-5755 Manage Views and DevsJulien Lancelot2014-10-272-1/+5
|
* SONAR-5753 Provisioned projects should also have UUIDJulien Lancelot2014-10-231-2/+2
|
* SONAR-5188 Use PROJECT_UUID from PROJECTS table to simplify some requests ↵Julien Lancelot2014-10-233-154/+4
| | | | and security checks
* SONAR-5530 Add uuid in Issue IndexJulien Lancelot2014-10-234-16/+16
|
* SONAR-5753 Create migration to add UUID columns in projectsJulien Lancelot2014-10-2020-71/+77
|
* Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-143-6/+20
|\ | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/XooPlugin.java sonar-application/src/main/assembly/conf/sonar.properties sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.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-5612 Do not return disabled users on the permission template users listJulien Lancelot2014-10-103-6/+20
| |
* | Fix quality flawsJulien Lancelot2014-10-081-0/+12
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-063-6/+24
|\| | | | | | | | | | | Conflicts: sonar-plugin-api/src/main/java/org/sonar/api/batch/SensorContext.java sonar-plugin-api/src/main/java/org/sonar/api/batch/sensor/SensorContext.java
| * SONAR-5612 Disabled users are displayed in global and project permissions pageJulien Lancelot2014-10-063-6/+24
| |
* | SONAR-5603 Remove useless select methods using IssueQuery in IssueDaoJulien Lancelot2014-10-0222-1595/+0
| |
* | SONAR-5665 Stop support of GWT pagesSimon Brandhof2014-10-021-2/+0
| |
* | SONAR-5531 Return comments and take into account extra fields paramJulien Lancelot2014-09-252-0/+18
| |