Merge branch 'georgekoltsov/group-import-using-graphql' into 'master'
RUN AS-IF-FOSS Add Group Import via GraphQL See merge request gitlab-org/gitlab!44836
Showing
... | ... | @@ -98,6 +98,7 @@ gem 'graphql', '~> 1.11.4' |
gem 'graphiql-rails', '~> 1.4.10' | ||
gem 'apollo_upload_server', '~> 2.0.2' | ||
gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] | ||
gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import) | ||
gem 'hashie' | ||
# Disable strong_params so that Mash does not respond to :permitted? | ||
... | ... |
lib/bulk_imports/pipeline.rb
0 → 100644
Please register or sign in to comment