diff options
author | George Koltsov <gkoltsov@gitlab.com> | 2019-07-30 11:53:23 +0100 |
---|---|---|
committer | George Koltsov <gkoltsov@gitlab.com> | 2019-08-02 15:39:18 +0100 |
commit | 8abf920d1f55e9117dd3b05d81ee9ebf7721f2bd (patch) | |
tree | bcdc229c8b9819f0ff6f5dc99095fe40bbeff51c /changelogs/unreleased | |
parent | ac7661924eebd6eb0fa72848e2b4bf4391ebf113 (diff) | |
download | gitlab-ce-8abf920d1f55e9117dd3b05d81ee9ebf7721f2bd.tar.gz |
Refactor SystemHookUrlValidator and specs
Simplify SystemHookUrlValidator to inherit from PublicUrlValidator
Refactor specs to move out shared examples to be used in both
system hooks and public url validators.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r-- | changelogs/unreleased/georgekoltsov-55474-outbound-setting-system-hooks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/unreleased/georgekoltsov-55474-outbound-setting-system-hooks.yml b/changelogs/unreleased/georgekoltsov-55474-outbound-setting-system-hooks.yml index 46b4a408a27..fb1acb1e9f5 100644 --- a/changelogs/unreleased/georgekoltsov-55474-outbound-setting-system-hooks.yml +++ b/changelogs/unreleased/georgekoltsov-55474-outbound-setting-system-hooks.yml @@ -2,4 +2,4 @@ title: Add new outbound network requests application setting for system hooks merge_request: 31177 author: -type: changed +type: added |