aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-266-40/+739
* SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-264-39/+103
* SONAR-926 remove dependency on JavaFileSimon Brandhof2014-02-261-1/+1
* Remove unused classesSimon Brandhof2014-02-268-221/+178
* SONAR-4996 Save debt on issues and measures in minutes (instead of seconds)Julien Lancelot2014-02-251-5/+5
* SONAR-4996 Measure on added debt are now in secondsJulien Lancelot2014-02-251-21/+10
* SONAR-4996 Update issue changelog debt to seconds (backend + display)Julien Lancelot2014-02-251-26/+19
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-253-23/+20
* Rename "resource" to "component" in logs of MeasurePersisterSimon Brandhof2014-02-251-2/+2
* SONAR-926 Improve logs in ResourceKeyMigrationSimon Brandhof2014-02-241-7/+6
* SONAR-5069 Make sonar.sources optionalJulien HENRY2014-02-211-4/+1
* SONAR-926 Add test on file hashSimon Brandhof2014-02-201-0/+19
* SONAR-926 Fix NPE in sonar-java during first analysis with 4.2Simon Brandhof2014-02-202-14/+2
* SONAR-926 Fix computation of number of lines when the latest line is emptySimon Brandhof2014-02-201-3/+13
* SONAR-926 Fix alerts reporting for multi-language projectsJulien HENRY2014-02-201-8/+40
* SONAR-926 fix compilation on Java 6Simon Brandhof2014-02-201-5/+5
* SONAR-926 move FS API to org.sonar.api.batch.fsSimon Brandhof2014-02-2021-646/+416
* Issue exclusions patterns are now initialized prior to sensor phaseJulien HENRY2014-02-1811-0/+1309
* Fix quality flawsJulien Lancelot2014-02-182-30/+29
* SONAR-926 Don't fail when no language on the module (for example aggragator m...Julien HENRY2014-02-171-0/+12
* SONAR-926 Improve error reporting when invalid use of sonar.profileJulien HENRY2014-02-172-3/+123
* Fix quality flawJulien Lancelot2014-02-171-0/+163
* Do not use anymore deprecated WorkUnitJulien Lancelot2014-02-171-2/+5
* Fix some quality flawsJulien HENRY2014-02-131-5/+5
* Fix some quality flawsJulien HENRY2014-02-131-7/+6
* Replace WorkUnit by WorkDuration for technical debtJulien Lancelot2014-02-124-34/+42
* SONAR-926 Fix deprecated key of indexed resourcesJulien HENRY2014-02-121-1/+1
* SONAR-926 Move JavaFile/JavaPackage to sonar deprecated and remove all usages...Julien HENRY2014-02-121-9/+8
* SONAR-926 Export path information for components in JsonReportJulien HENRY2014-02-121-3/+19
* SONAR-926 add missing testsSimon Brandhof2014-02-116-1/+336
* Rename org.sonar.api.batch.rule.ModuleRule to ActiveRuleSimon Brandhof2014-02-101-16/+21
* SONAR-926 do not save resource when adding a measureSimon Brandhof2014-02-101-3/+3
* Merge WorkDayDuration with WorkUnitJulien Lancelot2014-02-103-30/+19
* SONAR-926 deprecate org.sonar.api.batch.ResourceFilterSimon Brandhof2014-02-102-38/+57
* SONAR-926 improve computation of number of linesSimon Brandhof2014-02-107-468/+336
* SONAR-926 * Deprecated FileSystemFilter in favor of InputFileFilterJulien HENRY2014-02-101-2/+2
* SONAR-926 Optimize computation of file inclusion/exclusionJulien HENRY2014-02-101-84/+34
* SONAR-4925 Remove duplicate SQL logging code from batchJean-Baptiste Lievremont2014-02-061-22/+4