summaryrefslogtreecommitdiff
path: root/doc/system_hooks
Commit message (Collapse)AuthorAgeFilesLines
* Add a system hook for when a project is updated.Tommy Beadle2017-01-261-1/+18
| | | | | | | This sends a project_update hook when a repo is updated. This does not include renaming or transferring a project. Those are covered by project_rename and project_transfer. This will get called, however, when the visibility is changed.
* Using single builder for push and tag eventsGabriel Mazetto2016-04-191-2/+38
|
* Added System Hooks for push and tag_pushGabriel Mazetto2016-04-191-0/+77
| | | | | Code is based on Project Webhooks, removing deprecations and without commits listing.
* Include user_username in user_(add_to/remove_from)_(project/group) system hooks.Tommy Beadle2016-01-071-0/+4
|
* Include the username in user_create/destroy system hooks.Tommy Beadle2016-01-071-0/+2
|
* Added system hooks messages for renaming and transferring a projectSteve Norman2016-01-041-1/+49
|
* hooks: Add full project namespace to payloadRicardo Band2015-10-021-20/+22
| | | | | Payload of "project_member, :create" and "project_member, :destroy" now also have a field project_path_with_namespace.
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-081-0/+6
|
* Fix a number of discovered typos, capitalization of developer andEwan Edwards2015-02-031-4/+4
| | | | product names, plus a couple of instances of bad Markdown markup.
* Added support for firing system hooks on group create/destroy and ↵Boyan Tabakov2015-01-271-1/+62
| | | | | | adding/removing users to group. Added tests and updated docs. Also adding 'user_id' field in the hooks for adding/removing user from team.
* Add system hook for ssh key changesLukas Erlacher2014-09-031-1/+25
| | | | | | Add system hook for ssh key create and destroy Update and fix documentation Update tests
* Update docs to markdown style guide.Ciro Santilli2014-06-031-6/+6
|
* Add titles to doc pages.Marin Jankovski2014-05-271-0/+2
|
* Adding project visibility to system hooksAlex2014-05-121-16/+20
|
* Fixed some minor typos.Kei2014-03-161-4/+4
|
* Moved all the help files to markdown files:Jeroen van Baarsen2014-02-281-0/+89
Files moved: * Workflow * help/ssh * help/webhooks * help/system_hooks * help/public_access * help/permissions