gitlab-org--gitlab-foss/app/services
Hannes Rosenögger b0c1bc6657 Merge branch 'generate-valid-json' into 'master'
Generate valid json

This patch helps to be compatible to other programing languages as it improves the validation of hook data. It seems only ruby can handle 'nil' as value while other json decode function will fatal.

See merge request !182
2015-03-11 16:53:10 +00:00
..
files
issues Send notifications and leave system comments when bulk updating issues. 2015-03-06 15:01:13 +01:00
merge_requests Use Gitlab::Git helper methods and constants as much as possible. 2015-03-10 13:39:31 +01:00
milestones
notes Added comment notification events to HipChat and Slack services. 2015-03-06 06:54:00 -08:00
oauth2
projects Merge branch 'autocomplete-mention-count' into 'master' 2015-02-27 07:08:23 +00:00
search
archive_repository_service.rb
base_service.rb
compare_service.rb
create_branch_service.rb
create_tag_service.rb Use Gitlab::Git helper methods and constants as much as possible. 2015-03-10 13:39:31 +01:00
delete_branch_service.rb
event_create_service.rb Use Gitlab::Git helper methods and constants as much as possible. 2015-03-10 13:39:31 +01:00
git_push_service.rb Use Gitlab::Git helper methods and constants as much as possible. 2015-03-10 13:39:31 +01:00
git_tag_push_service.rb Set correct object_kind on tag push data. 2015-03-03 11:14:33 +01:00
gravatar_service.rb
issuable_base_service.rb
notification_service.rb Blocking user does not remove him/her from project/groups but show blocked label 2015-03-09 19:02:30 -07:00
system_hooks_service.rb Generate valid json for hooks 2015-03-10 10:07:25 +01:00
test_hook_service.rb