summaryrefslogtreecommitdiff
path: root/app/workers/wait_for_cluster_creation_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-13/+3
* 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-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-011-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-301-0/+2
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-1/+1
* specs for workers.Shinya Maeda2017-10-311-2/+2
* This worksShinya Maeda2017-10-231-1/+1
* Refactor Clusters to be consisted from GcpProvider and KubernetesPlatformKamil Trzcinski2017-10-231-18/+3
* Use utc for time comparisionShinya Maeda2017-10-061-1/+1
* Fix almost all unresolved comments from Docs and UX reviewKamil Trzcinski2017-10-051-1/+1
* Fix cluster event names to be prefixed with: `make_`Kamil Trzcinski2017-10-041-2/+2
* Prefer to use `.tap` as `.try` hides an exceptions from workersKamil Trzcinski2017-10-031-2/+2
* Introduce manage_cluster queue for sidekiq workersShinya Maeda2017-10-041-1/+1
* Implement Policy. Use show instead of edit. Chnage db column. fix comments. d...Shinya Maeda2017-10-031-59/+14
* PollingInterval, rename to gke_clusters, has_one :clusterShinya Maeda2017-10-021-2/+2
* authorize in controller. validation in model.Shinya Maeda2017-10-011-6/+6
* Revert KubernetesService. Introduce FetchKubernetesTokenService.Shinya Maeda2017-10-011-36/+23
* Replace reactive_cache by multipel sidekiq workersShinya Maeda2017-10-011-0/+85