-
- Downloads
Add worker to import gist to snippet
It is a first step of Import all GitHub gists into Snippets. This commit adds a new Gitlab::GithubGistsImport::ImportGistWorker that responsible for GistImporter execution that creates snippet from GitHub gist attributes. Details: #371099 Changelog: added
parent
cc8cecec
No related branches found
No related tags found
Showing
- app/workers/all_queues.yml 9 additions, 0 deletionsapp/workers/all_queues.yml
- app/workers/gitlab/github_gists_import/import_gist_worker.rb 75 additions, 0 deletionsapp/workers/gitlab/github_gists_import/import_gist_worker.rb
- config/sidekiq_queues.yml 2 additions, 0 deletionsconfig/sidekiq_queues.yml
- lib/gitlab/github_gists_import/importer/gist_importer.rb 84 additions, 0 deletionslib/gitlab/github_gists_import/importer/gist_importer.rb
- lib/gitlab/github_gists_import/representation/gist.rb 71 additions, 0 deletionslib/gitlab/github_gists_import/representation/gist.rb
- spec/lib/gitlab/github_gists_import/importer/gist_importer_spec.rb 128 additions, 0 deletions...gitlab/github_gists_import/importer/gist_importer_spec.rb
- spec/lib/gitlab/github_gists_import/representation/gist_spec.rb 111 additions, 0 deletions...ib/gitlab/github_gists_import/representation/gist_spec.rb
- spec/workers/every_sidekiq_worker_spec.rb 1 addition, 0 deletionsspec/workers/every_sidekiq_worker_spec.rb
- spec/workers/gitlab/github_gists_import/import_gist_worker_spec.rb 94 additions, 0 deletions...ers/gitlab/github_gists_import/import_gist_worker_spec.rb
-
mentioned in merge request kubitus-project/kubitus-installer!1748 (merged)
Please register or sign in to comment