Commit Graph

17 Commits

Author SHA1 Message Date
James Fargher 6b9157d5dc Make KubernetesService readonly
We are deprecating this service in favor of instance wide clusters.
Therefore we removed some code that is not anymore needed for a
readonly cluster and also we added some flags to allow for this
deprecation. These flags are to be removed in the next release when
we finally completelly remove KubernetesService.
2019-06-18 00:01:56 +00:00
Jan Provaznik a17a15562d API issues - minor cleanup of permission check
Adds `set_issue_updated_at` similar to `set_issue_created_at`
permission and cleans up the related permission check in issues
API.
2019-06-11 23:12:21 +00:00
Mayra Cabrera 59f9c5a380 Removes duplicated shared_context folder
Most of the shared context are located under
spec/support/shared_contexts, we only have one file under
spec/support/shared_context, this MR moves it to
spec/support/shared_contexts instead
2019-06-06 16:23:18 -05:00
Oswaldo Ferreira ca884980ee [CE] Support multiple assignees for merge requests
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161
(code out of ee/ folder).
2019-04-08 18:40:00 -03:00
Rémy Coutable 65441cfdda
[CE] Reduce the diff with EE in spec/policies/group_policy_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-27 15:41:46 +01:00
Rémy Coutable 0750638f80
[CE] Reduce differences with EE in users_finder_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-21 17:33:51 +01:00
Rémy Coutable e9aefa112b
[CE] Reduce differences with EE in merge_requests_finder_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-21 17:31:42 +01:00
Rémy Coutable 2f381e5e4c
[CE] Reduce differences with EE in issues_finder_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-21 17:31:41 +01:00
Rémy Coutable 30a4e5532d
[CE] Reduce differences with EE in group_projects_finder_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-21 17:31:41 +01:00
Rémy Coutable f5a4adf462
Reduce differences in spec/support/shared_contexts/services_shared_context.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-07 08:13:38 +01:00
Robert Schilling 0d8fd9f7de Change specs parameter to match requirements 2019-02-10 16:14:45 +01:00
Brett Walker 34dd6196e3 Use new merge request email address format
We now use `-merge-request` instead of `+merge-request+`
in order to support catch all email addresses
2019-01-03 14:37:35 -06:00
Francisco Javier López 6ed50b62e7 CE port Refactor Gitlab::Checks::ChangeAccess class 2018-12-04 11:55:49 +00:00
Cindy Pallares c0e5d9afee
Merge branch 'security-fj-crlf-injection' into 'master'
[master] Fix CRLF issue in UrlValidator

See merge request gitlab/gitlabhq!2627
2018-11-28 19:14:06 -05:00
Bob Van Landuyt b7ffc097fb Allow collaboration with forks through the API
These APIs are used by the web IDE.

They need to be on par with git & web access, allowing edits from
maintainers to forks with merge requests that allow access.
2018-07-12 12:14:54 +02:00
Mario de la Ossa 02741ca4c5
Backport 5480-epic-notifications from EE 2018-05-07 12:58:47 -06:00
Rémy Coutable 023d4f6f2f
Move spec helpers/matchers/shared examples/contexts to their relevant folder
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-23 12:20:30 +02:00