aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5064 Remove active rule notesSimon Brandhof2014-05-131-4/+2
|
* SONAR-5277 Increase size of project_measures.text_valueJulien HENRY2014-05-122-6/+4
|
* SONAR-5007 add columns RULES.TAGS and SYSTEM_TAGSSimon Brandhof2014-05-0712-15/+15
|
* SONAR-5130 Show distribution of LOC and TechDebt by languageJulien Lancelot2014-05-073-0/+214
|
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-076-63/+124
|
* SONAR-5189 Use custom version of persisititJulien HENRY2014-05-074-5497/+11
|
* Revert "SONAR-5189 Reintroduce a memory cache for measure in decorators"Julien HENRY2014-05-076-123/+62
| | | | This reverts commit c70e47fb30545a9059d3470c2e086a76e2a6e605.
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-076-62/+123
|
* SONAR-5189 Remove KryoJulien HENRY2014-05-072-9/+0
|
* Update messageJulien Lancelot2014-05-061-24/+4
|
* SONAR-5189 Temporary fix of persistIt bugsJulien HENRY2014-05-065-46/+5505
|
* Fix SnapshotCache to not contains libraries.Julien HENRY2014-05-052-1/+8
|
* SONAR-3437 Enable batch mode when saving measures into DBJulien HENRY2014-05-052-10/+7
|
* Revert "SONAR-3437 Enable batch mode when saving measures into DB"Julien Lancelot2014-05-022-7/+10
| | | | This reverts commit 1b84be0cba036bc7d782f9191874bf144c6fe534.
* SONAR-3437 Enable batch mode when saving measures into DBJulien HENRY2014-05-012-10/+7
|
* SONAR-3437 Fix use of persistit with 3-Tuple keys. This allow to restoreJulien HENRY2014-05-016-162/+135
| | | | optimization of loading of measures.
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-3021-424/+608
|
* Fix quality flawsJulien Lancelot2014-04-303-10/+4
|
* InputFiles were indexed twiceJulien HENRY2014-04-302-17/+12
|
* Remove coupling with mybatis SqlSession by using internal DbSession.Simon Brandhof2014-04-293-5/+7
|
* Move batch class to core (to keep compatibility of views plugin w/ 4.1 API)Jean-Baptiste Lievremont2014-04-291-26/+0
|
* SONAR-5249 Merge measure_data and project_measure tablesJulien HENRY2014-04-2916-302/+59
|
* SONAR-5237 - Delegation from BaseIndex rather than BaseMapperStephane Gamard2014-04-281-2/+1
|
* SONAR-5237 - fixed with IT tests for batch and serverStephane Gamard2014-04-281-0/+3
|
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-281-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 Lievremont2014-04-251-1/+0
|
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-2521-489/+702
| | | | This reverts commit 46395126b184c343df5471a147cdb48133f59f6f.
* Fix bad importJulien Lancelot2014-04-251-1/+1
|
* Revert "SONAR-3437 Remove Measure from Hibernate model"Julien HENRY2014-04-241-0/+1
| | | | This reverts commit cafd76d5317716817c0f15a402d820a6e80d19a9.
* SONAR-3437 Remove Measure from Hibernate modelJulien HENRY2014-04-241-1/+0
|
* SONAR-5189 Fix VariationDecorator to allow measure updatesJulien HENRY2014-04-241-1/+3
|
* SONAR-4927 Store quality gate details in dedicated measureJean-Baptiste Lievremont2014-04-244-23/+139
|
* SONAR-5189 Reintroduce check for duplicate measuresJulien HENRY2014-04-245-47/+93
|
* SONAR-5189 Fix regression when searching measures in cacheJulien HENRY2014-04-244-30/+97
|
* SONAR-3437 Fix UT of MeasurePersisterJulien HENRY2014-04-241-1/+1
|
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-2419-659/+348
|
* Fix some quality flawsJulien HENRY2014-04-241-4/+2
|
* Remove some usage of TestUtilsSimon Brandhof2014-04-234-41/+49
|
* SONAR-5148 Allow selection of periods 4 and 5 for quality gate conditionsJean-Baptiste Lievremont2014-04-232-2/+9
|
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-212-10/+17
|
* Add common-beanutils to sonar-batch classpathSimon Brandhof2014-04-181-0/+4
|
* SONAR-5218 Once a module has been turned into a project, its issues are no ↵Julien Lancelot2014-04-188-47/+49
| | | | more visible in the UI
* Merge branch medium-testsJulien Lancelot2014-04-1844-318/+2486
|\
| * Fix quality flawJean-Baptiste Lievremont2014-04-181-1/+5
| |
| * SONAR-4969 Do not mix batch and server classpathsSimon Brandhof2014-04-1739-281/+2424
| |
| * SONAR-5226 Remove extensions/jdbc-driver/h2Julien Lancelot2014-04-172-21/+44
| |
| * SONAR-5225 Move English bundles to core moduleJulien Lancelot2014-04-172-16/+2
| |
| * Replacement injection of ServletContext by Properties in PlatformJulien Lancelot2014-04-161-0/+16
| |
* | Upgrade to 4.4-SNAPSHOTEric Hartmann2014-04-181-1/+1
| |
* | Fix quality flawJean-Baptiste Lievremont2014-04-161-1/+5
|/