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
8d6c56d1
Commit
8d6c56d1
authored
Jan 17, 2021
by
Kate Grechishkina
Committed by
Evan Read
Jan 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that commits section can be empty
parent
dcdb6883
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
doc/user/project/integrations/webhooks.md
doc/user/project/integrations/webhooks.md
+4
-0
No files found.
doc/user/project/integrations/webhooks.md
View file @
8d6c56d1
...
@@ -96,6 +96,10 @@ attribute only contains the first 20 for performance reasons. Loading
...
@@ -96,6 +96,10 @@ attribute only contains the first 20 for performance reasons. Loading
detailed commit data is expensive. Note that despite only 20 commits being
detailed commit data is expensive. Note that despite only 20 commits being
present in the
`commits`
attribute, the
`total_commits_count`
attribute contains the actual total.
present in the
`commits`
attribute, the
`total_commits_count`
attribute contains the actual total.
NOTE:
If a branch creation push event is generated without new commits being introduced, the
`commits`
attribute in the payload is empty.
Also, if a single push includes changes for more than three (by default, depending on
Also, if a single push includes changes for more than three (by default, depending on
[
`push_event_hooks_limit` setting
](
../../../api/settings.md#list-of-settings-that-can-be-accessed-via-api-calls
)
)
[
`push_event_hooks_limit` setting
](
../../../api/settings.md#list-of-settings-that-can-be-accessed-via-api-calls
)
)
branches, this hook isn't executed.
branches, this hook isn't executed.
...
...
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