aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/qualitygate
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6620 remove QualityGate measures computation from batchSébastien Lesaint2015-06-197-760/+0
* SONAR-6260 Apply PR feedbackJulien Lancelot2015-06-101-12/+6
* SONAR-6260 Remove snapshot and project persistence form batchJulien Lancelot2015-06-101-8/+15
* SONAR-6568 remove events from batchSimon Brandhof2015-06-081-137/+0
* SONAR-6567 disable extension point NotificationDispatcher in batchSimon Brandhof2015-05-221-2/+2
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-211-3/+3
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-201-1/+1
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-112-3/+10
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-161-1/+1
* Fix some quality flawsJulien HENRY2015-03-271-11/+3
* SONAR-6276 SONAR-6288 Feed events and version in analysis report and drop abi...Julien HENRY2015-03-171-3/+7
* Fix quality flawsJean-Baptiste Lievremont2015-02-161-1/+1
* SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-171-9/+11
* Add missing @Override annotationsSimon Brandhof2014-10-101-0/+2
* Fix quality flawsSimon Brandhof2014-10-071-2/+2
* SONAR-5629 Call /batch/upload_report at the end of an analysisJulien HENRY2014-09-171-5/+4
* Fix some quality flawsSimon Brandhof2014-06-301-18/+26
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-071-5/+2
* Revert "SONAR-5189 Reintroduce a memory cache for measure in decorators"Julien HENRY2014-05-071-2/+5
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-071-5/+2
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-301-8/+19
* SONAR-4927 Fix Build Breaker (remove alertLevel from new metric)Jean-Baptiste Lievremont2014-04-251-1/+0
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-251-19/+8
* Fix bad importJulien Lancelot2014-04-251-1/+1
* SONAR-4927 Store quality gate details in dedicated measureJean-Baptiste Lievremont2014-04-243-11/+116
* SONAR-5189 Reintroduce check for duplicate measuresJulien HENRY2014-04-241-8/+19
* SONAR-5148 Allow selection of periods 4 and 5 for quality gate conditionsJean-Baptiste Lievremont2014-04-231-0/+4
* Fix quality flawJean-Baptiste Lievremont2014-04-161-1/+5
* Fix quality flawsJean-Baptiste Lievremont2014-04-101-4/+4
* Fix quality flawsJulien Lancelot2014-03-241-9/+8
* SONAR-4366 Move a core plugin component to batch (remove server dependency on...Jean-Baptiste Lievremont2014-03-201-0/+122
* Fix quality flawsJean-Baptiste Lievremont2014-03-202-5/+11
* SONAR-5094 Be more specific on validation messageJean-Baptiste Lievremont2014-03-191-1/+1
* SONAR-5095 Catch validation exceptions to provide a clearer messageJean-Baptiste Lievremont2014-03-181-21/+25
* SONAR-5094 Change error message when quality gate is not foundJean-Baptiste Lievremont2014-03-181-1/+1
* SONAR-5094 Do not let the HTTP exception be swallowed by the underlying libJean-Baptiste Lievremont2014-03-171-2/+2
* SONAR-5094 Remove profile based quality gate componentsJean-Baptiste Lievremont2014-03-134-467/+0
* SONAR-5094 Remove dependency on sonar-ws-client from sonar-batchJean-Baptiste Lievremont2014-03-122-45/+56
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1110-10/+10
* SONAR-5094 Memoize loaded quality gate (do not reload on next provide call)Jean-Baptiste Lievremont2014-03-111-2/+7
* SONAR-5094 Revert back to alert_status metric, will be renamed eventuallyJean-Baptiste Lievremont2014-03-102-6/+6
* SONAR-5094 Convert the technical operators to human readable formJean-Baptiste Lievremont2014-03-101-5/+13
* SONAR-5094 Use conditions from server to generate quality gate status measureJean-Baptiste Lievremont2014-03-075-11/+382
* SONAR-5094 Load quality gate definitions and start generating the Quality Gat...Jean-Baptiste Lievremont2014-03-073-0/+213
* SONAR-5094 Move current alert-based quality gate implementation out of the wayJean-Baptiste Lievremont2014-03-072-4/+4
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-061-3/+6
* 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-032-1/+25
* SONAR-926 fix loading of quality profile alertsSimon Brandhof2014-02-261-3/+3
* SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-265-0/+462