summaryrefslogtreecommitdiff
path: root/spec/models/ability_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-06-301-0/+32
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-01-251-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-091-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-181-0/+63
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-161-0/+41
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-111-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-151-3/+43
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-6/+0
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Fixed bug when external wiki is enabledFrancisco Javier López2019-01-311-1/+0
* Remove edit_note and update_note abilities in favor of admin_noteDouwe Maan2018-04-101-56/+0
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+95
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-3/+3
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-5/+5
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* 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-4/+4
* update the specs to not require a set to be returnedhttp://jneen.net/2017-06-271-4/+7
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-28/+28
* spec the behavior of nil subjectshttp://jneen.net/2017-03-091-0/+6
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-1/+1
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-5/+5
* address commentsJarka Kadlecova2017-01-251-16/+13
* Support notes without projectJarka Kadlecova2017-01-181-0/+30
* Project tools visibility levelFelipe Artur2016-09-011-2/+2
* don't use a deprecated api in ability_spechttp://jneen.net/2016-08-301-2/+2
* add project_policy_spec to replace .project_abilities spechttp://jneen.net/2016-08-301-64/+0
* Fix "Wiki" link not appearing in navigation for projects with external wiki21446-service-external-wiki-only-works-when-project-wiki-is-enabledAlejandro Rodríguez2016-08-261-0/+13
* Make Ability#project_abilities return unique values and fix countsfix-rspec-failures-due-to-cached-permissionsStan Hu2016-08-201-9/+10
* Add spec for Ability.project_abilitiesStan Hu2016-08-201-0/+63
* Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-291-0/+48
* Optimize maximum user access level lookup in loading of notesStan Hu2016-07-261-0/+56
* Refactor ParticipableYorick Peterse2016-06-011-0/+117