aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* 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
* 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
|\
| * 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
* | SONAR-6565 Prevent IllegalStateException from spewing to server logJean-Baptiste Lievremont2015-06-112-5/+9
* | fix issue with component favoriteStas Vilchik2015-06-113-355/+312
* | sanitize coding rules web testsStas Vilchik2015-06-11118-12791/+1765
* | update jquery to 2.xStas Vilchik2015-06-111-2727/+1614
* | SONAR-6620 Metric's equals/hashcode should use only the keySébastien Lesaint2015-06-112-11/+6
* | SONAR-6620 rename Metric.getMetricType to getTypeSébastien Lesaint2015-06-118-20/+18
* | SONAR-6620 add step to retrieve project's QualityGateSébastien Lesaint2015-06-1116-0/+870
* | SONAR-6620 remove Dto and BatchReport object from MeasureRepositorySébastien Lesaint2015-06-1123-225/+2412
* | add support for Module in CE's containerSébastien Lesaint2015-06-111-0/+9
* | BatchReportReaderRule.readComponentMeasures should never return nullSébastien Lesaint2015-06-111-1/+5
* | add junit-dataprovider as a dependency of sonar-testing-harnessSébastien Lesaint2015-06-112-0/+9
* | SONAR-6610 invalidate ruby metric cache when creating/updating/deleting a metricTeryk Bellahsene2015-06-1014-14/+136
* | unify actions dropdownsStas Vilchik2015-06-1025-186/+244
* | SONAR-6260 Fix test on Oracle because snapshots.path is not empty but nullJulien Lancelot2015-06-1016-64/+79
* | fix CustomMeasureTesting to generate alpha numeric characters onlyTeryk Bellahsene2015-06-101-1/+1
* | SONAR-6596 Remove database semaphores from batchJulien Lancelot2015-06-107-222/+13
* | SONAR-6324 Disable cross project duplicationsJulien Lancelot2015-06-103-70/+13