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
2017-03-16Fix bug when system hook for deploy keybilly.lb
2017-03-02Use string based `visibility` getter & setterToon Claes
Add `visibility` & `visibility=` methods to the `Gitlab::VisibilityLevel` module so the `visibility_level` can be get/set with a string value.
2017-02-23Enable Performance/RedundantMergeDouwe Maan
2016-10-03Enable Lint/StringConversionInInterpolation cop and autocorrect offensesRobert Speicher
2016-05-13Codestyle: make sure we have space around operatorsGabriel 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-03-31Exclude projects pending deletion from all resultsZeger-Jan van de Weg
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-11-13Split complex method SystemHooksService#build_event_dataDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-04-27Revert "Added X-GitLab-Event header for web hooks"Valery Sizov
This reverts commit 548f182814acd0f7a110e6c165c186e345901b00.
2015-04-25Added X-GitLab-Event header for web hooksbugagazavr
2015-03-10Generate valid json for hooksNicole Cordes
It seems that ruby can handle 'nil' value but other json processors (like PHP) throw an error. This is always generated for empty arrays.
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-11-05Merge pull request #7495 from polamjag/fix-date-format-on-system-hookValeriy Sizov
Use xmlschema date format (ISO 8601) on system hooks timestamp
2014-09-14Fix migration and association for new members tableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-14Huge replace of old users_project and users_group referencesDmitriy 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-08-13append .xmlschema to system hook timestamppolamjag
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-08Add user_id to system hook when new user createdDmitriy Zaporozhets
2013-09-26Group ownership completely based on users_groups relation nowDmitriy Zaporozhets
Before we have only owner_id to determine group owner With multiple owners per group we should get rid of owner_id in group. So from now @group.owner will always be nil but @group.owners return an actual array of users who can admin this group
2013-08-20Refactor access roles methodsDmitriy Zaporozhets
2013-06-18Add UsersGroup relation to be respected by abilities and Project#teamDmitriy Zaporozhets
2013-05-22Use separate property for project path and project path with namespace ↵Dmitriy Zaporozhets
inside system hook
2013-05-22include namespace in project path for system hookDmitriy Zaporozhets
2013-02-21An Id must be sended to queueAndrew8xx8
2013-02-20Method moved to serviceAndrew8xx8
2013-02-20System hooks execution moved to System hook serviceAndrew8xx8