Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5064 Remove active rule notes | Simon Brandhof | 2014-05-13 | 1 | -4/+2 |
| | |||||
* | SONAR-5277 Increase size of project_measures.text_value | Julien HENRY | 2014-05-12 | 2 | -6/+4 |
| | |||||
* | SONAR-5007 add columns RULES.TAGS and SYSTEM_TAGS | Simon Brandhof | 2014-05-07 | 12 | -15/+15 |
| | |||||
* | SONAR-5130 Show distribution of LOC and TechDebt by language | Julien Lancelot | 2014-05-07 | 3 | -0/+214 |
| | |||||
* | SONAR-5189 Reintroduce a memory cache for measure in decorators | Julien HENRY | 2014-05-07 | 6 | -63/+124 |
| | |||||
* | SONAR-5189 Use custom version of persisitit | Julien HENRY | 2014-05-07 | 4 | -5497/+11 |
| | |||||
* | Revert "SONAR-5189 Reintroduce a memory cache for measure in decorators" | Julien HENRY | 2014-05-07 | 6 | -123/+62 |
| | | | | This reverts commit c70e47fb30545a9059d3470c2e086a76e2a6e605. | ||||
* | SONAR-5189 Reintroduce a memory cache for measure in decorators | Julien HENRY | 2014-05-07 | 6 | -62/+123 |
| | |||||
* | SONAR-5189 Remove Kryo | Julien HENRY | 2014-05-07 | 2 | -9/+0 |
| | |||||
* | Update message | Julien Lancelot | 2014-05-06 | 1 | -24/+4 |
| | |||||
* | SONAR-5189 Temporary fix of persistIt bugs | Julien HENRY | 2014-05-06 | 5 | -46/+5505 |
| | |||||
* | Fix SnapshotCache to not contains libraries. | Julien HENRY | 2014-05-05 | 2 | -1/+8 |
| | |||||
* | SONAR-3437 Enable batch mode when saving measures into DB | Julien HENRY | 2014-05-05 | 2 | -10/+7 |
| | |||||
* | Revert "SONAR-3437 Enable batch mode when saving measures into DB" | Julien Lancelot | 2014-05-02 | 2 | -7/+10 |
| | | | | This reverts commit 1b84be0cba036bc7d782f9191874bf144c6fe534. | ||||
* | SONAR-3437 Enable batch mode when saving measures into DB | Julien HENRY | 2014-05-01 | 2 | -10/+7 |
| | |||||
* | SONAR-3437 Fix use of persistit with 3-Tuple keys. This allow to restore | Julien HENRY | 2014-05-01 | 6 | -162/+135 |
| | | | | optimization of loading of measures. | ||||
* | SONAR-3437, SONAR-5189 Store measures in a persistit cache | Julien HENRY | 2014-04-30 | 21 | -424/+608 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2014-04-30 | 3 | -10/+4 |
| | |||||
* | InputFiles were indexed twice | Julien HENRY | 2014-04-30 | 2 | -17/+12 |
| | |||||
* | Remove coupling with mybatis SqlSession by using internal DbSession. | Simon Brandhof | 2014-04-29 | 3 | -5/+7 |
| | |||||
* | Move batch class to core (to keep compatibility of views plugin w/ 4.1 API) | Jean-Baptiste Lievremont | 2014-04-29 | 1 | -26/+0 |
| | |||||
* | SONAR-5249 Merge measure_data and project_measure tables | Julien HENRY | 2014-04-29 | 16 | -302/+59 |
| | |||||
* | SONAR-5237 - Delegation from BaseIndex rather than BaseMapper | Stephane Gamard | 2014-04-28 | 1 | -2/+1 |
| | |||||
* | SONAR-5237 - fixed with IT tests for batch and server | Stephane Gamard | 2014-04-28 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' of https://github.com/SonarSource/sonarqube | Stephane Gamard | 2014-04-28 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | # By Julien Lancelot (2) and Stas Vilchik (1) # Via Stas Vilchik * 'master' of https://github.com/SonarSource/sonarqube: Component Viewer: duplications Ignore some failing tests Fix licence headers Conflicts: sonar-core/src/main/java/org/sonar/core/cluster/LocalNonBlockingWorkQueue.java sonar-server/src/main/java/org/sonar/server/rule2/RuleConstants.java sonar-server/src/main/java/org/sonar/server/rule2/RuleDao.java sonar-server/src/main/java/org/sonar/server/rule2/RuleIndex.java sonar-server/src/test/java/org/sonar/server/rule2/RuleIndexTest.java | ||||
* | SONAR-4927 Fix Build Breaker (remove alertLevel from new metric) | Jean-Baptiste Lievremont | 2014-04-25 | 1 | -1/+0 |
| | |||||
* | Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache" | Julien HENRY | 2014-04-25 | 21 | -489/+702 |
| | | | | This reverts commit 46395126b184c343df5471a147cdb48133f59f6f. | ||||
* | Fix bad import | Julien Lancelot | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Revert "SONAR-3437 Remove Measure from Hibernate model" | Julien HENRY | 2014-04-24 | 1 | -0/+1 |
| | | | | This reverts commit cafd76d5317716817c0f15a402d820a6e80d19a9. | ||||
* | SONAR-3437 Remove Measure from Hibernate model | Julien HENRY | 2014-04-24 | 1 | -1/+0 |
| | |||||
* | SONAR-5189 Fix VariationDecorator to allow measure updates | Julien HENRY | 2014-04-24 | 1 | -1/+3 |
| | |||||
* | SONAR-4927 Store quality gate details in dedicated measure | Jean-Baptiste Lievremont | 2014-04-24 | 4 | -23/+139 |
| | |||||
* | SONAR-5189 Reintroduce check for duplicate measures | Julien HENRY | 2014-04-24 | 5 | -47/+93 |
| | |||||
* | SONAR-5189 Fix regression when searching measures in cache | Julien HENRY | 2014-04-24 | 4 | -30/+97 |
| | |||||
* | SONAR-3437 Fix UT of MeasurePersister | Julien HENRY | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | SONAR-3437, SONAR-5189 Store measures in a persistit cache | Julien HENRY | 2014-04-24 | 19 | -659/+348 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-04-24 | 1 | -4/+2 |
| | |||||
* | Remove some usage of TestUtils | Simon Brandhof | 2014-04-23 | 4 | -41/+49 |
| | |||||
* | SONAR-5148 Allow selection of periods 4 and 5 for quality gate conditions | Jean-Baptiste Lievremont | 2014-04-23 | 2 | -2/+9 |
| | |||||
* | Continue move from hamcrest to fest-assert | Simon Brandhof | 2014-04-21 | 2 | -10/+17 |
| | |||||
* | Add common-beanutils to sonar-batch classpath | Simon Brandhof | 2014-04-18 | 1 | -0/+4 |
| | |||||
* | SONAR-5218 Once a module has been turned into a project, its issues are no ↵ | Julien Lancelot | 2014-04-18 | 8 | -47/+49 |
| | | | | more visible in the UI | ||||
* | Merge branch medium-tests | Julien Lancelot | 2014-04-18 | 44 | -318/+2486 |
|\ | |||||
| * | Fix quality flaw | Jean-Baptiste Lievremont | 2014-04-18 | 1 | -1/+5 |
| | | |||||
| * | SONAR-4969 Do not mix batch and server classpaths | Simon Brandhof | 2014-04-17 | 39 | -281/+2424 |
| | | |||||
| * | SONAR-5226 Remove extensions/jdbc-driver/h2 | Julien Lancelot | 2014-04-17 | 2 | -21/+44 |
| | | |||||
| * | SONAR-5225 Move English bundles to core module | Julien Lancelot | 2014-04-17 | 2 | -16/+2 |
| | | |||||
| * | Replacement injection of ServletContext by Properties in Platform | Julien Lancelot | 2014-04-16 | 1 | -0/+16 |
| | | |||||
* | | Upgrade to 4.4-SNAPSHOT | Eric Hartmann | 2014-04-18 | 1 | -1/+1 |
| | | |||||
* | | Fix quality flaw | Jean-Baptiste Lievremont | 2014-04-16 | 1 | -1/+5 |
|/ |