-
- Downloads
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
parent
c230b5d1
No related branches found
No related tags found
Showing
- app/assets/javascripts/jobs/store/actions.js 1 addition, 1 deletionapp/assets/javascripts/jobs/store/actions.js
- changelogs/unreleased/52472-pipeline-endpoint-json.yml 5 additions, 0 deletionschangelogs/unreleased/52472-pipeline-endpoint-json.yml
- spec/javascripts/jobs/store/actions_spec.js 2 additions, 2 deletionsspec/javascripts/jobs/store/actions_spec.js
Please register or sign in to comment