Commit graph

12 commits

Author SHA1 Message Date
Thong Kuah
f0391c2517 Add frozen_string_literal to spec/support
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-25 17:33:34 +12:00
Vladimir Shushlin
6796dcf277 Fix wrong pages access level default
- Set access level in before_validation hook
- Add post migration for updating existing project_features
2019-07-17 12:56:58 +00:00
Stan Hu
82c31a9add Support CIDR notation in IP rate limiter
This will make it possible to whitelist multiple IP addresses
(e.g. 192.168.0.1/24).
2019-06-27 23:16:11 -07:00
Roger Meier
946ffc67b7 refactor: remove Sentry from application settings 2019-06-25 21:17:19 +02:00
Brett Walker
e082090e1f Remove 'already initialized constant' warnings 2019-05-20 19:44:49 -05:00
Lin Jen-Shin
97552924d0 Require possible EE extension 2019-04-10 23:46:16 +08:00
Patrick Bajao
26dadbc9c4 Integrate Gitlab::Keys with Gitlab::Shell
In this commit, some methods that aren't being used
are removed from `Gitlab::Shell`. They are the ff:
- `#remove_keys_not_found_in_db`
- `#batch_read_key_ids`
- `#list_key_ids`

The corresponding methods in `Gitlab::Keys` have been
removed as well.
2019-03-19 11:16:21 +00:00
Nick Thomas
f9e41d0d85
Allow MR diffs to be placed into an object store 2019-02-05 14:12:48 +00:00
James Edwards-Jones
d4f2978734 Backport stub_default_url_options from EE
Used in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5782
2018-12-03 16:12:13 +00:00
Lin Jen-Shin
71fefe1474 Properly implement prepending for Concern 2018-09-11 18:45:49 +08:00
Douglas Barbosa Alexandre
5894dfabc5
Backport LDAP changes to CE 2018-08-23 15:46:45 +02: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
Renamed from spec/support/stub_configuration.rb (Browse further)