<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api/system_hooks.rb, branch better-parallel-diff</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Added X-GitLab-Event header for web hooks</title>
<updated>2015-05-08T13:49:03+00:00</updated>
<author>
<name>bugagazavr</name>
<email>kirik910@gmail.com</email>
</author>
<published>2015-01-24T00:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=acac7889023de96af61d293d855c33996bd780a1'/>
<id>acac7889023de96af61d293d855c33996bd780a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Added X-GitLab-Event header for web hooks"</title>
<updated>2015-04-27T13:29:31+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-04-27T13:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bc9ba5237cafd4b24405596f0c9e8af099635c29'/>
<id>bc9ba5237cafd4b24405596f0c9e8af099635c29</id>
<content type='text'>
This reverts commit 548f182814acd0f7a110e6c165c186e345901b00.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 548f182814acd0f7a110e6c165c186e345901b00.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added X-GitLab-Event header for web hooks</title>
<updated>2015-04-25T18:31:52+00:00</updated>
<author>
<name>bugagazavr</name>
<email>kirik910@gmail.com</email>
</author>
<published>2015-01-24T00:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=548f182814acd0f7a110e6c165c186e345901b00'/>
<id>548f182814acd0f7a110e6c165c186e345901b00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid using {...} for multi-line blocks</title>
<updated>2015-02-03T05:22:57+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-02-03T05:22:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=da884aabc7674c68eee23699efb357bc94aef8d3'/>
<id>da884aabc7674c68eee23699efb357bc94aef8d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor API classes. So api classes like Gitlab::Issues become API::Issues</title>
<updated>2013-05-14T12:33:31+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2013-05-14T12:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=634cbd71380f595f6f44ce93399b92fbee37f98f'/>
<id>634cbd71380f595f6f44ce93399b92fbee37f98f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove trailing spaces</title>
<updated>2013-05-05T14:02:02+00:00</updated>
<author>
<name>Andrey Kumanyaev</name>
<email>me@zzet.org</email>
</author>
<published>2013-03-20T21:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b1b354b0f86daae9a2cf19869dd3e6cb2d9ffd5e'/>
<id>b1b354b0f86daae9a2cf19869dd3e6cb2d9ffd5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: system hooks API functions and documentation updated</title>
<updated>2013-03-07T16:56:11+00:00</updated>
<author>
<name>Sebastian Ziebell</name>
<email>sebastian.ziebell@asquera.de</email>
</author>
<published>2013-03-07T16:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=32f1eaaf0f966ccc45635693679bcc8658e71815'/>
<id>32f1eaaf0f966ccc45635693679bcc8658e71815</id>
<content type='text'>
* updated system hooks documentation and code comments
* fixed access to system hooks if no user given resulting in a `500 Server Error`
* added tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated system hooks documentation and code comments
* fixed access to system hooks if no user given resulting in a `500 Server Error`
* added tests
</pre>
</div>
</content>
</entry>
<entry>
<title>System hooks API.</title>
<updated>2013-03-06T15:15:26+00:00</updated>
<author>
<name>Matt Humphrey</name>
<email>matt@tomatto.co.uk</email>
</author>
<published>2013-03-06T10:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1dd712ddc238d2e6c30be09cb071c8e9b60cfcac'/>
<id>1dd712ddc238d2e6c30be09cb071c8e9b60cfcac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
