aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13475 List GitHub repositoriesJeremy Davis2020-07-0123-267/+1459
* SONAR-13478 update docs for creating projects from GitHub repos and auto PR c...michaelbirnstiehl2020-07-011-19/+42
* SONAR-13524 Add clientId and clientSecretJeremy Davis2020-07-019-5/+185
* SONAR-13479 new creation menuJeremy Davis2020-07-0113-263/+603
* SONAR-13475 Get GitHub ClientId APIMark Rekveld2020-07-017-2/+165
* SONAR-13425 Update Docs for SonarScanner Docker imagemichaelbirnstiehl2020-06-302-33/+119
* SONAR-13461 fix SSF-112Jacek2020-06-3011-8/+323
* SONAR-13341 fix SSF-110Michal Duda2020-06-3011-49/+399
* SONAR-11914 Fix SSF-76Wouter Admiraal2020-06-301-2/+3
* SONAR-13324 SONAR-13354 Fix SSF-108 and SSF-111Wouter Admiraal2020-06-304-10/+15
* SONAR-13499 Fix sonar-web build to support IE11Wouter Admiraal2020-06-301-4/+10
* Update sonar-ui-common to 1.0.11Wouter Admiraal2020-06-304-10/+10
* SONAR-13567 Fix measure graph zoom errorWouter Admiraal2020-06-301-1/+6
* Remove unused dependenciesWouter Admiraal2020-06-302-27/+0
* Fix oracle selects with case for issue sync progressJacek2020-06-307-10/+59
* DOCS update upgrade notesmichaelbirnstiehl2020-06-261-8/+14
* SONAR-13373 sonar.web.sessionTimeoutInMinutes cannot be lower than 5 minutesJulien Lancelot2020-06-262-7/+16
* 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 f...Philippe Perrin2020-06-268-17/+51
* 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-2614-173/+537
* SONAR-13444 Return hasFailure flag for indexation progress statusJacek2020-06-2613-27/+219
* 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-2610-2/+302
* SONAR-13398 System admin are provided with a link to the global background ta...Philippe Perrin2020-06-267-8/+110
* SONAR-13398 Display an alert with the indexation statusPhilippe Perrin2020-06-2619-17/+879
* SONAR-13444 Update 'need_issue_sync' column for project_branches when analysi...Jacek2020-06-263-0/+125
* SONAR-13481 About page should not display issues statistics as long as issues...Philippe Perrin2020-06-262-9/+26
* 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
* 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 se...Jacek2020-06-261-1/+5
* SONAR-13398 deprecate issue count fields in response for api/project_pull_req...Jacek2020-06-262-2/+9
* SONAR-13398 fail with 503 api/developers/search_events WS if needIssueSync is...Jacek2020-06-261-0/+4
* 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 se...Jacek2020-06-262-7/+62
* 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-267-187/+83
* 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