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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
affb5b3f
Commit
affb5b3f
authored
Mar 13, 2015
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation for object_kind field in Webhook push and tag push Webhooks
parent
12f1a42e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
CHANGELOG
CHANGELOG
+1
-0
doc/web_hooks/web_hooks.md
doc/web_hooks/web_hooks.md
+2
-0
No files found.
CHANGELOG
View file @
affb5b3f
Please view this file on the master branch, on stable branches it's out of date.
Please view this file on the master branch, on stable branches it's out of date.
v 7.9.0 (unreleased)
v 7.9.0 (unreleased)
- Update documentation for object_kind field in Webhook push and tag push Webhooks (Stan Hu)
- Fix broken email images (Hannes Rosenögger)
- Fix broken email images (Hannes Rosenögger)
- Fix mass SQL statements on initial push (Hannes Rosenögger)
- Fix mass SQL statements on initial push (Hannes Rosenögger)
- Add tag push notifications and normalize HipChat and Slack messages to be consistent (Stan Hu)
- Add tag push notifications and normalize HipChat and Slack messages to be consistent (Stan Hu)
...
...
doc/web_hooks/web_hooks.md
View file @
affb5b3f
...
@@ -16,6 +16,7 @@ Triggered when you push to the repository except when pushing tags.
...
@@ -16,6 +16,7 @@ Triggered when you push to the repository except when pushing tags.
```
json
```
json
{
{
"object_kind"
:
"push"
,
"before"
:
"95790bf891e76fee5e1747ab589903a6a1f80f22"
,
"before"
:
"95790bf891e76fee5e1747ab589903a6a1f80f22"
,
"after"
:
"da1560886d4f094c3e6c9ef40349f7d38b5d27d7"
,
"after"
:
"da1560886d4f094c3e6c9ef40349f7d38b5d27d7"
,
"ref"
:
"refs/heads/master"
,
"ref"
:
"refs/heads/master"
,
...
@@ -66,6 +67,7 @@ Triggered when you create (or delete) tags to the repository.
...
@@ -66,6 +67,7 @@ Triggered when you create (or delete) tags to the repository.
```
json
```
json
{
{
"object_kind"
:
"tag_push"
,
"ref"
:
"refs/tags/v1.0.0"
,
"ref"
:
"refs/tags/v1.0.0"
,
"before"
:
"0000000000000000000000000000000000000000"
,
"before"
:
"0000000000000000000000000000000000000000"
,
"after"
:
"82b3d5ae55f7080f1e6022629cdb57bfae7cccc7"
,
"after"
:
"82b3d5ae55f7080f1e6022629cdb57bfae7cccc7"
,
...
...
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