Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix LanguageRecognizer when there is no language | Julien HENRY | 2013-10-24 | 2 | -7/+25 |
| | |||||
* | Update to 4.1-SNAPSHOT | Eric Hartmann | 2013-10-22 | 1 | -1/+1 |
| | |||||
* | Add missing deprecated since version | Julien Lancelot | 2013-10-22 | 1 | -1/+3 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2013-10-21 | 1 | -6/+6 |
| | |||||
* | SONAR-4748 Fix issues and regression for temp folders | Julien HENRY | 2013-10-21 | 3 | -8/+7 |
| | |||||
* | SONAR-4748 Refactoring of new TempFolder component | Julien HENRY | 2013-10-17 | 12 | -47/+52 |
| | |||||
* | Remove file system refactoring from API | Simon Brandhof | 2013-10-16 | 19 | -41/+39 |
| | |||||
* | Experimental detection of source dir changes - no unit tests yet | Simon Brandhof | 2013-10-16 | 1 | -0/+7 |
| | | | | Waiting for integration tests to pass before going further | ||||
* | SONAR-4748 Introduce a new extension for managing temp files/folders. | Julien HENRY | 2013-10-16 | 20 | -257/+226 |
| | |||||
* | Do not re-index files when adding source directories | Simon Brandhof | 2013-10-16 | 1 | -2/+0 |
| | | | | We should re-index but let's try to keep the previous behavior in order to not break backward-compatibility. | ||||
* | 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 |
| |