diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-10-19 14:03:31 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-10-19 14:04:09 +0200 |
commit | 67b96255d89de8e31234d68a3408adb8b9779dd9 (patch) | |
tree | 98999ab9a0901cebea1af02925f889ca17694b1b /CHANGELOG.md | |
parent | a96756008a634961171e968d76faea68ab2bcb95 (diff) | |
download | gitlab-ce-67b96255d89de8e31234d68a3408adb8b9779dd9.tar.gz |
Keep around commits only on pipeline createdont-touch-fs-on-pipeline-save
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d317fd1db..44c0b80bf6d 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 |