aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/index/DefaultPersistenceManager.java
Commit message (Collapse)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 ↵Julien HENRY2014-12-021-5/+0
| | | | stuff on server side.
* 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
| | | | This reverts commit 46395126b184c343df5471a147cdb48133f59f6f.
* 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 ↵simonbrandhof2010-12-271-1/+0
| | | | Snapshot in PastSnapshotLoader components + fix NPE when calculating variations on measures that are still not persisted
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx ↵simonbrandhof2010-12-061-4/+1
| | | | columns + fix saving of dependencies
* * check excluded resources in DefaultIndex#getChildren()simonbrandhof2010-12-061-4/+0
| | | | | * check exclusion of resources when adding new dependency between resources * remove the unused method PersistenceManager#saveViolation()
* 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
| | | | | * Move getPreviousLastSnapshot from UpdateStatusJob to DefaultResourcePersister * ViolationPersister should allow load and update of violations
* SONAR-249: extract persistence layer from data index + dump measures at the ↵simonbrandhof2010-11-261-0/+112
end of the batch instead of persisting them on the fly