aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-104-233/+66
* SONAR-1922 Add a kind of version control for quality profilesEvgeny Mandrikov2011-05-272-5/+104
* SONAR-2469 refactor Modulesimonbrandhof2011-05-253-66/+11
* SONAR-2176 Default value for rule parameter should be updated in database if ...Evgeny Mandrikov2011-04-291-2/+6
* SONAR-2359 Most of properties sonar.jdbc.* should not be required when JDBC d...simonbrandhof2011-04-142-70/+12
* SONAR-2289 Increase timeouts of embedded database startup/shutdownsimonbrandhof2011-03-181-9/+16
* SONAR-2218 display headers of source, coverage and violations tabssimonbrandhof2011-03-021-4/+8
* SONAR-2078 Do not show duplicated repositories in rules search enginesimonbrandhof2011-02-081-0/+60
* SONAR-2075: Add the ability for a plugin to extend an other pluginEvgeny Mandrikov2011-02-082-6/+8
* SONAR-726 Add a unit testsimonbrandhof2011-02-081-0/+21
* Upgrade copyright headerssimonbrandhof2011-02-0457-691/+691
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-032-2/+65
* SONAR-2094 Support backups without the field <enabled>simonbrandhof2011-02-021-4/+30
* Disable downloading for certain files from BatchResourcesServletEvgeny Mandrikov2011-02-011-0/+16
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-315-0/+95
* SONAR-2106: New Java library to bootstrap project analysisEvgeny Mandrikov2011-01-241-0/+59
* SONAR-2113: Fix loading of static resourcesEvgeny Mandrikov2011-01-181-3/+3
* fix memory leak in ruby database migrationsimonbrandhof2010-12-222-4/+110
* add the server-side component ServerUpgradeStatus to know the database versio...simonbrandhof2010-12-221-0/+71
* SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + c...simonbrandhof2010-12-221-4/+5
* SONAR-1722 improve the tab "Hierarchy" of inheritance of profilessimonbrandhof2010-12-221-0/+1
* SONAR-2052: Should be possible to restore backup without inheritance informationGodin2010-12-221-2/+16
* Add missing license headersGodin2010-12-211-0/+19
* SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden i...Godin2010-12-211-6/+5
* SONAR-1722: Take inheritance into account during rename of profilesGodin2010-12-211-0/+7
* SONAR-1722: Don't allow to delete inherited profileGodin2010-12-211-0/+7
* SONAR-1722: Support multiple levels of inheritanceGodin2010-12-211-0/+22
* SONAR-1722: Rename ActiveRule.overrides to AcriveRule.overriddenGodin2010-12-211-11/+20
* SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order ...Godin2010-12-213-5/+13
* Fix bug in ActiveRule.clone()Godin2010-12-172-2/+2
* * SONAR-2048: Add an option to define parent in quality profile settingsGodin2010-12-172-7/+62
* SONAR-1956 improve filters in order to display variationssimonbrandhof2010-12-101-15/+15
* SONAR-1987: Ignore incorrect rule paramsGodin2010-12-081-1/+19
* SONAR-1987: Add rule configKey to backup tooGodin2010-12-082-2/+8
* SONAR-1987: Improve testGodin2010-12-081-7/+34
* SONAR-1987: Fix bug and improve testGodin2010-12-081-17/+68
* SONAR-1987: Backup/restore user rulesGodin2010-12-082-3/+60
* Remove debug outputGodin2010-12-071-1/+0
* Don't use deprecated API in BackupTestGodin2010-12-071-6/+18
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-1/+1
* SONAR-1829: Use severity instead of priorityGodin2010-12-072-25/+27
* SONAR-1605: Correct backup should be created if value of property already con...Godin2010-12-071-0/+22
* Change root directory for EmbeddedDatabaseTestGodin2010-12-071-4/+4
* SONAR-1819: Ignore id of metric during restore backupGodin2010-12-071-2/+16
* SONAR-249 do not hide widgets which are changed in variation view + improve r...simonbrandhof2010-12-031-3/+3
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-011-2/+0
* SONAR-249 add variation values to Ruby APIsimonbrandhof2010-11-301-3/+3
* SONAR-1943 Add proxy authentication support for update centersimonbrandhof2010-11-091-29/+4
* SONAR-1705: Do not create directory for embedded database if sonar home direc...Godin2010-11-081-3/+7
* custom dashboards: add the annotation @WidgetLayout with values DEFAULT (gray...simonbrandhof2010-11-051-1/+1