aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-13373 sonar.web.sessionTimeoutInMinutes cannot be lower than 5 minutesJulien Lancelot2020-06-263-9/+19
|
* SONAR-13372 JWT refresh now really occurs every 5 minutesJulien Lancelot2020-06-263-15/+17
|
* SONAR-13444 fix logs verbosity and code smellsPierre2020-06-264-14/+10
|
* SONAR-13444 display branch/pr names and id in background tasksPierre2020-06-262-3/+66
|
* SONAR-13532 Update docs for indexing during disaster recoverymichaelbirnstiehl2020-06-266-14/+35
|
* SONAR-13413 Issues page remains unavailable if indexation is completed with ↵Philippe Perrin2020-06-268-17/+51
| | | | | | failures SONAR-13400 Portfolios page remains unavailable if indexation is completed with failures
* SONAR-13398 Throw ES exception in case component is a portfolio, subview or appJacek2020-06-267-19/+89
|
* SONAR-13398 Display an additional message if some tasks are in errorPhilippe Perrin2020-06-2615-175/+543
|
* SONAR-13444 Return hasFailure flag for indexation progress statusJacek2020-06-2614-27/+220
| | | | isCompleted is now based on task rather on project_branches
* SONAR-13399 Deactivate project card when issue is indexing.Mathieu Suen2020-06-266-3/+105
|
* SONAR-13413 Issues page is not available while indexation is in progressPhilippe Perrin2020-06-2611-3/+307
| | | | | | SONAR-13400 Portfolios pages are not available while indexation is in progress SONAR-13398 Project page is not available while indexation is in progress SONAR-13402 Application page is not available while indexation is in progress
* SONAR-13398 System admin are provided with a link to the global background ↵Philippe Perrin2020-06-268-9/+112
| | | | task page
* SONAR-13398 Display an alert with the indexation statusPhilippe Perrin2020-06-2620-18/+888
|
* SONAR-13444 Update 'need_issue_sync' column for project_branches when ↵Jacek2020-06-263-0/+125
| | | | analysis indexed issues
* SONAR-13444 Add support for new type of background taskPhilippe Perrin2020-06-261-0/+1
|
* SONAR-13481 About page should not display issues statistics as long as ↵Philippe Perrin2020-06-262-9/+26
| | | | issues indexation is in progress
* SONAR-13023 About page doesn't display the security hotspot's countPhilippe Perrin2020-06-265-28/+158
|
* Bump to @babel/preset-env@7.9.0 for compatibility with node@^12.17Philippe Perrin2020-06-262-92/+360
|
* SONAR-13398 Verify needIssue sync flag at project levelJacek2020-06-269-53/+26
|
* SONAR-13399 all applications should be disabled when issue sync in progressJacek2020-06-262-13/+21
|
* SONAR-13400 exclude portfolio (but not applications) from worker peek during ↵Pierre2020-06-2610-77/+153
| | | | indexation
* SONAR-13444 Add issue sync task type in api/ce/task_types responseJacek2020-06-261-0/+2
|
* SONAR-13398 fail with 503 api/security_reports/show WS if needIssueSync is ↵Jacek2020-06-261-1/+5
| | | | set to true
* SONAR-13398 deprecate issue count fields in response for ↵Jacek2020-06-262-2/+9
| | | | api/project_pull_requests/lists WS
* SONAR-13398 fail with 503 api/developers/search_events WS if needIssueSync ↵Jacek2020-06-261-0/+4
| | | | is set to true
* SONAR-13398 fail with 503 api/issues/authors WS if needIssueSync is set to trueJacek2020-06-262-4/+31
|
* SONAR-13398 fail with 503 api/issues/component_tags WS if needIssueSync is ↵Jacek2020-06-262-7/+62
| | | | set to true
* SONAR-13398 fail with 503 api/issues/tags WS if needIssueSync is set to trueJacek2020-06-267-16/+45
|
* SONAR-13398 fail with 503 api/hotspots/search WS if needIssueSync is set to trueJacek2020-06-262-12/+43
|
* SONAR-13398 fail with 503 api/issues/search WS if needIssueSync is set to trueJacek2020-06-2611-34/+251
|
* SONAR-13398 clean api/issues/search WS from deprecated codeJacek2020-06-268-188/+84
|
* SONAR-13398 extract common component for checking issue sync statusJacek2020-06-2614-88/+335
|
* SONAR-13444 order projects by last analysis datePierre2020-06-263-6/+100
|
* SONAR-13444 purge CE indexation tasks when triggering a disaster recoveryPierre2020-06-266-5/+145
|
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-2660-178/+1172
|
* SONAR-13398 add ws api/ce/indexation_status to track progress of issue ↵Jacek2020-06-2610-2/+276
| | | | indexation
* SONAR-13398 return 'needIssueSync' flag in api/navigation/global WSJacek2020-06-262-0/+19
|
* SONAR-13399 return 'needIssueSync' flag in api/components/show WSJacek2020-06-266-11/+126
|
* SONAR-13399 return 'needIssueSync' flag in api/components/search_projects WSJacek2020-06-268-19/+143
|
* SONAR-13444 add 'need_issue_sync' to 'project_branches' tableJacek2020-06-2615-26/+406
|
* SONAR-13489 Fix permission issue with hotspot assign actionJacek2020-06-252-13/+47
|
* SONAR-13500 fix broken code block formattingmichaelbirnstiehl2020-06-241-0/+1
|
* SONAR-13503 Update Specifying Exclusion Example in Narrowing the Focusmichaelbirnstiehl2020-06-231-6/+6
|
* DOCS update Project Settings paths in Narrowing Focus docmichaelbirnstiehl2020-06-231-8/+8
|
* Optimize database migrationsDuarte Meneses2020-06-2379-1916/+1307
|
* DOCS add forkDATE API to API ChangesMikeBirnstiehl2020-06-231-0/+3
|
* [DOCS] removed reference to old version of elasticsearchtobias-trabelsi-sonarsource2020-06-231-2/+0
|
* SONAR-13560 Add Python Rules S5131 and S2631 to Security Engine Docsmichaelbirnstiehl2020-06-231-0/+3
|
* [DOCS] increased limits as the load on the system increasedtobias-trabelsi-sonarsource2020-06-232-13/+22
| | | | | | | * [DOCS] increased limits as the load on the system increased * [DOCS] mentioned in release notes as well Co-authored-by: michaelbirnstiehl <michael.birnstiehl@sonarsource.com>
* Upgrade Jackson Dataformat dependencies to 2.10.4Simon Brandhof2020-06-221-2/+7
|