aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix new violationsSimon Brandhof2011-08-0228-89/+86
|
* SONAR-2665 Allow to override the HTTP parameter Accepted-Language in Java ↵Simon Brandhof2011-08-023-0/+29
| | | | Web Service Client
* Use child-first classloader for sonar-email-notifications-pluginEvgeny Mandrikov2011-08-021-0/+1
|
* Disable the unit test EmailNotificationChannelTest on Mac OSSimon Brandhof2011-08-021-0/+3
|
* Upgrade to sonar-dev-maven-plugin 1.3.2 and set the surefire property ↵Simon Brandhof2011-08-021-1/+7
| | | | runOrder=random
* Fix duplications viewerSimon Brandhof2011-08-021-3/+3
|
* SONAR-75 Fix hotspot pageSimon Brandhof2011-08-021-1/+1
|
* SONAR-75 Remove unused French GWT properties + add method ↵Simon Brandhof2011-08-0115-72/+88
| | | | Metric.Builder#setUserManaged(boolean)
* SONAR-75 support GWT components integrated to coreSimon Brandhof2011-08-0131-283/+316
|
* SONAR-2547 add legend of pending measuresSimon Brandhof2011-08-012-5/+16
|
* Manual Measures WS : add ManualMeasureDeleteQuery to ws-clientSimon Brandhof2011-08-012-0/+94
|
* Fix JSON response of POST /api/manual_measuresSimon Brandhof2011-07-291-1/+1
|
* Fix wsclient of POST /api/manual_mesasures with integer valuesSimon Brandhof2011-07-292-3/+24
|
* SONAR-75 rule search engine supports localized titlesSimon Brandhof2011-07-2910-5983/+3069
|
* SONAR-75 rename i18n bundles to l10n bundlesSimon Brandhof2011-07-29762-11/+10
| | | | | | | Article from the W3C : Localization refers to the adaptation of a product, application or document content to meet the language, cultural and other requirements of a specific target market (a "locale"). Internationalization is the design and development of a product, application or document content that enables easy localization for target audiences that vary in culture, region, or language.
* SONAR-75 Improve i18n APISimon Brandhof2011-07-2943-932/+612
| | | | | | - The extension point LanguagePack is not required anymore - No error logs when rule description is not available in all locales - Increase code coverage and decrease complexity
* SONAR-2648 add ManualMeasureCreateQuerySimon Brandhof2011-07-282-0/+137
|
* 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
|