Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-10-11 15:39:20 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-10-11 16:29:35 +0300
commit0073be9bf70f79ece094a28ed4d897636ba8ddc8 (patch)
tree47d17742a3a1959b37454986e9f605906af65dec /changelogs
parentc230b5d16fcbb9e93647642c5aaa6f884cb6bfe9 (diff)
Adds `.json` to the end of pipelines endpoint
When the job page is rendered we fetch the pipeline endpoint to render the stages in the sidebar. Without `.json` the response is cached, and when the user goes back to the pipeline's page it renders the json output instead of the Vue app
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/52472-pipeline-endpoint-json.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/52472-pipeline-endpoint-json.yml b/changelogs/unreleased/52472-pipeline-endpoint-json.yml
new file mode 100644
index 00000000000..6819a0f7b5f
--- /dev/null
+++ b/changelogs/unreleased/52472-pipeline-endpoint-json.yml
@@ -0,0 +1,5 @@
+---
+title: Fix caching issue with pipelines URL
+merge_request:
+author:
+type: fixed