Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7678 server-side stateless settings | Simon Brandhof | 2016-09-06 | 1 | -453/+0 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 1 | -4/+4 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | Use random timezone when executing tests from maven | Simon Brandhof | 2015-04-02 | 1 | -1/+1 |
| | | | | This allows to fail-fast if a test is heavily coupled with local timezone. | ||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 1 | -6/+6 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2014-10-15 | 1 | -1/+15 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Add unit test to Settings#getBoolean() | Simon Brandhof | 2013-10-04 | 1 | -12/+25 |
| | |||||
* | SONAR-4061 The property 'sonar.password' is not encryptable | Julien HENRY | 2013-06-26 | 1 | -23/+23 |
| | |||||
* | Revert Rename PropertyDefinitions to PropertyDefs and ↵ | Julien Lancelot | 2013-04-25 | 1 | -2/+2 |
| | | | | PropertyFieldDefinition to PropertyFieldDef | ||||
* | Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to ↵ | Julien Lancelot | 2013-04-24 | 1 | -2/+2 |
| | | | | PropertyFieldDef | ||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 1 | -4/+4 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 1 | -3/+3 |
| | |||||
* | SONAR-3891 Update PropertyDefinition in order to be used directly to define ↵ | Julien Lancelot | 2013-03-26 | 1 | -15/+15 |
| | | | | properties (with builder pattern) | ||||
* | SONAR-3940 do not duplicate property in settings page | Simon Brandhof | 2012-12-07 | 1 | -1/+10 |
| | |||||
* | SONAR-3940 property relocation | Simon Brandhof | 2012-11-07 | 1 | -1/+39 |
| | |||||
* | SONAR-3898 API: add methods getFloat() and getDouble() to ↵ | Simon Brandhof | 2012-10-22 | 1 | -20/+75 |
| | | | | org.sonar.api.config.Settings | ||||
* | SONAR-3529 Get rid of property sets. Use PropertyFields instead | David Gageot | 2012-09-28 | 1 | -38/+21 |
| | |||||
* | SONAR-3529 prepare for json parsing of property sets | David Gageot | 2012-09-25 | 1 | -12/+31 |
| | |||||
* | SONAR-3754 API: ability to define a cardinality on a property | David Gageot | 2012-09-20 | 1 | -1/+48 |
| | |||||
* | Add some tests to org.sonar.api.config.Settings | Simon Brandhof | 2012-07-06 | 1 | -2/+51 |
| | |||||
* | API: add Settings#getStringLines(String key) | Simon Brandhof | 2012-07-06 | 1 | -6/+67 |
| | |||||
* | SONAR-2706 Add extension point to customize workflow of reviews | Simon Brandhof | 2012-05-21 | 1 | -36/+42 |
| | | | | | Note that this extension point is still not exposed to public API. It's still located in the package org.sonar.core.reviews.workflow of sonar-core. | ||||
* | SONAR-1378 validate property types + update type of core properties | Simon Brandhof | 2012-03-16 | 1 | -15/+13 |
| | |||||
* | SONAR-3316 trim all the properties | Simon Brandhof | 2012-03-15 | 1 | -0/+15 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | SONAR-3062 API: org.sonar.api.config.Settings#getStringArray() should trim ↵ | simonbrandhof | 2011-12-07 | 1 | -1/+23 |
| | | | | values | ||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 1 | -0/+124 |
The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions |