Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
58fd82c1
Commit
58fd82c1
authored
Jul 17, 2020
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update links to feature flags howto
parent
46106642
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/administration/server_hooks.md
doc/administration/server_hooks.md
+5
-5
No files found.
doc/administration/server_hooks.md
View file @
58fd82c1
...
...
@@ -163,13 +163,13 @@ them as they can change.
The following server hooks have been re-implemented in Go:
-
`pre-receive`
, with the Go implementation used by default. To use the Ruby implementation instead,
[
disable
](
../operations/feature_flags.md#enable-or-disable-feature-flag-strategies
)
th
e
`:gitaly_go_preceive_hook`
feature
flag.
[
disable
](
feature_flags.md#enable-or-disable-the-feature
)
the
`:gitaly_go_preceive_hook`
featur
e
flag.
-
`update`
, with the Go implementation used by default. To use the Ruby implementation instead,
[
disable
](
../operations/feature_flags.md#enable-or-disable-feature-flag-strategies
)
th
e
`:gitaly_go_update_hook`
feature
flag.
[
disable
](
feature_flags.md#enable-or-disable-the-feature
)
the
`:gitaly_go_update_hook`
featur
e
flag.
-
`post-receive`
, however the Ruby implementation is used by default. To use the Go implementation
instead,
[
enable
](
../operations/feature_flags.md#enable-or-disable-feature-flag-strategies
)
the
instead,
[
enable
](
feature_flags.md#enable-or-disable-the-feature
)
the
`:gitaly_go_postreceive_hook`
feature flag.
## Custom error messages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment