aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/component/ResourceIndexDao.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-251-189/+0
* SONAR-7727 Remove deprecated stuff from Resources APIJulien HENRY2016-07-051-1/+1
* SONAR-7693 support removal of ID columns in SNAPSHOTSSébastien Lesaint2016-06-141-7/+7
* SONAR-7692 support uuid columns in resource_indexSébastien Lesaint2016-06-131-42/+25
* Remove ResourceIndexDao.indexProjects()Teryk Bellahsene2016-05-101-26/+4
* SONAR-7594 fix indexing of component names > 400 charactersSimon Brandhof2016-05-101-1/+1
* SONAR-7594 fix indexing of component names > 400 charactersSimon Brandhof2016-05-091-1/+8
* squid:UselessPrenthesesCheck Useless parentheses around expression should be ...Zeeshan Asghar2016-01-291-1/+1
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-7027 Readd indexResource in JRubyFaceJulien Lancelot2015-11-261-0/+9
* Fix quality flawsSimon Brandhof2015-09-221-1/+1
* Fix quality flawsSimon Brandhof2015-09-021-3/+3
* SONAR-6716 Remove unused db migrations of data (not structures)Simon Brandhof2015-07-161-9/+0
* Improve testability of DaoSimon Brandhof2015-07-061-0/+221