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
2022-07-20Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot
2022-04-20Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot
2022-02-18Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot
2022-01-20Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-11-18Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot
2021-10-20Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-08-19Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-03-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-03Add system hooks for project/group membership updatesBrandon Williams
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
2019-08-08Add docs for local requests whitelistReuben Pereira
- Add documentation under security/webhooks since similar docs are present there.
2019-07-12Add blank lines around code blocksMarcel Amirault
All code blocks should be surrounded by blank lines
2019-06-12Update note style in various docsMarcel Amirault
2019-06-10SSOT edits to docs that are alone in root directoriesMarcel Amirault
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