Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-16Team Member Removed: "project_access" changed to "access_level". Team ↵Adam
Member Added & Removed: "project_visibility" returns "visibilitylevel|private".
2019-02-12Docs: Realign more CE docs that diverged from EE unnecessarily (second MR)Marcel Amirault
2019-01-24Fix most instances of bare URLs in markdownEvan Read
2018-06-06Doc updateMark Chao
2018-01-18Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan
System hooks for Merge Requests See merge request gitlab-org/gitlab-ce!14387
2018-01-17doc for system hook merge_requests_eventsAlexis Reigel
2018-01-15Log and send a system hook if a blocked user fails to loginStan Hu
Closes #41633
2017-11-03Add system hooks user_rename and group_renameWinnie Hellmann
2017-10-20Clarify the difference between project_update and project_renameJoe Marty
2017-08-08Remove trailing comma in System Hooks payload examplesMark Fletcher
2017-05-13Documentation for repository_update_eventsGabriel Mazetto
2017-03-14Syshook documentation updatedgpongelli
2017-01-26Add a system hook for when a project is updated.Tommy Beadle
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.
2016-04-19Using single builder for push and tag eventsGabriel Mazetto
2016-04-19Added System Hooks for push and tag_pushGabriel Mazetto
Code is based on Project Webhooks, removing deprecations and without commits listing.
2016-01-07Include user_username in user_(add_to/remove_from)_(project/group) system hooks.Tommy Beadle
2016-01-07Include the username in user_create/destroy system hooks.Tommy Beadle
2016-01-04Added system hooks messages for renaming and transferring a projectSteve Norman
2015-10-02hooks: Add full project namespace to payloadRicardo Band
Payload of "project_member, :create" and "project_member, :destroy" now also have a field project_path_with_namespace.
2015-05-08Added X-GitLab-Event header for web hooksbugagazavr
2015-02-04Fix a number of discovered typos, capitalization of developer andEwan Edwards
product names, plus a couple of instances of bad Markdown markup.
2015-01-27Added support for firing system hooks on group create/destroy and ↵Boyan Tabakov
adding/removing users to group. Added tests and updated docs. Also adding 'user_id' field in the hooks for adding/removing user from team.
2014-09-03Add system hook for ssh key changesLukas Erlacher
Add system hook for ssh key create and destroy Update and fix documentation Update tests
2014-06-04Update docs to markdown style guide.Ciro Santilli
2014-05-27Add titles to doc pages.Marin Jankovski
2014-05-12Adding project visibility to system hooksAlex
2014-03-15Fixed some minor typos.Kei
2014-02-28Moved all the help files to markdown files:Jeroen van Baarsen
Files moved: * Workflow * help/ssh * help/webhooks * help/system_hooks * help/public_access * help/permissions