summaryrefslogtreecommitdiff
path: root/spec/policies/ci
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-203-5/+35
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-204-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+125
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-6/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-54/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-254-0/+8
|
* Allow use of legacy triggers with feature flagFabio Pitino2019-07-151-46/+48
| | | | | | | | | Keep feature flag disabled by default and turn off all functionality related to legacy triggers. * Block legacy triggers from creating pipeline * Highlight legacy triggers to be invalid via the UI * Make legacy triggers invalid in the model
* 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
|
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-2/+2
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Authorize DestroyPipelineService against pipelineMatija Čupić2018-11-131-0/+18
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-113-15/+15
|
* Rephrase "maintainer" to more precise "members who can merge to the target ↵42751-rename-mr-maintainer-pushMark Chao2018-06-012-2/+2
| | | | | | branch" "Maintainer" will be freed to be used for #42751
* Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-152-0/+25
|
* Hide pipeline schedule 'take ownership' for current ownerMark Fletcher2018-02-011-0/+14
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-222-7/+7
|
* Refactor common protected ref checkStan Hu2017-12-121-0/+92
|
* Improve specShinya Maeda2017-11-071-9/+27
|
* Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-11/+29
|
* Fix spec. Revert update check.Shinya Maeda2017-11-061-6/+5
|
* Do not allow jobs to be erasedShinya Maeda2017-11-061-0/+42
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-022-4/+4
|
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-012-2/+2
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-272-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Unify build policy tests and pipeline policy testsLin Jen-Shin2017-07-182-13/+32
|
* Restore some tests from masterLin Jen-Shin2017-07-181-5/+33
|
* Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-181-8/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (25 commits) Remove unneeded asserts and add tests for inactive RequestStore Rename the methods to make it fit with current name Follow feedback on the merge request Make sure it checks against the tag only when it's a tag Renamed Gitaly services fix transient rspec failure due to Poll.js race condition Refactor variables initialization in dropzone_input.js cache the cache key... avoid #respond_to? in Cache.id_for cache DeclarativePolicy.class_for at the class level Update 9.3-to-9.4.md fix padding on filtered search dropdown. Styles should only apply to li in list Cache Note#notable for commits and fix tests Add changelog entry Update the comments for the new functionality Use RequestStoreWrap for Commit#author Skip dead jobs queue for web hooks and project services Add RequestStoreWrap to cache via RequestStore Don't track cached queries in Gitlab::PerformanceBar::PeekQueryTracker Add changelog entry ...
| * Make sure it checks against the tag only when it's a tag34927-protect-manual-actions-on-tagsLin Jen-Shin2017-07-181-0/+19
| |
| * Protect manual actions against protected tag tooLin Jen-Shin2017-07-171-6/+19
| |
* | Fix bad conflict resolutionLin Jen-Shin2017-07-042-8/+8
| |
* | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-043-23/+23
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * update the specs to not require a set to be returnedhttp://jneen.net/2017-06-272-21/+21
| |
* | Consistently check permission for creating pipelines,Lin Jen-Shin2017-07-042-35/+64
|/ | | | | updating builds and updating pipelines. We check against being able to merge or push if the ref is protected.
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
|
* Use update build policy instead of new play policyGrzegorz Bizon2017-05-051-9/+9
|
* Implement new rule for manual actions in policiesGrzegorz Bizon2017-04-121-0/+53
|
* Improve pipeline triggers UIKamil Trzciński2017-03-071-0/+103
|
* Fix build access policies when pipelines are publicGrzegorz Bizon2017-01-231-0/+93