aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Increase some timeouts in testsSimon Brandhof2015-06-164-4/+6
|
* 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
| | | | this will in turn make adding a update method on MeasureRepository more meaningful
* 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
| | | | instead of being in interface
* add Measure#equals definition and improve javadoc of MeasureRepository methodsSébastien Lesaint2015-06-154-9/+59
| | | | emphasis on Measure for rule or characteristics
* SONAR-6620 replace MetricCache by MetricRepository everywhereSébastien Lesaint2015-06-155-129/+12
| | | | and remove MetricCache
* SONAR-6620 fix MeasureRepository.getRawMeasures return typeSébastien Lesaint2015-06-153-19/+27
| | | | there can be more than on measure per metric key => we need to return a multimap of Measure per Metric key
* 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
| | | | introduced a builder to MeasureImpl to simplify creation of MeasureImpl instance with optional characteristic and rule
* 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
| | | | and adds unit tests
* SONAR-6507 Redesign the "My Profile" pageStas Vilchik2015-06-1511-165/+197
|
* rename field reportReader in SourceLinesCacheTeryk Bellahsene2015-06-151-15/+14
|
* Drop support of org.sonar.api.batch.TimeMachineSimon Brandhof2015-06-125-496/+0
| | | | It can't be supported anymore by design. Analyzers do not connect to database anymore.
* Minor update on DebtModelJulien Lancelot2015-06-122-6/+6
|
* SONAR-6642 drop internal maven pluginsSimon Brandhof2015-06-126-193/+1
|
* SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITYSimon Brandhof2015-06-1215-420/+161
|
* Fix quality flawsJulien Lancelot2015-06-1213-19/+39
|
* 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-1213-4/+641
|
* unified view of all dropdownsStas Vilchik2015-06-122-117/+18
|
* SONAR-6557 Remove library filter in SQL queriesJulien Lancelot2015-06-129-65/+42
|
* SONAR-6557 Drop dependencies tableJulien Lancelot2015-06-1217-299/+48
|
* SONAR-6557 Remove component and snapshot librariesJulien Lancelot2015-06-1215-31/+366
|
* SONAR-6557 Remove useless migrations on dependenciesJulien Lancelot2015-06-1220-734/+1
|
* SONAR-6636 Remove module checks from batch requiring databaseJulien Lancelot2015-06-122-149/+5
|
* 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
| | | | and no metricKey has was initially assumed by the implementation of QualityGateServiceImpl,
* MetricDao.selectNullableById should really take a long, not a intSébastien Lesaint2015-06-122-2/+2
|
* Decrease to DEBUG the log "API compatibility mode is enabled on plugin xxx"Simon Brandhof2015-06-121-1/+1
|
* fix piece of code lost in merge in QualityGateEventsStepSébastien Lesaint2015-06-122-3/+12
|
* Fix creation of componentsJulien Lancelot2015-06-121-1/+5
|
* Automatic merge from branch-5.1Jenkins CI2015-06-121-0/+1
|\ | | | | | | | | * origin/branch-5.1: Log exception that is ignored because of execution in thread
| * Log exception that is ignored because of execution in threadSimon Brandhof2015-06-111-0/+1
| |
* | SONAR-6624 apply feedbackStas Vilchik2015-06-113-13/+20
| |
* | SONAR-6565 do not show global error when request failsStas Vilchik2015-06-111-1/+2
| |
* | fix quality flawsStas Vilchik2015-06-111-1/+0
| |
* | close modal form by pressing escape even if input is focusedStas Vilchik2015-06-111-0/+8
| |