aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* now fully cache measures from batch in MeasureRepositorySébastien Lesaint2015-06-171-54/+29
* SONAR-6570 use new api/metric/search for source viewerStas Vilchik2015-06-173-1845/+1353
* SONAR-6618 limit number of issues loaded in source viewerStas Vilchik2015-06-171-3/+2
* SONAR-6507 apply ui feedbackStas Vilchik2015-06-171-4/+5
* SONAR-6602 make ui more consistent with users pageStas Vilchik2015-06-171-3/+9
* refactor server for web testsStas Vilchik2015-06-178-137/+160
* SONAR-6640 bug fixesStas Vilchik2015-06-165-63/+20
* fix update of Measure from batch not support by MeasureRepositorySébastien Lesaint2015-06-162-1/+16
* fix minor quality flawsSébastien Lesaint2015-06-163-2/+29
* a little more coverage on ComputeEngineContainerImplTestSébastien Lesaint2015-06-161-0/+7
* Allow to insert multiple dtos at the same times for some daosJulien Lancelot2015-06-167-25/+136
* SONAR-6640 fix the name of a commit buttonStas Vilchik2015-06-163-3/+3
* SONAR-6574 remove routes to RoR WS api/metrics/*Teryk Bellahsene2015-06-161-5/+0
* Increase some timeouts in testsSimon Brandhof2015-06-163-3/+5
* SONAR-6640 redesign login screenStas Vilchik2015-06-166-108/+183
* id should not be checked when creating new entry in db in DbUnitJulien Lancelot2015-06-161-1/+1
* SONAR-6620 add MeasureRepository.update methodSébastien Lesaint2015-06-153-16/+112
* SONAR-6620 Measure can actually be immutableSébastien Lesaint2015-06-158-158/+252
* SONAR-6620 add methods to get a Measure for a rule or a characteristicSébastien Lesaint2015-06-153-33/+219
* fix minor flaws in Characteristic classSébastien Lesaint2015-06-152-10/+5
* fix missing package-info in computation/debtSébastien Lesaint2015-06-151-0/+24
* SONAR-6639 redesign migration page, step 1Stas Vilchik2015-06-1525-55/+213
* SONAR-6620 Condition should expose operator as an enumSébastien Lesaint2015-06-154-18/+52
* SONAR-6620 remove MeasureImpl and make Measure a final classSébastien Lesaint2015-06-1510-395/+382
* add Measure#equals definition and improve javadoc of MeasureRepository methodsSébastien Lesaint2015-06-154-9/+59
* SONAR-6620 replace MetricCache by MetricRepository everywhereSébastien Lesaint2015-06-155-129/+12
* SONAR-6620 fix MeasureRepository.getRawMeasures return typeSébastien Lesaint2015-06-153-19/+27
* SONAR-6620 persist metrics based on MetricRepositorySébastien Lesaint2015-06-155-317/+371
* impl. of DepthTraversalTypeAwareVisitor should not have to visit internal methodSébastien Lesaint2015-06-155-17/+81
* SONAR-6620 add support for Measure characteriticId and ruleIdSébastien Lesaint2015-06-1511-105/+324
* SONAR-6620 MetricRepository now loads all metrics at startupSébastien Lesaint2015-06-155-57/+233
* SONAR-6620 add getId() to Metric interface of the Compute EngineSébastien Lesaint2015-06-157-28/+44
* SONAR-6620 add Variations to Measure in Compute EngineSébastien Lesaint2015-06-158-4/+457
* SONAR-6620 move QualityGateStatus out of class MeasureSébastien Lesaint2015-06-158-58/+147
* SONAR-6507 Redesign the "My Profile" pageStas Vilchik2015-06-1510-165/+196
* rename field reportReader in SourceLinesCacheTeryk Bellahsene2015-06-151-15/+14
* Minor update on DebtModelJulien Lancelot2015-06-122-6/+6
* SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITYSimon Brandhof2015-06-128-112/+10
* Fix quality flawsJulien Lancelot2015-06-1211-17/+37
* SONAR-6588 Apply Feedback from PR (2)Julien Lancelot2015-06-122-8/+4
* SONAR-6588 Apply Feedback from PRJulien Lancelot2015-06-129-157/+178
* SONAR-6588 Add DebtModelHolderJulien Lancelot2015-06-1212-0/+638
* unified view of all dropdownsStas Vilchik2015-06-122-117/+18
* SONAR-6557 Drop dependencies tableJulien Lancelot2015-06-122-1/+35
* SONAR-6557 Remove component and snapshot librariesJulien Lancelot2015-06-1214-2/+420
* SONAR-6557 Remove useless migrations on dependenciesJulien Lancelot2015-06-1219-730/+1
* fix tooltips on issues home pageStas Vilchik2015-06-121-0/+4
* improve display of sticky footer in modern browsersStas Vilchik2015-06-121-0/+14
* fix QualityGateServiceImpl: QualityGateConditionDto has only metricIdSébastien Lesaint2015-06-124-7/+26
* MetricDao.selectNullableById should really take a long, not a intSébastien Lesaint2015-06-121-1/+1