aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-246-239/+2
* Replace unused OldPermissionQuerySimon Brandhof2017-01-241-208/+0
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-242-70/+2
* Add some missing jdbcType attributes to MyBatis mappersSimon Brandhof2017-01-244-98/+90
* Support all qualifiers in ComponentDao#xxxProvisioned()Simon Brandhof2017-01-233-25/+47
* SONAR-8681 delete perm,groups&components in api/organizations/deleteSébastien Lesaint2017-01-233-0/+19
* SONAR-8238 when updating a project, clear ALL components from indexDaniel Schwarz2017-01-233-8/+18
* SONAR-8682 fix error when filtering on nameSébastien Lesaint2017-01-233-16/+25
* Remove dead code related to ComponentDaoSimon Brandhof2017-01-183-27/+1
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-185-311/+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-164-3/+84
* SONAR-8595 remove ComponentDto.organizationKeySébastien Lesaint2017-01-162-30/+5
* SONAR-8613 add OrganizationDao.selectByUuidsSébastien Lesaint2017-01-163-0/+23
* SONAR-8595 make ComponentMapper.selectByQuery return org keySébastien Lesaint2017-01-161-4/+6
* SONAR-8595 make ComponentMapper.selectDescendants return org keySébastien Lesaint2017-01-161-1/+4
* SONAR-8595 make ComponentMapper.selectByUuid retrieve organization's keySébastien Lesaint2017-01-161-4/+6
* SONAR-8595 make ComponentMapper.selectByKey retrieve organization's keySébastien Lesaint2017-01-161-4/+6
* SONAR-8595 ComponentDao.selectByUuids returns organization's keySébastien Lesaint2017-01-162-4/+16
* SONAR-8474 securing SQL request on Component tree regarding organizationSébastien Lesaint2017-01-161-26/+47
* 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-164-21/+23
* SONAR-7300 Deprecate and rewrite api/properties/index in JavaJulien Lancelot2017-01-103-0/+19
* SONAR-8585 configure NLS_SORT param on Oracle client sessionsSimon Brandhof2017-01-051-0/+8
* SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WSJulien Lancelot2016-12-301-3/+3
* SONAR-8555 SONAR-8556 Create WS api/notifications/add and removeTeryk Bellahsene2016-12-291-1/+3
* SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-161-61/+4
* SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-169-20/+93
* 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 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-1620-1985/+0
* SONAR-8445 move package charset from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1611-854/+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-151-24/+0
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-151-11/+5
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-152-11/+4
* SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dtoJulien Lancelot2016-12-151-1/+6
* 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-143-7/+8
* SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-147-1322/+0
* SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-143-98/+1
* SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-1478-4386/+1
* SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-1420-1054/+1
* SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-1426-1602/+1
* SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-145-190/+1
* 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-144-9/+9
* Fix some Quality flawsSimon Brandhof2016-12-145-12/+47
* SONAR-7290 Rewrite api/issues/changelog in JavaJulien Lancelot2016-12-131-12/+7