<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/projects, branch commit-limits</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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>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://git.baserock.org/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://git.baserock.org/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>Use Gitlab::Git::DiffCollections</title>
<updated>2016-03-03T17:38:44+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-03-03T17:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1764e1b7cb2bffb9b4c4a69991fe2c4d21ce5459'/>
<id>1764e1b7cb2bffb9b4c4a69991fe2c4d21ce5459</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor projects list</title>
<updated>2016-03-03T12:09:58+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-03-03T12:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7455d950bcd0152ee30c024a30a652886970ac3f'/>
<id>7455d950bcd0152ee30c024a30a652886970ac3f</id>
<content type='text'>
1. Fix double bottom border if pagination
2. Fix broken search on forks page
4. Remove duplicate js logic
4. Remove unused show all link
5. Remove duplicate “no project” message in different views

After this merge request you can easily render shared projects template
with all necessary html/js included to make searchable list with
pagination. All you need to provide is controller that returns
projects list with seach nad pagination and render html form with
project-filter-form id and text field with filter_projects name.

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Fix double bottom border if pagination
2. Fix broken search on forks page
4. Remove duplicate js logic
4. Remove unused show all link
5. Remove duplicate “no project” message in different views

After this merge request you can easily render shared projects template
with all necessary html/js included to make searchable list with
pagination. All you need to provide is controller that returns
projects list with seach nad pagination and render html form with
project-filter-form id and text field with filter_projects name.

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change `js-quick-submit` behavior to expect the class on the form</title>
<updated>2016-03-02T20:11:15+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-02-12T21:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=76ed2afcfc2ae2b6ab3d3419a1183374a39022cc'/>
<id>76ed2afcfc2ae2b6ab3d3419a1183374a39022cc</id>
<content type='text'>
Now it will work on any field inside that form, and it's easier to scope
new behavior, which is what we're adding next!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it will work on any field inside that form, and it's easier to scope
new behavior, which is what we're adding next!
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue_13501' into 'master'</title>
<updated>2016-03-02T17:18:03+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-03-02T17:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=076956cb2ba9a3cd2d3e4b541879b8b9ab0af165'/>
<id>076956cb2ba9a3cd2d3e4b541879b8b9ab0af165</id>
<content type='text'>

Add link to open merge requests on label index

Closes #13501 

See merge request !3057</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add link to open merge requests on label index

Closes #13501 

See merge request !3057</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/13781-delete-tag-without-ajax' into 'master'</title>
<updated>2016-03-02T13:02:41+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-03-02T13:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb6af816707571317d8cdaf4a6df20db23512398'/>
<id>cb6af816707571317d8cdaf4a6df20db23512398</id>
<content type='text'>

Tag deletion doesn't use AJAX anymore



See merge request !2986</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Tag deletion doesn't use AJAX anymore



See merge request !2986</pre>
</div>
</content>
</entry>
</feed>
