aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/component/ComponentMapper.java
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-145/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8650 add organization parameter to api/projects/ghostsSébastien Lesaint2017-01-311-4/+3
* SONAR-8648 add organization parameter to api/components/searchSébastien Lesaint2017-01-301-2/+2
* SONAR-8649 add organization parameter to api/projects/provisionedSébastien Lesaint2017-01-301-2/+3
* SONAR-8608 consistent organization on permission/group/componentSébastien Lesaint2017-01-271-0/+8
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-241-0/+2
* Support all qualifiers in ComponentDao#xxxProvisioned()Simon Brandhof2017-01-231-2/+3
* SONAR-8681 delete perm,groups&components in api/organizations/deleteSébastien Lesaint2017-01-231-0/+2
* SONAR-8238 when updating a project, clear ALL components from indexDaniel Schwarz2017-01-231-1/+1
* Remove dead code related to ComponentDaoSimon Brandhof2017-01-181-2/+0
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-181-16/+0
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-161-0/+3
* SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-081-1/+1
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-081-7/+1
* Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-221-1/+2
* SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-111-1/+6
* SONAR-7800 add column PROJECTS.UUID_PATHSimon Brandhof2016-06-271-11/+6
* Add ComponentDao#insertBatch() for batch insertsSimon Brandhof2016-04-151-0/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* SONAR-7135 WS api/measures/component_tree navigate through components and dis...Teryk Bellahsene2016-01-131-2/+2
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
* SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-211-6/+20
* Add selectComponentsByQualifiersJulien Lancelot2015-10-021-0/+3
* SONAR-6857 ComponentDao with a generic way to search for componentsTeryk Bellahsene2015-10-021-1/+4
* SONAR-6332 Prevent provisioning projects with same key on MySQLJulien Lancelot2015-09-291-0/+4
* Remove some useless views queriesJulien Lancelot2015-09-151-3/+0
* SONAR-6749 Add query to get custom measures from a metric key and a text valueJulien Lancelot2015-09-071-2/+0
* move DAOs, Mappers and Dtos from Views to CoreSébastien Lesaint2015-08-291-0/+4
* SONAR-6485 WS permissions/search_project_permissions search for project permi...Teryk Bellahsene2015-08-191-4/+8
* SONAR-6749 add ComponentDao.getProjects for ViewsSébastien Lesaint2015-08-061-0/+11
* SONAR-6702 Reactivate previously removed componentsJulien Lancelot2015-07-161-5/+8
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+110