<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/group_milestone.rb, branch diff-notes-refactor</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 group milestone index by passing group_id to IssuesFinder</title>
<updated>2017-01-06T12:47:18+00:00</updated>
<author>
<name>Adam Niedzielski</name>
<email>adamsunday@gmail.com</email>
</author>
<published>2017-01-06T12:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f13c650c161b07bf8d6ad5db849fe9f442f6d0ac'/>
<id>f13c650c161b07bf8d6ad5db849fe9f442f6d0ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor global and group milestones logic</title>
<updated>2015-11-16T13:07:38+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-11-13T18:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=986695e136a8f6afa326048b30be77a9265d3bf7'/>
<id>986695e136a8f6afa326048b30be77a9265d3bf7</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow dashboard and group issues/MRs to be filtered by label</title>
<updated>2015-10-14T10:33:39+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-10-14T10:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3a69dd20a1d8e54c25f871f35f09a1b8b5d4b2a4'/>
<id>3a69dd20a1d8e54c25f871f35f09a1b8b5d4b2a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore placeholders in issue filters from "Any" to "Milestone" and "Label"</title>
<updated>2015-10-09T06:53:32+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-10-09T04:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b60bc655f2e1318f448f3a3d884437677c1135b7'/>
<id>b60bc655f2e1318f448f3a3d884437677c1135b7</id>
<content type='text'>
1f11096c included new filters but made it hard to determine which dropdown did
what. This patch restores the original placeholders.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1f11096c included new filters but made it hard to determine which dropdown did
what. This patch restores the original placeholders.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change percent_complete rescue value from 100 to 0</title>
<updated>2015-05-26T18:57:53+00:00</updated>
<author>
<name>Jonah Bishop</name>
<email>git@borngeek.com</email>
</author>
<published>2015-05-26T18:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b92946b5407be42caa1e32a978555b94465905c'/>
<id>8b92946b5407be42caa1e32a978555b94465905c</id>
<content type='text'>
The percent_complete method returns a value of 100 when a
ZeroDivisionError occurs. That seems like a very strange default for an
error case, and results in a bug when a milestone has no corresponding
issues (new, empty milestones show 100% completion). This commit changes
the rescue value to 0, and subsequently fixes #1656, which reported this
problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The percent_complete method returns a value of 100 when a
ZeroDivisionError occurs. That seems like a very strange default for an
error case, and results in a bug when a milestone has no corresponding
issues (new, empty milestones show 100% completion). This commit changes
the rescue value to 0, and subsequently fixes #1656, which reported this
problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicates from group milestone participants list.</title>
<updated>2015-02-05T20:26:57+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-05T20:26:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=58ecb06f74f9aa6af46f7110cb5753e1f30790cd'/>
<id>58ecb06f74f9aa6af46f7110cb5753e1f30790cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Milestone is closed only if all milestones are closed.</title>
<updated>2014-07-14T13:25:09+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>marin@gitlab.com</email>
</author>
<published>2014-07-14T13:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=275a5281d5f35bf2243a0b5814b8fb83f1561105'/>
<id>275a5281d5f35bf2243a0b5814b8fb83f1561105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add feature tests for group milestone.</title>
<updated>2014-06-30T14:18:26+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>marin@gitlab.com</email>
</author>
<published>2014-06-30T14:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e52517da1c506885c06c13ff59ff5863bcb68ea'/>
<id>3e52517da1c506885c06c13ff59ff5863bcb68ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix styling issues.</title>
<updated>2014-06-30T11:27:17+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>marin@gitlab.com</email>
</author>
<published>2014-06-30T11:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fdbf77ef994dfdee9377fa917ca35ce3d5bd1231'/>
<id>fdbf77ef994dfdee9377fa917ca35ce3d5bd1231</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show all issues and merge requests that could be considered opened or closed, includes reopened and merged.</title>
<updated>2014-06-30T10:41:27+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>marin@gitlab.com</email>
</author>
<published>2014-06-30T10:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3796b84f8f3ab9da30447eb0bac2cf9aed32b31'/>
<id>d3796b84f8f3ab9da30447eb0bac2cf9aed32b31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
