summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4680 Fix testsJulien HENRY2013-09-161-4/+2
|
* Add package-info files on sonar-batch moduleJulien Lancelot2013-09-167-0/+168
|
* Add package-info files on sonar-core-plugin moduleJulien Lancelot2013-09-1617-81/+392
|
* Add package-info files on sonar-plugin-api-moduleJulien Lancelot2013-09-1621-0/+504
|
* Add missing package-info files on sonar-server moduleJulien Lancelot2013-09-1613-0/+312
|
* SONAR-4680 Module-level settings are not applied on batch sideJulien HENRY2013-09-164-70/+48
|
* See SONAR-4643 Deprecate "Depth in Tree" and "Number of Children" design metricsJulien Lancelot2013-09-161-0/+18
|
* SONAR-4619 Improve HTML rendering of property descriptionsSimon Brandhof2013-09-161-6/+6
|
* Refactor definition of exclusion propertiesSimon Brandhof2013-09-163-69/+140
|
* SONAR-4616 Replace "property: value" syntax by "property=value" in ↵Simon Brandhof2013-09-164-64/+64
| | | | configuration files
* SONAR-4657 It's impossible to fully delete the extension of a rule descriptionJulien Lancelot2013-09-161-1/+1
|
* SONAR-766 Remove string duplication and protect constructorJean-Baptiste Lievremont2013-09-161-2/+2
|
* SONAR-4654 The issue bulk change does not work correctly when paginatingJulien Lancelot2013-09-161-1/+3
|
* Move settings help to its own div, under save buttonJean-Baptiste Lievremont2013-09-161-7/+8
|
* SONAR-4659 Create an DB index on 'characteristics.enabled' columnJulien Lancelot2013-09-164-1/+39
|
* Remove unused Ruby filesSimon Brandhof2013-09-132-666/+0
|
* Fix unit test on Java 7Simon Brandhof2013-09-131-1/+1
|
* SONAR-4045 remove unused rails filesSimon Brandhof2013-09-1357-5591/+19
|
* SONAR-4661 Move help section to its own div for clearer separationJean-Baptiste Lievremont2013-09-131-6/+7
|
* SONAR-766 Fix subcategory for coverage exclusionsJean-Baptiste Lievremont2013-09-133-3/+4
|
* SONAR-766 Expand coverage on core componentsJean-Baptiste Lievremont2013-09-131-0/+69
|
* Change property labels for project module (ex|in)clusionsJean-Baptiste Lievremont2013-09-131-2/+2
|
* SONAR-766 Add exclusions for coverageJean-Baptiste Lievremont2013-09-138-4/+286
| | | | | | Introduce new API to filter measures before they are saved to context Implement a measure filter for code coverage measures Add configuration property for coverage exclusions
* SONAR-4045 fix support of Java exception in ruby codeSimon Brandhof2013-09-132-12/+17
| | | | | Behavior changed in JRuby 1.7.... http://pivotallabs.com/upgrading-to-jruby-1-7-0/
* SONAR-4045 fix zip size on windowsSimon Brandhof2013-09-121-1/+1
|
* SONAR-4045 Upgrade to JRuby 1.7.4Simon Brandhof2013-09-12115-6102/+47
|
* Update onBulkIssues() calls by removing useless parametersJulien Lancelot2013-09-123-4/+4
|
* SONAR-4584 Remove remaining rss template filesJulien Lancelot2013-09-122-32/+0
|
* Add comment in order to remove specific code for retro compatibility for the ↵Julien Lancelot2013-09-121-0/+1
| | | | SQALE plugin
* SONAR-4671 Upgrade MySQL driver to 5.1.26Simon Brandhof2013-09-121-1/+2
|
* Upgrade some dependenciesSimon Brandhof2013-09-121-6/+6
| | | | Mainly for unit tests, except http-request (5.2 -> 5.4.1)
* SONAR-4653 fix rendering in code viewersSimon Brandhof2013-09-121-2/+2
|
* Add the SonarQube version since the dropdown_tag helper is availableJulien Lancelot2013-09-121-1/+1
|
* SONAR-4656 SONAR-3644 Fix remaining properties labels in exclusions settingsJean-Baptiste Lievremont2013-09-122-12/+12
|
* SONAR-4661 SONAR-4655 Fix labels on Exclusions > Duplications propertiesJean-Baptiste Lievremont2013-09-121-2/+2
|
* SONAR-4661 Fix category name in category help keyJean-Baptiste Lievremont2013-09-121-2/+2
|
* SONAR-4661 Display category help on all subcategoriesJean-Baptiste Lievremont2013-09-121-1/+1
|
* SONAR-4656 Fix documentation labels on sonar.(include|exclude)Modules propertiesJean-Baptiste Lievremont2013-09-121-2/+3
|
* SONAR-4655 Move CPD exclusions settings to dedicated subcategory of ExclusionsJean-Baptiste Lievremont2013-09-123-2/+6
|
* SONAR-3644 Fix issues notified during testingJean-Baptiste Lievremont2013-09-124-29/+33
| | | | | Fix issue with empty end block pattern Change labels for batch messages (configuration exceptions)
* SONAR-3644 Fix labels and sizes in exclusions settingsJean-Baptiste Lievremont2013-09-121-6/+6
| | | | | | | Replace 'violations' with 'issues' Replace 'switch off' with 'ignore' Double the size of large configuration fields (for regexps/patterns) Change title of multicriteria property
* SONAR-4662 Disable JRuby JMX monitoring by defaultSimon Brandhof2013-09-121-7/+8
|
* Prepare upgrades of JRuby/Rails by upgrading to servlet 3.0Simon Brandhof2013-09-1211-50/+33
|
* SONAR-4517 fix reloading of page when settings are changedSimon Brandhof2013-09-111-2/+3
|
* SONAR-4577 End of support of WAR deployment modeSimon Brandhof2013-09-1133-6151/+17
|
* SONAR-3067 API: remove the deprecated and unused ISO categoriesSimon Brandhof2013-09-112-182/+4
|
* SSF-7Simon Brandhof2013-09-1110-14/+30
|
* SONAR-4517 fix urlSimon Brandhof2013-09-111-1/+1
|
* Complete build section of readmeSimon Brandhof2013-09-111-0/+33
|
* Complete build section of readmeSimon Brandhof2013-09-111-0/+45
|