summaryrefslogtreecommitdiff
path: root/spec/policies/ci/pipeline_policy_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-04-061-12/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-01-251-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-291-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-0/+2
|
* Add new permission model `read-pipeline-variable`Agustin Henze2019-04-091-0/+46
| | | | | | | Used to get the variables via the API endpoint `/projects/:id/pipelines/:pipeline_id/variables` Signed-off-by: Agustin Henze <tin@redhat.com>
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-0/+8
|
* Authorize DestroyPipelineService against pipelineMatija Čupić2018-11-131-0/+18
|
* Rephrase "maintainer" to more precise "members who can merge to the target ↵42751-rename-mr-maintainer-pushMark Chao2018-06-011-1/+1
| | | | | | branch" "Maintainer" will be freed to be used for #42751
* Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-151-0/+12
|
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
|
* Unify build policy tests and pipeline policy testsLin Jen-Shin2017-07-181-8/+27
|
* Fix bad conflict resolutionLin Jen-Shin2017-07-041-5/+5
|
* Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (119 commits) Speed up operations performed by gitlab-shell Change the force flag to a keyword argument add image - issue boards - moving card copyedit == ee !2296 Reset @full_path to nil when cache expires Replace existing runner links with icons and tooltips, move into btn-group. add margin between captcha and register button Eagerly create a milestone that is used in a feature spec Adjust readme repo width Resolve "Issue Board -> "Remove from board" button when viewing an issue gives js error and fails" Set force_remove_source_branch default to false. Fix rubocop offenses Make entrypoint and command keys to be array of strings Add issuable-list class to shared mr/issue lists to fix new responsive layout New navigation breadcrumbs Restore timeago translations in renderTimeago. Fix curl example paths (missing the 'files' segment) Automatically hide sidebar on smaller screens Fix typo in IssuesFinder comment Make Project#ensure_repository force create a repo ...
* Consistently check permission for creating pipelines,Lin Jen-Shin2017-07-041-0/+47
updating builds and updating pipelines. We check against being able to merge or push if the ref is protected.