aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2810 End support of JNDI JDBC datasource by WAR modeSimon Brandhof2011-09-141-43/+4
* Log a warning if an ExtensionProvider includes other providersSimon Brandhof2011-09-131-1/+21
* SONAR-2603 increase size of server idsimonbrandhof2011-09-111-1/+1
* SONAR-2603 provide a dedicated page to generate server idsimonbrandhof2011-09-115-25/+23
* SONAR-2603 provide a dedicated settings page to generate server keysimonbrandhof2011-09-093-22/+9
* SONAR-2603 Generate the server key on the fly.Simon Brandhof2011-08-126-8/+5
* SONAR-2603 generate server key before loading pluginsSimon Brandhof2011-08-122-9/+30
* SONAR-2692 API: allow plugins to auto-disable on server startupsimonbrandhof2011-08-113-6/+148
* SONAR-2603 the IP address to use must be set by userSimon Brandhof2011-08-111-41/+23
* SONAR-2603 generate server key at startupSimon Brandhof2011-08-099-22/+188
* SONAR-75 support GWT components integrated to coreSimon Brandhof2011-08-011-1/+2
* SONAR-75 Improve i18n APISimon Brandhof2011-07-291-1/+2
* SONAR-2596 Reduce number of arguments for NotificationService constructorEvgeny Mandrikov2011-07-283-71/+17
* SONAR-2596 Add unit testsEvgeny Mandrikov2011-07-281-1/+33
* SONAR-2649 Add server property 'sonar.notifications.delay'Evgeny Mandrikov2011-07-282-9/+21
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-222-40/+17
* SONAR-2599 First draft of settings for notifications in user profileEvgeny Mandrikov2011-07-203-1/+63
* SONAR-2596,SONAR-2600 Improve notification mechanismEvgeny Mandrikov2011-07-206-493/+162
* SONAR-2600,SONAR-2601 Add ability to send emailsEvgeny Mandrikov2011-07-181-37/+134
* SONAR-2596 Add an event notification mechanismEvgeny Mandrikov2011-07-187-0/+509
* Remove unused importssimonbrandhof2011-07-141-6/+3
* SONAR-75 Apply first version of contribution by www.serli.comSimon Brandhof2011-06-131-0/+51
* Fix license headerssimonbrandhof2011-06-101-18/+18
* SONAR-2507 add unit tests to ServerPluginRepositorysimonbrandhof2011-06-102-18/+93
* SONAR-2507 remove the tables PLUGINS and PLUGIN_FILESsimonbrandhof2011-06-101-7/+0
* SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-104-233/+66
* 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-2735-62/+278
* 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
* Fix crlfEvgeny Mandrikov2011-03-312-8/+8
* 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-083-0/+46
* Upgrade copyright headerssimonbrandhof2011-02-0457-691/+691
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-036-2/+99
* SONAR-2094 Support backups without the field <enabled>simonbrandhof2011-02-023-4/+75
* SONAR-2094 Add the column RULES_PROFILES.ENABLEDsimonbrandhof2011-02-0118-37/+39
* 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-223-4/+162
* 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-2213-26/+25
* 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-222-2/+41