summaryrefslogtreecommitdiff
path: root/spec/services/system_hooks_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-112/+47
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-28/+0
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-3/+0
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-7/+2
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-3/+0
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add system hooks for project/group membership updatesBrandon Williams2019-09-021-0/+10
* Remove deprecated uses of attribute_changed?9932-fix-deprecated-attribute_changed-ceHeinrich Lee Yu2019-04-301-6/+6
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* Fix typos in libGeorge Tsiolis2018-11-151-1/+1
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Merge branch 'sh-fix-issue-43871-system-hooks' into 'master'Robert Speicher2018-03-051-0/+8
|\
| * Don't error out in system hook if user has `nil` datetime columnsStan Hu2018-03-051-0/+8
* | Replace deprecated path_with_namespace with full_pathDmitriy Zaporozhets2018-03-051-0/+4
|/
* Log and send a system hook if a blocked user fails to loginsh-log-when-user-blockedStan Hu2018-01-141-0/+13
* Add system hooks user_rename and group_renameWinnie Hellmann2017-11-031-0/+38
* Use the correct project visibility in system hooksBob Van Landuyt2017-10-301-0/+6
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-7/+7
* Fix bug when system hook for deploy keybilly.lb2017-03-161-0/+3
* Add a system hook for when a project is updated.Tommy Beadle2017-01-261-0/+2
* Merge branch 'add_username_to_user_system_hooks' of https://github.com/tbeadl...Dmitriy Zaporozhets2016-01-131-16/+16
|\
| * Include user_username in user_(add_to/remove_from)_(project/group) system hooks.Tommy Beadle2016-01-071-4/+4
| * Include the username in user_create/destroy system hooks.Tommy Beadle2016-01-071-2/+2
* | Include the user_id in user_*_team system hooks.Tommy Beadle2016-01-061-2/+2
|/
* Added system hooks messages for renaming and transferring a projectSteve Norman2016-01-041-14/+33
* Tag service specsDouwe Maan2015-12-091-1/+1
* hooks: Add full project namespace to payloadRicardo Band2015-10-021-2/+2
* Remove unnecessary whitespace between let and (Dmitriy Zaporozhets2015-06-221-6/+6
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-24/+24
* Added support for firing system hooks on group create/destroy and adding/remo...Boyan Tabakov2015-01-271-0/+31
* Fix adminarea and emails for new membership logicDmitriy Zaporozhets2014-09-151-5/+5
* Add system hook for ssh key changesLukas Erlacher2014-09-031-0/+5
* Adding project visibility to system hooksAlex2014-05-121-4/+4
* Use instance methods for system_hooks_serviceDmitriy Zaporozhets2014-01-151-2/+2
* Mention SystemHook user_id in sample. Extend testsDmitriy Zaporozhets2013-10-081-28/+20
* Add user_id to system hook when new user createdDmitriy Zaporozhets2013-10-081-1/+1
* System hooks execution moved to System hook serviceAndrew8xx82013-02-201-0/+41