Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replacing Derby with H2 | David Gageot | 2012-07-03 | 37 | -824/+298 |
| | |||||
* | Why always fork tests? | David Gageot | 2012-07-03 | 1 | -6/+0 |
| | |||||
* | Don't use sleep in unit test | David Gageot | 2012-07-02 | 1 | -5/+8 |
| | |||||
* | Fix test failing on Eclipse | David Gageot | 2012-07-02 | 3 | -28/+46 |
| | |||||
* | SONAR-3517 Fix issue with Derby | Fabrice Bellingard | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | SONAR-3615 Avoid using pluralize function for I18N | Simon Brandhof | 2012-07-02 | 2 | -1/+2 |
| | |||||
* | Remove unused constants | Simon Brandhof | 2012-07-02 | 2 | -15/+4 |
| | |||||
* | SONAR-3517 Ability to update profile in project configuration section | Fabrice Bellingard | 2012-07-02 | 4 | -1/+57 |
| | |||||
* | SONAR-3594 Ignore unknown filters during migration to 3.1 | David Gageot | 2012-06-29 | 1 | -8/+9 |
| | | | | Because we activate a Global Dashboard for each Active Filter, we need to ignore those pointing to a deleted Filter. | ||||
* | SONAR-3512 Follow newly created dashboard | David Gageot | 2012-06-29 | 1 | -0/+1 |
| | |||||
* | SONAR-3451 Rearrange widgets after the removal of "Chidamber & Kemerer" | David Gageot | 2012-06-29 | 1 | -1/+1 |
| | |||||
* | SONAR-3485 Add parameter 'allowUnknownTags' to Checkstyle JavadocType check | Evgeny Mandrikov | 2012-06-29 | 2 | -0/+4 |
| | |||||
* | SONAR-1608 Make it possible to modify the key of projects | Fabrice Bellingard | 2012-06-29 | 21 | -35/+820 |
| | |||||
* | Resource Snapshot Mapper | David Gageot | 2012-06-28 | 11 | -81/+171 |
| | |||||
* | Support MyBatis ResultHandler for dependencies and resources | David Gageot | 2012-06-27 | 3 | -1/+42 |
| | |||||
* | Fix Mapper for Mysql | David Gageot | 2012-06-27 | 1 | -1/+1 |
| | |||||
* | SONAR-3536 Make JaCoco the default coverage engine for Sonar | Fabrice Bellingard | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | SONAR-3496, SONAR-3497 & SONAR-3498 Fix bug on Sonar Common Rules | Fabrice Bellingard | 2012-06-26 | 3 | -9/+42 |
| | |||||
* | Load dependency versions | David Gageot | 2012-06-25 | 4 | -4/+30 |
| | |||||
* | Automatic merge from branch-3.1 | Jenkins CI | 2012-06-25 | 0 | -0/+0 |
|\ | |||||
| * | Readd SNAPSHOT version | Eric Hartmann | 2012-06-25 | 36 | -36/+36 |
| | | |||||
| * | Release 3.1.13.1.1 | Eric Hartmann | 2012-06-25 | 36 | -36/+36 |
| | | |||||
* | | SONAR-3496, SONAR-3497 & SONAR-3498 Add new rules for Java | Fabrice Bellingard | 2012-06-25 | 10 | -5/+134 |
| | | | | | | | | | | => Those rules are the ones pulled out from the SQALE plugin and put in an independant lib called "sonar-common-rules" | ||||
* | | SONAR-3416 Add possibility to have a title on the time machine widget | Fabrice Bellingard | 2012-06-22 | 2 | -18/+23 |
| | | |||||
* | | SONAR-3551 Fix formatting issues in special 'General Settings' pages | Fabrice Bellingard | 2012-06-22 | 3 | -4/+3 |
| | | | | | | | | => Formatting issues with the 'General Settings > Email' and 'General Settings > Server ID' tabs | ||||
* | | SONAR-3556 Display only 1 decimal for floats in the Timeline widget | Fabrice Bellingard | 2012-06-22 | 1 | -2/+2 |
| | | | | | | => To be consistent with everywhere else in Sonar | ||||
* | | SONAR-3581 Tool to validate a l10n bundle based on multiple plugins | Fabrice Bellingard | 2012-06-22 | 5 | -67/+251 |
| | | |||||
* | | SONAR-2989 The English Pack plugin should never be excluded | Fabrice Bellingard | 2012-06-22 | 2 | -3/+18 |
| | | |||||
* | | SONAR-3596 I18n can search for plugin bundles inside language packs | Fabrice Bellingard | 2012-06-21 | 4 | -19/+78 |
| | | |||||
* | | SONAR-3552 Fix case of title | Fabrice Bellingard | 2012-06-21 | 1 | -1/+1 |
| | | |||||
* | | SONAR-2989 Support localization API in batch extensions | Fabrice Bellingard | 2012-06-21 | 5 | -10/+100 |
| | | |||||
* | | Add annotation to indicate that method will close stream | Evgeny Mandrikov | 2012-06-21 | 1 | -1/+3 |
| | | |||||
* | | SONAR-3595 Support resizing of browser window (Timeline and Treemap) | David Gageot | 2012-06-20 | 3 | -3/+22 |
| | | |||||
* | | SONAR-3552 Typos on admin pages | Fabrice Bellingard | 2012-06-20 | 11 | -19/+34 |
| | | |||||
* | | Update javadoc of SecurityRealm : prefer low-case ids | Simon Brandhof | 2012-06-20 | 1 | -1/+1 |
| | | |||||
* | | Fix configuration of javadoc | Simon Brandhof | 2012-06-20 | 1 | -28/+16 |
| | | |||||
* | | SONAR-3516 Use common code to find version components | David Gageot | 2012-06-20 | 2 | -30/+6 |
| | | |||||
* | | SONAR-3516 Recognize x.y.z-RCi versions(cherry picked from commit ↵ | David Gageot | 2012-06-20 | 2 | -6/+19 |
| | | | | | | | | 328b6927d369b9872beeda3bbd515c4337db46ec) | ||||
* | | Make it impossible to use AbstractDbUnitTestCase for iBatis tests | David Gageot | 2012-06-19 | 8 | -84/+56 |
| | | |||||
* | | Add MyBatis mapper for DEPENDENCIES | Simon Brandhof | 2012-06-19 | 9 | -1/+185 |
| | | |||||
* | | SONAR-3512 Make it possible to share a dashboard without following it | David Gageot | 2012-06-19 | 6 | -132/+137 |
| | | | | | | | | Any dashboard can be edited or configured | ||||
* | | SONARPLUGINS-1948 Move EmailConfiguration to the core | David Gageot | 2012-06-19 | 15 | -257/+274 |
| | | | | | | | | + Rename to EmailSettings + Use Settings instead of Configuration | ||||
* | | SONAR-3512 Make it possible to share a dashboard without following it | David Gageot | 2012-06-19 | 6 | -81/+84 |
| | | |||||
* | | SONAR-3577 Add "Avoid commented-out lines of code" rule to Sonar Way | David Gageot | 2012-06-18 | 6 | -11/+168 |
| | | |||||
* | | SONAR-3548 Allow to filter widget by their title/description content | Fabrice Bellingard | 2012-06-18 | 4 | -32/+57 |
| | | | | | | | | | | | | => Add a field to dynamically filter widgets when editing a dashboard Tested on FF 12, Chrome 19, Safari 5 && IE 7->9 | ||||
* | | Remove warnings | David Gageot | 2012-06-18 | 2 | -60/+24 |
| | | |||||
* | | SONAR-3516 Check minimal sonar version required by installed plugins | David Gageot | 2012-06-18 | 9 | -108/+218 |
| | | | | | | | | | | | | Plugin manifest declares the minimal required version of sonar. This version is verified at server startup. It prevents plugins from failing for API incompatibility reasons. Startup fails with a meaningful message. | ||||
* | | Automatic merge from branch-3.1 | Jenkins CI | 2012-06-18 | 0 | -0/+0 |
|\| | |||||
| * | SONAR-3584 Unable to edit "Treemap" filter | David Gageot | 2012-06-18 | 1 | -1/+1 |
| | | | | | | | | (cherry picked from commit 1a7062226cccbc650e92b3341f5124cc763b44a6) | ||||
* | | SONAR-3584 Unable to edit "Treemap" filter | David Gageot | 2012-06-17 | 1 | -1/+1 |
| | |