stable

Clone or download

Read-only

refactor: postJSON should decode JSON response

implements request #28266 postJSON should decode JSON response No functional change expected in "Create git branch" and "Create gitlab branch" actions in Artifact view, as well as fulltext search. Change-Id: Iac8c239f9e6c2fdcd6ccdec5394e95d544d15a03

Modified Files

Name
M lib/frontend/fetch-result/README.md +6 −2 Go to diff View file
M lib/frontend/fetch-result/src/ResultFetcher.test.ts +47 −14 Go to diff View file
M lib/frontend/fetch-result/src/ResultFetcher.ts +12 −7 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/api/rest_querier.test.ts +6 −11 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/api/rest_querier.ts +4 −4 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/api/rest-querier.test.ts +6 −7 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/api/rest-querier.ts +3 −3 Go to diff View file
M src/scripts/switch-to/src/stores/fulltext.test.ts +10 −23 Go to diff View file
M src/scripts/switch-to/src/stores/fulltext.ts +15 −17 Go to diff View file