<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/features, branch annotate-models</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>Merge branch 'clean-user-profile-classes' into 'master'</title>
<updated>2016-05-04T18:34:34+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2016-05-04T18:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8be1118aa528dff6787fdab7fbde7261a012c418'/>
<id>8be1118aa528dff6787fdab7fbde7261a012c418</id>
<content type='text'>

Remove unused .contributed-projects class

While working on #13401 and trying to add a new tab to the user profile
page, I came across this. I noticed that the `contributed-projects`
class was only being used in order to select the div in the tests. For
consistency with the other tabs, I decided to remove this class and use
the div's id for the selector.

See merge request !3945</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove unused .contributed-projects class

While working on #13401 and trying to add a new tab to the user profile
page, I came across this. I noticed that the `contributed-projects`
class was only being used in order to select the div in the tests. For
consistency with the other tabs, I decided to remove this class and use
the div's id for the selector.

See merge request !3945</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'use-rugged-to-create-tag' into 'master'</title>
<updated>2016-05-04T16:07:13+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-05-04T16:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1a9d50597262a31f03dc66584f05d66b905d9d59'/>
<id>1a9d50597262a31f03dc66584f05d66b905d9d59</id>
<content type='text'>

Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_tag for better performance

This was originally opened at !1757 by @pcarranza but I changed it to use Rugged instead of gitlab_git, following @DouweM's request.

Once this is merged, https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/26 will be mergeable too.

See merge request !3745</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_tag for better performance

This was originally opened at !1757 by @pcarranza but I changed it to use Rugged instead of gitlab_git, following @DouweM's request.

Once this is merged, https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/26 will be mergeable too.

See merge request !3745</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-typo-in-user-steps' into 'master'</title>
<updated>2016-05-04T15:58:24+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-05-04T15:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c2c70cfcb31f67809d8dfb5f470e0dc1eefe15d9'/>
<id>c2c70cfcb31f67809d8dfb5f470e0dc1eefe15d9</id>
<content type='text'>

Fix typo in user steps feature file

Just came across a typo in the user steps file.

See merge request !3943</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix typo in user steps feature file

Just came across a typo in the user steps file.

See merge request !3943</pre>
</div>
</content>
</entry>
<entry>
<title>Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_tag for better performance</title>
<updated>2016-05-04T15:19:13+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-04-15T10:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=44f89eafc08a7967544429a3f930354a5f9bbbaf'/>
<id>44f89eafc08a7967544429a3f930354a5f9bbbaf</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'project-webhooks-ui' into 'master'</title>
<updated>2016-04-28T20:16:36+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2016-04-28T20:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=14c2c573a382437059f538abe088bd51c646dbfc'/>
<id>14c2c573a382437059f538abe088bd51c646dbfc</id>
<content type='text'>

Project webhooks updated UI

Closes #13993 

![Screen_Shot_2016-04-26_at_10.55.52](/uploads/684f79be18f8a69e9b5cbcca2c9b20e8/Screen_Shot_2016-04-26_at_10.55.52.png)

![Screen_Shot_2016-04-26_at_10.55.37](/uploads/9b9f3a8a243dec955f23967e20ec514f/Screen_Shot_2016-04-26_at_10.55.37.png)

See merge request !3922</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Project webhooks updated UI

Closes #13993 

![Screen_Shot_2016-04-26_at_10.55.52](/uploads/684f79be18f8a69e9b5cbcca2c9b20e8/Screen_Shot_2016-04-26_at_10.55.52.png)

![Screen_Shot_2016-04-26_at_10.55.37](/uploads/9b9f3a8a243dec955f23967e20ec514f/Screen_Shot_2016-04-26_at_10.55.37.png)

See merge request !3922</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'project-deploy-keys-ui' into 'master'</title>
<updated>2016-04-28T20:16:04+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2016-04-28T20:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bdcba438730bf2dcef29385ba49811fde2e1c17c'/>
<id>bdcba438730bf2dcef29385ba49811fde2e1c17c</id>
<content type='text'>

Project deploy keys updated UI

Closes #13992

See merge request !3912</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Project deploy keys updated UI

Closes #13992

See merge request !3912</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused .contributed-projects class</title>
<updated>2016-04-27T11:36:04+00:00</updated>
<author>
<name>Karlo Soriano</name>
<email>karlo@aelogica.com</email>
</author>
<published>2016-04-27T11:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c8187738a217166cbf03c26adc4a09fcf43a3b94'/>
<id>c8187738a217166cbf03c26adc4a09fcf43a3b94</id>
<content type='text'>
While working on #13401 and trying to add a new tab to the user profile
page, I came across this. I noticed that the `contributed-projects`
class was only being used in order to select the div in the tests. For
consistency with the other tabs, I decided to remove this class and use
the div's id for the selector.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While working on #13401 and trying to add a new tab to the user profile
page, I came across this. I noticed that the `contributed-projects`
class was only being used in order to select the div in the tests. For
consistency with the other tabs, I decided to remove this class and use
the div's id for the selector.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in user steps feature</title>
<updated>2016-04-27T09:53:32+00:00</updated>
<author>
<name>Karlo Soriano</name>
<email>karlo@aelogica.com</email>
</author>
<published>2016-04-27T09:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6b2489f2007e3ffe890f707d824a915f97ed7e61'/>
<id>6b2489f2007e3ffe890f707d824a915f97ed7e61</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated tests</title>
<updated>2016-04-26T13:14:34+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-04-26T13:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b651303ea63874e7cc9428c09770bee138cc68ec'/>
<id>b651303ea63874e7cc9428c09770bee138cc68ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed tests</title>
<updated>2016-04-26T08:03:04+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-04-18T08:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f5bea9df5325fe136042fb32fe282cc04c2ec91a'/>
<id>f5bea9df5325fe136042fb32fe282cc04c2ec91a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
