aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8690 add columns ORGANIZATIONS.default_perm_template_*Sébastien Lesaint2017-01-272-0/+3
* SONAR-8608 consistent organization on permission/group/componentSébastien Lesaint2017-01-276-0/+73
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-262-5/+1
* SONAR-7305 Improve performances of WS api/measures/search_historyTeryk Bellahsene2017-01-254-14/+88
* Drop unused method PurgeMapper#deleteSnapshotMeasures()Simon Brandhof2017-01-252-11/+0
* SONAR-8675 drop table resource_indexSimon Brandhof2017-01-253-16/+2
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-2512-502/+2
* SONAR-8675 remove joins on resource_index in ComponentMapperSimon Brandhof2017-01-254-41/+25
* SONAR-8675 don't use resource_index in ProjectQgateAssociationMapperSimon Brandhof2017-01-252-39/+23
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-243-2/+30
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-246-21/+42
* Drop unused methods in SnapshotDaoSimon Brandhof2017-01-243-31/+0
* Drop unused ResourceDao#findProvisionedProjects()Simon Brandhof2017-01-243-61/+0
* Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero()Simon Brandhof2017-01-243-14/+1
* 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