aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/resources
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-1749-6946/+0
* Fix integer type of user and group idsSimon Brandhof2017-02-1610-64/+64
* SONAR-8746 Remove measures related to periods 2 to 5Julien Lancelot2017-02-151-0/+1
* Add missing jdbcType attributes in MyBatis mappersSimon Brandhof2017-02-1112-79/+64
* SONAR-8761 clean-up ResourceDaoSimon Brandhof2017-02-101-72/+0
* SONAR-8761 clean-up UserPermissionDaoSimon Brandhof2017-02-101-6/+0
* SONAR-8761 clean-up GroupPermissionDaoSimon Brandhof2017-02-101-6/+0
* SONAR-8761 clean-up AuthorizationDaoSimon Brandhof2017-02-101-150/+0
* SONAR-8761 db migration to unset root flag of existing usersSimon Brandhof2017-02-101-1/+2
* SONAR-8761 drop sync of root based on user permissionsSimon Brandhof2017-02-102-168/+0
* SONAR-8752 support userId in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-101-0/+3
* SONAR-8752 add column ORGANIZATIONS.USER_IDSébastien Lesaint2017-02-102-0/+2
* SONAR-8208 SONAR-8610 SONAR-8758 Delete useless settings from dbJulien Lancelot2017-02-101-0/+1
* SONAR-8755 make default organization guardedSébastien Lesaint2017-02-101-1/+2
* SONAR-8754 support guarded in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-102-1/+4
* SONAR-8754 add column ORGANIZATIONS.GUARDEDSébastien Lesaint2017-02-102-0/+4
* SONAR-8744 Remove usage of periods 2 to 5 in DaosJulien Lancelot2017-02-092-64/+9
* SONAR-8735 add WS api/organizations/search_my_organizationsSébastien Lesaint2017-02-071-0/+22
* SONAR-8059 WS api/user_groups/users searches users by name, login and emailTeryk Bellahsene2017-02-021-2/+4
* SONAR-8060 WS api/permissions/users searchs users users by name, login and emailTeryk Bellahsene2017-02-023-4/+8
* SONAR-8650 secure all query-base method of ComponentMapperSébastien Lesaint2017-01-311-3/+3
* SONAR-8650 add organization parameter to api/projects/ghostsSébastien Lesaint2017-01-311-6/+7
* SONAR-8648 add organization parameter to api/components/searchSébastien Lesaint2017-01-301-0/+3
* SONAR-8649 add organization parameter to api/projects/provisionedSébastien Lesaint2017-01-301-0/+1
* SONAR-8690 read and write default templates from ORGANIZATIONS tableSébastien Lesaint2017-01-271-4/+4
* SONAR-8690 add support for default templates to OrganizationDaoSébastien Lesaint2017-01-271-1/+25
* SONAR-8690 populate DEFAULT_PERM_TEMPLATE_* columns from PROPERTIESSébastien Lesaint2017-01-271-0/+1
* 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-272-0/+18
* SONAR-7305 Improve performances of WS api/measures/search_historyTeryk Bellahsene2017-01-251-4/+10
* Drop unused method PurgeMapper#deleteSnapshotMeasures()Simon Brandhof2017-01-251-9/+0
* SONAR-8675 drop table resource_indexSimon Brandhof2017-01-252-13/+1
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-252-91/+0
* SONAR-8675 remove joins on resource_index in ComponentMapperSimon Brandhof2017-01-251-27/+7
* SONAR-8675 don't use resource_index in ProjectQgateAssociationMapperSimon Brandhof2017-01-251-22/+15
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-241-0/+20
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-241-1/+12
* Drop unused methods in SnapshotDaoSimon Brandhof2017-01-241-12/+0
* Drop unused ResourceDao#findProvisionedProjects()Simon Brandhof2017-01-241-41/+0
* Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero()Simon Brandhof2017-01-241-7/+0
* Add some missing jdbcType attributes to MyBatis mappersSimon Brandhof2017-01-244-98/+90
* Support all qualifiers in ComponentDao#xxxProvisioned()Simon Brandhof2017-01-231-10/+10
* SONAR-8681 delete perm,groups&components in api/organizations/deleteSébastien Lesaint2017-01-231-0/+10
* SONAR-8238 when updating a project, clear ALL components from indexDaniel Schwarz2017-01-231-4/+9
* SONAR-8682 fix error when filtering on nameSébastien Lesaint2017-01-231-5/+17
* Remove dead code related to ComponentDaoSimon Brandhof2017-01-181-9/+1
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-182-159/+0
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-161-0/+7
* SONAR-8613 add filter on keys to OrganizationDao.selectByQuerySébastien Lesaint2017-01-161-0/+8
* SONAR-8595 remove ComponentDto.organizationKeySébastien Lesaint2017-01-161-20/+5