aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code related to ComponentDaoSimon Brandhof2017-01-184-79/+1
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-186-368/+0
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-163-0/+18
* SONAR-8613 add filter on keys to OrganizationDao.selectByQuerySébastien Lesaint2017-01-165-19/+215
* SONAR-8595 remove ComponentDto.organizationKeySébastien Lesaint2017-01-163-35/+5
* SONAR-8613 add OrganizationDao.selectByUuidsSébastien Lesaint2017-01-164-87/+200
* SONAR-8595 make ComponentMapper.selectByQuery return org keySébastien Lesaint2017-01-162-5/+9
* SONAR-8595 make ComponentMapper.selectDescendants return org keySébastien Lesaint2017-01-162-1/+6
* SONAR-8595 make ComponentMapper.selectByUuid retrieve organization's keySébastien Lesaint2017-01-162-5/+7
* SONAR-8595 make ComponentMapper.selectByKey retrieve organization's keySébastien Lesaint2017-01-163-5/+13
* SONAR-8595 enforce organization of component is specified in UTsSébastien Lesaint2017-01-1622-193/+248
* SONAR-8595 ComponentDao.selectByUuids returns organization's keySébastien Lesaint2017-01-165-12/+39
* 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-163-32/+54
* SONAR-8429 add organization parameter to api/ce/submitSébastien Lesaint2017-01-161-0/+9
* SONAR-8474 add index on PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-162-0/+2
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-1694-323/+597
* SONAR-7300 Deprecate and rewrite api/properties/index in JavaJulien Lancelot2017-01-104-7/+57
* SONAR-8585 configure NLS_SORT param on Oracle client sessionsSimon Brandhof2017-01-052-12/+20
* SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WSJulien Lancelot2016-12-301-3/+3
* 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-293-1/+75
* 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-8547 Get MSSQL driver from Maven centralSimon Brandhof2016-12-161-8/+4
* SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-163-132/+7
* SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-1614-36/+188
* sort DAO classes in DaoModule alphabeticallySébastien Lesaint2016-12-161-13/+17
* SONAR-8445 move DataChange subclasses from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-167-660/+0
* SONAR-8445 delete unused resources from deleted unit testSébastien Lesaint2016-12-167-43/+0
* SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-1639-4508/+0
* SONAR-8445 move package charset from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1621-1839/+0
* SONAR-8445 a bit of Ruby code cleaning + fix quality flawsSébastien Lesaint2016-12-161-53/+0
* SONAR-7292 Remove useless code in IssueChangeDaoJulien Lancelot2016-12-152-83/+0
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-152-13/+8
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-153-15/+7
* SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dtoJulien Lancelot2016-12-153-7/+57
* SONAR-7292 Move IssueTesting to sonar-db for IssueDto and keep IssueDocTestin...Julien Lancelot2016-12-151-0/+61
* SONAR-8468 Create WS api/project_analyses/deleteTeryk Bellahsene2016-12-144-11/+20
* SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-1413-2113/+0
* SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-146-219/+2
* SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-14190-12156/+2
* SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-1445-2541/+2
* SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-1473-4068/+2
* SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-1412-466/+2
* SONAR-8445 fork BaseDataChange and DdlChange in sonar-db-migrationSébastien Lesaint2016-12-143-4/+4
* SONAR-8445 move DatabaseMigration to sonar-db-migrationSébastien Lesaint2016-12-141-70/+0
* SONAR-8445 handle creation of table SCHEMA_MIGRATIONS in JavaSébastien Lesaint2016-12-146-16/+44
* SONAR-8445 create maven module sonar-db-migrationSébastien Lesaint2016-12-141-1/+1