gitlab-org--gitlab-foss/lib/gitlab/hook_data
Sean McGivern 0bcfd0adb3 Fix image webhook rewriting for uploads
This rewrote URLs to be absolute URLs. However, for uploads (the most
common case), we actually need them to point to not just the GitLab
instance, but the project they're from. Thankfully, we can normally get
that information from the object we're building the hook for.
2018-10-16 10:54:49 +01:00
..
base_builder.rb Fix image webhook rewriting for uploads 2018-10-16 10:54:49 +01:00
issuable_builder.rb
issue_builder.rb
merge_request_builder.rb
note_builder.rb
wiki_page_builder.rb