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
8f1e0d8c
Commit
8f1e0d8c
authored
Oct 18, 2021
by
Kati Paizee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CTRT edits for Webhooks page - part 3
parent
02ab3b58
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1729 additions
and
1722 deletions
+1729
-1722
doc/administration/instance_limits.md
doc/administration/instance_limits.md
+1
-1
doc/user/project/integrations/webhook_events.md
doc/user/project/integrations/webhook_events.md
+1669
-0
doc/user/project/integrations/webhooks.md
doc/user/project/integrations/webhooks.md
+57
-1719
doc/user/project/repository/mirror/bidirectional.md
doc/user/project/repository/mirror/bidirectional.md
+2
-2
No files found.
doc/administration/instance_limits.md
View file @
8f1e0d8c
...
...
@@ -776,7 +776,7 @@ than the specified limit, hooks won't be executed.
More information can be found in these docs:
-
[
Webhooks push events
](
../user/project/integrations/webhooks.md#push-events
)
-
[
Webhooks push events
](
../user/project/integrations/webhook
_event
s.md#push-events
)
-
[
Project services push hooks limit
](
../user/project/integrations/overview.md#push-hooks-limit
)
### Activities
...
...
doc/user/project/integrations/webhook_events.md
0 → 100644
View file @
8f1e0d8c
This diff is collapsed.
Click to expand it.
doc/user/project/integrations/webhooks.md
View file @
8f1e0d8c
This diff is collapsed.
Click to expand it.
doc/user/project/repository/mirror/bidirectional.md
View file @
8f1e0d8c
...
...
@@ -25,7 +25,7 @@ remotes to prevent conflicts caused by rewriting history.
Bidirectional mirroring also creates a race condition where commits made close together to the same
branch causes conflicts. The race condition can be mitigated by reducing the mirroring delay by using
a
[
Push event webhook
](
../../integrations/webhooks.md#push-events
)
to trigger an immediate
a
[
Push event webhook
](
../../integrations/webhook
_event
s.md#push-events
)
to trigger an immediate
pull to GitLab. Push mirroring from GitLab is rate limited to once per minute when only push mirroring
protected branches.
...
...
@@ -33,7 +33,7 @@ protected branches.
Assuming you have already configured the
[
push
](
push.md#set-up-a-push-mirror-to-another-gitlab-instance-with-2fa-activated
)
and
[
pull
](
pull.md#pull-from-a-remote-repository
)
mirrors in the upstream GitLab instance, to trigger an
immediate pull as suggested above, you must configure a
[
Push Event Web Hook
](
../../integrations/webhooks.md#push-events
)
immediate pull as suggested above, you must configure a
[
Push Event Web Hook
](
../../integrations/webhook
_event
s.md#push-events
)
in the downstream instance.
To do this:
...
...
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