aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/purge/PurgeConfigurationTest.java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-79/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-061-2/+3
| | | | | | | | | | | | | | | | | | | | * Settings class becomes abstract as multiple implementations are used. Can't become an interface for binary backward-compatibility of API * tests should use MapSettings, an in-memory implementation of Settings * web server uses a thread-specific cache of settings when processing HTTP requests * web server does not have a cache of settings during startup, except for the system settings loaded from sonar.properties * Compute Engine uses a thread-specific cache of settings when processing a task. Cache is clear at end of task. * some useless methods of PersistentSettings are removed
* SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-111-5/+7
| | | | | B columns are used to keep changes in a "functional" transaction but not a DB transaction
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
|
* Rename remaining variables "sut" to "underTest" in testsSimon Brandhof2015-07-161-5/+5
|
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+76