summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'security-add-job-activity-limit-ce' into 'master'GitLab Release Tools Bot2019-08-291-0/+1
|\
| * Add active_jobs_limit to plans tableFabio Pitino2019-08-211-0/+1
* | Merge branch 'optimise-build-queue-service' into 'master'Grzegorz Bizon2019-08-231-8/+20
|\ \
| * | Optimise build queue serviceoptimise-build-queue-serviceKamil Trzciński2019-08-221-8/+20
| |/
* | Avoid conflicts between ArchiveTraceWorkersavoid-race-condition-of-archive-trace-cron-workerShinya Maeda2019-08-221-0/+2
|/
* Merge branch 'mc/feature/pipeline-tracking-config-ce' into 'master'Kamil Trzciński2019-08-161-0/+4
|\
| * Port changes from EEmc/feature/pipeline-tracking-config-ceMatija Čupić2019-08-041-0/+4
* | Enable DAG support by defaultenable-dag-support-by-defaultKamil Trzciński2019-08-141-1/+1
* | Expand variables only when neededKamil Trzciński2019-08-131-1/+1
* | Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-081-0/+1
* | Merge branch 'prefer-to-use-process-pipeline-worker' into 'master'Sean McGivern2019-08-051-2/+2
|\ \ | |/ |/|
| * Extend PipelineProcessWorker to accept a list of buildsprefer-to-use-process-pipeline-workerKamil Trzciński2019-08-021-2/+2
* | Make needs: to require previous jobsmake-needs-strong-connectionKamil Trzciński2019-08-021-2/+3
|/
* Respect needs for artifactsrespect-needs-on-artifactsKamil Trzciński2019-08-021-10/+6
* Add support for DAGKamil Trzciński2019-08-013-5/+31
* Add Job specific variablesMatija Čupić2019-07-292-2/+19
* Merge branch 'mc/feature/find-all-artifacts-for-sha' into 'master'Robert Speicher2019-07-261-2/+8
|\
| * Rename latest_successful to be more explicitMatija Čupić2019-07-261-1/+2
| * Find build by sha from refMatija Čupić2019-07-231-1/+6
* | Remove dead MySQL codeNick Thomas2019-07-231-2/+0
|/
* Merge branch 'safe-archiving-for-traces' into 'master'Kamil Trzciński2019-07-232-0/+12
|\
| * Validate the existence of archived traces before removing live tracesafe-archiving-for-tracesShinya Maeda2019-07-232-0/+12
* | Use persistent Redis cluster for Workhorse pub/sub notificationssh-use-shared-state-cluster-pubsubStan Hu2019-07-221-1/+1
|/
* Merge branch 'dz-remove-old-ignore-column' into 'master'Robert Speicher2019-07-162-6/+0
|\
| * Remove old ignore_column in AR modelsdz-remove-old-ignore-columnDmitriy Zaporozhets2019-07-152-6/+0
* | Allow use of legacy triggers with feature flagFabio Pitino2019-07-151-1/+7
|/
* Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-122-2/+2
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
* Refactor pipeline errors_messagerefactor-pipeline-errors_message-ceShinya Maeda2019-07-041-0/+4
* Added commit type to tree GraphQL typePhil Hughes2019-06-281-0/+5
* Fix pipeline schedule edge casefix-pipeline-schedule-edge-caseShinya Maeda2019-06-241-6/+17
* Use Time.zone.now for Ci::PipelineSchedule#ideal_next_run_atLin Jen-Shin2019-06-111-1/+2
* Revert "Merge branch..."revert-86900f00Kamil Trzciński2019-06-051-1/+1
* Merge branch 'introduce-auto-merge-process-worker' into 'master'Thong Kuah2019-06-041-0/+10
|\
| * Introduce sidekiq worker for auto merge processintroduce-auto-merge-process-workerShinya Maeda2019-06-041-0/+10
* | Merge branch 'set-real-next-run-at-for-preventing-duplciate-pipeline-creation...Kamil Trzciński2019-06-041-8/+17
|\ \ | |/ |/|
| * Make pipeline schedule worker resilientset-real-next-run-at-for-preventing-duplciate-pipeline-creationsShinya Maeda2019-06-031-8/+17
* | Cleans up UpdateProjectStatistics concernMayra Cabrera2019-06-032-2/+1
|/
* Remove legacy artifact related coderemove-legacy-artifacts-related-codeShinya Maeda2019-05-311-35/+29
* Extract Ci::Build#report_artifacts into methodmc/feature/reports-downloadMatija Čupić2019-05-281-0/+4
* Rename with_all_reports to with_reportsMatija Čupić2019-05-281-4/+9
* Add all reports scope to Ci::JobArtifactMatija Čupić2019-05-281-0/+4
* Added filtering jobs by age to jobs/request API endpointDmitry Chepurovskiy2019-05-201-0/+2
* Stop configuring group clusters on creation60379-remove-ci-preparing-state-feature-flagTiger2019-05-161-2/+0
* Rename methods that conflict in Rails 5.255583-rename-method-conflictsHeinrich Lee Yu2019-05-121-1/+1
* Merge branch 'strip-attr-cron-in-pipeline-schedule' into 'master'Grzegorz Bizon2019-05-071-0/+3
|\
| * Strip whitespace for PipelineSchedule#cronstrip-attr-cron-in-pipeline-scheduleFabio Pitino2019-05-021-0/+3
* | Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-023-0/+12
* | Merge branch '53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-man...Douwe Maan2019-05-021-1/+1
|\ \ | |/ |/|
| * Make canceled jobs not retryablemfluharty2019-04-181-1/+1