summaryrefslogtreecommitdiff
path: root/app/workers
Commit message (Expand)AuthorAgeFilesLines
* Use shard name in Git::GitlabProjects instead of shard pathfix/use-shard-name-in-gitlab-projects-instead-of-shard-pathAhmad Sherif2018-03-271-10/+27
* Adds the option to override project description on export via APITiago Botelho2018-03-161-2/+3
* Update project activity when pushing to a wiki repositoryda-update-project-activityDouglas Barbosa Alexandre2018-03-071-1/+1
* Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets2018-03-071-1/+1
* Change queue namespace of UpdateHeadPipelineForMergeRequestWorkerShinya Maeda2018-03-071-0/+2
* Move update_head_pipeline_for_merge_request queue to pipeline_processing name...Shinya Maeda2018-03-071-1/+1
* Integrate two workers into one ArchiveTraceWorker with pipeline_background qu...Shinya Maeda2018-03-065-16/+14
* Change the place of definition of object_storage:archive_legacy_traceShinya Maeda2018-03-061-2/+2
* Add object_storage queue to sidekiq_queues.ym. and correct queue name in all_...Shinya Maeda2018-03-061-1/+1
* Add object_storage queueShinya Maeda2018-03-061-0/+2
* Add rake task. Adopt the latest fix. Drop CreateTraceArtifactServiceShinya Maeda2018-03-062-3/+11
* Proper fix for artifacts trace migration which is fully safeKamil Trzciński2018-03-061-1/+3
* Rework to minimize changesShinya Maeda2018-03-061-1/+1
* Merge branch 'sh-cleanup-after-git-gc' into 'master'Robert Speicher2018-03-051-0/+4
|\
| * Release libgit2 cache and open file descriptors after `git gc` runsh-cleanup-after-git-gcStan Hu2018-03-031-0/+4
* | Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan2018-03-052-2/+2
|\ \
| * | Replace deprecated path_with_namespace with full_pathDmitriy Zaporozhets2018-03-052-2/+2
| |/
* | Fix MR merge commit cross-references to the MR itselfSean McGivern2018-03-051-4/+3
|/
* Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński2018-03-012-0/+12
|\
| * Remove redundant code and increase delay for ClusterWaitForIngressIpAddressWo...Dylan Griffith2018-02-251-3/+1
| * Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith2018-02-231-14/+2
| * Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeFilipa Lacerda2018-02-201-7/+5
| |\
| * | Refactor ingress IP address waiting code (#42643)Dylan Griffith2018-02-201-2/+13
| * | Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith2018-02-152-0/+15
* | | Merge branch 'dz-system-hooks-plugins' into 'master'Douwe Maan2018-03-012-0/+16
|\ \ \
| * | | Refactor plugins feature and make some doc improvementsDmitriy Zaporozhets2018-02-281-1/+7
| * | | Refactor plugin execution methodDmitriy Zaporozhets2018-02-271-2/+0
| * | | Add plugin queue to all_queues.ymlDmitriy Zaporozhets2018-02-261-0/+1
| * | | Handle excpetion in PluginWorkerDmitriy Zaporozhets2018-02-261-0/+2
| * | | Redesign plugins systemDmitriy Zaporozhets2018-02-261-0/+9
* | | | Improve Member servicesrc/reduce-delta-with-ce-in-controllers-ceRémy Coutable2018-02-271-1/+1
* | | | Remove explicit audit event log in MembershipActionsRémy Coutable2018-02-271-1/+1
|/ / /
* | | Merge branch 'dm-waitable-worker' into 'master'Sean McGivern2018-02-262-34/+46
|\ \ \
| * | | Allow bulk_perform_and_wait wait timeout to be overriddenDouwe Maan2018-02-261-2/+2
| * | | Extract WaitableWorker out of AuthorizedProjectsWorkerDouwe Maan2018-02-262-34/+46
| | |/ | |/|
* | | Merge branch 'master' into '29497-pages-custom-domain-dns-verification'Robert Speicher2018-02-231-21/+19
|\ \ \
| * | | Verify project import status again before marking as failedDouwe Maan2018-02-231-14/+12
| * | | Adds scheduled import jobs to the stuck import jobs detection worker.Tiago Botelho2018-02-231-8/+8
| |/ /
* | | Add DNS verification to Pages custom domainsNick Thomas2018-02-233-0/+23
|/ /
* | applying feedback32564-fix-double-system-closing-notesMicaël Bergeron2018-02-161-3/+3
* | stop ProcessCommitWorker from processing MR merge commitMicaël Bergeron2018-02-161-7/+5
|/
* Count all billing_state transitions with labels41722-track-gcp-billing-enabled-project-changesMatija Čupić2018-02-121-15/+12
* Log billing state changes in CheckGcpProjectBillingWorkerMatija Čupić2018-02-121-0/+13
* Refactor CheckGcpProjectBillingWorkerMatija Čupić2018-02-121-21/+22
* Use Prometheus counter instead of redisMatija Čupić2018-02-121-5/+6
* Implement billing_enabled change counterMatija Čupić2018-02-121-0/+21
* Merge branch '42730-close-rugged-repository' into 'master'Douwe Maan2018-02-061-0/+2
|\
| * Close low level rugged repository in project cache workerBastian Blank2018-02-061-0/+2
* | Reorder async/sync tasks in BuildFinishedWorker to read traces efficientlyfeature/sm/artifacts-traceShinya Maeda2018-02-061-2/+5
* | Make all workers in BuildFinishedWorker to run async and reorderShinya Maeda2018-02-061-2/+2