Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-9144 support leak period when computing issue statistics | Sébastien Lesaint | 2017-10-02 | 12 | -113/+655 | |
| | | | | during report processing | |||||
* | SONAR-4824 Prevent notification when user does not have Browse permission | Eric Hartmann | 2017-10-02 | 27 | -254/+302 | |
| | ||||||
* | SONAR-9227 Forbid adding a notification on project without BROWSE permission | Eric Hartmann | 2017-10-02 | 2 | -9/+58 | |
| | ||||||
* | Temporarily disable integration tests on clustering | Simon Brandhof | 2017-10-02 | 1 | -0/+2 | |
| | | | | Need more than 1 CPU on the test environment. | |||||
* | SONAR-9811 fix quality flaws | Daniel Schwarz | 2017-10-02 | 2 | -6/+6 | |
| | | | | Renamed variable to avoid misunderstandings | |||||
* | SONAR-6959 Performance improvements | Duarte Meneses | 2017-10-02 | 20 | -79/+163 | |
| | | | | | | | | | | | | | | | | * Avoid creation of intermediary array * SONAR-6959 Speed-up copy of custom measures in Compute Engine * Use light object to get key/uuid map of components * Avoid always formatting string * Minor refactoring * Avoid cost of hash * Ajust perf tests | |||||
* | SONAR-9875 Add branch= param to /api/navigation/component (#2555) | Janos Gyerik | 2017-10-02 | 5 | -4/+105 | |
| | | | | | | * Add branch= param to /api/navigation/component * Use key instead of dbkey in issues/search | |||||
* | Upgrade orchestrator to version 3.15.0.1215 | Simon Brandhof | 2017-10-02 | 1 | -1/+1 | |
| | | | | | It improves killing of Oracle connection orphans in integration tests. | |||||
* | SONAR-9883 Project name is 'null' if not specified and branch is used | Duarte Meneses | 2017-10-02 | 2 | -1/+25 | |
| | ||||||
* | SONAR-9829 Upgrade Elasticsearch to 5.6.2 | Daniel Schwarz | 2017-10-02 | 37 | -31/+31 | |
| | ||||||
* | SONAR-9829 Upgrade Elasticsearch to 5.6.1 | Daniel Schwarz | 2017-10-02 | 68 | -34/+62 | |
| | ||||||
* | SONAR-9811 change es data dir to data/es5, delete data/es during startup | Daniel Schwarz | 2017-10-02 | 5 | -19/+109 | |
| | ||||||
* | SONAR-9792 Fix sidebar position with a notification | Grégoire Aubert | 2017-09-29 | 6 | -80/+132 | |
| | ||||||
* | SONAR-9792 Add background task error notification related to licensing | Grégoire Aubert | 2017-09-29 | 6 | -98/+139 | |
| | ||||||
* | SONAR-8747 Make in progress and pending background task status more visible | Grégoire Aubert | 2017-09-29 | 10 | -82/+176 | |
| | ||||||
* | Fix broken web unit test | Grégoire Aubert | 2017-09-29 | 1 | -4/+5 | |
| | ||||||
* | SONAR-9792 The fail background task status is now more visible | Grégoire Aubert | 2017-09-29 | 13 | -33/+213 | |
| | ||||||
* | Update icons list | Grégoire Aubert | 2017-09-29 | 2 | -1/+55 | |
| | ||||||
* | SONAR-9389 Better highlight uncovered code in leak period | Stas Vilchik | 2017-09-29 | 5 | -57/+35 | |
| | ||||||
* | reduce maven artefact download logging on travis | Daniel Schwarz | 2017-09-29 | 1 | -1/+1 | |
| | ||||||
* | reduce java download logging on travis | Daniel Schwarz | 2017-09-29 | 1 | -1/+1 | |
| | ||||||
* | SONAR-9127 make api/qualitygates/get_by_project public, change parameters | Daniel Schwarz | 2017-09-29 | 3 | -80/+55 | |
| | ||||||
* | SONAR-9127 add unit test of the definition of api/qualitygates/get_by_project | Daniel Schwarz | 2017-09-29 | 1 | -0/+16 | |
| | ||||||
* | SONAR-8502 IT that verifies the status quo of the quality gate display on ↵ | Daniel Schwarz | 2017-09-29 | 1 | -0/+100 | |
| | | | | the project page | |||||
* | SONAR-9353 let the built-in quality gate check duplicated lines on new code | Daniel Schwarz | 2017-09-29 | 2 | -1/+7 | |
| | | | | The built-in quality gate "SonarQube Way" now checks, that the percentage of duplicated lines on new code is less or equal to 3%. | |||||
* | Add method to select all administrators (for license notifications) | Julien HENRY | 2017-09-29 | 4 | -6/+37 | |
| | ||||||
* | SONAR-9890 avoid as many potential problems of non-english locales as possible | Daniel Schwarz | 2017-09-28 | 3 | -3/+3 | |
| | ||||||
* | SONAR-9890 fix startup issue with Turkish locale | Daniel Schwarz | 2017-09-28 | 1 | -1/+1 | |
| | ||||||
* | Add field "errorType" to tasks returned in api/ce/* | Simon Brandhof | 2017-09-28 | 4 | -6/+12 | |
| | ||||||
* | Populate error type when CE task fails with TypedMessageException | Simon Brandhof | 2017-09-28 | 4 | -0/+119 | |
| | | | | | When a CE task throws a TypedMessageException, then the provided error type is propagated to db column ce_activity.error_type | |||||
* | Add db column ce_activity.error_type | Simon Brandhof | 2017-09-28 | 9 | -5/+152 | |
| | ||||||
* | Access ProjectMeasuresIndex from Compute Engine | Simon Brandhof | 2017-09-28 | 3 | -1/+7 | |
| | ||||||
* | New extension point executed during initialization of a CE task | Simon Brandhof | 2017-09-28 | 4 | -0/+188 | |
| | ||||||
* | Decrease usage of Guava in PluginInfo | Simon Brandhof | 2017-09-28 | 3 | -30/+16 | |
| | | | | | to stop dealing with hell of conflicting Guava versions when using PluginInfo | |||||
* | Add missing annotations on CE billing interfaces | Simon Brandhof | 2017-09-28 | 2 | -0/+7 | |
| | ||||||
* | SONAR-9800 Add UT to check branches are not included in telemetry | Julien Lancelot | 2017-09-28 | 1 | -34/+73 | |
| | ||||||
* | Adjust performance tests expected timings | Julien Lancelot | 2017-09-28 | 4 | -5/+5 | |
| | ||||||
* | Fix version of analysis in long-lived branches | Simon Brandhof | 2017-09-28 | 1 | -1/+2 | |
| | ||||||
* | Fix StartupIndexationTest false-positive | Eric Hartmann | 2017-09-28 | 1 | -1/+1 | |
| | ||||||
* | Fix Quality flaws | Simon Brandhof | 2017-09-28 | 8 | -15/+12 | |
| | ||||||
* | SONAR-9803 add the tests that have been dropped by mistake | Simon Brandhof | 2017-09-28 | 9 | -0/+1056 | |
| | ||||||
* | fix unstable UT in SearchNodeHealthProviderTest | Sébastien Lesaint | 2017-09-28 | 1 | -2/+3 | |
| | ||||||
* | Fix SCM tests | Duarte Meneses | 2017-09-28 | 1 | -0/+3 | |
| | ||||||
* | SONAR-9837 Detect files changed in the current branch with SCM | Duarte Meneses | 2017-09-28 | 1 | -1/+1 | |
| | ||||||
* | Drop ScmBranchProvider (blend it into ScmProvider) | Janos Gyerik | 2017-09-28 | 4 | -58/+23 | |
| | ||||||
* | SONAR-9837 Detect files changed in the current branch with SCM | Duarte Meneses | 2017-09-28 | 7 | -39/+115 | |
| | ||||||
* | Clean container | Duarte Meneses | 2017-09-28 | 14 | -204/+50 | |
| | ||||||
* | SONAR-9837 Detect files changed in the current branch with SCM | Duarte Meneses | 2017-09-28 | 15 | -27/+408 | |
| | ||||||
* | Return WS response only after changes are commited | Julien HENRY | 2017-09-27 | 1 | -2/+2 | |
| | ||||||
* | SONAR-9575 Revert all changes made to support incremental mode | Julien HENRY | 2017-09-27 | 91 | -1497/+142 | |
| |