aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-8613 add filter on keys to OrganizationDao.selectByQuerySébastien Lesaint2017-01-161-16/+131
* SONAR-8595 remove ComponentDto.organizationKeySébastien Lesaint2017-01-161-5/+0
* SONAR-8613 add OrganizationDao.selectByUuidsSébastien Lesaint2017-01-161-87/+177
* SONAR-8595 make ComponentMapper.selectByQuery return org keySébastien Lesaint2017-01-161-1/+3
* SONAR-8595 make ComponentMapper.selectDescendants return org keySébastien Lesaint2017-01-161-0/+2
* SONAR-8595 make ComponentMapper.selectByUuid retrieve organization's keySébastien Lesaint2017-01-161-1/+1
* SONAR-8595 make ComponentMapper.selectByKey retrieve organization's keySébastien Lesaint2017-01-162-1/+7
* SONAR-8595 enforce organization of component is specified in UTsSébastien Lesaint2017-01-1621-193/+235
* SONAR-8595 ComponentDao.selectByUuids returns organization's keySébastien Lesaint2017-01-162-2/+12
* SONAR-8595 ComponentTesting support for root components' organizationSébastien Lesaint2017-01-162-33/+53
* SONAR-8594 enforce report has same organization key as componentSébastien Lesaint2017-01-161-1/+9
* SONAR-8474 securing SQL request on Component tree regarding organizationSébastien Lesaint2017-01-161-4/+5
* SONAR-8429 add organization parameter to api/ce/submitSébastien Lesaint2017-01-161-0/+9
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-164-17/+21
* SONAR-7300 Deprecate and rewrite api/properties/index in JavaJulien Lancelot2017-01-101-7/+38
* SONAR-8585 configure NLS_SORT param on Oracle client sessionsSimon Brandhof2017-01-051-12/+12
* SONAR-8557 Create WS api/notifications/listTeryk Bellahsene2016-12-291-1/+4
* SONAR-8555 SONAR-8556 Create WS api/notifications/add and removeTeryk Bellahsene2016-12-292-0/+72
* SONAR-8464 SONAR-8466 WS drop description param to create or udpate an eventTeryk Bellahsene2016-12-211-1/+1
* SONAR-7288 Create WS api/favorites/removeTeryk Bellahsene2016-12-192-1/+69
* SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-162-71/+3
* SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-163-7/+95
* SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-1619-2523/+0
* SONAR-8445 move package charset from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1610-985/+0
* SONAR-7292 Remove useless code in IssueChangeDaoJulien Lancelot2016-12-151-59/+0
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-151-2/+3
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-151-4/+3
* SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dtoJulien Lancelot2016-12-152-6/+51
* SONAR-8468 Create WS api/project_analyses/deleteTeryk Bellahsene2016-12-141-4/+12
* SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-144-744/+0
* SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-142-104/+1
* SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-1466-5800/+1
* SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-1414-1361/+1
* SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-1424-2075/+1
* SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-144-241/+1
* SONAR-8445 handle creation of table SCHEMA_MIGRATIONS in JavaSébastien Lesaint2016-12-142-7/+35
* SONAR-7290 Rewrite api/issues/changelog in JavaJulien Lancelot2016-12-134-30/+91
* SONAR-5471 fix type of INTEGER columns on OracleSimon Brandhof2016-12-132-2/+2
* SONAR-5471 use v5.6 as version of initial schemaSimon Brandhof2016-12-137-216/+5
* SONAR-8533 Force unit CHAR on VARCHAR columns on OracleSimon Brandhof2016-12-133-3/+15
* SONAR-5471 Auto-incremented ID must start with 1 on all DBSimon Brandhof2016-12-131-3/+3
* SONAR-5471 create initial schema (version 5.5)Simon Brandhof2016-12-1365-4870/+232
* SONAR-5471 ability to have DEFAULT values on INT columnsSimon Brandhof2016-12-131-1/+6
* SONAR-8467 Create WS api/project_analyses/searchTeryk Bellahsene2016-12-132-0/+28
* SONAR-8534 delete ACTIVITY rows which don't have profileKey fieldSimon Brandhof2016-12-131-4/+21
* SONAR-7291 Extract transition methods from IssueService to TransitionServiceJulien Lancelot2016-12-122-0/+44
* SONAR-5471 refactor db migration 1315 in JavaSimon Brandhof2016-12-1217-1/+706
* SONAR-5471 add RenameTableBuilderSimon Brandhof2016-12-121-0/+92
* SONAR-5471 move creation of 5.6+ indices to Java migrationsSimon Brandhof2016-12-121-1/+1
* SONAR-5471 support timestamp typeSimon Brandhof2016-12-121-0/+90