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
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