summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-19 16:55:28 +0000
committerRémy Coutable <remy@rymai.me>2016-10-19 16:55:28 +0000
commit6d709417ead63780c7f05da0e9f9bed640ac01e5 (patch)
tree5b1134e400c8da7e6356fd8670396dc9eb351718 /CHANGELOG.md
parentd927336403a92d340d7e5b2d2328c5a0e029d666 (diff)
parent67b96255d89de8e31234d68a3408adb8b9779dd9 (diff)
downloadgitlab-ce-6d709417ead63780c7f05da0e9f9bed640ac01e5.tar.gz
Merge branch 'dont-touch-fs-on-pipeline-save' into 'master'
Keep around commits only on pipeline create ## What does this MR do? Since the pipeline SHA doesn't change, we don't need to update keep arounds every save. ## Why was this MR needed? This is minimal change to fix this: https://gitlab.com/gitlab-org/gitlab-ce/issues/23503 See merge request !6986
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c866696889e..cc549847b58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Ability to resolve merge request conflicts with editor !6374
- Add `/projects/visible` API endpoint (Ben Boeckel)
- Fix centering of custom header logos (Ashley Dumaine)
+ - Keep around commits only pipeline creation as pipeline data doesn't change over time
- ExpireBuildArtifactsWorker query builds table without ordering enqueuing one job per build to cleanup
- Add an example for testing a phoenix application with Gitlab CI in the docs (Manthan Mallikarjun)
- Cancelled pipelines could be retried. !6927