<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/projects/hooks_controller.rb, branch new-diff-notes</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Add Admin UI to enable Wiki Page events webhook in projects</title>
<updated>2016-05-30T19:12:50+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>gabriel@gitlab.com</email>
</author>
<published>2016-05-13T03:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e3311178a3ea877740f842b4145372623d553d4b'/>
<id>e3311178a3ea877740f842b4145372623d553d4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always mention HTTP status</title>
<updated>2016-05-03T11:42:56+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-05-03T11:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6957fb7c4f0993ba1e0cbd9949a7e96c2c2def32'/>
<id>6957fb7c4f0993ba1e0cbd9949a7e96c2c2def32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inform user about questionable hook success</title>
<updated>2016-05-03T11:40:59+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-05-03T11:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23a3e3756a4f44aa8bd69310a2e584c1d4f7af1d'/>
<id>23a3e3756a4f44aa8bd69310a2e584c1d4f7af1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation and web test for web hooks</title>
<updated>2016-05-03T11:03:10+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-05-03T11:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4e0c56279007fd6cec3d8e6bd684f0483b0e0ff'/>
<id>f4e0c56279007fd6cec3d8e6bd684f0483b0e0ff</id>
<content type='text'>
I wanted to share what I learned trying to debug web hooks using
netcat.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I wanted to share what I learned trying to debug web hooks using
netcat.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added UI to define secret_token for webhook and systemhook</title>
<updated>2016-05-02T13:32:01+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>gabriel@gitlab.com</email>
</author>
<published>2016-04-30T08:34:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=00ced598ea65f1b957c43576bc1564ed3f67d749'/>
<id>00ced598ea65f1b957c43576bc1564ed3f67d749</id>
<content type='text'>
Codestyle changes to easy EE merge
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Codestyle changes to easy EE merge
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate CI::Services and CI::WebHooks to Services and WebHooks</title>
<updated>2015-12-10T15:04:08+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2015-12-07T12:23:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2988e1fbf50b3c9e803a9358933e3e969e64dcc3'/>
<id>2988e1fbf50b3c9e803a9358933e3e969e64dcc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle and report SSL errors in Web hook test. Check for status 200 for success.</title>
<updated>2015-12-04T15:13:28+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-12-02T00:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a120b78940b6c7150f405091d620b34c0fccbd28'/>
<id>a120b78940b6c7150f405091d620b34c0fccbd28</id>
<content type='text'>
If a Web hook test fails due to an SSL error or some other error, report
the result back to the user instead of an Error 500.

Closes #3656

Handle response
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a Web hook test fails due to an SSL error or some other error, report
the result back to the user instead of an Error 500.

Closes #3656

Handle response
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect to a default path if HTTP_REFERER is not set</title>
<updated>2015-10-20T14:45:48+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-10-20T07:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9bfc531ec611d108c45af239a1e5e016b892231b'/>
<id>9bfc531ec611d108c45af239a1e5e016b892231b</id>
<content type='text'>
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode,
and it's possible load balancers/proxies strip the HTTP_REFERER from
the request header. In these cases, default to some default path.

Closes #3122

Closes https://github.com/gitlabhq/gitlabhq/issues/9731
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode,
and it's possible load balancers/proxies strip the HTTP_REFERER from
the request header. In these cases, default to some default path.

Closes #3122

Closes https://github.com/gitlabhq/gitlabhq/issues/9731
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable SSL verification for Webhooks</title>
<updated>2015-08-26T12:48:31+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-08-11T06:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bafffb2d14e1924154d5b7c74c7b3cbcf8c898fd'/>
<id>bafffb2d14e1924154d5b7c74c7b3cbcf8c898fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Webhook note events</title>
<updated>2015-05-22T03:48:16+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-05-16T06:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=deeff56967516764b287e15b2063899b13395b41'/>
<id>deeff56967516764b287e15b2063899b13395b41</id>
<content type='text'>
Closes https://github.com/gitlabhq/gitlabhq/issues/6745
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/gitlabhq/gitlabhq/issues/6745
</pre>
</div>
</content>
</entry>
</feed>
