summaryrefslogtreecommitdiff
path: root/spec/policies/issue_policy_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-04-061-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-02-161-10/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-131-53/+57
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-051-0/+35
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-281-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-251-36/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-141-1/+36
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-291-2/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-121-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-101-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-261-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-161-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-101-3/+47
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-06-291-0/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-04-291-1/+26
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-141-0/+32
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-08-251-73/+76
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-08-121-0/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-08-031-9/+76
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-111-47/+67
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-211-2/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-301-1/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-291-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-231-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-151-4/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-0/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-0/+2
|
* Prevent unauthorised comments on merge requestsAlex Kalderimis2019-08-071-0/+28
| | | | | | | | | | | | | | | | | * Prevent creating notes on inaccessible MRs This applies the notes rules at the MR scope. Rather than adding extra rules to the Project level policy, preventing :create_note here is better since it only prevents creating notes on MRs. * Prevent creating notes in inaccessible Issues without this policy, non-team-members are allowed to comment on issues even when the project has the private-issues policy set. This means that without this change, users are allowed to comment on issues that they cannot read. * Add CHANGELOG entry
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-091-0/+19
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-19/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-051-0/+19
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Hides Close MR button on merged MR50161-hide-close-mr-button-when-mergedJacopo2018-10-021-1/+1
| | | | | | | | | | | When a Merge request is merged, shows only the Report abuse menu item in the dropdown menu instead of showing the close_reopen_report toggle with an unusable Close button. The Report abuse is still hidden when the author of the Merge request is the current_user. Hides the Reopen button on a closed and locked issue when the issue.author is not the current_user
* Restrict reopening locked issues for issue authorsJarka Kadlecová2018-09-041-14/+28
|
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-44/+44
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-6/+6
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* update the specs to not require a set to be returnedhttp://jneen.net/2017-06-271-61/+61
|
* Fix specsClement Ho2017-05-041-4/+4
|
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-86/+160
| | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
* Use `:empty_project` where possible in policy specsRobert Speicher2017-03-271-1/+1
|
* Added tests for IssuePolicyYorick Peterse2016-11-071-0/+119