Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2013-03-07 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 3.5-RC4 | Eric Hartmann | 2013-03-07 | 1 | -1/+1 |
| | |||||
* | Do not automatically log FileSystemFilter | Simon Brandhof | 2013-03-05 | 1 | -7/+0 |
| | |||||
* | Revert "SONAR-4069 Remove Task and TaskDefinition from API." | Simon Brandhof | 2013-03-05 | 12 | -125/+16 |
| | | | | This reverts commit 7509fbafb262c92c3603d5b17387c232a5748327. | ||||
* | SONAR-4069 Remove Task and TaskDefinition from API. | Simon Brandhof | 2013-03-05 | 12 | -16/+125 |
| | | | | Feature is postponed to version 3.6. | ||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 3.5-RC2 | Eric Hartmann | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | Revert all changes made to IoC container for views as a task. | Julien HENRY | 2013-03-01 | 13 | -326/+191 |
| | |||||
* | SONAR-2965 Disable autocommit on DBCP and improve semaphore logs | Julien HENRY | 2013-02-28 | 1 | -0/+2 |
| | | | | | autocommit=true on DBCP seemed to conflict with MyBatis autocommit=false: connection validation was not working when MyBatis was trying to change autocommit mode | ||||
* | Remove duplicate ProjectLock | Julien Lancelot | 2013-02-28 | 1 | -1/+0 |
| | |||||
* | Remove duplicate DefaultIndex | Julien Lancelot | 2013-02-28 | 1 | -1/+0 |
| | |||||
* | Improve ProjectTaskContainer in order to override some components | Julien Lancelot | 2013-02-28 | 2 | -4/+18 |
| | |||||
* | Fix after refactoring for views | Julien HENRY | 2013-02-27 | 6 | -31/+22 |
| | |||||
* | Fix unit tests | Julien Lancelot | 2013-02-27 | 2 | -10/+8 |
| | |||||
* | Moved Languages in ModuleContainer | Julien Lancelot | 2013-02-27 | 3 | -5/+5 |
| | |||||
* | Refactor ioc containers to allow views to work as a task. | Julien HENRY | 2013-02-27 | 12 | -188/+328 |
| | | | | Signed-off-by: Julien Lancelot <julien.lancelot@gmail.com> | ||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 3.5-RC1 | Eric Hartmann | 2013-02-25 | 1 | -3/+2 |
| | |||||
* | SONAR-4160 fix export of switched-off violations | Simon Brandhof | 2013-02-25 | 1 | -1/+2 |
| | |||||
* | Fix minor quality flaws | Simon Brandhof | 2013-02-25 | 1 | -1/+2 |
| | |||||
* | SONAR-3583 do not fail if violation has no rule id | Simon Brandhof | 2013-02-25 | 2 | -12/+51 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2013-02-22 | 1 | -0/+3 |
| | |||||
* | SONAR-4160 add the field "switched_off" (boolean) | Simon Brandhof | 2013-02-21 | 2 | -2/+4 |
| | |||||
* | SONAR-4160 Add violation date to dry run json report | Simon Brandhof | 2013-02-21 | 2 | -4/+11 |
| | |||||
* | Increase coverage by UTs. | Julien HENRY | 2013-02-21 | 4 | -22/+149 |
| | |||||
* | Fix exclusions by absolute path on Windows | Simon Brandhof | 2013-02-21 | 2 | -1/+47 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2013-02-20 | 2 | -0/+12 |
| | |||||
* | Do not cache file exclusions | Simon Brandhof | 2013-02-19 | 1 | -23/+15 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2013-02-19 | 4 | -25/+65 |
| | |||||
* | Add missing unit tests | Simon Brandhof | 2013-02-19 | 2 | -0/+82 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2013-02-19 | 3 | -8/+14 |
| | |||||
* | SONAR-3317 download last analysis on dry run | Simon Brandhof | 2013-02-19 | 6 | -9/+261 |
| | |||||
* | SONAR-2760 fix support of multiple inclusion patterns | Simon Brandhof | 2013-02-18 | 2 | -11/+50 |
| | |||||
* | SONAR-2965 Provide a way to close JPA session to avoid DB timeout | Julien HENRY | 2013-02-18 | 3 | -6/+17 |
| | | | | | Session will now be closed before running maven goals and before sensors. A new session will automatically be opened on next try to access DB. | ||||
* | Fix inclusions by absolute path and improve documentation | Simon Brandhof | 2013-02-18 | 4 | -14/+27 |
| | |||||
* | Fix backward-compatibility. File system can be changed by sensors... | Simon Brandhof | 2013-02-18 | 12 | -199/+322 |
| | |||||
* | Merge pull request #24 from Batmat/fix-typo | Fabrice Bellingard | 2013-02-18 | 1 | -1/+1 |
|\ | | | | | Fixing typo. | ||||
| * | Fixing typo. | Baptiste Mathus | 2013-02-18 | 1 | -1/+1 |
| | | |||||
* | | SONAR-3583 Do not save violation if rule does not exist in DB (= no ID) | Fabrice Bellingard | 2013-02-18 | 2 | -7/+22 |
|/ | |||||
* | Add missing tests | Simon Brandhof | 2013-02-15 | 3 | -5/+117 |
| | |||||
* | Refactor the filesystem API in order to allow to provide its own exclusions | Simon Brandhof | 2013-02-15 | 19 | -395/+587 |
| | |||||
* | SONAR-3317 improve memory usage in export of dry run db | Simon Brandhof | 2013-02-14 | 1 | -0/+4 |
| | |||||
* | Fix log level of batch working dir | Simon Brandhof | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2013-02-13 | 3 | -5/+5 |
| | |||||
* | SONAR-2760 file exclusions by absolute path | Simon Brandhof | 2013-02-13 | 5 | -43/+153 |
| | |||||
* | Add unit test to ListTasksTask | Simon Brandhof | 2013-02-13 | 2 | -9/+60 |
| | |||||
* | Move Maven stuff into a dedicated package | Simon Brandhof | 2013-02-13 | 42 | -115/+154 |
| | |||||
* | Fix loading of source encoding from Maven POM | Simon Brandhof | 2013-02-13 | 5 | -8/+25 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2013-02-12 | 3 | -4/+6 |
| | |||||
* | SONAR-1896 SONAR-3739 improve the API of scan file system | Simon Brandhof | 2013-02-12 | 31 | -658/+387 |
| |