aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-3612 Custom servlet filters are not loaded after database upgradeSimon Brandhof2013-02-1910-45/+254
|
* SONAR-4100 Remove useless codeFabrice Bellingard2013-02-195-76/+0
|
* SONAR-2227 Display message for update plugins which dependencies needed ↵Julien Lancelot2013-02-195-71/+39
| | | | sonar updgrade
* SONAR-4100 Improve renderingFabrice Bellingard2013-02-191-1/+1
|
* SONAR-4100 Update default notification dispatchersFabrice Bellingard2013-02-196-162/+142
| | | | | - AlertsOnMyFavouriteProject => NewAlerts - NewViolationsOnMyFavouriteProject => NewViolationsOnFirstDiffPeriod
* SONAR-4100 When adding a new project, select "Email" by defaultFabrice Bellingard2013-02-192-1/+2
|
* SONAR-4100 Update labelsFabrice Bellingard2013-02-192-2/+2
|
* Add unit testFabrice Bellingard2013-02-191-0/+15
|
* Do not cache file exclusionsSimon Brandhof2013-02-191-23/+15
|
* Fix quality flawsSimon Brandhof2013-02-194-25/+65
|
* Fix test on mysql where TIMESTAMP precision is only secondJulien HENRY2013-02-191-2/+2
|
* SONAR-2227 Display message for availables plugins which dependencies needed ↵Julien Lancelot2013-02-192-3/+9
| | | | sonar updgrade
* SONAR-2227 Manage plugin incompatibility at sonar startupJulien Lancelot2013-02-197-27/+38
|
* Simplify testability of PathResolver.RelativePathSimon Brandhof2013-02-192-3/+2
|
* Add missing unit testsSimon Brandhof2013-02-192-0/+82
|
* Remove FileSystemException and IllegalPathExceptionSimon Brandhof2013-02-193-68/+3
|
* Fix some quality flawsSimon Brandhof2013-02-194-8/+27
|
* SONAR-3317 download last analysis on dry runSimon Brandhof2013-02-1914-172/+309
|
* Fix issue when getting update center dateJulien Lancelot2013-02-181-1/+1
|
* Update to new update center APIJulien Lancelot2013-02-189-135/+59
|
* Move creation of plugin referential from metadata to a new classJulien Lancelot2013-02-186-47/+107
|
* Removed classes that has been moved to the update center moduleJulien Lancelot2013-02-188-338/+11
|
* Added missing test filesJulien Lancelot2013-02-182-0/+0
|
* SONAR-2227 Use new update center APIJulien Lancelot2013-02-1827-538/+414
|
* SONAR-2760 fix support of multiple inclusion patternsSimon Brandhof2013-02-182-11/+50
|
* SONAR-2965 Provide a way to close JPA session to avoid DB timeoutJulien HENRY2013-02-185-25/+51
| | | | | 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.
* SONAR-3108 Improve log to look like the main exclusions/inclusionsFabrice Bellingard2013-02-182-3/+12
|
* SONAR-4138 Warn user if deactivated metric exists in DBFabrice Bellingard2013-02-182-44/+96
| | | | | => If a user tries to create a metric with a name already used by a deactivated metric.
* SONAR-4138 Do not delete manual metrics, just deactivate themFabrice Bellingard2013-02-182-6/+19
| | | | | => Deleting a manual metric should lead to deactivate the metric in the Sonar DB and not to fully drop it
* Fix inclusions by absolute path and improve documentationSimon Brandhof2013-02-185-14/+42
|
* Fix backward-compatibility. File system can be changed by sensors...Simon Brandhof2013-02-1812-199/+322
|
* SONAR-4137 fix varchar indices on mysql 5.6Simon Brandhof2013-02-187-30/+81
|
* SONAR-4137 fix size of MySQL index of PROPERTIES.PROP_KEYSimon Brandhof2013-02-184-9/+16
|
* Merge pull request #24 from Batmat/fix-typoFabrice Bellingard2013-02-181-1/+1
|\ | | | | Fixing typo.
| * Fixing typo.Baptiste Mathus2013-02-181-1/+1
| |
* | SONAR-3108 Improve description of the exclusion propertyFabrice Bellingard2013-02-181-1/+2
| |
* | SONAR-3108 Log exclusions when definedFabrice Bellingard2013-02-184-4/+29
| |
* | SONAR-3583 Do not save violation if rule does not exist in DB (= no ID)Fabrice Bellingard2013-02-182-7/+22
|/
* SONAR-4037 Fix bug on measures filter editFabrice Bellingard2013-02-151-7/+8
| | | | | => If a pending updated Measures filter is "saved" without having first "Closed" the "Change Columns" (or "Change Treemap") section most, last column changes are lost
* SONAR-4042 Don't save the page ID when saving a measure filterFabrice Bellingard2013-02-151-1/+1
| | | | | => When saving a Measure Filter from a page which is not the first result page, this page is always displayed by default
* Add missing testsSimon Brandhof2013-02-153-5/+117
|
* Fix some CSS issues in resource viewersSimon Brandhof2013-02-155-92/+76
|
* SONAR-3108 Add new property to exclude files from duplication detectionFabrice Bellingard2013-02-156-14/+37
|
* SONAR-3108 Replace deprecated callsFabrice Bellingard2013-02-153-37/+84
|
* SONAR-3108 Replace deprecated callsFabrice Bellingard2013-02-153-48/+93
|
* Fix minimum acceptable size of zipSimon Brandhof2013-02-151-1/+1
|
* SONAR-3837 Fix violation tracking mechanismEvgeny Mandrikov2013-02-152-73/+77
|
* Refactor the filesystem API in order to allow to provide its own exclusionsSimon Brandhof2013-02-1529-463/+670
|
* Fix Semaphore test on OracleSimon Brandhof2013-02-151-3/+3
|
* SONAR-3837 Improve violation tracking mechanismEvgeny Mandrikov2013-02-146-63/+320
|