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:
authorBob Van Landuyt <bob@vanlanduyt.co>2018-03-29 16:08:31 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-04-05 10:18:12 +0300
commite3acc982a87d8d694690c928cf5ca792218c1782 (patch)
treea5bb9549d37cf9020f237c9e86572b01f9691bd0 /changelogs
parente40c0085ef300aca38076af3ea2f227761084038 (diff)
Override values from JSON with import data
This overrides values defined in the project JSON with the values provided in project.import_data.data['override_params']. These could be passed from the API.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/bvl-override-import-params.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/bvl-override-import-params.yml b/changelogs/unreleased/bvl-override-import-params.yml
new file mode 100644
index 00000000000..18cfef873df
--- /dev/null
+++ b/changelogs/unreleased/bvl-override-import-params.yml
@@ -0,0 +1,5 @@
+---
+title: Allow overriding params on project import through API
+merge_request: 18086
+author:
+type: added