aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/component/ResourceDao.java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-38/+0
|
* SONAR-8761 clean-up ResourceDaoSimon Brandhof2017-02-101-88/+6
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* Drop unused ResourceDao#findProvisionedProjects()Simon Brandhof2017-01-241-17/+0
|
* Remove dead code related to ResourceDaoSimon Brandhof2017-01-181-106/+0
|
* Fix quality flawsJulien Lancelot2016-09-071-1/+1
|
* SONAR-7738 support in code use of *_UUID instead of PROJECTS._*IDSébastien Lesaint2016-06-161-16/+16
|
* Fix quality flawsJulien Lancelot2016-03-231-1/+1
|
* Fix quality flawsJulien Lancelot2016-03-221-1/+1
|
* squid:S2209 static members should be accessed staticallyZeeshan Asghar2016-01-291-7/+7
|
* SONAR-7130 faster purge: single SQL query for all PRJ childrenSébastien Lesaint2016-01-261-13/+2
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
|
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-231-9/+9
|
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-071-112/+5
|
* Fix quality flaws in DaoSimon Brandhof2015-07-061-9/+0
|
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-061-37/+34
|
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+373