aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix regression : trim values of conf/sonar.propertiesSimon Brandhof2012-07-261-2/+17
* SONAR-3664 Log sonar/plugins versions and sha1 at startupDavid Gageot2012-07-162-5/+17
* Remove warningsDavid Gageot2012-07-161-13/+5
* remove warningDavid Gageot2012-07-161-19/+4
* Use ArgumentMatcherDavid Gageot2012-07-165-39/+31
* Remove warningDavid Gageot2012-07-161-1/+1
* Complete unit tests of SettingsChangeNotifierSimon Brandhof2012-07-161-0/+11
* Remove UriReader#openStream()Simon Brandhof2012-07-161-11/+11
* remove dead codeDavid Gageot2012-07-161-1/+0
* Fix some quality flawsSimon Brandhof2012-07-151-1/+9
* Fix loading of GlobalPropertyChangeHandler extensionsSimon Brandhof2012-07-153-8/+55
* Update Center improvementsSimon Brandhof2012-07-142-56/+51
* Fix some quality flawSimon Brandhof2012-07-133-2/+136
* SONAR-3633 improve the management of server-side settingsSimon Brandhof2012-07-1313-187/+177
* Reuse database for faster unit testsDavid Gageot2012-07-121-2/+0
* Support embedded in memory databaseDavid Gageot2012-07-121-0/+19
* SONAR-3646 API : new extension point to be notified on user creationSimon Brandhof2012-07-111-0/+51
* SONAR-3507 H2 driver should be registered before the connectionDavid Gageot2012-07-061-0/+3
* 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-3620 Define a new TEXT widget property typeDavid Gageot2012-07-061-10/+25
* Revert "SONAR-3529 First baby step in providing property sets"David Gageot2012-07-051-35/+3
* Revert "Fix compilation with Java 1.5"David Gageot2012-07-051-2/+2
* Fix compilation with Java 1.5Evgeny Mandrikov2012-07-051-2/+2
* SONAR-3529 First baby step in providing property setsDavid Gageot2012-07-041-3/+35
* Fix this annoying long test that explains why it takes 5s to stop SonarDavid Gageot2012-07-041-104/+66
* Fixes and improvements on H2 migrationDavid Gageot2012-07-041-2/+2
* Replacing Derby with H2David Gageot2012-07-033-128/+50
* Don't use sleep in unit testDavid Gageot2012-07-021-5/+8
* Fix test failing on EclipseDavid Gageot2012-07-021-20/+37
* Make it impossible to use AbstractDbUnitTestCase for iBatis testsDavid Gageot2012-06-192-8/+8
* SONAR-3516 Check minimal sonar version required by installed pluginsDavid Gageot2012-06-182-23/+39
* Remove violationsDavid Gageot2012-06-151-11/+13
* Remove some violations on unit testsDavid Gageot2012-06-142-7/+14
* SONAR-3555 Content type is missing on static files provided by pluginsSimon Brandhof2012-06-062-8/+54
* Revert useless dependencySimon Brandhof2012-05-281-1/+1
* Fix some quality flawsSimon Brandhof2012-05-251-2/+2
* Dashboards must be registered after filtersSimon Brandhof2012-05-251-1/+1
* Remove warningsDavid Gageot2012-05-251-2/+1
* Remove unused variablesDavid Gageot2012-05-251-1/+1
* Create 'My Favourites' Dashboard through extension point.David Gageot2012-05-252-96/+71
* Slightly better API for the filter extension pointDavid Gageot2012-05-241-2/+2
* Fix violations, simplify code and improve documentationDavid Gageot2012-05-234-6/+13
* SONAR-3016 Filter now have a logical keyDavid Gageot2012-05-231-0/+1
* SONAR-3016 Don't load default filters if they already existDavid Gageot2012-05-231-2/+1
* Remove the classes RulesManager and DaoFacade.Simon Brandhof2012-05-233-6/+7
* SONAR-3016 Provide default filters through extension pointDavid Gageot2012-05-221-26/+9
* SONAR-3016 Partial documentation of extension point for filter templateDavid Gageot2012-05-221-4/+8
* SONAR-2706 Delete unused classes in APISimon Brandhof2012-05-221-175/+0
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-222-11/+25