Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-10-15 | 1 | -22/+12 | |
| | ||||||
* | Fix some quality flaws | Julien HENRY | 2013-10-15 | 1 | -2/+3 | |
| | ||||||
* | Add unit test for AnalysisMode | Julien HENRY | 2013-10-15 | 1 | -0/+92 | |
| | ||||||
* | SONAR-3677 Update some property name/descriptions and messages | Julien HENRY | 2013-10-15 | 2 | -3/+3 | |
| | ||||||
* | Fix compatibility with plugins that execute fs#addSourceDir() | Simon Brandhof | 2013-10-14 | 2 | -2/+22 | |
| | ||||||
* | SONAR-3677 Rename dryRun -> preview and introduce sonar.analysis.mode | Julien HENRY | 2013-10-14 | 37 | -380/+544 | |
| | ||||||
* | Remove support of <UNSET> file extensions (postponed) | Simon Brandhof | 2013-10-14 | 2 | -8/+19 | |
| | ||||||
* | Remove deprecated json report, used by Eclipse Plugin 3.1 (which is not ↵ | Simon Brandhof | 2013-10-11 | 5 | -321/+2 | |
| | | | | compatible with SQ 3.6+) | |||||
* | SONAR-2657 export changed files in dry run report (JSON) | Simon Brandhof | 2013-10-11 | 16 | -34/+265 | |
| | ||||||
* | Fix PathResolver when directories are not normalized (for example containing ↵ | Simon Brandhof | 2013-10-11 | 1 | -7/+13 | |
| | | | | ../) | |||||
* | SONAR-4751 do not fail but warn if a file extension is declared in multiple ↵ | Simon Brandhof | 2013-10-11 | 3 | -71/+102 | |
| | | | | plugins | |||||
* | SONAR-2657 support plugins that declare several times the same file extension | Simon Brandhof | 2013-10-11 | 2 | -1/+28 | |
| | ||||||
* | SONAR-3677 Improve API | Simon Brandhof | 2013-10-10 | 9 | -40/+43 | |
| | ||||||
* | Add org.sonar.api.utils.PathUtils | Simon Brandhof | 2013-10-10 | 1 | -5/+4 | |
| | ||||||
* | Add 5 seconds to prevent false positives | Julien Lancelot | 2013-10-10 | 1 | -3/+4 | |
| | ||||||
* | SONAR-3677 fix support of list of source files (C#) | Simon Brandhof | 2013-10-10 | 3 | -32/+59 | |
| | ||||||
* | SONAR-3677 fix re-indexation of files | Simon Brandhof | 2013-10-10 | 3 | -13/+22 | |
| | ||||||
* | SONAR-3677 fix lifecycle of language recognizer | Simon Brandhof | 2013-10-10 | 14 | -547/+397 | |
| | ||||||
* | SONAR-3677 fix another test on MSWindows | Simon Brandhof | 2013-10-10 | 1 | -1/+2 | |
| | ||||||
* | SONAR-3677 refactor API | Simon Brandhof | 2013-10-10 | 16 | -53/+288 | |
| | ||||||
* | SONAR-3677 support deprecated FileSystemFilter | Simon Brandhof | 2013-10-09 | 10 | -13/+178 | |
| | | | | + refactor SnapshotDataType | |||||
* | SONAR-3677 fix test | Simon Brandhof | 2013-10-09 | 1 | -0/+2 | |
| | ||||||
* | SONAR-3677 enhanced file system | Simon Brandhof | 2013-10-09 | 38 | -1080/+1172 | |
| | ||||||
* | Fix some quality flaws | Julien HENRY | 2013-10-09 | 1 | -0/+1 | |
| | ||||||
* | Fix missing license header | Jean-Baptiste Lievremont | 2013-10-08 | 1 | -1/+20 | |
| | ||||||
* | SONAR-4679 Fix issue inclusions | Jean-Baptiste Lievremont | 2013-10-08 | 1 | -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 filtering | Jean-Baptiste Lievremont | 2013-10-08 | 4 | -19/+160 | |
| | ||||||
* | Fix UT that was relying on element order in list | Julien HENRY | 2013-10-07 | 1 | -2/+2 | |
| | ||||||
* | SONAR-4716 Replace remediation cost by technical debt in issue | Julien Lancelot | 2013-10-07 | 3 | -34/+10 | |
| | ||||||
* | SONAR-4731 Replace "Dry Run" with "Preview" in text strings | Jean-Baptiste Lievremont | 2013-10-04 | 1 | -1/+1 | |
| | ||||||
* | Fix UT on Windows | Julien HENRY | 2013-10-02 | 1 | -0/+1 | |
| | ||||||
* | SONAR-2657 Fix circular dependency in IoC container | Julien HENRY | 2013-10-02 | 4 | -17/+16 | |
| | ||||||
* | SONAR-2657 Expose changed files API in ModuleFileSystem | Julien HENRY | 2013-10-02 | 12 | -30/+608 | |
| | ||||||
* | Move project key validation to core | Jean-Baptiste Lievremont | 2013-10-02 | 1 | -7/+4 | |
| | ||||||
* | Simplify component key validation (one regex, less branches in validateKey) | Jean-Baptiste Lievremont | 2013-10-02 | 2 | -8/+16 | |
| | ||||||
* | SONAR-4716 Add remediation cost when creating issues | Julien Lancelot | 2013-10-01 | 2 | -12/+42 | |
| | ||||||
* | SONAR-4675 Replace Jetty web server by Tomcat 7 | Simon Brandhof | 2013-10-01 | 1 | -2/+7 | |
| | ||||||
* | SONAR-4714 Load technical debt model only once per project instead of once ↵ | Julien Lancelot | 2013-10-01 | 1 | -24/+15 | |
| | | | | per module | |||||
* | SONAR-4713 Fail on unprovisioned project | Jean-Baptiste Lievremont | 2013-10-01 | 6 | -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 flaws | Julien Lancelot | 2013-09-24 | 2 | -7/+14 | |
| | ||||||
* | Method renaming | Julien Lancelot | 2013-09-24 | 1 | -0/+3 | |
| | ||||||
* | SONAR-4710 Do not persist measures when they contain no value | Julien Lancelot | 2013-09-23 | 2 | -9/+17 | |
| | ||||||
* | SONAR-4689 Batch API to get issues of the current project | Julien HENRY | 2013-09-23 | 12 | -86/+172 | |
| | ||||||
* | SONAR-4699 Period by date should return null when no snapshot found | Julien Lancelot | 2013-09-23 | 4 | -2/+33 | |
| | ||||||
* | SONAR-4694 Allow project permissions management from the permission web service | Julien Lancelot | 2013-09-19 | 1 | -2/+2 | |
| | ||||||
* | SONAR-4689 Slight improvement of String comparison | Simon Brandhof | 2013-09-19 | 1 | -5/+9 | |
| | ||||||
* | SONAR-766 Filter measures at decorator level (fix issue highlighted by .Net ↵ | Jean-Baptiste Lievremont | 2013-09-19 | 3 | -8/+20 | |
| | | | | coverage reporting) | |||||
* | SONAR-4689 Batch API to get issues of the current module | Simon Brandhof | 2013-09-18 | 9 | -42/+102 | |
| | ||||||
* | SONAR-4660 Make Settings > 'Database Cleaner', 'Differential Views', ↵ | Julien Lancelot | 2013-09-18 | 1 | -2/+62 | |
| | | | | 'Duplications', 'Localization' and 'Security' pages, some sub-categories of the 'General' page | |||||
* | Revert "Add package-info files on sonar-batch module" | Julien Lancelot | 2013-09-16 | 7 | -168/+0 | |
| | | | | This reverts commit aae5b839d7dd34fca01312d0c22892f3f43a8054. |