aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-17318-31436/+0
* Fix integer type of user and group idsSimon Brandhof2017-02-1643-186/+186
* Automatic merge from branch-6.3ssjenka2017-02-161-0/+1
|\
| * SONAR-8746 Remove measures related to periods 2 to 5Julien Lancelot2017-02-151-0/+1
* | Fix Quality flawsSimon Brandhof2017-02-141-12/+0
|/
* SONAR-8647 Add field organizationUuid to index projectmeasuresSimon Brandhof2017-02-141-4/+15
* Add missing jdbcType attributes in MyBatis mappersSimon Brandhof2017-02-1112-79/+64
* SONAR-8761 clean-up ResourceDaoSimon Brandhof2017-02-105-270/+6
* SONAR-8761 clean-up UserPermissionDaoSimon Brandhof2017-02-103-15/+0
* SONAR-8761 clean-up GroupPermissionDaoSimon Brandhof2017-02-103-16/+0
* SONAR-8761 clean-up AuthorizationDaoSimon Brandhof2017-02-103-226/+2
* 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-106-202/+0
* SONAR-8752 support userId in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-102-0/+17
* SONAR-8752 add column ORGANIZATIONS.USER_IDSébastien Lesaint2017-02-102-0/+2
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-10268-544/+536
* 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-103-19/+36
* SONAR-8754 add column ORGANIZATIONS.GUARDEDSébastien Lesaint2017-02-102-0/+4
* SONAR-8744 Remove no more used methods from dtosJulien Lancelot2017-02-092-73/+0
* SONAR-8744 Remove usage of periods 2 to 5 in DaosJulien Lancelot2017-02-096-240/+92
* SONAR-8735 add WS api/organizations/search_my_organizationsSébastien Lesaint2017-02-073-0/+28
* SONAR-8059 WS api/user_groups/users searches users by name, login and emailTeryk Bellahsene2017-02-022-15/+11
* SONAR-8060 WS api/permissions/users searchs users users by name, login and emailTeryk Bellahsene2017-02-024-6/+17
* Drop class ComponentDtoFunctionsSimon Brandhof2017-02-011-72/+0
* SONAR-8716 Deprecate UserSession#globalPermissions()Simon Brandhof2017-02-011-0/+4
* SONAR-8650 secure all query-base method of ComponentMapperSébastien Lesaint2017-01-312-15/+6
* fix quality flaw: remove unused field and methodSébastien Lesaint2017-01-311-8/+0
* SONAR-8650 add organization parameter to api/projects/ghostsSébastien Lesaint2017-01-313-26/+21
* SONAR-7299 Fail when project name is emptyJulien Lancelot2017-01-311-0/+4
* SONAR-8648 add organization parameter to api/components/searchSébastien Lesaint2017-01-303-7/+29
* SONAR-8649 add organization parameter to api/projects/provisionedSébastien Lesaint2017-01-303-8/+10
* SONAR-8690 read and write default templates from ORGANIZATIONS tableSébastien Lesaint2017-01-273-19/+23
* SONAR-8690 add support for default templates to OrganizationDaoSébastien Lesaint2017-01-274-7/+123
* 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-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