aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/component/ComponentQuery.java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-125/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-8675 remove joins on resource_index in ComponentMapperSimon Brandhof2017-01-251-8/+6
|
* SONAR-7244 WS api/projects/search_my_projects list projects of which current ↵Teryk Bellahsene2016-06-151-0/+15
| | | | user is admin
* Fix quality flawsTeryk Bellahsene2016-04-051-1/+2
|
* SONAR-7106 WS api/permissions/bulk_apply_template bulk apply permission templateTeryk Bellahsene2016-03-181-1/+1
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
|
* SONAR-7127 Fix ComponentQuery for DevCockpitJulien Lancelot2016-01-051-5/+51
| | | | | Create ComponentQuery with a Builder Restore missing constructor for Dev Cokpit
* SONAR-7127 Add language parameter to WS api/components/searchTeryk Bellahsene2015-12-211-1/+8
|
* SONAR-6857 Fix escaping in a like queryTeryk Bellahsene2015-10-021-7/+5
|
* SONAR-6857 ComponentDao with a generic way to search for componentsTeryk Bellahsene2015-10-021-0/+61