aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3621 use JSON format between rails and java componentsSimon Brandhof2012-10-095-561/+0
| | | | This is the first step before the refactoring of the tables FILTERS, FILTER_COLUMNS and CRITERIA
* SONAR-3833 ability to edit/delete the profiles provided by pluginsSimon Brandhof2012-10-0122-113/+41
|
* SONAR-3529 Get rid of property sets. Use PropertyFields insteadDavid Gageot2012-09-281-55/+0
|
* SONAR-2602 remove the unused column RULES_PROFILES.ENABLEDSimon Brandhof2012-09-2727-174/+44
|
* SONAR-2602 support project modules with different languagesSimon Brandhof2012-09-277-79/+10
|
* SONAR-3769 Startup must check not only null but also blank rule namesFabrice Bellingard2012-09-261-2/+19
| | | | | => When a rule doesn't have a description, a quality profile containing this rule can't be displayed when using Oracle DB
* SONAR-2376 Add an extension point to define a HTML bannerSimon Brandhof2012-09-241-0/+46
|
* SONAR-3529 API: ability to define property setsDavid Gageot2012-09-241-0/+55
|
* SONAR-3722 Misleading exception message when no l10n of rule nameFabrice Bellingard2012-09-201-26/+44
|
* SONAR-3773 keep the existing default roles of views during migrationSimon Brandhof2012-09-121-67/+0
|
* Fix compatibility of rails upgrade with sonar-runnerSimon Brandhof2012-09-071-24/+25
|
* SONAR-3773 When migrating to Sonar 3.2, the default roles on Views are not ↵Simon Brandhof2012-09-051-2/+5
| | | | filled and remain empty
* 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
| | | | Let's keep API simple.
* 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
| | | | | | | | | | * SONAR-3661 API: new component org.sonar.api.utils.UriReader * SONAR-3660 The property sonar.updatecenter.url must support local files * SONAR-3659 Availability of Update Center with non-RELEASE versions of Sonar * SONAR-2008 Enable updates from SNAPSHOT versions for plugins
* Fix some quality flawSimon Brandhof2012-07-133-2/+136
|
* SONAR-3633 improve the management of server-side settingsSimon Brandhof2012-07-1313-187/+177
| | | | | | * do not save default resource permissions in a db migration but in a server-side extension * new component to save settings from server-side components. It will have to be used by ruby app later.
* 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
| | | This works on java6 but not in java5
* 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
| | | | This reverts commit b547f32a3de0381e41b2da6cfab1545f7447b315.
* Revert "Fix compilation with Java 1.5"David Gageot2012-07-051-2/+2
| | | | This reverts commit b2ae917fef0c1cd678de4350f748e978e866599b.
* 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
| | | | | | Plugin manifest declares the minimal required version of sonar. This version is verified at server startup. It prevents plugins from failing for API incompatibility reasons. Startup fails with a meaningful message.
* Remove violationsDavid Gageot2012-06-151-11/+13
|
* Remove some violations on unit testsDavid Gageot2012-06-142-7/+14
| | | | | Took the opportunity to migrate some tests to FestAssert. Also removed some duplication
* 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
|