summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3664 Log sonar/plugins versions and sha1 at startupDavid Gageot2012-07-161-0/+2
* Fix some quality flawSimon Brandhof2012-07-131-0/+1
* SONAR-3633 improve the management of server-side settingsSimon Brandhof2012-07-138-68/+1
* SONAR-3432 Support Regular expressionsDavid Gageot2012-07-065-6/+6
* SONAR-3432 Partially migrate rule param types to new namesDavid Gageot2012-07-066-9/+9
* SONAR-3516 Check minimal sonar version required by installed pluginsDavid Gageot2012-06-181-0/+0
* SONAR-3126 Ignore "sonar.core.id" when exporting propertiesFabrice Bellingard2012-05-211-0/+6
* SONAR-3126 Only "sonar.core.id" should remain unchangedFabrice Bellingard2012-05-214-2/+27
* SONAR-3126 Fix side effect of this ticket: PropertiesBackupFabrice Bellingard2012-05-202-3/+14
* Improve loading of ruby on rails applicationsSimon Brandhof2012-04-021-0/+0
* SONAR-3224 remove the need for server restartSimon Brandhof2012-03-2212-0/+0
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-221-0/+0
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-153-6/+0
* SONAR-3073 column sorting for 'key' does not work in filterFabrice Bellingard2012-03-131-1/+1
* Remove Hibernate from org.sonar.server.platform.ServerImplSimon Brandhof2012-03-121-6/+0
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-121-4/+4
* SONAR-3208 complete database tablesSimon Brandhof2012-02-144-9/+9
* SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.Simon Brandhof2012-01-258-14/+14
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-193-10/+10
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-183-10/+10
* SONAR-2416 Remove the internal Maven repository that is used by Sonar Mojo 1....Simon Brandhof2012-01-105-1/+0
* SONAR-1974 add a page to manage manual rulessimonbrandhof2011-12-071-1/+1
* SONAR-1974 do not disable the rules of the repository "review" at startupSimon Brandhof2011-12-051-0/+9
* SONAR-2956 Support Boolean type with DerbyEvgeny Mandrikov2011-10-316-9/+9
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-273-3/+3
* SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xmlsimonbrandhof2011-10-092-0/+22
* SONAR-2603 provide a dedicated page to generate server idsimonbrandhof2011-09-111-1/+1
* SONAR-2603 provide a dedicated settings page to generate server keysimonbrandhof2011-09-091-1/+1
* SONAR-2603 Generate the server key on the fly.Simon Brandhof2011-08-125-7/+4
* SONAR-2603 generate server key before loading pluginsSimon Brandhof2011-08-121-0/+6
* SONAR-2692 API: allow plugins to auto-disable on server startupsimonbrandhof2011-08-111-0/+0
* SONAR-2603 generate server key at startupSimon Brandhof2011-08-095-2/+21
* SONAR-2596 Reduce number of arguments for NotificationService constructorEvgeny Mandrikov2011-07-281-8/+0
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-221-15/+0
* SONAR-2599 First draft of settings for notifications in user profileEvgeny Mandrikov2011-07-201-0/+8
* SONAR-2596 Add an event notification mechanismEvgeny Mandrikov2011-07-181-0/+15
* SONAR-2507 add unit tests to ServerPluginRepositorysimonbrandhof2011-06-101-0/+0
* SONAR-2507 remove the tables PLUGINS and PLUGIN_FILESsimonbrandhof2011-06-101-7/+0
* SONAR-1922 Improve UI for profile changelogEvgeny Mandrikov2011-06-016-6/+6
* SONAR-1922 Add a kind of version control for quality profilesEvgeny Mandrikov2011-05-2733-57/+174
* Fix crlfEvgeny Mandrikov2011-03-312-8/+8
* SONAR-726 Add a unit testsimonbrandhof2011-02-082-0/+25
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-034-0/+34
* SONAR-2094 Support backups without the field <enabled>simonbrandhof2011-02-022-0/+45
* SONAR-2094 Add the column RULES_PROFILES.ENABLEDsimonbrandhof2011-02-0118-37/+39
* fix memory leak in ruby database migrationsimonbrandhof2010-12-221-0/+52
* SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + c...simonbrandhof2010-12-2212-22/+20
* SONAR-2052: Should be possible to restore backup without inheritance informationGodin2010-12-221-0/+25
* SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden i...Godin2010-12-2112-24/+22
* SONAR-1722: Take inheritance into account during rename of profilesGodin2010-12-211-0/+12