aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/qualitygate/QualityGateVerifierTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6620 remove QualityGate measures computation from batchSébastien Lesaint2015-06-191-456/+0
|
* SONAR-6260 Apply PR feedbackJulien Lancelot2015-06-101-10/+3
|
* SONAR-6260 Remove snapshot and project persistence form batchJulien Lancelot2015-06-101-5/+6
|
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-211-3/+3
|
* Redundant throws clause in testsDavid Gageot2015-05-071-1/+1
|
* SONAR-6317 Feed SCM in compute report - batch sideJulien HENRY2015-03-261-3/+3
|
* Replace fest-assert by assertJSimon Brandhof2015-01-101-1/+1
|
* SONAR-6014 Isolate persistence of resources to ease its removal in preview modeJulien HENRY2015-01-071-1/+1
|
* SONAR-5945 Improve export of components in report and fix uploadJulien HENRY2014-12-191-1/+1
|
* SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-171-1/+8
|
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-071-20/+17
|
* Revert "SONAR-5189 Reintroduce a memory cache for measure in decorators"Julien HENRY2014-05-071-17/+20
| | | | This reverts commit c70e47fb30545a9059d3470c2e086a76e2a6e605.
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-071-20/+17
|
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-301-17/+20
|
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-251-29/+31
| | | | This reverts commit 46395126b184c343df5471a147cdb48133f59f6f.
* SONAR-4927 Store quality gate details in dedicated measureJean-Baptiste Lievremont2014-04-241-12/+23
|
* SONAR-5189 Reintroduce check for duplicate measuresJulien HENRY2014-04-241-36/+51
|
* SONAR-5148 Allow selection of periods 4 and 5 for quality gate conditionsJean-Baptiste Lievremont2014-04-231-2/+5
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* SONAR-5094 Revert back to alert_status metric, will be renamed eventuallyJean-Baptiste Lievremont2014-03-101-28/+28
|
* SONAR-5094 Convert the technical operators to human readable formJean-Baptiste Lievremont2014-03-101-6/+6
|
* SONAR-5094 Use conditions from server to generate quality gate status measureJean-Baptiste Lievremont2014-03-071-1/+325
|
* SONAR-5094 Load quality gate definitions and start generating the Quality ↵Jean-Baptiste Lievremont2014-03-071-0/+100
| | | | Gate Status measure
* SONAR-5094 Move current alert-based quality gate implementation out of the wayJean-Baptiste Lievremont2014-03-071-388/+0
|
* SONAR-5056 Create new Durations API to format Duration and convert String to ↵Julien Lancelot2014-03-061-2/+5
| | | | Duration
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-051-1/+2
|
* SONAR-4996 Correctly create alert on batch side on work durationJulien Lancelot2014-03-031-0/+15
|
* SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-261-0/+369