aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Rename the class MarkdownEngine to Markdownsimonbrandhof2011-05-051-2/+2
* Reduce technical debtsimonbrandhof2011-05-052-5/+3
* SONAR-2176 Default value for rule parameter should be updated in database if ...Evgeny Mandrikov2011-04-291-0/+1
* Improve display of resource viewers on projects and directories.simonbrandhof2011-04-283-1/+18
* SONAR-2384 Support markdown in review commentssimonbrandhof2011-04-231-2/+14
* SONAR-2359 Most of properties sonar.jdbc.* should not be required when JDBC d...simonbrandhof2011-04-143-131/+48
* SONAR-2100 ruby on rails webapp : do not load JDBC datasource from JNDI in ru...simonbrandhof2011-04-141-1/+13
* Fix some violationssimonbrandhof2011-04-012-7/+7
* Fix coding violationssimonbrandhof2011-03-278-16/+14
* fix coding violationssimonbrandhof2011-03-272-8/+9
* SONAR-2289 Increase timeouts of embedded database startup/shutdownsimonbrandhof2011-03-181-19/+28
* SONAR-2218 add drilldown on new lines to cover + add period select-box on mea...simonbrandhof2011-03-071-1/+1
* Fix JRubyFacadesimonbrandhof2011-03-041-0/+4
* SONAR-2218 improve HTML for ITsimonbrandhof2011-03-041-4/+0
* SONAR-2218 support GWT extensions + improve filterssimonbrandhof2011-03-031-5/+14
* SONAR-2218 display headers of source, coverage and violations tabssimonbrandhof2011-03-023-10/+114
* Fix some violationssimonbrandhof2011-02-101-4/+0
* SONAR-2078 Do not show duplicated repositories in rules search enginesimonbrandhof2011-02-082-7/+11
* SONAR-2078: Rename manifest entry "Extend-Plugin" to "Plugin-Base"Evgeny Mandrikov2011-02-081-1/+1
* SONAR-2075: Add the ability for a plugin to extend an other pluginEvgeny Mandrikov2011-02-084-41/+86
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-041-2/+0
* Fix bug on deprecated profilessimonbrandhof2011-02-041-2/+2
* Fix restoring of backups when rules not foundsimonbrandhof2011-02-041-1/+1
* Upgrade copyright headerssimonbrandhof2011-02-0481-1142/+1142
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-035-21/+88
* SONAR-2094 Support backups without the field <enabled>simonbrandhof2011-02-022-2/+10
* SONAR-1302 Upgrade to rails 2.3.5 to fix session expirationsimonbrandhof2011-02-021-46/+2
* SONAR-2094 Add the column RULES_PROFILES.ENABLEDsimonbrandhof2011-02-012-4/+5
* Disable downloading for certain files from BatchResourcesServletEvgeny Mandrikov2011-02-011-1/+18
* Change format of response from BatchResourcesServletEvgeny Mandrikov2011-01-311-3/+1
* Change format of response from BatchResourcesServletEvgeny Mandrikov2011-01-311-2/+3
* SONAR-791 When the source directory is not exactly the java package root, Son...simonbrandhof2011-01-241-1/+2
* SONAR-2106: New Java library to bootstrap project analysisEvgeny Mandrikov2011-01-241-0/+104
* SONAR-2113: Fix loading of static resourcesEvgeny Mandrikov2011-01-181-4/+8
* filters: fix bug when CRITERIA.VARIATION is nullsimonbrandhof2011-01-101-2/+2
* filters: fix bug on db migration + do not fail if criterion on disabled metricsimonbrandhof2011-01-101-1/+1
* do not display the delete button on profiles inherited by other profilessimonbrandhof2010-12-221-2/+1
* fix memory leak in ruby database migrationsimonbrandhof2010-12-223-5/+56
* add the server-side component ServerUpgradeStatus to know the database versio...simonbrandhof2010-12-222-2/+64
* SONAR-1722 add a filter on inheritance fieldsimonbrandhof2010-12-221-0/+28
* SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + c...simonbrandhof2010-12-222-17/+17
* SONAR-1722 improve the tab "Hierarchy" of inheritance of profilessimonbrandhof2010-12-222-4/+8
* SONAR-2052: Should be possible to restore backup without inheritance informationGodin2010-12-221-1/+3
* SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden i...Godin2010-12-212-17/+13
* SONAR-1722: Take inheritance into account during rename of profilesGodin2010-12-212-0/+18
* SONAR-1722: Don't allow to delete inherited profileGodin2010-12-211-2/+1
* SONAR-1722: Minor fixesGodin2010-12-211-5/+7
* SONAR-1722: Support multiple levels of inheritanceGodin2010-12-211-15/+42
* SONAR-1722: Rename ActiveRule.overrides to AcriveRule.overriddenGodin2010-12-212-7/+11
* SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order ...Godin2010-12-212-9/+28