aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9771 remove "SonarQube" from wording of links in notificationsSébastien Lesaint2017-10-0214-26/+26
|
* SONAR-9552 show branch name in QP alert notificationsSébastien Lesaint2017-10-022-10/+53
|
* SONAR-9552 support branch name in subject of new issue notificationsSébastien Lesaint2017-10-024-11/+40
|
* SONAR-9725 grammar support for single rule in Builtin QP notificationSébastien Lesaint2017-10-023-23/+53
|
* SONAR-9725 fix grammar for single issue in new issue notificationsSébastien Lesaint2017-10-023-18/+39
|
* SONAR-8730 replace severity by rule type in new issues notificationsSébastien Lesaint2017-10-0217-276/+231
|
* SONAR-9144 add coverage on 5 elements per category + SQL optimisationSébastien Lesaint2017-10-027-56/+245
|
* SONAR-9144 send notifications only for issues on the leak periodSébastien Lesaint2017-10-027-91/+374
|
* SONAR-9144 support leak period when computing issue statisticsSébastien Lesaint2017-10-0212-113/+655
| | | | during report processing
* SONAR-4824 Prevent notification when user does not have Browse permissionEric Hartmann2017-10-0227-254/+302
|
* SONAR-9227 Forbid adding a notification on project without BROWSE permissionEric Hartmann2017-10-022-9/+58
|
* Temporarily disable integration tests on clusteringSimon Brandhof2017-10-021-0/+2
| | | | Need more than 1 CPU on the test environment.
* SONAR-9811 fix quality flawsDaniel Schwarz2017-10-022-6/+6
| | | | Renamed variable to avoid misunderstandings
* SONAR-6959 Performance improvementsDuarte Meneses2017-10-0220-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 Gyerik2017-10-025-4/+105
| | | | | | * Add branch= param to /api/navigation/component * Use key instead of dbkey in issues/search
* Upgrade orchestrator to version 3.15.0.1215Simon Brandhof2017-10-021-1/+1
| | | | | It improves killing of Oracle connection orphans in integration tests.
* SONAR-9883 Project name is 'null' if not specified and branch is usedDuarte Meneses2017-10-022-1/+25
|
* SONAR-9829 Upgrade Elasticsearch to 5.6.2Daniel Schwarz2017-10-0237-31/+31
|
* SONAR-9829 Upgrade Elasticsearch to 5.6.1Daniel Schwarz2017-10-0268-34/+62
|
* SONAR-9811 change es data dir to data/es5, delete data/es during startupDaniel Schwarz2017-10-025-19/+109
|
* SONAR-9792 Fix sidebar position with a notificationGrégoire Aubert2017-09-296-80/+132
|
* SONAR-9792 Add background task error notification related to licensingGrégoire Aubert2017-09-296-98/+139
|
* SONAR-8747 Make in progress and pending background task status more visibleGrégoire Aubert2017-09-2910-82/+176
|
* Fix broken web unit testGrégoire Aubert2017-09-291-4/+5
|
* SONAR-9792 The fail background task status is now more visibleGrégoire Aubert2017-09-2913-33/+213
|
* Update icons listGrégoire Aubert2017-09-292-1/+55
|
* SONAR-9389 Better highlight uncovered code in leak periodStas Vilchik2017-09-295-57/+35
|
* reduce maven artefact download logging on travisDaniel Schwarz2017-09-291-1/+1
|
* reduce java download logging on travisDaniel Schwarz2017-09-291-1/+1
|
* SONAR-9127 make api/qualitygates/get_by_project public, change parametersDaniel Schwarz2017-09-293-80/+55
|
* SONAR-9127 add unit test of the definition of api/qualitygates/get_by_projectDaniel Schwarz2017-09-291-0/+16
|
* SONAR-8502 IT that verifies the status quo of the quality gate display on ↵Daniel Schwarz2017-09-291-0/+100
| | | | the project page
* SONAR-9353 let the built-in quality gate check duplicated lines on new codeDaniel Schwarz2017-09-292-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 HENRY2017-09-294-6/+37
|
* SONAR-9890 avoid as many potential problems of non-english locales as possibleDaniel Schwarz2017-09-283-3/+3
|
* SONAR-9890 fix startup issue with Turkish localeDaniel Schwarz2017-09-281-1/+1
|
* Add field "errorType" to tasks returned in api/ce/*Simon Brandhof2017-09-284-6/+12
|
* Populate error type when CE task fails with TypedMessageExceptionSimon Brandhof2017-09-284-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_typeSimon Brandhof2017-09-289-5/+152
|
* Access ProjectMeasuresIndex from Compute EngineSimon Brandhof2017-09-283-1/+7
|
* New extension point executed during initialization of a CE taskSimon Brandhof2017-09-284-0/+188
|
* Decrease usage of Guava in PluginInfoSimon Brandhof2017-09-283-30/+16
| | | | | to stop dealing with hell of conflicting Guava versions when using PluginInfo
* Add missing annotations on CE billing interfacesSimon Brandhof2017-09-282-0/+7
|
* SONAR-9800 Add UT to check branches are not included in telemetryJulien Lancelot2017-09-281-34/+73
|
* Adjust performance tests expected timingsJulien Lancelot2017-09-284-5/+5
|
* Fix version of analysis in long-lived branchesSimon Brandhof2017-09-281-1/+2
|
* Fix StartupIndexationTest false-positiveEric Hartmann2017-09-281-1/+1
|
* Fix Quality flawsSimon Brandhof2017-09-288-15/+12
|
* SONAR-9803 add the tests that have been dropped by mistakeSimon Brandhof2017-09-289-0/+1056
|
* fix unstable UT in SearchNodeHealthProviderTestSébastien Lesaint2017-09-281-2/+3
|