summaryrefslogtreecommitdiff
path: root/doc/system_hooks
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-031-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-3/+3
|
* Add system hooks for project/group membership updatesBrandon Williams2019-09-021-0/+40
| | | | | | | When updating group and project members, new system hooks `user_update_for_group` and `user_update_for_team` will be executed. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12252
* Add docs for local requests whitelistReuben Pereira2019-08-081-0/+5
| | | | | - Add documentation under security/webhooks since similar docs are present there.
* Add blank lines around code blocksMarcel Amirault2019-07-121-0/+1
| | | | All code blocks should be surrounded by blank lines
* Update note style in various docsMarcel Amirault2019-06-121-1/+3
|
* SSOT edits to docs that are alone in root directoriesMarcel Amirault2019-06-101-5/+17
|
* Team Member Removed: "project_access" changed to "access_level". Team ↵Adam2019-02-151-3/+3
| | | | Member Added & Removed: "project_visibility" returns "visibilitylevel|private".
* Docs: Realign more CE docs that diverged from EE unnecessarily (second MR)Marcel Amirault2019-02-121-1/+1
|
* Fix most instances of bare URLs in markdownEvan Read2019-01-241-3/+3
|
* Doc updateMark Chao2018-06-061-4/+4
|
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-181-0/+129
|\ | | | | | | | | System hooks for Merge Requests See merge request gitlab-org/gitlab-ce!14387
| * doc for system hook merge_requests_eventsAlexis Reigel2018-01-171-0/+129
| |
* | Log and send a system hook if a blocked user fails to loginsh-log-when-user-blockedStan Hu2018-01-141-0/+20
|/ | | | Closes #41633
* Add system hooks user_rename and group_renameWinnie Hellmann2017-11-031-5/+65
|
* Clarify the difference between project_update and project_renameJoe Marty2017-10-201-0/+2
|
* Remove trailing comma in System Hooks payload examplesMark Fletcher2017-08-081-7/+7
|
* Documentation for repository_update_eventsGabriel Mazetto2017-05-121-1/+49
|
* Syshook documentation updatedgpongelli2017-03-141-2/+13
|
* 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