summaryrefslogtreecommitdiff
path: root/spec/policies/project_policy_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't treat anonymous users as owners when group has pending invitesSean McGivern2017-07-241-0/+18
| | | | | | The `members` table can have entries where `user_id: nil`, because people can invite group members by email. We never want to include those as members, because it might cause confusion with the anonymous (logged out) user.
* 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
| | | | Fixes #18448
* 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
| | | | Due to different way of handling owners of a project, they were not allowed to fetch CI sources for project.
* 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