aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/component
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-1718-3061/+0
* SONAR-8761 clean-up ResourceDaoSimon Brandhof2017-02-101-32/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1018-38/+36
* SONAR-8744 Remove usage of periods 2 to 5 in DaosJulien Lancelot2017-02-092-91/+58
* Fix Quality flawsSimon Brandhof2017-02-081-2/+1
* Remove some instantiations of ComponentDbTesterSimon Brandhof2017-02-082-46/+46
* SONAR-8650 add organization parameter to api/projects/ghostsSébastien Lesaint2017-01-312-8/+47
* 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
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-253-192/+3
* SONAR-8675 remove joins on resource_index in ComponentMapperSimon Brandhof2017-01-252-18/+10
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-241-3/+25
* Drop unused methods in SnapshotDaoSimon Brandhof2017-01-241-14/+0
* Drop unused ResourceDao#findProvisionedProjects()Simon Brandhof2017-01-241-23/+2
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-241-3/+3
* 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
* Remove dead code related to ComponentDaoSimon Brandhof2017-01-181-52/+0
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-181-57/+0
* SONAR-8595 remove ComponentDto.organizationKeySébastien Lesaint2017-01-161-5/+0
* SONAR-8595 make ComponentMapper.selectByQuery return org keySébastien Lesaint2017-01-161-1/+3
* SONAR-8595 make ComponentMapper.selectDescendants return org keySébastien Lesaint2017-01-161-0/+2
* SONAR-8595 make ComponentMapper.selectByUuid retrieve organization's keySébastien Lesaint2017-01-161-1/+1
* SONAR-8595 make ComponentMapper.selectByKey retrieve organization's keySébastien Lesaint2017-01-161-1/+3
* SONAR-8595 enforce organization of component is specified in UTsSébastien Lesaint2017-01-169-96/+133
* SONAR-8595 ComponentDao.selectByUuids returns organization's keySébastien Lesaint2017-01-161-2/+8
* SONAR-8595 ComponentTesting support for root components' organizationSébastien Lesaint2017-01-162-33/+53
* SONAR-8474 securing SQL request on Component tree regarding organizationSébastien Lesaint2017-01-161-4/+5
* SONAR-8429 add organization parameter to api/ce/submitSébastien Lesaint2017-01-161-0/+9
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-163-17/+20
* SONAR-8468 Create WS api/project_analyses/deleteTeryk Bellahsene2016-12-141-4/+12
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-081-1/+0
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-071-0/+13
* SONAR-8450 Cleanup ComponentNavigationActionTestJulien Lancelot2016-12-051-0/+6
* SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-082-16/+41
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-081-181/+72
* SONAR-8160 WS measures/search handles permission check on several projectsJulien Lancelot2016-10-251-12/+16
* SONAR-8120 Create WS measures/search to search for measuresTeryk Bellahsene2016-09-301-0/+1
* SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid keyTeryk Bellahsene2016-08-121-0/+11
* SONAR-7930 WS api/components/bulk_update_key handles special charactersTeryk Bellahsene2016-08-121-0/+7
* SONAR-7928 SONAR-7929 Update and bulk update of component key does not update...Teryk Bellahsene2016-08-111-1/+60
* SONAR-7958 fix UUID_PATH of file created by ComponentTestingSébastien Lesaint2016-08-103-29/+30
* SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStepSébastien Lesaint2016-08-101-13/+17
* SONAR_7958 add column PROJECTS.B_UUID_PATHSébastien Lesaint2016-08-101-8/+1
* Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDaoTeryk Bellahsene2016-08-051-2/+2
* SONAR-7929 Create WS api/components/bulk_update_keyTeryk Bellahsene2016-08-051-2/+35
* SONAR-7928 SONAR-4770 Create WS api/components/update_keyTeryk Bellahsene2016-08-052-2/+11
* SONAR-7926 Create WS to add project linkStas Vilchik2016-07-281-0/+9
* Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-221-30/+85
* SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-113-31/+34