aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/index/DefaultPersistenceManager.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-171-100/+0
* Fix some quality flawsJulien HENRY2014-12-091-3/+1
* SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer st...Julien HENRY2014-12-021-5/+0
* SONAR-5815 Store last update time on source dataJulien HENRY2014-11-031-6/+0
* Add missing @Override annotationsSimon Brandhof2014-10-101-0/+11
* Fix some quality flawsJulien HENRY2014-06-211-2/+4
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-301-19/+1
* SONAR-5249 Merge measure_data and project_measure tablesJulien HENRY2014-04-291-6/+2
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-251-1/+23
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-241-23/+1
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-171-0/+4
* SONAR-1914 reload measures with PersistenceMode.DATABASE on demandsimonbrandhof2011-02-261-0/+4
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
* Add the method ResourceUtils#isPersistable(Resource)simonbrandhof2011-01-261-15/+8
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-211-14/+31
* Move timemachine components from core plugin to batch + do not depend on Snap...simonbrandhof2010-12-271-1/+0
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx column...simonbrandhof2010-12-061-4/+1
* * check excluded resources in DefaultIndex#getChildren()simonbrandhof2010-12-061-4/+0
* SONAR-1450: Revert some changes made yesterdayGodin2010-11-301-7/+2
* SONAR-1450: Add support for incremental review of incoming violationsGodin2010-11-291-2/+7
* SONAR-249: extract persistence layer from data index + dump measures at the e...simonbrandhof2010-11-261-0/+112