<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api/branches.rb, 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>Added the missing comma</title>
<updated>2015-03-31T16:08:33+00:00</updated>
<author>
<name>Dan Tudor</name>
<email>dtudor01@gmail.com</email>
</author>
<published>2015-03-31T16:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a6c633567173e4675f37ec19d31094bf6c50ed3c'/>
<id>a6c633567173e4675f37ec19d31094bf6c50ed3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow ability to delete branches with '/` in name</title>
<updated>2015-03-25T15:15:26+00:00</updated>
<author>
<name>Dan Tudor</name>
<email>dtudor01@gmail.com</email>
</author>
<published>2015-03-25T15:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=00dd44455a499050cd225990ed3fb9954f333b4d'/>
<id>00dd44455a499050cd225990ed3fb9954f333b4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unescape branch param to delete</title>
<updated>2015-03-24T13:04:22+00:00</updated>
<author>
<name>Dan Tudor</name>
<email>dtudor01@gmail.com</email>
</author>
<published>2015-03-24T13:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=862e1e6f178d11473319225de51c25b72174f45b'/>
<id>862e1e6f178d11473319225de51c25b72174f45b</id>
<content type='text'>
Branch names that contain `/` return a 405 error when being deleted because the slash is escaped to `%2F`
This patch will unescape the param prior to  executing the delete action.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Branch names that contain `/` return a 405 error when being deleted because the slash is escaped to `%2F`
This patch will unescape the param prior to  executing the delete action.</pre>
</div>
</content>
</entry>
<entry>
<title>Update branch api not found messages to 'Branch not found'.</title>
<updated>2014-12-30T12:37:14+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>maxlazio@gmail.com</email>
</author>
<published>2014-12-30T12:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7fa80b5bd01caff61c08c70b052c9965893cce5a'/>
<id>7fa80b5bd01caff61c08c70b052c9965893cce5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API delete branch: render branch name json instead of true</title>
<updated>2014-10-30T15:28:59+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-10-30T15:28:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=961a6bfcc2f0b1063445143ba8841e6c6dcea8bf'/>
<id>961a6bfcc2f0b1063445143ba8841e6c6dcea8bf</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 branch API</title>
<updated>2014-09-25T13:22:08+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-09-25T13:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eaeb4a90d431ff5e1e6156c10f3118f70c3c4f8e'/>
<id>eaeb4a90d431ff5e1e6156c10f3118f70c3c4f8e</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>Factor error and success methods from services.</title>
<updated>2014-09-21T09:43:05+00:00</updated>
<author>
<name>Ciro Santilli</name>
<email>ciro.santilli@gmail.com</email>
</author>
<published>2014-09-21T08:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad47993ac46cef672600f2384ee5fa2e661ec8be'/>
<id>ad47993ac46cef672600f2384ee5fa2e661ec8be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate branch-names and references in WebUI, API</title>
<updated>2014-09-03T11:08:35+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2014-07-27T14:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=551145bc98e257280b615e305d531a44d7aa4131'/>
<id>551145bc98e257280b615e305d531a44d7aa4131</id>
<content type='text'>
Add specs for GitRefValidator
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add specs for GitRefValidator
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve branch deletion via API</title>
<updated>2014-05-23T12:34:02+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-05-23T12:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d575ee3e90a7b13e4ed29fdea0b611ae8ef50496'/>
<id>d575ee3e90a7b13e4ed29fdea0b611ae8ef50496</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>Api call to remove branch</title>
<updated>2014-05-22T11:39:50+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-05-22T11:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a9d60b3b146acf5540b422919fa87fa931801062'/>
<id>a9d60b3b146acf5540b422919fa87fa931801062</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>
</feed>
