aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Rename variables "sut" to "underTest" in testsSimon Brandhof2015-07-1624-201/+198
* Remove BiSumCounterJulien Lancelot2015-07-162-149/+0
* SONAR-6682 Merge DocumentationMeasuresStep into CommentMeasuresStepJulien Lancelot2015-07-165-328/+264
* Revert "SONAR-6556 remove RoR code of WS projects/ghosts/index and projects/p...Teryk Bellahsene2015-07-1615-22/+403
* SONAR-6702 Reactivate previously removed componentsJulien Lancelot2015-07-166-5/+228
* SONAR-6702 Add migration to update PROJECTS.PROJECTS_KEE indexJulien Lancelot2015-07-161-0/+42
* SONAR-6702 Add migration to remove duplicated components with same keyJulien Lancelot2015-07-1611-1/+435
* remove dependency in old DbClientTeryk Bellahsene2015-07-161-7/+0
* Revert "SONAR-6631 delete RoR code concerning custom measures (ex manual meas...Teryk Bellahsene2015-07-162-0/+280
* Move custom measures in sonar-dbTeryk Bellahsene2015-07-1625-308/+39
* Drop use of ad-hoc MultiSets and use Guava's insteadTeryk Bellahsene2015-07-151-6/+5
* SONAR-6631 delete RoR concerning custom measures (ex manual measures)Teryk Bellahsene2015-07-152-280/+0
* SONAR-6556 remove RoR code of WS projects/ghosts/index and projects/provision...Teryk Bellahsene2015-07-1515-403/+22
* Fix quality flawsJulien Lancelot2015-07-158-26/+11
* SONAR-6682 Add computation of comment density measures in Compute EngineJulien Lancelot2015-07-156-3/+590
* Clean PersistMeasuresStepTestJulien Lancelot2015-07-151-60/+52
* Filter metrics that can be read from the batchJulien Lancelot2015-07-159-41/+254
* Create BiSumCounter to do a sum on 2 metricsJulien Lancelot2015-07-156-40/+307
* Replace usage of MeasureRepositoryImpl by MeasureRepositoryRuleJulien Lancelot2015-07-153-182/+85
* Move accessors formula to compute engineJulien Lancelot2015-07-151-3/+9
* Add test with no data on formulasJulien Lancelot2015-07-153-0/+70
* SONAR-6377 ws plugins/available add homepage and issue tracking URLsTeryk Bellahsene2015-07-143-4/+10
* add a type validation moduleTeryk Bellahsene2015-07-143-21/+78
* SONAR-6615 ws custom_measures/search update documentation and tests to includ...Teryk Bellahsene2015-07-145-5/+20
* SONAR-6610 ws custom_measures/create improve exception managementTeryk Bellahsene2015-07-143-37/+36
* SONAR-6572 ws metrics/update metric key format validationTeryk Bellahsene2015-07-132-0/+18
* SONAR-6571 ws metrics/create metric key format validationTeryk Bellahsene2015-07-134-5/+119
* The test is still unstableDavid Gageot2015-07-131-4/+4
* Merge SqlUtil and DatabaseUtilsSimon Brandhof2015-07-126-165/+20
* SONAR-6644 do not compute issue debt if SQALE characteristic is not setSimon Brandhof2015-07-123-3/+12
* remove deprecated method MeasureVariations.Builder#setVariation(int, double)Sébastien Lesaint2015-07-103-87/+2
* SONAR-6645 rewrite computation of new coverage with FormulaSébastien Lesaint2015-07-109-915/+538
* extend Formula to be able to generate more than one measureSébastien Lesaint2015-07-1015-61/+191
* SONAR-6709 Simplify RulesDefinition API when two plugins define the same repo...Simon Brandhof2015-07-101-4/+2
* Fix 's' parameter descriptionJulien Lancelot2015-07-101-1/+1
* SONAR-6677 add CoverageMeasuresStep to compute coverage measuresSébastien Lesaint2015-07-0921-0/+1506
* add missing package-info in formula/counter packageSébastien Lesaint2015-07-091-0/+24
* MeasureRepoEntry must compare variations value rounded to 1 decimalSébastien Lesaint2015-07-091-1/+21
* methods specific to MeasureRepositoryRule should return thisSébastien Lesaint2015-07-091-3/+9
* Measure and MeasureVariation must not accept NaNSébastien Lesaint2015-07-094-17/+105
* add Component to contexts in Formula APISébastien Lesaint2015-07-0913-85/+222
* improve MeasureVariation.BuilderSébastien Lesaint2015-07-092-8/+64
* fix VariationValue, avoid the int index pitfall by using the Period class dir...Sébastien Lesaint2015-07-0910-54/+717
* add FormulaExecutorComponentVisitor + variation aggregation supportSébastien Lesaint2015-07-0917-443/+952
* ComputationStepsTest now use StepsExplorer instead of duplicating codeSébastien Lesaint2015-07-093-46/+42
* small javadoc improvement on Period.getIndex()Sébastien Lesaint2015-07-091-0/+3
* fix generics declaration in Counter and FormulaSébastien Lesaint2015-07-091-1/+1
* Move ComponentDao from sonar-server to sonar-dbJulien Lancelot2015-07-08141-2503/+707
* Remove SearchOptions from ComponentDaoJulien Lancelot2015-07-086-22/+20
* Remove NotFoundExpection from ComponentDaoJulien Lancelot2015-07-0875-755/+881