Add Group Import via GraphQL
- Introduce Group Import ETL pipeline to import groups from source GitLab instance using GraphQL - Add sidekiq jobs & workers to execute group import in a distributed fashion
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