aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-17674-67297/+0
|
* Remove useless boxing of UserDto.getId().intValue()Simon Brandhof2017-02-161-13/+13
|
* Fix integer type of user and group idsSimon Brandhof2017-02-1663-291/+293
| | | | | User IDs are INTEGER in database. The java classes are fixed to replace long by int.
* Automatic merge from branch-6.3ssjenka2017-02-161-0/+1
|\ | | | | | | | | | | * origin/branch-6.3: SONAR-8647 Correctly detect isFavorite in filter SONAR-8746 Remove measures related to periods 2 to 5
| * SONAR-8746 Remove measures related to periods 2 to 5Julien Lancelot2017-02-151-0/+1
| |
* | Fix Quality flawsSimon Brandhof2017-02-141-12/+0
| |
* | Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
|/
* SONAR-8647 Add field organizationUuid to index projectmeasuresSimon Brandhof2017-02-141-4/+15
|
* SONAR-8752 SONAR-8751 personal org name from usernameSébastien Lesaint2017-02-131-0/+7
| | | | and also populate description
* Add missing jdbcType attributes in MyBatis mappersSimon Brandhof2017-02-1112-79/+64
|
* SONAR-8761 clean-up ResourceDaoSimon Brandhof2017-02-1013-969/+6
|
* SONAR-8761 clean-up UserPermissionDaoSimon Brandhof2017-02-104-26/+2
|
* SONAR-8761 clean-up GroupPermissionDaoSimon Brandhof2017-02-104-46/+0
|
* SONAR-8761 clean-up AuthorizationDaoSimon Brandhof2017-02-109-579/+3
|
* SONAR-8761 db migration to unset root flag of existing usersSimon Brandhof2017-02-101-1/+2
|
* SONAR-8761 organizations mgmt WS must check if org feature is enabledSimon Brandhof2017-02-101-0/+5
|
* Add and complete DbTester#properties()Simon Brandhof2017-02-102-0/+25
|
* SONAR-8761 drop sync of root based on user permissionsSimon Brandhof2017-02-109-551/+0
|
* SONAR-8752 support userId in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-104-5/+28
|
* SONAR-8752 add column ORGANIZATIONS.USER_IDSébastien Lesaint2017-02-102-0/+2
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-10420-866/+840
|
* 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
| | | | so that it can only be deleted by root
* SONAR-8754 api/organizations/create require root for guarded orgSébastien Lesaint2017-02-101-2/+9
|
* SONAR-8754 support guarded in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-107-25/+73
|
* 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-0915-578/+155
|
* Fix Quality flawsSimon Brandhof2017-02-081-2/+1
|
* Remove some instantiations of ComponentDbTesterSimon Brandhof2017-02-085-80/+68
|
* SONAR-8735 add WS api/organizations/search_my_organizationsSébastien Lesaint2017-02-074-9/+169
|
* SONAR-8651 add and use OrganizationDbTester.setDefaultTemplates with dtosSébastien Lesaint2017-02-021-1/+18
|
* SONAR-8059 WS api/user_groups/users searches users by name, login and emailTeryk Bellahsene2017-02-024-25/+26
|
* SONAR-8060 WS api/permissions/users searchs users users by name, login and emailTeryk Bellahsene2017-02-025-11/+30
|
* Drop class ComponentDtoFunctionsSimon Brandhof2017-02-011-72/+0
|
* SONAR-8716 Deprecate UserSession#globalPermissions()Simon Brandhof2017-02-011-0/+4
|
* SONAR-7946 Remove usage of QProfileFactoryJulien Lancelot2017-02-012-2/+8
| | | | Also replace WsTester by WsActionTester in UT
* 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-316-369/+68
|
* SONAR-8704 replace group names by ids in authorization indicesSimon Brandhof2017-01-312-0/+6
|
* SONAR-8704 Refactor Elasticsearch types "authorization"Simon Brandhof2017-01-311-4/+0
| | | | | | | | | | | Multiple indices define a type "authorization". The related code was duplicated, and sometimes had some minor differences. This commits share all the management of these types in the same bunch of classes. It also allows to quickly create a project-related index, without having to fix the different locations which may require project re-indexing.
* 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-304-18/+94
|
* SONAR-8649 add organization parameter to api/projects/provisionedSébastien Lesaint2017-01-305-32/+63
|
* Remove error-prone params Organization in UserDbTesterSimon Brandhof2017-01-293-55/+61
|
* SONAR-8690 read and write default templates from ORGANIZATIONS tableSébastien Lesaint2017-01-277-33/+68
|
* SONAR-8690 add support for default templates to OrganizationDaoSébastien Lesaint2017-01-276-15/+328
|
* 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
|