aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/qualitygate/QualityGateProvider.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6620 remove QualityGate measures computation from batchSébastien Lesaint2015-06-191-107/+0
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-161-1/+1
* Fix quality flawsJean-Baptiste Lievremont2015-02-161-1/+1
* SONAR-5629 Call /batch/upload_report at the end of an analysisJulien HENRY2014-09-171-5/+4
* Fix quality flawsJean-Baptiste Lievremont2014-03-201-2/+5
* 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 dependency on sonar-ws-client from sonar-batchJean-Baptiste Lievremont2014-03-121-21/+30
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-5094 Memoize loaded quality gate (do not reload on next provide call)Jean-Baptiste Lievremont2014-03-111-2/+7
* SONAR-5094 Use conditions from server to generate quality gate status measureJean-Baptiste Lievremont2014-03-071-5/+11
* SONAR-5094 Load quality gate definitions and start generating the Quality Gat...Jean-Baptiste Lievremont2014-03-071-0/+85