<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch commit-limits</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Prevent performance issues</title>
<updated>2016-03-09T11:00:17+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-03-09T11:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9d9d2fbbc23e030416a6ebab556e87cf7014a057'/>
<id>9d9d2fbbc23e030416a6ebab556e87cf7014a057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "some commits hidden" message</title>
<updated>2016-03-07T09:42:27+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-03-07T09:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d51877cac821d17bd79c9c0efbd8e15b7f4c09a3'/>
<id>d51877cac821d17bd79c9c0efbd8e15b7f4c09a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish refactor</title>
<updated>2016-03-07T09:41:49+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-03-07T09:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=823633325833a6449be9351cec7d78788274d57f'/>
<id>823633325833a6449be9351cec7d78788274d57f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove outdated comment</title>
<updated>2016-03-04T14:47:11+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-03-04T14:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4cb3a4a73eb9f650bf2f16a10030861b1b7b9997'/>
<id>4cb3a4a73eb9f650bf2f16a10030861b1b7b9997</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put 'hidden commits' logic in CommitsHelper</title>
<updated>2016-03-04T14:45:58+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-03-04T14:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f943156b5e4cf5e00ea5373de55deb993c72662d'/>
<id>f943156b5e4cf5e00ea5373de55deb993c72662d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit the number of commits shown in MRs</title>
<updated>2016-03-04T14:20:30+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-03-04T14:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5eeea4b7c69d29e8e8371b3c63f25938dcca7bb6'/>
<id>5eeea4b7c69d29e8e8371b3c63f25938dcca7bb6</id>
<content type='text'>
This prevents timeouts when creating a MR with 1000s of commits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents timeouts when creating a MR with 1000s of commits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show at most 100 commits in the web UI</title>
<updated>2016-03-04T14:17:12+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-03-04T14:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97093a52984f1f4682b5d3432f7666f3c806c4ca'/>
<id>97093a52984f1f4682b5d3432f7666f3c806c4ca</id>
<content type='text'>
When rendering 1 commit takes over 5ms (on my laptop: around 9ms), it
saves seconds in rendering time to show 100 instead of 500 commits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When rendering 1 commit takes over 5ms (on my laptop: around 9ms), it
saves seconds in rendering time to show 100 instead of 500 commits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue_13300' into 'master'</title>
<updated>2016-03-04T02:15:34+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-03-04T02:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f8c4dc97230c520df077c1274fd8d88680da5242'/>
<id>f8c4dc97230c520df077c1274fd8d88680da5242</id>
<content type='text'>

Increase the notes polling timeout over time

Originally by @roperzh at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2821

Fixes #13300 

See merge request !3071</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Increase the notes polling timeout over time

Originally by @roperzh at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2821

Fixes #13300 

See merge request !3071</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ssh-key-settings' into 'master'</title>
<updated>2016-03-04T01:30:06+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-03-04T01:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2a9455c388cdd37a212428d9ebcac08459a4f88'/>
<id>f2a9455c388cdd37a212428d9ebcac08459a4f88</id>
<content type='text'>

SSH keys settings

Closes #13860

See merge request !3034</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

SSH keys settings

Closes #13860

See merge request !3034</pre>
</div>
</content>
</entry>
<entry>
<title>Improve consistency of SSH Keys title in administration area</title>
<updated>2016-03-03T21:14:00+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-03-03T20:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=518dd9347bfb520d749cc1d36c459f867ed3fea8'/>
<id>518dd9347bfb520d749cc1d36c459f867ed3fea8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
