<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch sh-optimize-commit-stats</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>Speed up generation of commit stats by using Rugged native methods</title>
<updated>2018-01-03T07:48:19+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-01-03T06:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=25a868753b4b9e673af31f7f4f58f9e97811e9d9'/>
<id>25a868753b4b9e673af31f7f4f58f9e97811e9d9</id>
<content type='text'>
The previous implementation iterated across the entire patch set
to determine the number of lines added, deleted, and changed. Rugged
has a native method `Rugged::Diff#stat` that does this already,
which appears to be a little faster and require less RAM than doing
this ourselves.

Improves performance in #41524
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous implementation iterated across the entire patch set
to determine the number of lines added, deleted, and changed. Rugged
has a native method `Rugged::Diff#stat` that does this already,
which appears to be a little faster and require less RAM than doing
this ourselves.

Improves performance in #41524
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/profile-settings-content-width' into 'master'</title>
<updated>2017-12-29T23:53:41+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-12-29T23:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff077cf7dc5cfd7c6c6206d801ea3f326f7af1aa'/>
<id>ff077cf7dc5cfd7c6c6206d801ea3f326f7af1aa</id>
<content type='text'>
Adjust content width for User Settings, GPG Keys

See merge request gitlab-org/gitlab-ce!16093</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust content width for User Settings, GPG Keys

See merge request gitlab-org/gitlab-ce!16093</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/profile-settings-sidebar-heading' into 'master'</title>
<updated>2017-12-29T19:45:08+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-12-29T19:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1b447b1642b4a1b91e595d319d7d90f2b43515ef'/>
<id>1b447b1642b4a1b91e595d319d7d90f2b43515ef</id>
<content type='text'>
Keep typographic hierarchy in User Settings

See merge request gitlab-org/gitlab-ce!16090</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keep typographic hierarchy in User Settings

See merge request gitlab-org/gitlab-ce!16090</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '41492-mr-comment-fix' into 'master'</title>
<updated>2017-12-29T16:21:51+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-12-29T16:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cdda83ebe9c5e85074d1bd2d718ab84afc672e17'/>
<id>cdda83ebe9c5e85074d1bd2d718ab84afc672e17</id>
<content type='text'>
Fix links to old commits in merge request comments

Closes #41492

See merge request gitlab-org/gitlab-ce!16152</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix links to old commits in merge request comments

Closes #41492

See merge request gitlab-org/gitlab-ce!16152</pre>
</div>
</content>
</entry>
<entry>
<title>Fix links to old commits in merge requests</title>
<updated>2017-12-29T13:44:39+00:00</updated>
<author>
<name>Jarka Kadlecová</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-12-28T11:17:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c1ea4afad760af7bbb0a38a2519445e0717b7b2e'/>
<id>c1ea4afad760af7bbb0a38a2519445e0717b7b2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '20035-pause-resume-runners' into 'master'</title>
<updated>2017-12-29T10:29:20+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2017-12-29T10:29:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f8c8dad8618574217dd96c38b40abcea387c4ea'/>
<id>7f8c8dad8618574217dd96c38b40abcea387c4ea</id>
<content type='text'>
Add pause/resume button to project runners

Closes #20035

See merge request gitlab-org/gitlab-ce!16032</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add pause/resume button to project runners

Closes #20035

See merge request gitlab-org/gitlab-ce!16032</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-encoding-helpers' into 'master'</title>
<updated>2017-12-29T10:25:52+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2017-12-29T10:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3f2bd8a1929e03b43dbdbdcf3b94887d38d4afe'/>
<id>a3f2bd8a1929e03b43dbdbdcf3b94887d38d4afe</id>
<content type='text'>
Move encoding methods to the more general EncodingHelper

Closes gitaly#847

See merge request gitlab-org/gitlab-ce!16137</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move encoding methods to the more general EncodingHelper

Closes gitaly#847

See merge request gitlab-org/gitlab-ce!16137</pre>
</div>
</content>
</entry>
<entry>
<title>Keep typographic hierarchy in User Settings</title>
<updated>2017-12-28T23:20:05+00:00</updated>
<author>
<name>George Tsiolis</name>
<email>tsiolis.g@gmail.com</email>
</author>
<published>2017-12-28T23:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=05b97af34314e0d1db7c989f20e18c0fca5a7daa'/>
<id>05b97af34314e0d1db7c989f20e18c0fca5a7daa</id>
<content type='text'>
- Authentication log
- Notifications
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Authentication log
- Notifications
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '38930-warmup' into 'master'</title>
<updated>2017-12-28T22:59:32+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-12-28T22:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=723d788fbef90b270cce1ca1d4bc228c54041eaa'/>
<id>723d788fbef90b270cce1ca1d4bc228c54041eaa</id>
<content type='text'>
Resolve "First request after GDK server started is slow"

Closes #38930

See merge request gitlab-org/gitlab-ce!16153</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "First request after GDK server started is slow"

Closes #38930

See merge request gitlab-org/gitlab-ce!16153</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-abuse-reports-link-url' into 'master'</title>
<updated>2017-12-28T22:50:10+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-12-28T22:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97bebab61f1589a9c434ccb8169a635d72a3bdf2'/>
<id>97bebab61f1589a9c434ccb8169a635d72a3bdf2</id>
<content type='text'>
Fixed abuse reports link url

See merge request gitlab-org/gitlab-ce!16068</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed abuse reports link url

See merge request gitlab-org/gitlab-ce!16068</pre>
</div>
</content>
</entry>
</feed>
