Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Separate bootstrap settings and task settings | Julien HENRY | 2014-06-10 | 31 | -484/+605 | |
| | ||||||
* | Restore deprecated API still used by SQ Runner 2.3 | Julien HENRY | 2014-06-09 | 1 | -0/+9 | |
| | ||||||
* | Remove deprecated stuff | Julien HENRY | 2014-06-09 | 2 | -42/+0 | |
| | ||||||
* | Remove deprepcated stuff | Julien HENRY | 2014-06-09 | 3 | -266/+0 | |
| | ||||||
* | Remove deprecated stuff. | Julien HENRY | 2014-06-09 | 4 | -196/+0 | |
| | ||||||
* | SONAR-5233 Fix potential resource key conflict during 4.2 migration | Julien HENRY | 2014-06-09 | 1 | -2/+20 | |
| | ||||||
* | SONAR-5007 improve medium tests | Simon Brandhof | 2014-05-29 | 1 | -1/+1 | |
| | ||||||
* | SONAR-5216 Rename new metric profiles -> quality_profiles | Julien HENRY | 2014-05-27 | 6 | -41/+41 | |
| | ||||||
* | Fix log format | Julien HENRY | 2014-05-26 | 1 | -2/+4 | |
| | ||||||
* | Fix NPE in QProfileEventsDecorator with Views plugin | Simon Brandhof | 2014-05-23 | 1 | -1/+2 | |
| | ||||||
* | SONAR-5007 add ACTIVE_RULES.CREATED_AT / UPDATED_AT and sanitize DAOs | Simon Brandhof | 2014-05-23 | 1 | -2/+2 | |
| | ||||||
* | Fix UT | Julien HENRY | 2014-05-20 | 1 | -2/+1 | |
| | ||||||
* | SONAR-5216 Fix NPE when module with no source file | Julien HENRY | 2014-05-20 | 1 | -5/+3 | |
| | ||||||
* | SONAR-5216 Generate profile events for multi language projects | Julien HENRY | 2014-05-19 | 5 | -18/+395 | |
| | ||||||
* | SONAR-5216 Store and display used quality profiles for multi-language analysis | Julien HENRY | 2014-05-19 | 7 | -18/+425 | |
| | ||||||
* | 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 | 3 | -5495/+9 | |
| | ||||||
* | 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 | 1 | -5/+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 | 20 | -424/+604 | |
| | ||||||
* | 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 | |
| |