summaryrefslogtreecommitdiff
path: root/spec/policies/project_policy_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add spec for Release APIShinya Maeda2018-12-311-2/+2
* Add releases APIAlessio Caiazza2018-12-311-5/+6
* Allow users to add cluster with ancestorsMayra Cabrera2018-12-241-1/+11
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
* Add policy for clusters on group levelThong Kuah2018-11-081-2/+2
* Use policies to determine if attributes can be set in the APISean McGivern2018-08-221-0/+1
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-15/+15
* Operations and Kubernetes items are now omitted in the sidebar when repositor...47631-operations-kubernetes-option-is-always-visible-when-repository-or-builds-are-disabledTiago Botelho2018-06-201-0/+38
* Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-011-1/+1
* Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-151-1/+1
* Prevent awarding emoji when a project is archivedBob Van Landuyt2018-04-111-1/+3
* Rename `create_merge_request` permissionsBob Van Landuyt2018-04-111-6/+7
* Prevent new merge requests for archived projectsBob Van Landuyt2018-04-111-1/+16
* Update policies to make archived projects completely read-onlyDouwe Maan2018-04-101-2/+65
* Rename delete_protected_branch ability to push_to_delete_protected_branch to ...Douwe Maan2018-04-101-1/+1
* Fix N+1 in MergeRequestParserSean McGivern2018-04-051-6/+6
* Limit queries to a user-branch combinationBob Van Landuyt2018-03-071-1/+1
* Allow abilities on forks while MR is openBob Van Landuyt2018-03-071-0/+37
* Make user/author use project.creator in most factoriesRémy Coutable2018-01-311-1/+1
* Refactor spec/policies/project_policy_spec.rb to minimize the diff with EErc/refactor-project_policy_spec-ceRémy Coutable2017-09-221-47/+86
* Allow DEVELOPER role to admin milestonesissue_32215Felipe Artur2017-09-181-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-4/+4
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Don't treat anonymous users as owners when group has pending invitesSean McGivern2017-07-241-0/+18
* Associate Issues tab only with internal issues trackerJarka Kadlecova2017-07-241-0/+24
* convert all the policies to DeclarativePolicyhttp://jneen.net/2017-06-271-2/+2
* update the specs to not require a set to be returnedhttp://jneen.net/2017-06-271-52/+61
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Update tests and applicationfix-external-ci-servicesKamil Trzcinski2017-06-131-0/+12
* Add confirm delete protected branch modalSam Rose2017-05-081-1/+1
* Use `:empty_project` where possible in policy specsRobert Speicher2017-03-271-1/+1
* More backportDouwe Maan2017-02-061-32/+30
* Update effected testszj-guest-reads-public-buildsZ.J. van de Weg2016-12-041-16/+16
* Guests can read builds if those are publicZ.J. van de Weg2016-12-041-7/+29
* Improve ProjectPolicy spec to check permissions when wiki is disabledDouglas Barbosa Alexandre2016-11-301-2/+12
* Allow owners to fetch source code in CI buildsallow-owner-to-run-ci-buildsKamil Trzcinski2016-11-011-0/+14
* Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-111-2/+3
* Improve project policy specAlejandro Rodríguez2016-10-061-16/+131
* Test if issue authors can access private projectsFelipe Artur2016-09-201-0/+13
* add project_policy_spec to replace .project_abilities spechttp://jneen.net/2016-08-301-0/+36