| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add test for export for dry run database | Simon Brandhof | 2013-02-20 | 2 | -5/+19 |
* | SONAR-4012 add html escape in project key in the projects history | Julien Lancelot | 2013-02-20 | 1 | -3/+3 |
* | SONAR-4140 fix performance of /api/batch_bootstrap/properties | Simon Brandhof | 2013-02-20 | 1 | -2/+7 |
* | Fix quality flaws | Simon Brandhof | 2013-02-20 | 3 | -4/+12 |
* | Add HTML id for integration tests | Simon Brandhof | 2013-02-20 | 1 | -1/+3 |
* | Removed ServerStartException to remove dependency cycle between packages | Julien Lancelot | 2013-02-20 | 14 | -99/+202 |
* | SONAR-4098 icon for "new window" | Simon Brandhof | 2013-02-19 | 6 | -6/+5 |
* | Switch to sonar-java 1.2-SNAPSHOT | Simon Brandhof | 2013-02-19 | 1 | -1/+1 |
* | Fix license header | Simon Brandhof | 2013-02-19 | 1 | -18/+18 |
* | SONAR-3612 Custom servlet filters are not loaded after database upgrade | Simon Brandhof | 2013-02-19 | 10 | -45/+254 |
* | SONAR-4100 Remove useless code | Fabrice Bellingard | 2013-02-19 | 5 | -76/+0 |
* | SONAR-2227 Display message for update plugins which dependencies needed sonar... | Julien Lancelot | 2013-02-19 | 5 | -71/+39 |
* | SONAR-4100 Improve rendering | Fabrice Bellingard | 2013-02-19 | 1 | -1/+1 |
* | SONAR-4100 Update default notification dispatchers | Fabrice Bellingard | 2013-02-19 | 6 | -162/+142 |
* | SONAR-4100 When adding a new project, select "Email" by default | Fabrice Bellingard | 2013-02-19 | 2 | -1/+2 |
* | SONAR-4100 Update labels | Fabrice Bellingard | 2013-02-19 | 2 | -2/+2 |
* | Add unit test | Fabrice Bellingard | 2013-02-19 | 1 | -0/+15 |
* | Do not cache file exclusions | Simon Brandhof | 2013-02-19 | 1 | -23/+15 |
* | Fix quality flaws | Simon Brandhof | 2013-02-19 | 4 | -25/+65 |
* | Fix test on mysql where TIMESTAMP precision is only second | Julien HENRY | 2013-02-19 | 1 | -2/+2 |
* | SONAR-2227 Display message for availables plugins which dependencies needed s... | Julien Lancelot | 2013-02-19 | 2 | -3/+9 |
* | SONAR-2227 Manage plugin incompatibility at sonar startup | Julien Lancelot | 2013-02-19 | 7 | -27/+38 |
* | Simplify testability of PathResolver.RelativePath | Simon Brandhof | 2013-02-19 | 2 | -3/+2 |
* | Add missing unit tests | Simon Brandhof | 2013-02-19 | 2 | -0/+82 |
* | Remove FileSystemException and IllegalPathException | Simon Brandhof | 2013-02-19 | 3 | -68/+3 |
* | Fix some quality flaws | Simon Brandhof | 2013-02-19 | 4 | -8/+27 |
* | SONAR-3317 download last analysis on dry run | Simon Brandhof | 2013-02-19 | 14 | -172/+309 |
* | Fix issue when getting update center date | Julien Lancelot | 2013-02-18 | 1 | -1/+1 |
* | Update to new update center API | Julien Lancelot | 2013-02-18 | 9 | -135/+59 |
* | Move creation of plugin referential from metadata to a new class | Julien Lancelot | 2013-02-18 | 6 | -47/+107 |
* | Removed classes that has been moved to the update center module | Julien Lancelot | 2013-02-18 | 8 | -338/+11 |
* | Added missing test files | Julien Lancelot | 2013-02-18 | 2 | -0/+0 |
* | SONAR-2227 Use new update center API | Julien Lancelot | 2013-02-18 | 27 | -538/+414 |
* | 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 | 5 | -25/+51 |
* | SONAR-3108 Improve log to look like the main exclusions/inclusions | Fabrice Bellingard | 2013-02-18 | 2 | -3/+12 |
* | SONAR-4138 Warn user if deactivated metric exists in DB | Fabrice Bellingard | 2013-02-18 | 2 | -44/+96 |
* | SONAR-4138 Do not delete manual metrics, just deactivate them | Fabrice Bellingard | 2013-02-18 | 2 | -6/+19 |
* | Fix inclusions by absolute path and improve documentation | Simon Brandhof | 2013-02-18 | 5 | -14/+42 |
* | Fix backward-compatibility. File system can be changed by sensors... | Simon Brandhof | 2013-02-18 | 12 | -199/+322 |
* | SONAR-4137 fix varchar indices on mysql 5.6 | Simon Brandhof | 2013-02-18 | 7 | -30/+81 |
* | SONAR-4137 fix size of MySQL index of PROPERTIES.PROP_KEY | Simon Brandhof | 2013-02-18 | 4 | -9/+16 |
* | Merge pull request #24 from Batmat/fix-typo | Fabrice Bellingard | 2013-02-18 | 1 | -1/+1 |
|\ |
|
| * | Fixing typo. | Baptiste Mathus | 2013-02-18 | 1 | -1/+1 |
* | | SONAR-3108 Improve description of the exclusion property | Fabrice Bellingard | 2013-02-18 | 1 | -1/+2 |
* | | SONAR-3108 Log exclusions when defined | Fabrice Bellingard | 2013-02-18 | 4 | -4/+29 |
* | | SONAR-3583 Do not save violation if rule does not exist in DB (= no ID) | Fabrice Bellingard | 2013-02-18 | 2 | -7/+22 |
|/ |
|
* | SONAR-4037 Fix bug on measures filter edit | Fabrice Bellingard | 2013-02-15 | 1 | -7/+8 |
* | SONAR-4042 Don't save the page ID when saving a measure filter | Fabrice Bellingard | 2013-02-15 | 1 | -1/+1 |
* | Add missing tests | Simon Brandhof | 2013-02-15 | 3 | -5/+117 |