Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5945 Upload issues in analysis report | Julien HENRY | 2014-12-17 | 1 | -100/+0 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-12-09 | 1 | -3/+1 |
| | |||||
* | SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer ↵ | Julien HENRY | 2014-12-02 | 1 | -5/+0 |
| | | | | stuff on server side. | ||||
* | SONAR-5815 Store last update time on source data | Julien HENRY | 2014-11-03 | 1 | -6/+0 |
| | |||||
* | Add missing @Override annotations | Simon Brandhof | 2014-10-10 | 1 | -0/+11 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-06-21 | 1 | -2/+4 |
| | |||||
* | SONAR-3437, SONAR-5189 Store measures in a persistit cache | Julien HENRY | 2014-04-30 | 1 | -19/+1 |
| | |||||
* | SONAR-5249 Merge measure_data and project_measure tables | Julien HENRY | 2014-04-29 | 1 | -6/+2 |
| | |||||
* | Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache" | Julien HENRY | 2014-04-25 | 1 | -1/+23 |
| | | | | This reverts commit 46395126b184c343df5471a147cdb48133f59f6f. | ||||
* | SONAR-3437, SONAR-5189 Store measures in a persistit cache | Julien HENRY | 2014-04-24 | 1 | -23/+1 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 1 | -4/+4 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 1 | -3/+3 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | SONAR-2505 support tracking of violations on dry runs | Simon Brandhof | 2011-06-17 | 1 | -0/+4 |
| | |||||
* | SONAR-1914 reload measures with PersistenceMode.DATABASE on demand | simonbrandhof | 2011-02-26 | 1 | -0/+4 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | Add the method ResourceUtils#isPersistable(Resource) | simonbrandhof | 2011-01-26 | 1 | -15/+8 |
| | |||||
* | SONAR-2127 API: do not automatically create hierarchy of resource tree | simonbrandhof | 2011-01-21 | 1 | -14/+31 |
| | |||||
* | Move timemachine components from core plugin to batch + do not depend on ↵ | simonbrandhof | 2010-12-27 | 1 | -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 ↵ | simonbrandhof | 2010-12-06 | 1 | -4/+1 |
| | | | | columns + fix saving of dependencies | ||||
* | * check excluded resources in DefaultIndex#getChildren() | simonbrandhof | 2010-12-06 | 1 | -4/+0 |
| | | | | | * check exclusion of resources when adding new dependency between resources * remove the unused method PersistenceManager#saveViolation() | ||||
* | SONAR-1450: Revert some changes made yesterday | Godin | 2010-11-30 | 1 | -7/+2 |
| | |||||
* | SONAR-1450: Add support for incremental review of incoming violations | Godin | 2010-11-29 | 1 | -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 ↵ | simonbrandhof | 2010-11-26 | 1 | -0/+112 |
end of the batch instead of persisting them on the fly |