aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replacing Derby with H2David Gageot2012-07-0337-824/+298
|
* Why always fork tests?David Gageot2012-07-031-6/+0
|
* Don't use sleep in unit testDavid Gageot2012-07-021-5/+8
|
* Fix test failing on EclipseDavid Gageot2012-07-023-28/+46
|
* SONAR-3517 Fix issue with DerbyFabrice Bellingard2012-07-021-1/+1
|
* SONAR-3615 Avoid using pluralize function for I18NSimon Brandhof2012-07-022-1/+2
|
* Remove unused constantsSimon Brandhof2012-07-022-15/+4
|
* SONAR-3517 Ability to update profile in project configuration sectionFabrice Bellingard2012-07-024-1/+57
|
* SONAR-3594 Ignore unknown filters during migration to 3.1David Gageot2012-06-291-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 dashboardDavid Gageot2012-06-291-0/+1
|
* SONAR-3451 Rearrange widgets after the removal of "Chidamber & Kemerer"David Gageot2012-06-291-1/+1
|
* SONAR-3485 Add parameter 'allowUnknownTags' to Checkstyle JavadocType checkEvgeny Mandrikov2012-06-292-0/+4
|
* SONAR-1608 Make it possible to modify the key of projectsFabrice Bellingard2012-06-2921-35/+820
|
* Resource Snapshot MapperDavid Gageot2012-06-2811-81/+171
|
* Support MyBatis ResultHandler for dependencies and resourcesDavid Gageot2012-06-273-1/+42
|
* Fix Mapper for MysqlDavid Gageot2012-06-271-1/+1
|
* SONAR-3536 Make JaCoco the default coverage engine for SonarFabrice Bellingard2012-06-261-1/+1
|
* SONAR-3496, SONAR-3497 & SONAR-3498 Fix bug on Sonar Common RulesFabrice Bellingard2012-06-263-9/+42
|
* Load dependency versionsDavid Gageot2012-06-254-4/+30
|
* Automatic merge from branch-3.1Jenkins CI2012-06-250-0/+0
|\
| * Readd SNAPSHOT versionEric Hartmann2012-06-2536-36/+36
| |
| * Release 3.1.13.1.1Eric Hartmann2012-06-2536-36/+36
| |
* | SONAR-3496, SONAR-3497 & SONAR-3498 Add new rules for JavaFabrice Bellingard2012-06-2510-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 widgetFabrice Bellingard2012-06-222-18/+23
| |
* | SONAR-3551 Fix formatting issues in special 'General Settings' pagesFabrice Bellingard2012-06-223-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 Bellingard2012-06-221-2/+2
| | | | | | => To be consistent with everywhere else in Sonar
* | SONAR-3581 Tool to validate a l10n bundle based on multiple plugins Fabrice Bellingard2012-06-225-67/+251
| |
* | SONAR-2989 The English Pack plugin should never be excludedFabrice Bellingard2012-06-222-3/+18
| |
* | SONAR-3596 I18n can search for plugin bundles inside language packsFabrice Bellingard2012-06-214-19/+78
| |
* | SONAR-3552 Fix case of titleFabrice Bellingard2012-06-211-1/+1
| |
* | SONAR-2989 Support localization API in batch extensionsFabrice Bellingard2012-06-215-10/+100
| |
* | Add annotation to indicate that method will close streamEvgeny Mandrikov2012-06-211-1/+3
| |
* | SONAR-3595 Support resizing of browser window (Timeline and Treemap)David Gageot2012-06-203-3/+22
| |
* | SONAR-3552 Typos on admin pagesFabrice Bellingard2012-06-2011-19/+34
| |
* | Update javadoc of SecurityRealm : prefer low-case idsSimon Brandhof2012-06-201-1/+1
| |
* | Fix configuration of javadocSimon Brandhof2012-06-201-28/+16
| |
* | SONAR-3516 Use common code to find version componentsDavid Gageot2012-06-202-30/+6
| |
* | SONAR-3516 Recognize x.y.z-RCi versions(cherry picked from commit ↵David Gageot2012-06-202-6/+19
| | | | | | | | 328b6927d369b9872beeda3bbd515c4337db46ec)
* | Make it impossible to use AbstractDbUnitTestCase for iBatis testsDavid Gageot2012-06-198-84/+56
| |
* | Add MyBatis mapper for DEPENDENCIESSimon Brandhof2012-06-199-1/+185
| |
* | SONAR-3512 Make it possible to share a dashboard without following itDavid Gageot2012-06-196-132/+137
| | | | | | | | Any dashboard can be edited or configured
* | SONARPLUGINS-1948 Move EmailConfiguration to the coreDavid Gageot2012-06-1915-257/+274
| | | | | | | | + Rename to EmailSettings + Use Settings instead of Configuration
* | SONAR-3512 Make it possible to share a dashboard without following itDavid Gageot2012-06-196-81/+84
| |
* | SONAR-3577 Add "Avoid commented-out lines of code" rule to Sonar WayDavid Gageot2012-06-186-11/+168
| |
* | SONAR-3548 Allow to filter widget by their title/description contentFabrice Bellingard2012-06-184-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 warningsDavid Gageot2012-06-182-60/+24
| |
* | SONAR-3516 Check minimal sonar version required by installed pluginsDavid Gageot2012-06-189-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.1Jenkins CI2012-06-180-0/+0
|\|
| * SONAR-3584 Unable to edit "Treemap" filterDavid Gageot2012-06-181-1/+1
| | | | | | | | (cherry picked from commit 1a7062226cccbc650e92b3341f5124cc763b44a6)
* | SONAR-3584 Unable to edit "Treemap" filterDavid Gageot2012-06-171-1/+1
| |