aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/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-1724-2823/+0
* SONAR-8761 clean-up ResourceDaoSimon Brandhof2017-02-103-157/+6
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1025-51/+50
* SONAR-8744 Remove no more used methods from dtosJulien Lancelot2017-02-091-54/+0
* SONAR-8744 Remove usage of periods 2 to 5 in DaosJulien Lancelot2017-02-093-132/+63
* Drop class ComponentDtoFunctionsSimon Brandhof2017-02-011-72/+0
* SONAR-8650 secure all query-base method of ComponentMapperSébastien Lesaint2017-01-311-12/+3
* 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-312-20/+14
* 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-302-7/+26
* SONAR-8649 add organization parameter to api/projects/provisionedSébastien Lesaint2017-01-302-8/+9
* SONAR-8608 consistent organization on permission/group/componentSébastien Lesaint2017-01-271-0/+8
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-254-388/+0
* SONAR-8675 remove joins on resource_index in ComponentMapperSimon Brandhof2017-01-252-11/+12
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-242-2/+10
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-241-0/+3
* Drop unused methods in SnapshotDaoSimon Brandhof2017-01-242-19/+0
* Drop unused ResourceDao#findProvisionedProjects()Simon Brandhof2017-01-242-20/+0
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-241-43/+0
* Support all qualifiers in ComponentDao#xxxProvisioned()Simon Brandhof2017-01-232-15/+37
* SONAR-8681 delete perm,groups&components in api/organizations/deleteSébastien Lesaint2017-01-232-0/+9
* SONAR-8238 when updating a project, clear ALL components from indexDaniel Schwarz2017-01-232-4/+9
* Remove dead code related to ComponentDaoSimon Brandhof2017-01-182-18/+0
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-183-152/+0
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-162-0/+11
* SONAR-8595 remove ComponentDto.organizationKeySébastien Lesaint2017-01-161-10/+0
* SONAR-8595 ComponentDao.selectByUuids returns organization's keySébastien Lesaint2017-01-161-0/+10
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-161-0/+14
* SONAR-8468 Create WS api/project_analyses/deleteTeryk Bellahsene2016-12-142-4/+4
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-082-2/+3
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-072-0/+6
* SONAR-8089 Cleanup ComponentTreeQueryJulien Lancelot2016-11-081-92/+0
* SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-083-2/+3
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-083-70/+44
* Reverting returning ComponentDto in insertJulien Lancelot2016-10-131-2/+1
* SONAR-8221 Index projects without measures in project measures indexJulien Lancelot2016-10-121-1/+2
* SONAR-8120 WS measures/search handles best valueTeryk Bellahsene2016-09-301-4/+0
* Fix quality flawsJulien Lancelot2016-09-071-1/+1
* SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid keyTeryk Bellahsene2016-08-121-1/+6
* SONAR-7930 WS api/components/bulk_update_key handles special charactersTeryk Bellahsene2016-08-121-8/+8
* SONAR-7958 fix UUID_PATH of file created by ComponentTestingSébastien Lesaint2016-08-101-3/+3
* SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStepSébastien Lesaint2016-08-101-0/+11
* Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDaoTeryk Bellahsene2016-08-052-11/+11
* SONAR-7929 Create WS api/components/bulk_update_keyTeryk Bellahsene2016-08-051-3/+39
* SONAR-7928 SONAR-4770 Create WS api/components/update_keyTeryk Bellahsene2016-08-051-1/+1
* SONAR-7927 Create WS to delete project linkStas Vilchik2016-07-281-1/+1
* SONAR-7926 Create WS to add project linkStas Vilchik2016-07-282-1/+10
* SONAR-7925 Create WS to list project linksStas Vilchik2016-07-281-0/+4
* Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-222-1/+7