aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
* Fix LanguageRecognizer when there is no languageJulien HENRY2013-10-242-7/+25
|
* Update to 4.1-SNAPSHOTEric Hartmann2013-10-221-1/+1
|
* 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-213-8/+7
|
* SONAR-4748 Refactoring of new TempFolder componentJulien HENRY2013-10-1712-47/+52
|
* Remove file system refactoring from APISimon Brandhof2013-10-1619-41/+39
|
* Experimental detection of source dir changes - no unit tests yetSimon Brandhof2013-10-161-0/+7
| | | | Waiting for integration tests to pass before going further
* SONAR-4748 Introduce a new extension for managing temp files/folders.Julien HENRY2013-10-1620-257/+226
|
* Do not re-index files when adding source directoriesSimon Brandhof2013-10-161-2/+0
| | | | We should re-index but let's try to keep the previous behavior in order to not break backward-compatibility.
* Fix quality flawsJulien Lancelot2013-10-151-22/+12
|
* Fix some quality flawsJulien HENRY2013-10-151-2/+3
|
* Add unit test for AnalysisModeJulien HENRY2013-10-151-0/+92
|
* 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-1437-380/+544
|
* Remove support of <UNSET> file extensions (postponed)Simon Brandhof2013-10-142-8/+19
|
* Remove deprecated json report, used by Eclipse Plugin 3.1 (which is not ↵Simon Brandhof2013-10-115-321/+2
| | | | compatible with SQ 3.6+)
* SONAR-2657 export changed files in dry run report (JSON)Simon Brandhof2013-10-1116-34/+265
|
* 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 ↵Simon Brandhof2013-10-113-71/+102
| | | | plugins
* SONAR-2657 support plugins that declare several times the same file extensionSimon Brandhof2013-10-112-1/+28
|
* SONAR-3677 Improve APISimon Brandhof2013-10-109-40/+43
|
* Add org.sonar.api.utils.PathUtilsSimon Brandhof2013-10-101-5/+4
|
* Add 5 seconds to prevent false positivesJulien Lancelot2013-10-101-3/+4
|
* SONAR-3677 fix support of list of source files (C#)Simon Brandhof2013-10-103-32/+59
|
* SONAR-3677 fix re-indexation of filesSimon Brandhof2013-10-103-13/+22
|
* SONAR-3677 fix lifecycle of language recognizerSimon Brandhof2013-10-1014-547/+397
|
* SONAR-3677 fix another test on MSWindowsSimon Brandhof2013-10-101-1/+2
|
* SONAR-3677 refactor APISimon Brandhof2013-10-1016-53/+288
|
* SONAR-3677 support deprecated FileSystemFilterSimon Brandhof2013-10-0910-13/+178
| | | | + refactor SnapshotDataType
* SONAR-3677 fix testSimon Brandhof2013-10-091-0/+2
|
* SONAR-3677 enhanced file systemSimon Brandhof2013-10-0938-1080/+1172
|
* Fix some quality flawsJulien HENRY2013-10-091-0/+1
|
* Fix missing license headerJean-Baptiste Lievremont2013-10-081-1/+20
|
* SONAR-4679 Fix issue inclusionsJean-Baptiste Lievremont2013-10-081-0/+4
| | | | | Move issue (in|ex)clusions to new API Break class hierarchy b/w issue exclusion and inclusion
* SONAR-4679 Introduce a chain of responsibility for issue filteringJean-Baptiste Lievremont2013-10-084-19/+160
|
* Fix UT that was relying on element order in listJulien HENRY2013-10-071-2/+2
|
* SONAR-4716 Replace remediation cost by technical debt in issueJulien Lancelot2013-10-073-34/+10
|
* SONAR-4731 Replace "Dry Run" with "Preview" in text stringsJean-Baptiste Lievremont2013-10-041-1/+1
|
* Fix UT on WindowsJulien HENRY2013-10-021-0/+1
|
* SONAR-2657 Fix circular dependency in IoC containerJulien HENRY2013-10-024-17/+16
|
* SONAR-2657 Expose changed files API in ModuleFileSystemJulien HENRY2013-10-0212-30/+608
|
* 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-022-8/+16
|
* SONAR-4716 Add remediation cost when creating issuesJulien Lancelot2013-10-012-12/+42
|
* SONAR-4675 Replace Jetty web server by Tomcat 7Simon Brandhof2013-10-011-2/+7
|
* SONAR-4714 Load technical debt model only once per project instead of once ↵Julien Lancelot2013-10-011-24/+15
| | | | per module
* SONAR-4713 Fail on unprovisioned projectJean-Baptiste Lievremont2013-10-016-16/+50
| | | | | | Add new property to make provisioning mandatory Turn ProjectReactorValidator into an IoC-managed component Add check at project scan bootstrap to fail if project does not exist
* Fix quality flawsJulien Lancelot2013-09-242-7/+14
|