aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2582 The Filter Path field is not working with Oracle DBFreddy Mallet2011-07-281-2/+4
|
* Improve shutdown of NotificationServiceEvgeny Mandrikov2011-07-281-1/+7
|
* SONAR-2649 Add 'sonar.notifications.delay' to conf/sonar.propertiesEvgeny Mandrikov2011-07-281-1/+8
|
* SONAR-2601 Use CSS style 'comments' for descriptions of SMTP settingsEvgeny Mandrikov2011-07-281-7/+7
|
* SONAR-75 refactor I18nManagerSimon Brandhof2011-07-283-9/+135
|
* SONAR-75 fix l10n bundleSimon Brandhof2011-07-281-1/+1
|
* SONAR-2540 Comments containing only spaces should not lead to errorEvgeny Mandrikov2011-07-281-10/+14
|
* SONAR-2539 Should not be possible to modify closed reviewEvgeny Mandrikov2011-07-281-1/+1
|
* Add convenient factory methods ResourceQuery#create(String resourceKey) and ↵Simon Brandhof2011-07-282-0/+14
| | | | Rule#create(String repo, String key)
* Fix label of metric commented_out_code_linesSimon Brandhof2011-07-282-2/+2
|
* Fix english l10nEvgeny Mandrikov2011-07-281-1/+1
|
* SONAR-2596 Reduce number of arguments for NotificationService constructorEvgeny Mandrikov2011-07-286-89/+42
|
* SONAR-2596 Add unit testsEvgeny Mandrikov2011-07-283-1/+117
|
* SONAR-2649 Add server property 'sonar.notifications.delay'Evgeny Mandrikov2011-07-283-42/+65
| | | | | Can be defined in conf/sonar.properties and specifies delay in seconds between processing of notifications queue, default value is 60.
* SONAR-2600,SONAR-2601 Replace STARTTLS by SSL and describe all SMTP settingsEvgeny Mandrikov2011-07-286-19/+41
|
* SONAR-2650 fix startup when no FileFilter extensions are installedSimon Brandhof2011-07-271-2/+12
|
* SONAR-2607 Show in notification: project, resource and title of reviewEvgeny Mandrikov2011-07-276-28/+180
|
* SONAR-2650 reduce number of constructorsSimon Brandhof2011-07-272-16/+3
|
* SONAR-2650 FileFilter extension point is ignoredSimon Brandhof2011-07-272-3/+18
|
* SONAR-2547 fix level typeSimon Brandhof2011-07-271-4/+2
|
* SONAR-2607 Should be only one dispatcher - ↵Evgeny Mandrikov2011-07-276-148/+27
| | | | ChangesInReviewAssignedToMeOrCreatedByMe
* SONAR-2547 validate valuesSimon Brandhof2011-07-2713-78/+149
|
* SONAR-2607 Fix permalink in ReviewEmailTemplateEvgeny Mandrikov2011-07-272-11/+61
|
* SONAR-2547 support i18nSimon Brandhof2011-07-273-21/+44
|
* Remove the logback logger dedicated to i18nSimon Brandhof2011-07-271-4/+0
|
* SONAR-2648 New web service /api/manual_measuresSimon Brandhof2011-07-279-6/+383
|
* SONAR-2596,SONAR-2601 Improve UI for email notificationsEvgeny Mandrikov2011-07-274-134/+67
| | | | | | * Replace 'Send Test Email' by 'Test Configuration' * Replace 'Send' by 'Send test email' * Apply CSS styles
* SONAR-2596,SONAR-2601 UI for email notificationsEvgeny Mandrikov2011-07-2623-77/+114
| | | | | | | * Add email configuration to sidebar menu * I18n for email and notifications settings * Email configuration properties must be secured * Rename sonar-email-plugin to sonar-email-notifications-plugin
* SONAR-75 fix loading of checkstyle bundlesSimon Brandhof2011-07-262-8/+8
|
* SONAR-2592 change description of property sonar.violationLocaleSimon Brandhof2011-07-261-2/+1
|
* SONAR-2644 remove description and name from checkstyle rule HeaderCheckSimon Brandhof2011-07-261-20/+11
|
* SONAR-2644 Rule name should be optional in XML declaration filesSimon Brandhof2011-07-267-12/+48
|
* SONAR-2634 new_*_violations and *_violations metrics are not qualitativeSimon Brandhof2011-07-261-11/+11
|
* SONAR-2589 add missing bundles in drilldown pagesSimon Brandhof2011-07-263-13/+17
|
* SONAR-75 support alert thresholdsSimon Brandhof2011-07-265-11/+14
|
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-264-57/+42
| | | | Update ruby code to send notifications on changes in reviews
* SONAR-2591: push english translations of checkstyle, pmd and findbugs rulesFreddy Mallet2011-07-251-1/+1
|
* SONAR-2591: push english translations of checkstyle, pmd and findbugs rulesFreddy Mallet2011-07-25733-0/+4513
|
* SONAR-830 Sonar WS API return all elements when there aren't metric valuesimonbrandhof2011-07-251-5/+6
|
* SONAR-75 Configure Checkstyle with localesimonbrandhof2011-07-254-25/+49
|
* Fix CloseReviewsDecorator for Derby and move Review entity from ↵Evgeny Mandrikov2011-07-263-6/+10
| | | | sonar-plugin-api to sonar-core
* SONAR-75 define locale for violation messagessimonbrandhof2011-07-257-213/+57
|
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-258-85/+223
| | | | | | * Update CloseReviewsDecorator to send notifications * Fix permalink in ReviewEmailTemplate
* Add method findById to UserFinder and make it available as BatchComponentEvgeny Mandrikov2011-07-254-3/+28
|
* SONAR-2598 NotificationManager should be available as BatchComponentEvgeny Mandrikov2011-07-251-0/+2
|
* SONAR-75 add rule severities (thanks to David Festal's patch)David Festal2011-07-254-15/+44
|
* Fix violations and increase coverageEvgeny Mandrikov2011-07-255-4/+109
|
* SONAR-2615 Show email on page 'My Profile'Evgeny Mandrikov2011-07-251-0/+5
|
* SONAR-2006 Allow to select manual measures in filters treemapSimon Brandhof2011-07-226-9/+12
|
* SONAR-2547 display metric domainsSimon Brandhof2011-07-223-8/+6
|