summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/api-delete-respect-headers.yml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-09-26 10:39:36 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-09-26 10:39:36 +0100
commit485cb91c2f1a092504fe0b9540308424e76c5c42 (patch)
tree9ce2a5a06be3197d98471a641b1916696415b0fc /changelogs/unreleased/api-delete-respect-headers.yml
parent5ae54ca3eb98df665a243bf190a16e80e87c37f2 (diff)
parenta7265abd6dc397017381763ea22250656105ae10 (diff)
downloadgitlab-ce-485cb91c2f1a092504fe0b9540308424e76c5c42.tar.gz
Merge branch 'master' into 31050-registry-image-lists
* master: (62 commits) Fix a dash being rendered in the note's access role Remove dead `Gitlab::Markdown::Pipeline` class Add CHANGELOG entry Fix locked shared runners problem Document manual cleanup after background migration stealing Removes cycle analytics service and store from global namespace Fix PG::UniqueViolation external_email migration Migrate Gitlab::Git::Repository#log to Gitaly Check for exec permissions also in app/ Add check for exec permissions and refactor lint doc script Update tests to reflect `user_avatar_without_link` helper changes Change mode to 644 for all md and png files Add instructions for upgrading from CE to EE using GitLab Omnibus chart - docs Add `data-src` when image is to be lazy loaded, use `tag` helper instead of `image_tag` helper Remove unnecessary use of `gsub` Fixed few gitlab:check tasks that were failing with exception Update CHANGELOG.md for 10.0.1 Remove Grit settings from default settings Fix duplicate key errors in PostDeployMigrateUserExternalMailData migration Improve list of sorting options ...
Diffstat (limited to 'changelogs/unreleased/api-delete-respect-headers.yml')
-rw-r--r--changelogs/unreleased/api-delete-respect-headers.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/changelogs/unreleased/api-delete-respect-headers.yml b/changelogs/unreleased/api-delete-respect-headers.yml
deleted file mode 100644
index cfc8fbfdf91..00000000000
--- a/changelogs/unreleased/api-delete-respect-headers.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: 'API: Respect the "If-Unmodified-Since" header when delting a resource'
-merge_request: 9621
-author: Robert Schilling
-type: added