<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch comment-error</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Change test in an attempt to pass.</title>
<updated>2016-03-10T17:20:00+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jacobschatz@Jacobs-MBP.fios-router.home</email>
</author>
<published>2016-02-29T18:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=136ba502d3ad3378f7746a18c3045346a2f49081'/>
<id>136ba502d3ad3378f7746a18c3045346a2f49081</id>
<content type='text'>
Thanks @rspeicher!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks @rspeicher!
</pre>
</div>
</content>
</entry>
<entry>
<title>Add error for ajax:error when submitting comments</title>
<updated>2016-03-10T17:20:00+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jacobschatz@Jacobs-MBP.fios-router.home</email>
</author>
<published>2016-02-25T18:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4f954d6adc87e976204ea7b7e47a974d2938cf59'/>
<id>4f954d6adc87e976204ea7b7e47a974d2938cf59</id>
<content type='text'>
Fixes #13814
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #13814
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue_14011' into 'master'</title>
<updated>2016-03-10T17:08:52+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-03-10T17:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=26541240dca29ca8608fbc93f03310682daf8e0d'/>
<id>26541240dca29ca8608fbc93f03310682daf8e0d</id>
<content type='text'>

Set color text to blue for links inside gray areas

Closes #14011 

![](/uploads/4bce32cf7be4414f947a97cf266f7b0d/Screen_Shot_2016-03-09_at_6.53.12_PM.png)

See merge request !3147</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Set color text to blue for links inside gray areas

Closes #14011 

![](/uploads/4bce32cf7be4414f947a97cf266f7b0d/Screen_Shot_2016-03-09_at_6.53.12_PM.png)

See merge request !3147</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dropdown-js' into 'master'</title>
<updated>2016-03-10T16:24:32+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-03-10T16:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e0800285704800e33ead4a6317b2019873dac66b'/>
<id>e0800285704800e33ead4a6317b2019873dac66b</id>
<content type='text'>

Dropdown JS



See merge request !3112</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Dropdown JS



See merge request !3112</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'download-button-flicker' into 'master'</title>
<updated>2016-03-10T15:20:17+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-03-10T15:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d4063efa1008d14fb35101916da70aa896887ed'/>
<id>3d4063efa1008d14fb35101916da70aa896887ed</id>
<content type='text'>

Fixed flicker of download project button

Closes #14177

![download-button-flicker](/uploads/21e8ccc68ed66394c8ec65ca549f94ad/download-button-flicker.gif)

See merge request !3152</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fixed flicker of download project button

Closes #14177

![download-button-flicker](/uploads/21e8ccc68ed66394c8ec65ca549f94ad/download-button-flicker.gif)

See merge request !3152</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'roperzh/gitlab-ce-issue-13334' into 'master'</title>
<updated>2016-03-10T15:18:37+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-03-10T15:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8179f4fc0cffc81acf0040dddf593b0cd2abde2e'/>
<id>8179f4fc0cffc81acf0040dddf593b0cd2abde2e</id>
<content type='text'>

Decrease the font size and the padding of the `.anchor` icons used in the README

_Originally opened at !2819 by @roperzh._

- - -

## What does this MR do?

Removes an overlap between the anchor icons on the readme and the sidebar on small screens by reducing the size and the padding of the icon.

## Are there points in the code the reviewer needs to double check?

Probably someone in the Design / UX team will need to review if the solution makes sense.

## What are the relevant issue numbers?

Issue #13334

## Screenshots

![Screen_Shot_2016-02-15_at_3.35.13_PM](/uploads/0e8b215809eee8efec9b6a136b0bd841/Screen_Shot_2016-02-15_at_3.35.13_PM.png)

See merge request !3150</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Decrease the font size and the padding of the `.anchor` icons used in the README

_Originally opened at !2819 by @roperzh._

- - -

## What does this MR do?

Removes an overlap between the anchor icons on the readme and the sidebar on small screens by reducing the size and the padding of the icon.

## Are there points in the code the reviewer needs to double check?

Probably someone in the Design / UX team will need to review if the solution makes sense.

## What are the relevant issue numbers?

Issue #13334

## Screenshots

![Screen_Shot_2016-02-15_at_3.35.13_PM](/uploads/0e8b215809eee8efec9b6a136b0bd841/Screen_Shot_2016-02-15_at_3.35.13_PM.png)

See merge request !3150</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'optimize-project-ci-services' into 'master'</title>
<updated>2016-03-10T15:08:21+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-03-10T15:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=38823e3e83aefee02263064a1014285578ac39b3'/>
<id>38823e3e83aefee02263064a1014285578ac39b3</id>
<content type='text'>

Optimize Project#ci_service(s)

Related issue: gitlab-org/gitlab-ce#14186

See merge request !3158</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Optimize Project#ci_service(s)

Related issue: gitlab-org/gitlab-ce#14186

See merge request !3158</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'quick-submit-note-edit' into 'master'</title>
<updated>2016-03-10T14:34:03+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-03-10T14:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a1f4531069cc6735662166a7a5e4c1641ffb1463'/>
<id>a1f4531069cc6735662166a7a5e4c1641ffb1463</id>
<content type='text'>

Fixed quick submit on note edit

Also removed the cloning of forms for note edits. Instead it just hides/shows the form seeing as it is already there

Closes #14094

See merge request !3151</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fixed quick submit on note edit

Also removed the cloning of forms for note edits. Instead it just hides/shows the form seeing as it is already there

Closes #14094

See merge request !3151</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize Project#ci_service(s)</title>
<updated>2016-03-10T14:32:31+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-03-10T14:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2992cf343c28736efa5b49fc6a4c3e40a9f0a8f'/>
<id>f2992cf343c28736efa5b49fc6a4c3e40a9f0a8f</id>
<content type='text'>
The method Project#ci_services would load all services into memory
(including _all_ their columns) and then use Enumerable#select to reduce
the list. Project#ci_service in turn would further reduce this list down
to just 1 Service instance.

Instead of doing all this in Ruby we can just offload the work to the
database, reducing the amount of time spent in these methods. These
changes reduce the time of the first call to Project#ci_services from
around 240 ms to around 10 ms, though the final timings will vary based
on database load. Because Project#ci_service is memoized there's no
further overhead introduced by using a database query.

Fixes gitlab-org/gitlab-ce#14186
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The method Project#ci_services would load all services into memory
(including _all_ their columns) and then use Enumerable#select to reduce
the list. Project#ci_service in turn would further reduce this list down
to just 1 Service instance.

Instead of doing all this in Ruby we can just offload the work to the
database, reducing the amount of time spent in these methods. These
changes reduce the time of the first call to Project#ci_services from
around 240 ms to around 10 ms, though the final timings will vary based
on database load. Because Project#ci_service is memoized there's no
further overhead introduced by using a database query.

Fixes gitlab-org/gitlab-ce#14186
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'copy-markdown-snippet' into 'master'</title>
<updated>2016-03-10T14:20:48+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-03-10T14:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b9c9948ff8bb9a61994d25d243f7d74f2342f83a'/>
<id>b9c9948ff8bb9a61994d25d243f7d74f2342f83a</id>
<content type='text'>

Fixes issue with markdown snippet not being copyable

On markdown snippets this adds a hidden div with the raw markdown content so that it can be copied

Closes #13882

See merge request !3153</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fixes issue with markdown snippet not being copyable

On markdown snippets this adds a hidden div with the raw markdown content so that it can be copied

Closes #13882

See merge request !3153</pre>
</div>
</content>
</entry>
</feed>
