summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Do not raise error when checking pipeline reference42611-removed-branch-linkGrzegorz Bizon2018-10-221-11/+23
* Fix pipeline reference existence check and add specsGrzegorz Bizon2018-10-221-0/+23
* Check disabled_services when finding a serviceBrett Walker2018-10-061-8/+28
* Add timed incremental rollout to Auto DevOpsAlessio Caiazza2018-10-051-10/+17
* Merge branch '43109-ci_environments_status-json-executes-more-than-100-querie...Sean McGivern2018-10-051-0/+14
|\
| * Don't build project services unneccesarilyBrett Walker2018-10-041-0/+14
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqBob Van Landuyt2018-10-051-20/+47
|\ \
| * \ Merge branch 'security-fix-leaking-private-project-namespace' into 'master'Bob Van Landuyt2018-10-051-20/+47
| |\ \
| | * | Filter system notes with public and private cross referencesBrett Walker2018-10-021-20/+47
* | | | Merge branch 'issue_43097' into 'master'Sean McGivern2018-10-051-39/+0
|\ \ \ \
| * | | | Move issue related_branches to serviceFelipe Artur2018-10-041-39/+0
* | | | | Merge branch 'ce-5987-project-templates-api' into 'master'Robert Speicher2018-10-051-1/+1
|\ \ \ \ \
| * | | | | Backport project template API to CENick Thomas2018-10-051-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'scheduled-manual-jobs' into 'master'Kamil Trzciński2018-10-055-3/+279
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-053-2/+83
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-054-5/+72
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | fix method name in stage specAlessio Caiazza2018-10-041-2/+2
| * | | | | | Fix spec according to the Ci::Pipeline#delay renameShinya Maeda2018-10-041-2/+2
| * | | | | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-046-28/+16
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-032-1/+14
| |\ \ \ \ \ \
| * | | | | | | Stub feature flag for specShinya Maeda2018-10-021-0/+4
| * | | | | | | Fix build_specShinya Maeda2018-10-021-0/+4
| * | | | | | | Add unit tests for CommitStatus and Ci::StageShinya Maeda2018-10-023-2/+92
| * | | | | | | Add unit spec for Ci::PipelineShinya Maeda2018-10-021-0/+25
| * | | | | | | Add unit tests for Ci::Build. Fix validation on state transitionShinya Maeda2018-10-021-0/+153
| * | | | | | | Fix spec. Create scheduled status entry for pipelineShinya Maeda2018-10-021-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch '46050_add_new_ci_predefined_variables_for_gitlab_version' into ...Douglas Barbosa Alexandre2018-10-051-0/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add variables to CI jobs for GitLab version componentsGilbert Roulot2018-10-051-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-052-2/+16
* | | | | | Merge branch 'feature/gb/pipeline-only-except-with-modified-paths' into 'master'Kamil Trzciński2018-10-051-0/+51
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'feature/gb/pipeline-only-except-with-modified-pathsKamil Trzciński2018-10-0418-50/+421
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Expose paths modified by a push from a pipeline classGrzegorz Bizon2018-10-021-0/+51
* | | | | | Add ProjectFeature check for feature flagRobert Speicher2018-10-041-0/+16
| |/ / / / |/| | | |
* | | | | Merge branch 'dz-labels-subscribe-filter' into 'master'Dmitriy Zaporozhets2018-10-041-0/+36
|\ \ \ \ \
| * | | | | Add subscribe filter to labels pageDmitriy Zaporozhets2018-10-041-0/+36
| | |/ / / | |/| | |
* | | | | Merge branch 'ce-7287-epic-references' into 'master'Nick Thomas2018-10-041-2/+3
|\ \ \ \ \
| * | | | | Support short reference to group entities from project entitiesce-7287-epic-referencesJarka Košanová2018-10-041-2/+3
| |/ / / /
* | | | | Merge branch '40636-instance-configuration-shows-incorrect-ssh-fingerprints' ...Nick Thomas2018-10-041-3/+3
|\ \ \ \ \
| * | | | | Instance Configuration page now displays correct SSH fingerprintsTiago Botelho2018-10-031-3/+3
| |/ / / /
* | | | | Add pipeline.default_branch? mehodOlivier Gonzalez2018-10-041-0/+30
|/ / / /
* | | | Merge branch 'remove-rugged' into 'master'Douwe Maan2018-10-035-27/+15
|\ \ \ \
| * | | | Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-025-27/+15
* | | | | #13650 added wip search functionality and testsChantal Rollison2018-10-031-1/+1
| |_|_|/ |/| | |
* | | | CE Resolve "Refactor code quality similar to JUnit tests"Matija Čupić2018-10-022-1/+14
| |_|/ |/| |
* | | Merge branch 'ce-5382-approvers-from-code-owners' into 'master'Rémy Coutable2018-10-021-0/+43
|\ \ \
| * | | Add Project#members_among to obtain only authorized users of the projectce-5382-approvers-from-code-ownersMark Chao2018-10-011-0/+43
| | |/ | |/|
* | | Merge branch 'osw-configurable-single-diff-file-limit' into 'master'Douwe Maan2018-10-021-0/+15
|\ \ \
| * | | Make single diff patch limit configurableosw-configurable-single-diff-file-limitOswaldo Ferreira2018-10-011-0/+15
* | | | Improve logging when username update fails due to registry tagsStan Hu2018-10-021-1/+23
| |_|/ |/| |
* | | Add variables on pipeline webhookPierre Tardy2018-10-011-0/+9