summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAriejan de Vroom <ariejan@ariejan.net>2011-12-14 17:38:52 +0100
committerAriejan de Vroom <ariejan@ariejan.net>2011-12-14 17:38:52 +0100
commitedab46e9fa5f568b1423c0021e81d30453d7dc1e (patch)
tree8efba8b082a534e1a069f4566d55d6117951e6ba /Gemfile.lock
parent56fc53e8d870b70ca66332daeb6da39ab0eb5ce7 (diff)
downloadgitlab-ce-edab46e9fa5f568b1423c0021e81d30453d7dc1e.tar.gz
Added web hooks functionality
This commit includes: * Projects can have zero or more WebHooks. * The PostReceive job will ask a project to execute any web hooks defined for that project. * WebHook has a URL, we post Github-compatible JSON to that URL. * Failure to execute a WebHook will be silently ignored.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 8a45a02699c..09fecb8878e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -87,6 +87,7 @@ GEM
execjs
coffee-script-source (1.1.3)
columnize (0.3.4)
+ crack (0.3.1)
daemons (1.1.4)
database_cleaner (0.7.0)
devise (1.5.0)
@@ -111,6 +112,9 @@ GEM
railties (~> 3.0)
hashery (1.4.0)
hike (1.2.1)
+ httparty (0.8.1)
+ multi_json
+ multi_xml
i18n (0.6.0)
jquery-rails (1.0.17)
railties (~> 3.0)
@@ -132,6 +136,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.3)
+ multi_xml (0.4.1)
nokogiri (1.5.0)
orm_adapter (0.0.5)
polyglot (0.3.3)
@@ -262,6 +267,9 @@ GEM
rack (>= 1.0.0)
warden (1.1.0)
rack (>= 1.0)
+ webmock (1.7.8)
+ addressable (~> 2.2, > 2.2.5)
+ crack (>= 0.1.7)
xpath (0.1.4)
nokogiri (~> 1.3)
@@ -286,6 +294,7 @@ DEPENDENCIES
gitolite!
grit!
haml-rails
+ httparty
jquery-rails
kaminari
launchy
@@ -309,3 +318,4 @@ DEPENDENCIES
thin
turn
uglifier
+ webmock