summaryrefslogtreecommitdiff
path: root/app/workers/repository_import_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+2
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+2
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-301-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
* Removes all the irrelevant import related code and columnsTiago Botelho2018-11-271-2/+2
* Merge branch 'fj-6860-instance-level-project-templates' into 'master'Sean McGivern2018-08-011-5/+11
|\
| * Code review comment appliedFrancisco Javier López2018-07-231-2/+2
| * EE PortFrancisco Javier López2018-07-201-5/+11
* | Merge branch 'security-event-counters-private-data' into 'master'Felipe Artur Cardozo2018-07-241-3/+1
|\ \ | |/ |/|
| * Don't expose project names in various countersYorick Peterse2018-06-211-3/+1
* | Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
|/
* add specJames Lopez2018-01-261-1/+0
* disable retry attempts for Import/Export until that is fixedJames Lopez2018-01-261-1/+10
* Fork and Import jobs only get marked as failed when the number of Sidekiq ret...39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhaustedTiago Botelho2017-12-151-17/+2
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-3/+8
* Backports EE 38771 changes to CE.Tiago Botelho2017-10-101-1/+2
* Enable 5 lines of Sidekiq backtrace lines to aid in debuggingsh-sidekiq-backtraceStan Hu2017-08-251-0/+1
* Revert "Merge branch 'sh-sidekiq-backtrace' into 'master'"Robert Speicher2017-08-251-1/+0
* Enable 5 lines of Sidekiq backtrace lines to aid in debuggingStan Hu2017-08-241-0/+1
* Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/git...ee-2628-backport-to-ceTiago Botelho2017-08-171-11/+13
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
* backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-051-5/+19
* Periodically mark projects that are stuck in importing as failedJames Lopez2017-04-051-1/+3
* Remove unused include from RepositoryImportWorkerDouglas Barbosa Alexandre2017-04-031-1/+0
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-2/+1
* Does not halt the GitHub import process when an error occursDouglas Barbosa Alexandre2016-08-241-0/+2
* Tracking of custom eventscustom-events-trackingYorick Peterse2016-08-171-0/+4
* Update repository_import_worker.rbJames Lopez2016-06-021-1/+1
* some refactoring and fixing specJames Lopez2016-06-021-2/+1
* Mask credentials from URL when import of project has failed.Rubén Dávila2016-05-181-1/+1
* Moved cache expiration code to Repository hooksYorick Peterse2016-02-231-1/+1
* Expire caches after forking/importing a repositoryYorick Peterse2016-02-171-0/+1
* Extract Projects::ImportService service from RepositoryImportWorkerDouglas Barbosa Alexandre2016-01-251-39/+7
* Remove accidentally added line. #3598issue_3598Rubén Dávila2015-11-201-3/+0
* Remove unused variable in repository importDouwe Maan2015-11-181-1/+1
* Store and show reason why import failed.Douwe Maan2015-11-181-26/+41
* FogBugz project importJared Szechy2015-09-081-13/+22
* Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu2015-08-231-1/+2
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-1/+0
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-0/+1
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-041-1/+1
|\