aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-17152-23615/+0
|
* Remove useless boxing of UserDto.getId().intValue()Simon Brandhof2017-02-161-13/+13
|
* Fix integer type of user and group idsSimon Brandhof2017-02-1620-105/+107
| | | | | User IDs are INTEGER in database. The java classes are fixed to replace long by int.
* SONAR-8752 SONAR-8751 personal org name from usernameSébastien Lesaint2017-02-131-0/+7
| | | | and also populate description
* SONAR-8761 clean-up ResourceDaoSimon Brandhof2017-02-101-32/+0
|
* SONAR-8761 clean-up UserPermissionDaoSimon Brandhof2017-02-101-11/+2
|
* SONAR-8761 clean-up GroupPermissionDaoSimon Brandhof2017-02-101-30/+0
|
* SONAR-8761 clean-up AuthorizationDaoSimon Brandhof2017-02-101-169/+1
|
* 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-103-349/+0
|
* SONAR-8752 support userId in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-101-5/+10
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-10152-322/+304
|
* 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-101-6/+34
|
* SONAR-8744 Remove usage of periods 2 to 5 in DaosJulien Lancelot2017-02-095-122/+63
|
* 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-071-9/+141
|
* 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-021-8/+11
|
* SONAR-8060 WS api/permissions/users searchs users users by name, login and emailTeryk Bellahsene2017-02-021-5/+13
|
* SONAR-7946 Remove usage of QProfileFactoryJulien Lancelot2017-02-012-2/+8
| | | | Also replace WsTester by WsActionTester in UT
* SONAR-8650 add organization parameter to api/projects/ghostsSébastien Lesaint2017-01-312-8/+47
|
* 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-8648 add organization parameter to api/components/searchSébastien Lesaint2017-01-301-11/+65
|
* SONAR-8649 add organization parameter to api/projects/provisionedSébastien Lesaint2017-01-302-24/+53
|
* 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-274-14/+45
|
* SONAR-8690 add support for default templates to OrganizationDaoSébastien Lesaint2017-01-272-8/+205
|
* SONAR-8608 consistent organization on permission/group/componentSébastien Lesaint2017-01-275-205/+186
|
* SONAR-7305 Improve performances of WS api/measures/search_historyTeryk Bellahsene2017-01-251-7/+20
|
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-255-196/+4
|
* SONAR-8675 remove joins on resource_index in ComponentMapperSimon Brandhof2017-01-253-21/+13
|
* SONAR-8675 don't use resource_index in ProjectQgateAssociationMapperSimon Brandhof2017-01-252-16/+5
|
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-241-3/+25
|
* SONAR-7299 Replace Ruby WS api/projects/create by javaJulien Lancelot2017-01-241-2/+8
|
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-241-0/+19
|
* Drop unused methods in SnapshotDaoSimon Brandhof2017-01-241-14/+0
|
* Drop unused ResourceDao#findProvisionedProjects()Simon Brandhof2017-01-241-23/+2
|
* Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero()Simon Brandhof2017-01-241-18/+3
|
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-241-3/+5
|
* Replace unused OldPermissionQuerySimon Brandhof2017-01-241-56/+0
|
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-242-25/+7
|
* Support all qualifiers in ComponentDao#xxxProvisioned()Simon Brandhof2017-01-231-9/+29
|
* SONAR-8238 when updating a project, clear ALL components from indexDaniel Schwarz2017-01-231-0/+35
|
* SONAR-8682 fix error when filtering on nameSébastien Lesaint2017-01-231-46/+82
| | | | and a given group name exists in multiple organizations
* Remove dead code related to ComponentDaoSimon Brandhof2017-01-181-52/+0
|
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-181-57/+0
|