aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-5028 Reuse property sonar.preview.readTimeout when downloading file ↵Julien HENRY2014-03-246-43/+65
| | | | sources in preview
* SONAR-5035 Trim properties read from sonar-runner configuration filesJulien HENRY2014-03-213-4/+8
|
* SONAR-5056 Fix issue when removing characteristic and rules linked with ↵Julien Lancelot2014-03-203-2/+22
| | | | default characteristic linked on it was updated
* SONAR-4366 Move a core plugin component to batch (remove server dependency ↵Jean-Baptiste Lievremont2014-03-203-0/+325
| | | | on batch component)
* Fix quality flawsJean-Baptiste Lievremont2014-03-202-5/+11
|
* SONAR-5094 Be more specific on validation messageJean-Baptiste Lievremont2014-03-192-3/+3
|
* SONAR-5150 Values of sonar.preview.excludePlugins and ↵Simon Brandhof2014-03-182-2/+18
| | | | sonar.preview.includePlugins should be trimmed
* SONAR-5095 Catch validation exceptions to provide a clearer messageJean-Baptiste Lievremont2014-03-182-52/+91
|
* SONAR-5094 Change error message when quality gate is not foundJean-Baptiste Lievremont2014-03-181-1/+1
|
* SONAR-5069 revert. sonar.sources is back. It must be mandatory.Simon Brandhof2014-03-182-5/+8
|
* Fix quality flawsJulien Lancelot2014-03-182-6/+6
|
* SONAR-926 inclusions are optionalSimon Brandhof2014-03-172-30/+15
|
* SONAR-926 apply inclusions and exclusions to source directoriesSimon Brandhof2014-03-172-15/+13
| | | | If sonar.sources is not set (blank), then no files are analyzed
* SONAR-926 apply inclusions and exclusions to source directoriesSimon Brandhof2014-03-173-134/+19
| | | | If sonar.sources is not set (blank), then no files are analyzed
* SONAR-5094 Do not let the HTTP exception be swallowed by the underlying libJean-Baptiste Lievremont2014-03-172-6/+6
|
* SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-174-76/+47
|
* SONAR-5056 Do nothing hen rule has no default characteristic or overridden ↵Julien Lancelot2014-03-171-1/+1
| | | | characteristic
* SONAR-5121 Authorize overriding characteristic or functionJulien Lancelot2014-03-177-53/+87
|
* Refactor plugin management for better maintainabilitySimon Brandhof2014-03-166-13/+13
|
* Fix quality flawsJulien Lancelot2014-03-141-3/+2
|
* Renamed some debt classes to remove "Technical" wordJulien Lancelot2014-03-141-0/+3
|
* SONAR-5143 remove sonar.inclusions and sonar.test.inclusions from UISimon Brandhof2014-03-141-116/+0
|
* SONAR-4790 replace static factory FilePredicates by FileSystem#predicates()Simon Brandhof2014-03-147-49/+58
| | | | | Conflicts: sonar-plugin-api/src/test/java/org/sonar/api/batch/fs/FilePredicatesTest.java
* SONAR-4366 Remove Alert class and related codeJean-Baptiste Lievremont2014-03-133-12/+0
|
* SONAR-5094 Remove profile based quality gate componentsJean-Baptiste Lievremont2014-03-1310-1237/+0
|
* SONAR-5056 When loading rules on batch side, do not load rule debt ↵Julien Lancelot2014-03-133-9/+33
| | | | informations if characteristic has been disabled by user
* SONAR-926 main files should exclude "test inclusions"Simon Brandhof2014-03-132-29/+56
|
* SONAR-5094 Remove dependency on sonar-ws-client from sonar-batchJean-Baptiste Lievremont2014-03-126-108/+91
|
* Fix quality flawsJulien Lancelot2014-03-123-8/+10
|
* SONAR-5056 Removed some useless usage of RequirementJulien Lancelot2014-03-121-7/+3
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11364-364/+364
|
* SONAR-5056 Add migration to copy data on requirements from characteristics ↵Julien Lancelot2014-03-112-18/+3
| | | | to rules and remove requirement columns from characteristics
* SONAR-5094 Memoize loaded quality gate (do not reload on next provide call)Jean-Baptiste Lievremont2014-03-112-8/+13
|
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-1118-530/+699
|
* SONAR-5094 Revert back to alert_status metric, will be renamed eventuallyJean-Baptiste Lievremont2014-03-104-34/+48
|
* revert renaming of org.sonar.core.technicaldebt to org.sonar.core.debt as ↵Julien Lancelot2014-03-102-6/+6
| | | | sonar-core module is used by Views Plugin
* SONAR-5094 Convert the technical operators to human readable formJean-Baptiste Lievremont2014-03-102-11/+19
|
* Renamed package to org.sonar.core.technicaldebt to debt And removed ↵Julien Lancelot2014-03-072-6/+6
| | | | technical word from some classes
* SONAR-5094 Use conditions from server to generate quality gate status measureJean-Baptiste Lievremont2014-03-078-18/+992
|
* SONAR-5094 Load quality gate definitions and start generating the Quality ↵Jean-Baptiste Lievremont2014-03-079-19/+459
| | | | Gate Status measure
* SONAR-5094 Move current alert-based quality gate implementation out of the wayJean-Baptiste Lievremont2014-03-075-15/+18
|
* SONAR-5056 Create new Durations API to format Duration and convert String to ↵Julien Lancelot2014-03-063-9/+13
| | | | Duration
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-057-20/+22
|
* SONAR-5056 Create Duration APIJulien Lancelot2014-03-051-3/+7
|
* Removed useless usage of WorkDurationFactoryJulien Lancelot2014-03-051-2/+0
|
* Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-055-30/+8
|
* SONAR-4996 Correctly create alert on batch side on work durationJulien Lancelot2014-03-034-8/+51
|
* SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-031-1/+6
|
* Deprecate remaining Java-specific stuffSimon Brandhof2014-02-273-4/+3
|
* SONAR-926 fix deprecated key of filesSimon Brandhof2014-02-261-5/+6
|