<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/project_services, branch bump_gitlab_shell</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>Validate format of project_url and token for GitLab CI service.</title>
<updated>2015-07-17T13:26:09+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>maxlazio@gmail.com</email>
</author>
<published>2015-07-17T13:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c3e35917fbfbe64a068e387207aa510d76852e61'/>
<id>c3e35917fbfbe64a068e387207aa510d76852e61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "Irc Uri" -&gt; "IRC URI"</title>
<updated>2015-07-07T12:48:32+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-07-07T12:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=954eedf3689775a9b4d2ed3fb33985f82ba17f0d'/>
<id>954eedf3689775a9b4d2ed3fb33985f82ba17f0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Irker service configuration options</title>
<updated>2015-07-05T13:40:56+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-07-03T06:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d4be82d1c938d7d7b3b68bd628f5a24c7664e281'/>
<id>d4be82d1c938d7d7b3b68bd628f5a24c7664e281</id>
<content type='text'>
Closes #1713
Closes #1714
Closes gitlab-com/support-forum#139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1713
Closes #1714
Closes gitlab-com/support-forum#139
</pre>
</div>
</content>
</entry>
<entry>
<title>fix of GitLab CI forking</title>
<updated>2015-07-01T10:26:45+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-07-01T10:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6ede2db32880222ab93f732cc3382307c0b5c87b'/>
<id>6ede2db32880222ab93f732cc3382307c0b5c87b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Look for .gitlab-ci.yml only if checkout_sha is present</title>
<updated>2015-06-15T15:54:42+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-06-15T15:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0674bf2339131c104b233cb9c7ffeeb025f2b461'/>
<id>0674bf2339131c104b233cb9c7ffeeb025f2b461</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix external issue tracker hook/test for HTTPS URLs</title>
<updated>2015-06-05T15:00:19+00:00</updated>
<author>
<name>Daniel Gerhardt</name>
<email>code@dgerhardt.net</email>
</author>
<published>2015-06-04T19:08:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f3eb42f4ec90315062e5ba08a0f48e5a21ec360'/>
<id>7f3eb42f4ec90315062e5ba08a0f48e5a21ec360</id>
<content type='text'>
If HTTPS was used for 'project_url', an error was raised because a HTTP
connection was established to the default HTTPS port.

The code has been corrected and simplified by using HTTParty.
Additionally, the request now is made directly to the 'project_url'
instead of the extracted root path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If HTTPS was used for 'project_url', an error was raised because a HTTP
connection was established to the default HTTPS port.

The code has been corrected and simplified by using HTTParty.
Additionally, the request now is made directly to the 'project_url'
instead of the extracted root path.
</pre>
</div>
</content>
</entry>
<entry>
<title>GitLab CI service sends gitlab-ci.yml file</title>
<updated>2015-06-02T13:46:01+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-05-21T12:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b931c11e1b7acef5044e9c6a44145dd967196b99'/>
<id>b931c11e1b7acef5044e9c6a44145dd967196b99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow HipChat API version to be blank and default to v2</title>
<updated>2015-05-27T04:57:24+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-05-27T04:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c9463174ba5b73156ed786648fb782fe79947e9'/>
<id>0c9463174ba5b73156ed786648fb782fe79947e9</id>
<content type='text'>
Closes #772
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #772
</pre>
</div>
</content>
</entry>
<entry>
<title>fix gitlab CI links</title>
<updated>2015-05-05T11:02:31+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-05-05T10:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2144cc710a8aec35e8f0bfee8d398d884b9bb523'/>
<id>2144cc710a8aec35e8f0bfee8d398d884b9bb523</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-annotate models</title>
<updated>2015-05-03T20:38:27+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-05-03T16:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3157626f1970158573c71066982fac6a9ffe7ce'/>
<id>a3157626f1970158573c71066982fac6a9ffe7ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
