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
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
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-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab 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-04-30Remove deprecated uses of attribute_changed?Heinrich Lee Yu
Prepares us for upgrade to Rails 5.2
2019-04-12Add frozen_string_literal to spec/servicesThong Kuah
Probably useful as we often move these files to "new" files.
2018-11-15Fix typos in libGeorge Tsiolis
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-03-06Merge branch 'sh-fix-issue-43871-system-hooks' into 'master'Robert Speicher
Don't error out in system hook if user has `nil` datetime columns Closes #43871 See merge request gitlab-org/gitlab-ce!17543
2018-03-06Don't error out in system hook if user has `nil` datetime columnsStan Hu
Deleting a user would fail in the system hooks if the user had `nil` column in `datetime` or `updated_at` fields. Closes #43871
2018-03-05Replace deprecated path_with_namespace with full_pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-30Use the correct project visibility in system hooksBob Van Landuyt
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-28Use `:empty_project` where possible in service specsRobert Speicher
2017-03-16Fix bug when system hook for deploy keybilly.lb
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-01-13Merge branch 'add_username_to_user_system_hooks' of ↵Dmitriy Zaporozhets
https://github.com/tbeadle/gitlabhq Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-06Include the user_id in user_*_team system hooks.Tommy Beadle
This fixes an issue where the user_id is not included in the data for user_add_to_team and user_remove_from_team system hooks. The documentation already states that the user_id should be included.
2016-01-04Added system hooks messages for renaming and transferring a projectSteve Norman
2015-12-09Tag service specsDouwe Maan
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-06-22Remove unnecessary whitespace between let and (Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
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-15Fix adminarea and emails for new membership logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-05-12Adding project visibility to system hooksAlex
2014-01-15Use instance methods for system_hooks_serviceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-08Mention SystemHook user_id in sample. Extend testsDmitriy Zaporozhets
2013-10-08Add user_id to system hook when new user createdDmitriy Zaporozhets
2013-02-20System hooks execution moved to System hook serviceAndrew8xx8