Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-7978 Add test email configuration form to the settings page (#1216) | Stas Vilchik | 2016-09-06 | 1 | -2/+4 | |
| | ||||||
* | Improve javadoc of Settings | Simon Brandhof | 2016-09-06 | 2 | -39/+108 | |
| | ||||||
* | SONAR-8055 Declare emails configuration with PropertyDefinition | Julien Lancelot | 2016-09-06 | 3 | -2/+79 | |
| | ||||||
* | SONAR-7678 server-side stateless settings | Simon Brandhof | 2016-09-06 | 11 | -223/+260 | |
| | | | | | | | | | | | | | | | | | | | | * 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-7678 fix javadoc of GlobalPropertyChangeHandler | Simon Brandhof | 2016-09-06 | 1 | -6/+5 | |
| | ||||||
* | SONAR-7722 The project name should not be mandatory | Duarte Meneses | 2016-09-02 | 2 | -2/+2 | |
| | ||||||
* | SONAR-8004 WS settings/set with a proper WS client | Teryk Bellahsene | 2016-09-01 | 1 | -0/+6 | |
| | ||||||
* | SONAR-7258 The project version should be optional | Duarte Meneses | 2016-08-31 | 3 | -2/+19 | |
| | ||||||
* | SONAR-7722 The project name should not be mandatory | Duarte Meneses | 2016-08-31 | 2 | -5/+28 | |
| | ||||||
* | SONAR-7722 The project name should not be mandatory | Duarte Meneses | 2016-08-30 | 2 | -0/+17 | |
| | ||||||
* | SONAR-8004 WS settings/set handles property set | Teryk Bellahsene | 2016-08-30 | 1 | -4/+6 | |
| | ||||||
* | SONAR-7864 Drop org.sonar.api.scan.filesystem.ModuleFileSystem from API | Julien HENRY | 2016-08-29 | 5 | -344/+8 | |
| | | | | SONAR-8038 Deprecate ProjectDefinition::getBuildDir | |||||
* | SONAR-5813 Fully drop support of "sonar.cpd.xxx.skip" properties | Julien HENRY | 2016-08-29 | 3 | -56/+4 | |
| | ||||||
* | Request does not log errors. It's WebServiceEngine responsability | Teryk Bellahsene | 2016-08-26 | 2 | -15/+13 | |
| | ||||||
* | SONAR-8003 WS settings/set handles multi value settings | Teryk Bellahsene | 2016-08-26 | 1 | -3/+1 | |
| | ||||||
* | SONAR-8003 WS API handles multi param | Teryk Bellahsene | 2016-08-26 | 4 | -12/+102 | |
| | ||||||
* | SONAR-7970 WS settings/set validates data | Teryk Bellahsene | 2016-08-26 | 1 | -0/+2 | |
| | ||||||
* | SONAR-7969 Property with fields is considered as a PROPERTY_SET | Julien Lancelot | 2016-08-25 | 2 | -4/+11 | |
| | ||||||
* | SONAR-8006 Decrease memory comsumption of FileMetadata | Julien HENRY | 2016-08-23 | 3 | -12/+185 | |
| | ||||||
* | SONAR-7951 Rename new duplicated lines metric to "Duplicated Lines on New Code" | Julien Lancelot | 2016-08-16 | 1 | -2/+2 | |
| | ||||||
* | SONAR-7957 Replace new ncloc by new lines | Julien Lancelot | 2016-08-16 | 1 | -3/+3 | |
| | ||||||
* | SONAR-7953 New metric « New Duplicated Lines (%) » | Julien Lancelot | 2016-08-16 | 1 | -2/+22 | |
| | ||||||
* | SONAR-7957 New metric « New Lines of Code » | Teryk Bellahsene | 2016-08-13 | 2 | -3/+29 | |
| | ||||||
* | SONAR-7952 New metric « Duplicated blocks on new code » | Teryk Bellahsene | 2016-08-12 | 1 | -0/+10 | |
| | ||||||
* | SONAR-7951 New metric « Duplicated lines on new code » | Teryk Bellahsene | 2016-08-12 | 1 | -0/+10 | |
| | ||||||
* | SONAR-7654 API to propagate props from scanner to CE | Simon Brandhof | 2016-08-06 | 9 | -2/+188 | |
| | ||||||
* | Fix minor Quality flaw | Simon Brandhof | 2016-08-05 | 1 | -2/+2 | |
| | ||||||
* | SONAR-7899 configure container of "startup followers" | Simon Brandhof | 2016-07-29 | 1 | -1/+6 | |
| | ||||||
* | SONAR-7899 Refactor server file system | Simon Brandhof | 2016-07-29 | 1 | -0/+8 | |
| | | | | | - new interface org.sonar.server.platform.ServerFileSystem - deprecate org.sonar.api.platform.Server#getDeployDir() | |||||
* | Minor Quality flaws | Simon Brandhof | 2016-07-29 | 1 | -1/+1 | |
| | ||||||
* | Automatic merge from branch-6.0 | ssjenka | 2016-07-28 | 4 | -21/+132 | |
|\ | | | | | | | | | * origin/branch-6.0: Revert deprecation of SonarQubeVersion | |||||
| * | Revert deprecation of SonarQubeVersion | Simon Brandhof | 2016-07-28 | 4 | -21/+132 | |
| | | | | | | | | | | so that compatibility with 5.6 does not need to call deprecated code. | |||||
* | | SONAR-7917 Do not register project dashboard | Teryk Bellahsene | 2016-07-28 | 1 | -5/+6 | |
| | | ||||||
* | | Fix merge of branch-6.0 | Simon Brandhof | 2016-07-27 | 13 | -290/+285 | |
|\| | ||||||
| * | Improve org.sonar.api.SonarRuntime | Simon Brandhof | 2016-07-27 | 12 | -283/+245 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * javadoc was not up-to-date * SensorContext has a single method #runtime() instead of #getRuntimeApiVersion() and #getRuntimeProduct() * deprecated SonarQubeVersion does not extend SonarRuntime * SonarRuntime becomes an interface. Implementation is org.sonar.api.internal.SonarRuntimeImpl for unit tests. | |||||
| * | Add javadoc to org.sonar.api.platform.Server | Simon Brandhof | 2016-07-27 | 1 | -7/+40 | |
| | | ||||||
* | | Automatic merge from branch-6.0 | ssjenka | 2016-07-22 | 4 | -1/+7 | |
|\| | | | | | | | | | | | | | | | * origin/branch-6.0: fix profile overflow on project overview page SONAR-7912 Highlight releasability rating in measure page of a view Update Xoo plugin to test Settings default values SONAR-7751 Missing @SonarLintSide on some extensions | |||||
| * | SONAR-7751 Missing @SonarLintSide on some extensions | Julien HENRY | 2016-07-21 | 4 | -1/+7 | |
| | | ||||||
* | | fix some quality flaws | Sébastien Lesaint | 2016-07-21 | 1 | -0/+9 | |
| | | ||||||
* | | Fix Quality flaw | Simon Brandhof | 2016-07-20 | 1 | -2/+1 | |
|/ | ||||||
* | Add missing Javadocs in CoreMetrics | Evgeny Mandrikov | 2016-07-19 | 1 | -0/+6 | |
| | ||||||
* | Fix Quality flaws | Simon Brandhof | 2016-07-19 | 1 | -1/+2 | |
| | ||||||
* | Fix Quality flaws | Simon Brandhof | 2016-07-18 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7876 Add SensorContext::isCancelled in the API | Julien HENRY | 2016-07-18 | 3 | -3/+30 | |
| | ||||||
* | Fix Quality flaws | Simon Brandhof | 2016-07-18 | 16 | -158/+135 | |
| | ||||||
* | Improve quality | Duarte Meneses | 2016-07-14 | 1 | -0/+1 | |
| | ||||||
* | Automatic merge from branch-5.6 | ssjenka | 2016-07-14 | 1 | -0/+2 | |
|\ | | | | | | | | | | | * origin/branch-5.6: SONAR-7866 Deprecate Server#isSecured() SONAR-7560 Fix WS description | |||||
| * | SONAR-7866 Deprecate Server#isSecured() | Julien Lancelot | 2016-07-13 | 1 | -0/+2 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2016-07-13 | 1 | -12/+12 | |
| | | ||||||
* | | Fix some quality flaws | Julien HENRY | 2016-07-13 | 3 | -4/+3 | |
| | |