aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4700 Refactor the way to get differential periods by loading them only ...Julien Lancelot2013-11-057-70/+196
* Fix LanguageRecognizer when there is no languageJulien HENRY2013-10-241-1/+9
* Add missing deprecated since versionJulien Lancelot2013-10-221-1/+3
* Fix some quality flawsSimon Brandhof2013-10-211-6/+6
* SONAR-4748 Fix issues and regression for temp foldersJulien HENRY2013-10-212-1/+3
* SONAR-4748 Refactoring of new TempFolder componentJulien HENRY2013-10-176-22/+24
* Remove file system refactoring from APISimon Brandhof2013-10-1612-33/+31
* Experimental detection of source dir changes - no unit tests yetSimon Brandhof2013-10-161-0/+7
* SONAR-4748 Introduce a new extension for managing temp files/folders.Julien HENRY2013-10-168-129/+66
* Do not re-index files when adding source directoriesSimon Brandhof2013-10-161-2/+0
* Fix quality flawsJulien Lancelot2013-10-151-22/+12
* Fix some quality flawsJulien HENRY2013-10-151-2/+3
* SONAR-3677 Update some property name/descriptions and messagesJulien HENRY2013-10-152-3/+3
* Fix compatibility with plugins that execute fs#addSourceDir()Simon Brandhof2013-10-142-2/+22
* SONAR-3677 Rename dryRun -> preview and introduce sonar.analysis.modeJulien HENRY2013-10-1420-167/+267
* Remove support of <UNSET> file extensions (postponed)Simon Brandhof2013-10-141-5/+12
* Remove deprecated json report, used by Eclipse Plugin 3.1 (which is not compa...Simon Brandhof2013-10-113-159/+1
* SONAR-2657 export changed files in dry run report (JSON)Simon Brandhof2013-10-1111-28/+257
* Fix PathResolver when directories are not normalized (for example containing ...Simon Brandhof2013-10-111-7/+13
* SONAR-4751 do not fail but warn if a file extension is declared in multiple p...Simon Brandhof2013-10-112-23/+41
* SONAR-2657 support plugins that declare several times the same file extensionSimon Brandhof2013-10-111-1/+1
* SONAR-3677 Improve APISimon Brandhof2013-10-107-33/+32
* Add org.sonar.api.utils.PathUtilsSimon Brandhof2013-10-101-5/+4
* SONAR-3677 fix support of list of source files (C#)Simon Brandhof2013-10-102-30/+57
* SONAR-3677 fix re-indexation of filesSimon Brandhof2013-10-102-13/+17
* SONAR-3677 fix lifecycle of language recognizerSimon Brandhof2013-10-109-181/+254
* SONAR-3677 refactor APISimon Brandhof2013-10-107-13/+51
* SONAR-3677 support deprecated FileSystemFilterSimon Brandhof2013-10-096-7/+91
* SONAR-3677 fix testSimon Brandhof2013-10-091-0/+2
* SONAR-3677 enhanced file systemSimon Brandhof2013-10-0923-537/+624
* Fix some quality flawsJulien HENRY2013-10-091-0/+1
* SONAR-4679 Fix issue inclusionsJean-Baptiste Lievremont2013-10-081-0/+4
* SONAR-4679 Introduce a chain of responsibility for issue filteringJean-Baptiste Lievremont2013-10-082-11/+75
* SONAR-4716 Replace remediation cost by technical debt in issueJulien Lancelot2013-10-072-32/+7
* SONAR-4731 Replace "Dry Run" with "Preview" in text stringsJean-Baptiste Lievremont2013-10-041-1/+1
* SONAR-2657 Fix circular dependency in IoC containerJulien HENRY2013-10-022-7/+5
* SONAR-2657 Expose changed files API in ModuleFileSystemJulien HENRY2013-10-027-9/+315
* Move project key validation to coreJean-Baptiste Lievremont2013-10-021-7/+4
* Simplify component key validation (one regex, less branches in validateKey)Jean-Baptiste Lievremont2013-10-021-6/+7
* SONAR-4716 Add remediation cost when creating issuesJulien Lancelot2013-10-011-1/+5
* SONAR-4714 Load technical debt model only once per project instead of once pe...Julien Lancelot2013-10-011-24/+15
* SONAR-4713 Fail on unprovisioned projectJean-Baptiste Lievremont2013-10-013-9/+18
* Fix quality flawsJulien Lancelot2013-09-242-7/+14
* SONAR-4710 Do not persist measures when they contain no valueJulien Lancelot2013-09-231-1/+10
* SONAR-4689 Batch API to get issues of the current projectJulien HENRY2013-09-237-52/+95
* SONAR-4699 Period by date should return null when no snapshot foundJulien Lancelot2013-09-234-2/+33
* SONAR-4694 Allow project permissions management from the permission web serviceJulien Lancelot2013-09-191-2/+2
* SONAR-4689 Slight improvement of String comparisonSimon Brandhof2013-09-191-5/+9
* SONAR-766 Filter measures at decorator level (fix issue highlighted by .Net c...Jean-Baptiste Lievremont2013-09-192-6/+17
* SONAR-4689 Batch API to get issues of the current moduleSimon Brandhof2013-09-185-19/+47