aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/component/ComponentDao.java
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-343/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* 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-311-16/+11
* SONAR-8648 add organization parameter to api/components/searchSébastien Lesaint2017-01-301-5/+24
* SONAR-8649 add organization parameter to api/projects/provisionedSébastien Lesaint2017-01-301-6/+6
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-241-2/+8
* Support all qualifiers in ComponentDao#xxxProvisioned()Simon Brandhof2017-01-231-13/+34
* SONAR-8681 delete perm,groups&components in api/organizations/deleteSébastien Lesaint2017-01-231-0/+7
* SONAR-8238 when updating a project, clear ALL components from indexDaniel Schwarz2017-01-231-3/+8
* Remove dead code related to ComponentDaoSimon Brandhof2017-01-181-16/+0
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-161-0/+8
* SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-081-1/+1
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-081-61/+3
* 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
* Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-221-0/+5
* SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-111-2/+10
* Remove unused method ComponentDao#existsById()Simon Brandhof2016-06-271-5/+2
* SONAR-7800 add column PROJECTS.UUID_PATHSimon Brandhof2016-06-271-10/+91
* SONAR-7244 fix component's selectByQuery when no component id is providedTeryk Bellahsene2016-06-151-0/+3
* SONAR-7244 WS api/projects/search_my_projects list projects of which current ...Teryk Bellahsene2016-06-151-2/+5
* fix quality flaw: use method references in DAO rather than lamdbaSébastien Lesaint2016-06-061-4/+4
* fix quality flaws: use lambdas with DatabaseUtils.executeLargeInputsSébastien Lesaint2016-06-021-38/+7
* Add ComponentDao#insertBatch() for batch insertsSimon Brandhof2016-04-151-0/+4
* Fix quality flawsTeryk Bellahsene2016-04-051-1/+3
* SONAR-7106 WS api/permissions/search_project_permissions rely on resource_ind...Teryk Bellahsene2016-03-181-24/+0
* Fix quality flawsJulien Lancelot2016-03-021-1/+1
* 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-0/+19
* Add selectComponentsByQualifiersJulien Lancelot2015-10-021-0/+13
* SONAR-6857 ComponentDao with a generic way to search for componentsTeryk Bellahsene2015-10-021-1/+9
* SONAR-6332 Prevent provisioning projects with same key on MySQLJulien Lancelot2015-09-291-0/+8
* Remove some useless views queriesJulien Lancelot2015-09-151-8/+0
* SONAR-6749 Add query to get custom measures from a metric key and a text valueJulien Lancelot2015-09-071-9/+0
* SONAR-6487 WS permissions/search_project_permissions do not return component ...Teryk Bellahsene2015-09-021-0/+4
* move DAOs, Mappers and Dtos from Views to CoreSébastien Lesaint2015-08-291-0/+8
* SONAR-6485 WS permissions/search_project_permissions search for project permi...Teryk Bellahsene2015-08-191-9/+30
* SONAR-6749 add ComponentDao.getProjects for ViewsSébastien Lesaint2015-08-061-0/+28
* ComponentDao#selectByKeys() supports more than 1'000 inputsSimon Brandhof2015-08-051-1/+15
* Move RowNotFoundException to org.sonar.dbTeryk Bellahsene2015-07-241-1/+1
* RowNotFoundException is the default Exception at the DAO layerTeryk Bellahsene2015-07-241-4/+5
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-231-2/+2
* SONAR-6702 Reactivate previously removed componentsJulien Lancelot2015-07-161-4/+7
* Move ComponentDao from sonar-server to sonar-dbJulien Lancelot2015-07-081-0/+216