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
path: root/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-21 15:08:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-21 15:08:33 +0300
commit6c44b676312eb6cdffadef45f9ca3e29a8cc92ab (patch)
tree06666cd369ac9ad0533cec689f2c2b4fb826f797 /config
parentc1cea595b6a9b4d85424e9afd2cb765101ee04bf (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/feature_flags/development/ci_interpolation_inputs_refactor.yml8
-rw-r--r--config/webpack.config.js5
2 files changed, 13 insertions, 0 deletions
diff --git a/config/feature_flags/development/ci_interpolation_inputs_refactor.yml b/config/feature_flags/development/ci_interpolation_inputs_refactor.yml
new file mode 100644
index 00000000000..657af12c367
--- /dev/null
+++ b/config/feature_flags/development/ci_interpolation_inputs_refactor.yml
@@ -0,0 +1,8 @@
+---
+name: ci_interpolation_inputs_refactor
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/125632
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/418198
+milestone: '16.3'
+type: development
+group: group::pipeline authoring
+default_enabled: false
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 39dc08d15c6..3bcdc8245f5 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -372,6 +372,11 @@ module.exports = {
loader: 'babel-loader',
},
{
+ test: /gridstack\/.*\.js$/,
+ include: /node_modules/,
+ loader: 'babel-loader',
+ },
+ {
test: /_worker\.js$/,
resourceQuery: /worker/,
use: [