summaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Method renamingJulien Lancelot2013-09-241-0/+3
|
* SONAR-4710 Do not persist measures when they contain no valueJulien Lancelot2013-09-232-9/+17
|
* SONAR-4689 Batch API to get issues of the current projectJulien HENRY2013-09-2312-86/+172
|
* 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 ↵Jean-Baptiste Lievremont2013-09-193-8/+20
| | | | coverage reporting)
* SONAR-4689 Batch API to get issues of the current moduleSimon Brandhof2013-09-189-42/+102
|
* SONAR-4660 Make Settings > 'Database Cleaner', 'Differential Views', ↵Julien Lancelot2013-09-181-2/+62
| | | | 'Duplications', 'Localization' and 'Security' pages, some sub-categories of the 'General' page
* Revert "Add package-info files on sonar-batch module"Julien Lancelot2013-09-167-168/+0
| | | | This reverts commit aae5b839d7dd34fca01312d0c22892f3f43a8054.