summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Add timed incremental rollout to Auto DevOpsAlessio Caiazza2018-10-051-5/+15
* Merge branch '43109-ci_environments_status-json-executes-more-than-100-querie...Sean McGivern2018-10-051-18/+17
|\
| * Don't build project services unneccesarilyBrett Walker2018-10-041-18/+17
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqBob Van Landuyt2018-10-053-13/+21
|\ \
| * \ Merge branch 'security-bw-confidential-titles-through-markdown-api' into 'mas...Bob Van Landuyt2018-10-051-1/+1
| |\ \
| | * | post_process markdown redered by APIBrett Walker2018-09-291-1/+1
| * | | Merge branch 'security-fix-leaking-private-project-namespace' into 'master'Bob Van Landuyt2018-10-052-12/+20
| |\ \ \
| | * | | Filter system notes with public and private cross referencesBrett Walker2018-10-022-12/+20
* | | | | Merge branch 'issue_43097' into 'master'Sean McGivern2018-10-051-18/+0
|\ \ \ \ \
| * | | | | Move issue related_branches to serviceFelipe Artur2018-10-041-18/+0
* | | | | | Merge branch 'ce-5987-project-templates-api' into 'master'Robert Speicher2018-10-051-5/+3
|\ \ \ \ \ \
| * | | | | | Backport project template API to CENick Thomas2018-10-051-5/+3
* | | | | | | Merge branch 'scheduled-manual-jobs' into 'master'Kamil TrzciƄski2018-10-055-16/+71
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-056-74/+147
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-055-6/+25
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Make Ci::Stage status transition event consistent with Ci::PipelineShinya Maeda2018-10-041-2/+2
| * | | | | | | | Enable ci_enable_scheduled_build feature flag by defaultShinya Maeda2018-10-041-1/+1
| * | | | | | | | Rename event :schedule to event :delay in Ci::Pipeline to avoid conflicts wit...Shinya Maeda2018-10-041-2/+2
| * | | | | | | | Revert "Avoid conflicts between enumlator's schedule! method and state machin...Shinya Maeda2018-10-041-1/+1
| * | | | | | | | Avoid conflicts between enumlator's schedule! method and state machine's sche...Shinya Maeda2018-10-041-1/+1
| * | | | | | | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-042-6/+3
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-033-1/+35
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Rename failure reason to stale_scheduleShinya Maeda2018-10-021-1/+1
| * | | | | | | | | Add scheduled_actions as an explicit group of actionsShinya Maeda2018-10-022-1/+3
| * | | | | | | | | Change the order of status_sql to avoid the query for scheduled status at the...Shinya Maeda2018-10-021-1/+1
| * | | | | | | | | Include delayed jobs action into manual actionsShinya Maeda2018-10-021-1/+1
| * | | | | | | | | Fix StuckCiJobsWorker and added testsShinya Maeda2018-10-021-1/+1
| * | | | | | | | | Add Spec for ProcessPipelineServiceShinya Maeda2018-10-021-1/+1
| * | | | | | | | | Add unit tests for Ci::Build. Fix validation on state transitionShinya Maeda2018-10-021-5/+3
| * | | | | | | | | Add cleanup mechanizm for stale scheduled jobsShinya Maeda2018-10-021-1/+2
| * | | | | | | | | Add feature flag to schedulable? methodShinya Maeda2018-10-021-1/+2
| * | | | | | | | | Optimize query formatShinya Maeda2018-10-021-1/+1
| * | | | | | | | | Introduce ProceedBuildServiceShinya Maeda2018-10-021-2/+2
| * | | | | | | | | Introduce enqueue_scheduled eventShinya Maeda2018-10-022-40/+18
| * | | | | | | | | Fix spec. Create scheduled status entry for pipelineShinya Maeda2018-10-021-1/+1
| * | | | | | | | | Remove whitespaceShinya Maeda2018-10-021-1/+1
| * | | | | | | | | Update pipelines and stages status as wellShinya Maeda2018-10-024-2/+14
| * | | | | | | | | Add a new status to ci_builds.statusShinya Maeda2018-10-024-34/+42
| * | | | | | | | | Ensure that execute_in of a build schedule is not negativeWinnie Hellmann2018-10-021-1/+1
| * | | | | | | | | Make schedule and unschedule consistentShinya Maeda2018-10-021-5/+5
| * | | | | | | | | Rename delayed to scheduledShinya Maeda2018-10-021-8/+15
| * | | | | | | | | Support new syntaxShinya Maeda2018-10-021-7/+8
| * | | | | | | | | Squashed commit of the following:Shinya Maeda2018-10-023-1/+48
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'Mike Greiling2018-10-051-1/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into ce-6983-promote-starting-a-...Luke Bennett2018-09-2476-235/+882
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | LintLuke Bennett2018-09-241-1/+2
| * | | | | | | | | | port EELuke Bennett2018-09-061-1/+2
* | | | | | | | | | | Merge branch '46050_add_new_ci_predefined_variables_for_gitlab_version' into ...Douglas Barbosa Alexandre2018-10-051-0/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Add variables to CI jobs for GitLab version componentsGilbert Roulot2018-10-051-0/+7
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-052-7/+33