summaryrefslogtreecommitdiff
path: root/spec/workers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '28359-skip-process-commit-worker-unless-issues-referenced' into...31977-ensure-all-webpack-bundles-which-include-vue-are-children-of-common_vue-jsDmitriy Zaporozhets2017-05-081-0/+8
|\
| * Use regex to skip unnecessary reference processing in ProcessCommitWorkerJames Edwards-Jones2017-05-041-0/+8
* | Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-072-73/+51
* | Merge branch '29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-g...Sean McGivern2017-05-051-11/+32
|\ \
| * | Allow gl-repository strings as project identifiers in PostReceive workerAlejandro Rodríguez2017-05-051-11/+32
* | | refactor code based on feedbackJames Lopez2017-05-051-2/+2
* | | refactor a few things based on feedbackJames Lopez2017-05-041-1/+1
* | | refactor worker into serviceJames Lopez2017-05-041-33/+19
* | | add propagate service worker and updated spec and controllerJames Lopez2017-05-031-6/+13
* | | added worker specJames Lopez2017-05-031-0/+36
|/ /
* | Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan2017-05-0211-20/+20
|\ \
| * | Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-0111-20/+20
* | | Update Carrierwave and fog-coreZeger-Jan van de Weg2017-05-011-2/+4
|/ /
* | Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-0/+0
* | Simplify specs and remove unnecessary attributestc-realtime-every-pipeline-on-mrToon Claes2017-04-241-2/+1
* | Refactor ExpirePipelineCacheWorker#performToon Claes2017-04-241-0/+6
* | Use a better performing query to find all MRs for pipelineToon Claes2017-04-241-1/+13
* | Properly expire cache for **all** MRs of a pipelineToon Claes2017-04-241-0/+27
|/
* Add new ScheduleUpdateUserActivityWorker and UpdateUserActivityWorkerRémy Coutable2017-04-142-0/+60
* Used named parameter for refreshing usage dataStan Hu2017-04-141-0/+1
* Port 'Add more usage data to EE ping' to CESean McGivern2017-04-141-7/+0
* Port 'Add EE usage ping' to CESean McGivern2017-04-141-0/+29
* Fix spec failureKamil Trzcinski2017-04-071-1/+1
* Yet, another errorsdosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation-with-quick-uiKamil Trzcinski2017-04-071-1/+4
* Update tests to cover trigger scheduleKamil Trzcinski2017-04-071-11/+23
* Use change direction in specShinya Maeda2017-04-061-20/+13
* Use be_pendingShinya Maeda2017-04-061-1/+1
* Improve trigger_schedule.rbShinya Maeda2017-04-061-2/+21
* Clean up trigger_schedule_worker_spec.rbShinya Maeda2017-04-061-4/+4
* Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-061-1/+1
* Rename cron_nightly_build to nightlyShinya Maeda2017-04-061-2/+2
* Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda2017-04-061-1/+1
* Add validatorShinya Maeda2017-04-061-17/+0
* Brush upShinya Maeda2017-04-061-13/+11
* Fixed strcture for db changeShinya Maeda2017-04-061-3/+11
* Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda2017-04-061-8/+8
* basic componentsShinya Maeda2017-04-061-4/+50
* Add scheduled_trigger model. Add cron parser. Plus, specs.Shinya Maeda2017-04-061-0/+11
* Periodically mark projects that are stuck in importing as failedJames Lopez2017-04-052-0/+38
* Merge branch '29492-useless-queries' into 'master'Sean McGivern2017-04-041-0/+7
|\
| * Remove useless queries with false conditions (e.g 1=0)mhasbini2017-04-041-0/+7
* | Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-031-119/+7
|/
* Use `:empty_project` where possible in worker specsRobert Speicher2017-03-2714-18/+18
* All CI offline migrationsKamil Trzciński2017-03-171-36/+0
* adds queue option to push bulk in authorized projects worker29137-bulk-perform-async-should-specify-queueTiago Botelho2017-03-101-5/+20
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-1/+1
|\
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-1/+1
* | Moved call of SystemHooksService from UpdateMergeRequestsWorker to GitPushSer...gpongelli2017-03-072-11/+19
* | Add Upload model and UploadChecksumWorker workerRobert Speicher2017-03-061-0/+19
* | Renable StuckCiBuildsWorker to StucjCiJobsWorker27523-make-stuck-build-detection-more-performantTomasz Maczukin2017-03-031-29/+29