aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-plugins/security-plugin/src
Commit message (Collapse)AuthorAgeFilesLines
* Move integration tests to directory tests/Simon Brandhof2017-06-256-435/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-106-13/+12
|
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-061-1/+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-7732 Authentication is now done in JavaJulien Lancelot2016-06-291-1/+1
|
* Move ExternalAuthenticationTest ITsJulien Lancelot2016-02-116-0/+434