Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase some timeouts in tests | Simon Brandhof | 2015-06-16 | 4 | -4/+6 |
| | |||||
* | SONAR-6640 redesign login screen | Stas Vilchik | 2015-06-16 | 6 | -108/+183 |
| | |||||
* | id should not be checked when creating new entry in db in DbUnit | Julien Lancelot | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | SONAR-6620 add MeasureRepository.update method | Sébastien Lesaint | 2015-06-15 | 3 | -16/+112 |
| | |||||
* | SONAR-6620 Measure can actually be immutable | Sébastien Lesaint | 2015-06-15 | 8 | -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 characteristic | Sébastien Lesaint | 2015-06-15 | 3 | -33/+219 |
| | |||||
* | fix minor flaws in Characteristic class | Sébastien Lesaint | 2015-06-15 | 2 | -10/+5 |
| | |||||
* | fix missing package-info in computation/debt | Sébastien Lesaint | 2015-06-15 | 1 | -0/+24 |
| | |||||
* | SONAR-6639 redesign migration page, step 1 | Stas Vilchik | 2015-06-15 | 25 | -55/+213 |
| | |||||
* | SONAR-6620 Condition should expose operator as an enum | Sébastien Lesaint | 2015-06-15 | 4 | -18/+52 |
| | |||||
* | SONAR-6620 remove MeasureImpl and make Measure a final class | Sébastien Lesaint | 2015-06-15 | 10 | -395/+382 |
| | | | | instead of being in interface | ||||
* | add Measure#equals definition and improve javadoc of MeasureRepository methods | Sébastien Lesaint | 2015-06-15 | 4 | -9/+59 |
| | | | | emphasis on Measure for rule or characteristics | ||||
* | SONAR-6620 replace MetricCache by MetricRepository everywhere | Sébastien Lesaint | 2015-06-15 | 5 | -129/+12 |
| | | | | and remove MetricCache | ||||
* | SONAR-6620 fix MeasureRepository.getRawMeasures return type | Sébastien Lesaint | 2015-06-15 | 3 | -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 MetricRepository | Sébastien Lesaint | 2015-06-15 | 5 | -317/+371 |
| | |||||
* | impl. of DepthTraversalTypeAwareVisitor should not have to visit internal method | Sébastien Lesaint | 2015-06-15 | 5 | -17/+81 |
| | |||||
* | SONAR-6620 add support for Measure characteriticId and ruleId | Sébastien Lesaint | 2015-06-15 | 11 | -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 startup | Sébastien Lesaint | 2015-06-15 | 5 | -57/+233 |
| | |||||
* | SONAR-6620 add getId() to Metric interface of the Compute Engine | Sébastien Lesaint | 2015-06-15 | 7 | -28/+44 |
| | |||||
* | SONAR-6620 add Variations to Measure in Compute Engine | Sébastien Lesaint | 2015-06-15 | 8 | -4/+457 |
| | |||||
* | SONAR-6620 move QualityGateStatus out of class Measure | Sébastien Lesaint | 2015-06-15 | 8 | -58/+147 |
| | | | | and adds unit tests | ||||
* | SONAR-6507 Redesign the "My Profile" page | Stas Vilchik | 2015-06-15 | 11 | -165/+197 |
| | |||||
* | rename field reportReader in SourceLinesCache | Teryk Bellahsene | 2015-06-15 | 1 | -15/+14 |
| | |||||
* | Drop support of org.sonar.api.batch.TimeMachine | Simon Brandhof | 2015-06-12 | 5 | -496/+0 |
| | | | | It can't be supported anymore by design. Analyzers do not connect to database anymore. | ||||
* | Minor update on DebtModel | Julien Lancelot | 2015-06-12 | 2 | -6/+6 |
| | |||||
* | SONAR-6642 drop internal maven plugins | Simon Brandhof | 2015-06-12 | 6 | -193/+1 |
| | |||||
* | SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITY | Simon Brandhof | 2015-06-12 | 15 | -420/+161 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-06-12 | 13 | -19/+39 |
| | |||||
* | SONAR-6588 Apply Feedback from PR (2) | Julien Lancelot | 2015-06-12 | 2 | -8/+4 |
| | |||||
* | SONAR-6588 Apply Feedback from PR | Julien Lancelot | 2015-06-12 | 9 | -157/+178 |
| | |||||
* | SONAR-6588 Add DebtModelHolder | Julien Lancelot | 2015-06-12 | 13 | -4/+641 |
| | |||||
* | unified view of all dropdowns | Stas Vilchik | 2015-06-12 | 2 | -117/+18 |
| | |||||
* | SONAR-6557 Remove library filter in SQL queries | Julien Lancelot | 2015-06-12 | 9 | -65/+42 |
| | |||||
* | SONAR-6557 Drop dependencies table | Julien Lancelot | 2015-06-12 | 17 | -299/+48 |
| | |||||
* | SONAR-6557 Remove component and snapshot libraries | Julien Lancelot | 2015-06-12 | 15 | -31/+366 |
| | |||||
* | SONAR-6557 Remove useless migrations on dependencies | Julien Lancelot | 2015-06-12 | 20 | -734/+1 |
| | |||||
* | SONAR-6636 Remove module checks from batch requiring database | Julien Lancelot | 2015-06-12 | 2 | -149/+5 |
| | |||||
* | fix tooltips on issues home page | Stas Vilchik | 2015-06-12 | 1 | -0/+4 |
| | |||||
* | improve display of sticky footer in modern browsers | Stas Vilchik | 2015-06-12 | 1 | -0/+14 |
| | |||||
* | fix QualityGateServiceImpl: QualityGateConditionDto has only metricId | Sébastien Lesaint | 2015-06-12 | 4 | -7/+26 |
| | | | | and no metricKey has was initially assumed by the implementation of QualityGateServiceImpl, | ||||
* | MetricDao.selectNullableById should really take a long, not a int | Sébastien Lesaint | 2015-06-12 | 2 | -2/+2 |
| | |||||
* | Decrease to DEBUG the log "API compatibility mode is enabled on plugin xxx" | Simon Brandhof | 2015-06-12 | 1 | -1/+1 |
| | |||||
* | fix piece of code lost in merge in QualityGateEventsStep | Sébastien Lesaint | 2015-06-12 | 2 | -3/+12 |
| | |||||
* | Fix creation of components | Julien Lancelot | 2015-06-12 | 1 | -1/+5 |
| | |||||
* | Automatic merge from branch-5.1 | Jenkins CI | 2015-06-12 | 1 | -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 thread | Simon Brandhof | 2015-06-11 | 1 | -0/+1 |
| | | |||||
* | | SONAR-6624 apply feedback | Stas Vilchik | 2015-06-11 | 3 | -13/+20 |
| | | |||||
* | | SONAR-6565 do not show global error when request fails | Stas Vilchik | 2015-06-11 | 1 | -1/+2 |
| | | |||||
* | | fix quality flaws | Stas Vilchik | 2015-06-11 | 1 | -1/+0 |
| | | |||||
* | | close modal form by pressing escape even if input is focused | Stas Vilchik | 2015-06-11 | 1 | -0/+8 |
| | |