aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/component/ComponentDaoTest.java
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-1131/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* Fix Quality flawsSimon Brandhof2017-02-081-2/+1
* Remove some instantiations of ComponentDbTesterSimon Brandhof2017-02-081-38/+39
* SONAR-8650 add organization parameter to api/projects/ghostsSébastien Lesaint2017-01-311-6/+33
* 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-301-24/+49
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-251-6/+0
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-241-3/+25
* 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
* 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-161-24/+25
* SONAR-8595 ComponentDao.selectByUuids returns organization's keySébastien Lesaint2017-01-161-2/+8
* SONAR-8474 securing SQL request on Component tree regarding organizationSébastien Lesaint2017-01-161-4/+5
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-161-6/+6
* SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-081-1/+1
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-081-181/+72
* SONAR-7958 fix UUID_PATH of file created by ComponentTestingSébastien Lesaint2016-08-101-14/+14
* SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStepSébastien Lesaint2016-08-101-13/+17
* 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-111-29/+30
* SONAR-7705 stop using SNAPSHOTS tree columns in Java codebaseSimon Brandhof2016-07-061-34/+34
* Remove unused method ComponentDao#existsById()Simon Brandhof2016-06-271-8/+0
* SONAR-7800 add column PROJECTS.UUID_PATHSimon Brandhof2016-06-271-170/+237
* SONAR-7738 support in code use of *_UUID instead of PROJECTS._*IDSébastien Lesaint2016-06-161-21/+24
* SONAR-7244 fix component's selectByQuery when no component id is providedTeryk Bellahsene2016-06-151-3/+6
* SONAR-7244 WS api/projects/search_my_projects list projects of which current ...Teryk Bellahsene2016-06-151-0/+24
* Remove ResourceIndexDao.indexProjects()Teryk Bellahsene2016-05-101-13/+13
* SONAR-7370 WS api/ce/activity returns developersTeryk Bellahsene2016-05-101-13/+13
* Add ComponentDao#insertBatch() for batch insertsSimon Brandhof2016-04-151-2/+34
* SONAR-7106 WS api/permissions/search_project_permissions rely on resource_ind...Teryk Bellahsene2016-03-181-15/+0
* SONAR-7106 WS api/permissions/bulk_apply_template bulk apply permission templateTeryk Bellahsene2016-03-181-7/+1
* SONAR-7129 SONAR-7135 optimize SQL requests on MySQLSimon Brandhof2016-03-161-3/+22
* Remove unused annotation @DbTestsSimon Brandhof2016-02-291-3/+1
* SONAR-7330 Remove DAOv2 base classesSimon Brandhof2016-02-291-1/+1
* SONAR-7135 WS api/measures/component_tree search query must match exactly the...Teryk Bellahsene2016-01-151-2/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* SONAR-7129 WS api/components/tree search for project copyTeryk Bellahsene2016-01-131-2/+22
* SONAR-7135 WS api/measures/component_tree navigate through components and dis...Teryk Bellahsene2016-01-131-8/+8
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
* SONAR-7127 Fix ComponentQuery for DevCockpitJulien Lancelot2016-01-051-4/+4
* SONAR-7127 Add language parameter to WS api/components/searchTeryk Bellahsene2015-12-211-3/+16
* SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-211-6/+185
* SONAR-7027 add developerId to ComponentDtoSébastien Lesaint2015-11-251-0/+10