aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5186 Drop support of "sonar.phase"Julien HENRY2014-04-031-60/+0
* SONAR-5181 Move parsing of sonar-project.properties files to SQ RunnerJulien HENRY2014-04-033-136/+229
* Deprecated the unused Symbol#getFullyQualifiedName() and improve exception me...Simon Brandhof2014-04-031-2/+8
* Fix compatibility of some tests with java8Simon Brandhof2014-04-031-3/+3
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-021-4/+4
* SONAR-5192 Remove support of deprecated SQ Runner propertiesJulien HENRY2014-04-021-10/+0
* SONAR-5190 Introduce new property sonar.projectBuildDir for Maven bootstrapperJulien HENRY2014-04-021-27/+27
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-022-11/+16
* SONAR-4692 Fix regression with SONAR-4245Julien HENRY2014-03-282-17/+21
* Fix testJulien HENRY2014-03-271-3/+6
* SONAR-5178 Add another testJulien HENRY2014-03-271-0/+8
* SONAR-5178 "sonar.branch" should not be validated against the same pattern as...Julien HENRY2014-03-271-5/+5
* SONAR-4692 Prevent analysis of projects that both embed the same moduleJulien HENRY2014-03-271-2/+46
* Rename RuleDto characteristic to subCharacteristicJulien Lancelot2014-03-271-1/+1
* SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackageJulien HENRY2014-03-258-61/+86
* SONAR-5028 Reuse property sonar.preview.readTimeout when downloading file sou...Julien HENRY2014-03-243-21/+33
* SONAR-5056 Fix issue when removing characteristic and rules linked with defau...Julien Lancelot2014-03-201-0/+11
* SONAR-4366 Move a core plugin component to batch (remove server dependency on...Jean-Baptiste Lievremont2014-03-201-0/+200
* SONAR-5094 Be more specific on validation messageJean-Baptiste Lievremont2014-03-191-2/+2
* SONAR-5150 Values of sonar.preview.excludePlugins and sonar.preview.includePl...Simon Brandhof2014-03-181-0/+10
* SONAR-5095 Catch validation exceptions to provide a clearer messageJean-Baptiste Lievremont2014-03-181-31/+66
* SONAR-5069 revert. sonar.sources is back. It must be mandatory.Simon Brandhof2014-03-181-4/+6
* SONAR-926 inclusions are optionalSimon Brandhof2014-03-171-26/+11
* SONAR-926 apply inclusions and exclusions to source directoriesSimon Brandhof2014-03-171-103/+6
* SONAR-5094 Do not let the HTTP exception be swallowed by the underlying libJean-Baptiste Lievremont2014-03-171-4/+4
* SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-172-39/+22
* SONAR-5121 Authorize overriding characteristic or functionJulien Lancelot2014-03-171-4/+32
* Refactor plugin management for better maintainabilitySimon Brandhof2014-03-162-7/+7
* 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-141-4/+6
* SONAR-4366 Remove Alert class and related codeJean-Baptiste Lievremont2014-03-131-1/+0
* SONAR-5094 Remove profile based quality gate componentsJean-Baptiste Lievremont2014-03-134-762/+0
* SONAR-5056 When loading rules on batch side, do not load rule debt informatio...Julien Lancelot2014-03-131-0/+13
* SONAR-926 main files should exclude "test inclusions"Simon Brandhof2014-03-131-10/+30
* SONAR-5094 Remove dependency on sonar-ws-client from sonar-batchJean-Baptiste Lievremont2014-03-122-52/+35
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11140-140/+140
* SONAR-5056 Add migration to copy data on requirements from characteristics to...Julien Lancelot2014-03-111-16/+1
* SONAR-5094 Memoize loaded quality gate (do not reload on next provide call)Jean-Baptiste Lievremont2014-03-111-6/+6
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-115-295/+309
* SONAR-5094 Revert back to alert_status metric, will be renamed eventuallyJean-Baptiste Lievremont2014-03-102-28/+42
* revert renaming of org.sonar.core.technicaldebt to org.sonar.core.debt as son...Julien Lancelot2014-03-101-3/+3
* SONAR-5094 Convert the technical operators to human readable formJean-Baptiste Lievremont2014-03-101-6/+6
* Renamed package to org.sonar.core.technicaldebt to debt And removed technical...Julien Lancelot2014-03-071-3/+3
* SONAR-5094 Use conditions from server to generate quality gate status measureJean-Baptiste Lievremont2014-03-073-7/+610
* SONAR-5094 Load quality gate definitions and start generating the Quality Gat...Jean-Baptiste Lievremont2014-03-073-0/+223
* SONAR-5094 Move current alert-based quality gate implementation out of the wayJean-Baptiste Lievremont2014-03-072-7/+10
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-061-2/+5
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-054-16/+15
* Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-052-2/+2
* SONAR-4996 Correctly create alert on batch side on work durationJulien Lancelot2014-03-032-7/+26