summaryrefslogtreecommitdiff
path: root/app/services/system_hooks_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't error out in system hook if user has `nil` datetime columnsStan Hu2018-03-051-2/+2
* Redesign plugins systemDmitriy Zaporozhets2018-02-261-8/+1
* Remove plugin initializer and add plugins:validate rake taskDmitriy Zaporozhets2018-02-261-1/+1
* Add external plugins support to extend system hooksDmitriy Zaporozhets2018-02-261-0/+9
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-181-1/+1
|\
| * use safer .hooks_for instead of .public_sendAlexis Reigel2018-01-171-1/+1
* | Log and send a system hook if a blocked user fails to loginsh-log-when-user-blockedStan Hu2018-01-141-1/+4
|/
* Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-051-1/+5
* Add system hooks user_rename and group_renameWinnie Hellmann2017-11-031-14/+34
* Use the correct project visibility in system hooksBob Van Landuyt2017-10-301-1/+1
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-4/+4
* Wrong data type when testing webhooksAlexander Randa2017-07-201-1/+1
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Fix bug when system hook for deploy keybilly.lb2017-03-161-5/+4
* Use string based `visibility` getter & setterToon Claes2017-03-021-2/+2
* Enable Performance/RedundantMergeDouwe Maan2017-02-231-3/+1
* Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolationRobert Speicher2016-10-031-1/+1
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
* Added System Hooks for push and tag_pushGabriel Mazetto2016-04-191-8/+4
* Exclude projects pending deletion from all resultsZeger-Jan van de Weg2016-03-311-10/+12
* Merge branch 'add_username_to_user_system_hooks' of https://github.com/tbeadl...Dmitriy Zaporozhets2016-01-131-1/+4
|\
| * Include user_username in user_(add_to/remove_from)_(project/group) system hooks.Tommy Beadle2016-01-071-0/+2
| * Include the username in user_create/destroy system hooks.Tommy Beadle2016-01-071-1/+2
* | Include the user_id in user_*_team system hooks.Tommy Beadle2016-01-061-0/+1
|/
* Added system hooks messages for renaming and transferring a projectSteve Norman2016-01-041-1/+10
* Split complex method SystemHooksService#build_event_dataDmitriy Zaporozhets2015-11-131-30/+42
* hooks: Add full project namespace to payloadRicardo Band2015-10-021-0/+1
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-081-3/+3
* Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-271-3/+3
* Added X-GitLab-Event header for web hooksbugagazavr2015-04-251-3/+3
* Generate valid json for hooksNicole Cordes2015-03-101-1/+1
* Added support for firing system hooks on group create/destroy and adding/remo...Boyan Tabakov2015-01-271-0/+23
* Merge pull request #7495 from polamjag/fix-date-format-on-system-hookValeriy Sizov2014-11-051-1/+1
|\
| * append .xmlschema to system hook timestamppolamjag2014-08-141-1/+1
* | Fix migration and association for new members tableDmitriy Zaporozhets2014-09-141-1/+1
* | Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-3/+3
* | Add system hook for ssh key changesLukas Erlacher2014-09-031-0/+10
|/
* Adding project visibility to system hooksAlex2014-05-121-2/+4
* Use instance methods for system_hooks_serviceDmitriy Zaporozhets2014-01-151-5/+5
* Add user_id to system hook when new user createdDmitriy Zaporozhets2013-10-081-1/+2
* Group ownership completely based on users_groups relation nowDmitriy Zaporozhets2013-09-261-2/+4
* Refactor access roles methodsDmitriy Zaporozhets2013-08-201-1/+1
* Add UsersGroup relation to be respected by abilities and Project#teamDmitriy Zaporozhets2013-06-181-1/+1
* Use separate property for project path and project path with namespace inside...Dmitriy Zaporozhets2013-05-221-1/+2
* include namespace in project path for system hookDmitriy Zaporozhets2013-05-221-1/+1
* An Id must be sended to queueAndrew8xx82013-02-211-1/+1
* Method moved to serviceAndrew8xx82013-02-201-1/+5
* System hooks execution moved to System hook serviceAndrew8xx82013-02-201-0/+55