summaryrefslogtreecommitdiff
path: root/app/policies/ci
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Allow use of legacy triggers with feature flagFabio Pitino2019-07-151-1/+1
* Add new permission model `read-pipeline-variable`Agustin Henze2019-04-091-0/+12
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-0/+9
* Authorize DestroyPipelineService against pipelineMatija Čupić2018-11-131-0/+4
* Allow to make builds soft-archived.disallow-retry-of-old-buildsKamil Trzciński2018-11-051-1/+6
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable frozen string in presenters and policiesrepo-forks/gitlab-ce-frozen-string-enable-app-presentersgfyoung2018-07-245-0/+10
* Web Terminal Ci BuildFrancisco Javier López2018-07-051-0/+6
* Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-012-6/+6
* Refactor out duplication in runner_policy.rb46010-allow-managing-group-runners-via-apiDylan Griffith2018-05-161-4/+8
* Change policy list_runner_jobs -> read_runnerDylan Griffith2018-05-161-1/+0
* Rename User#ci_authorized_runners -> ci_owned_runnersDylan Griffith2018-05-161-6/+6
* Improve efficiency of authorized_runner policy queryDylan Griffith2018-05-161-1/+1
* Use can? policies for lib/api/runners.rbDylan Griffith2018-05-161-4/+4
* Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-152-0/+17
* Update policies to make archived projects completely read-onlyDouwe Maan2018-04-102-12/+6
* Hide pipeline schedule 'take ownership' for current ownerMark Fletcher2018-02-011-0/+8
* Refactor common protected ref checkStan Hu2017-12-122-16/+10
* Fix conditions for checking pipeline schedule rulesStan Hu2017-12-121-3/+3
* Create a play_pipeline_schedule policy and use itStan Hu2017-12-121-0/+18
* Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-4/+8
* Do not allow jobs to be erasedShinya Maeda2017-11-061-0/+5
* Rename :user_cannot_update to :protected_refLin Jen-Shin2017-07-182-4/+4
* Rename can_push_or_merge_to_branch? to can_update_branch?Lin Jen-Shin2017-07-182-4/+8
* Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-181-3/+7
|\
| * Make sure it checks against the tag only when it's a tag34927-protect-manual-actions-on-tagsLin Jen-Shin2017-07-181-1/+4
| * Protect manual actions against protected tag tooLin Jen-Shin2017-07-171-3/+4
* | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-171-0/+10
|\ \ | |/
| * Remove update|admin_pipeline_schedule from Project, and grant it in PipelineS...Kamil Trzcinski2017-07-071-16/+5
| * Fix policy by new guild lineShinya Maeda2017-07-051-8/+10
| * zh nich catches 2Shinya Maeda2017-07-051-1/+5
| * Improve PipelineSchedulePolicyShinya Maeda2017-07-051-3/+7
| * Add functionality and security.Shinya Maeda2017-07-051-16/+6
| * Fix policy by new guild lineShinya Maeda2017-07-051-8/+10
| * zh nich catches 2Shinya Maeda2017-07-051-1/+5
| * Improve PipelineSchedulePolicyShinya Maeda2017-07-051-3/+7
| * Add functionality and security.Shinya Maeda2017-07-051-0/+11
* | Fix bad conflict resolutionLin Jen-Shin2017-07-041-1/+1
* | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-044-56/+32
|\ \ | |/
| * convert all the policies to DeclarativePolicyhttp://jneen.net/2017-06-274-40/+28
* | Consistently check permission for creating pipelines,Lin Jen-Shin2017-07-042-6/+24
|/
* Check only a merge ability for protected actionsGrzegorz Bizon2017-05-311-1/+1
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+4
* Use update build policy instead of new play policyGrzegorz Bizon2017-05-051-5/+7
* Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-131-1/+1
|\
| * Remove the User#is_admin? methodblackst0ne2017-04-091-1/+1
* | Do not inherit build policy in pipeline policyGrzegorz Bizon2017-04-121-1/+4
* | Move code for playing an action to separate serviceGrzegorz Bizon2017-04-121-1/+1
* | Implement new rule for manual actions in policiesGrzegorz Bizon2017-04-121-0/+14
|/