| Commit message (Expand) | Author | Age | Files | Lines |
* | Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42 | GitLab Bot | 2021-05-19 | 2 | -3/+13 |
* | Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42 | Robert Speicher | 2021-01-20 | 1 | -0/+11 |
* | Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42 | GitLab Bot | 2020-12-17 | 1 | -0/+15 |
* | Add latest changes from gitlab-org/security/gitlab@13-5-stable-ee | GitLab Bot | 2020-10-30 | 1 | -0/+1 |
* | Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42 | GitLab Bot | 2020-10-21 | 2 | -0/+14 |
* | Add latest changes from gitlab-org/gitlab@13-4-stable-ee | GitLab Bot | 2020-09-19 | 1 | -1/+6 |
* | Add latest changes from gitlab-org/gitlab@13-3-stable-ee | GitLab Bot | 2020-08-20 | 2 | -2/+2 |
* | Add latest changes from gitlab-org/gitlab@13-1-stable-ee | GitLab Bot | 2020-06-18 | 1 | -0/+22 |
* | Add latest changes from gitlab-org/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-20 | 2 | -1/+16 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-14 | 1 | -2/+1 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 1 | -0/+2 |
* | Allow use of legacy triggers with feature flag | Fabio Pitino | 2019-07-15 | 1 | -1/+1 |
* | Add new permission model `read-pipeline-variable` | Agustin Henze | 2019-04-09 | 1 | -0/+12 |
* | [master] Pipelines section is available to unauthorized users | Kamil Trzciński | 2019-01-31 | 1 | -0/+9 |
* | Authorize DestroyPipelineService against pipeline | Matija Čupić | 2018-11-13 | 1 | -0/+4 |
* | Allow to make builds soft-archived.disallow-retry-of-old-builds | Kamil Trzciński | 2018-11-05 | 1 | -1/+6 |
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+2 |
* | Enable frozen string in presenters and policiesrepo-forks/gitlab-ce-frozen-string-enable-app-presenters | gfyoung | 2018-07-24 | 5 | -0/+10 |
* | Web Terminal Ci Build | Francisco Javier López | 2018-07-05 | 1 | -0/+6 |
* | Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-push | Mark Chao | 2018-06-01 | 2 | -6/+6 |
* | Refactor out duplication in runner_policy.rb46010-allow-managing-group-runners-via-api | Dylan Griffith | 2018-05-16 | 1 | -4/+8 |
* | Change policy list_runner_jobs -> read_runner | Dylan Griffith | 2018-05-16 | 1 | -1/+0 |
* | Rename User#ci_authorized_runners -> ci_owned_runners | Dylan Griffith | 2018-05-16 | 1 | -6/+6 |
* | Improve efficiency of authorized_runner policy query | Dylan Griffith | 2018-05-16 | 1 | -1/+1 |
* | Use can? policies for lib/api/runners.rb | Dylan Griffith | 2018-05-16 | 1 | -4/+4 |
* | Enable update_(build|pipeline) for maintainers | Jan Provaznik | 2018-05-15 | 2 | -0/+17 |
* | Update policies to make archived projects completely read-only | Douwe Maan | 2018-04-10 | 2 | -12/+6 |
* | Hide pipeline schedule 'take ownership' for current owner | Mark Fletcher | 2018-02-01 | 1 | -0/+8 |
* | Refactor common protected ref check | Stan Hu | 2017-12-12 | 2 | -16/+10 |
* | Fix conditions for checking pipeline schedule rules | Stan Hu | 2017-12-12 | 1 | -3/+3 |
* | Create a play_pipeline_schedule policy and use it | Stan Hu | 2017-12-12 | 1 | -0/+18 |
* | Add doc. Fix spec. Add erase_build in protected_ref rule | Shinya Maeda | 2017-11-07 | 1 | -4/+8 |
* | Do not allow jobs to be erased | Shinya Maeda | 2017-11-06 | 1 | -0/+5 |
* | Rename :user_cannot_update to :protected_ref | Lin Jen-Shin | 2017-07-18 | 2 | -4/+4 |
* | Rename can_push_or_merge_to_branch? to can_update_branch? | Lin Jen-Shin | 2017-07-18 | 2 | -4/+8 |
* | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline | Lin Jen-Shin | 2017-07-18 | 1 | -3/+7 |
|\ |
|
| * | Make sure it checks against the tag only when it's a tag34927-protect-manual-actions-on-tags | Lin Jen-Shin | 2017-07-18 | 1 | -1/+4 |
| * | Protect manual actions against protected tag too | Lin Jen-Shin | 2017-07-17 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline | Lin Jen-Shin | 2017-07-17 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Remove update|admin_pipeline_schedule from Project, and grant it in PipelineS... | Kamil Trzcinski | 2017-07-07 | 1 | -16/+5 |
| * | Fix policy by new guild line | Shinya Maeda | 2017-07-05 | 1 | -8/+10 |
| * | zh nich catches 2 | Shinya Maeda | 2017-07-05 | 1 | -1/+5 |
| * | Improve PipelineSchedulePolicy | Shinya Maeda | 2017-07-05 | 1 | -3/+7 |
| * | Add functionality and security. | Shinya Maeda | 2017-07-05 | 1 | -16/+6 |
| * | Fix policy by new guild line | Shinya Maeda | 2017-07-05 | 1 | -8/+10 |
| * | zh nich catches 2 | Shinya Maeda | 2017-07-05 | 1 | -1/+5 |
| * | Improve PipelineSchedulePolicy | Shinya Maeda | 2017-07-05 | 1 | -3/+7 |
| * | Add functionality and security. | Shinya Maeda | 2017-07-05 | 1 | -0/+11 |
* | | Fix bad conflict resolution | Lin Jen-Shin | 2017-07-04 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline | Lin Jen-Shin | 2017-07-04 | 4 | -56/+32 |
|\ \
| |/ |
|