<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/boards/index.js, branch docs/api-single-codebase</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>Rename to time_tracking_limit_to_hours</title>
<updated>2019-06-25T01:31:23+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-06-11T10:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=275a17589c2d468d8671a9f754a50b212273d509'/>
<id>275a17589c2d468d8671a9f754a50b212273d509</id>
<content type='text'>
Changes migration and all other places the attribute is used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes migration and all other places the attribute is used
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Vue models from vue_shared to boards</title>
<updated>2019-06-07T13:23:10+00:00</updated>
<author>
<name>Martin Hanzel</name>
<email>mhanzel@gitlab.com</email>
</author>
<published>2019-06-07T13:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=25269f66ba60e211ad64ff08beb9799be1103c52'/>
<id>25269f66ba60e211ad64ff08beb9799be1103c52</id>
<content type='text'>
Some classes in vue_shared were used only by boards, so they were
moved to the boards directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some classes in vue_shared were used only by boards, so they were
moved to the boards directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract setIssueDetail() into issue boards store</title>
<updated>2019-06-04T15:34:17+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-06-04T15:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c93e470fd2ff59bf59a13cc012ff33fd7a40704'/>
<id>0c93e470fd2ff59bf59a13cc012ff33fd7a40704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort by position in issue boards store addList()</title>
<updated>2019-05-30T22:15:03+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-05-30T22:15:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=02cc659ee8cacac14a022eedd45bc181fc17298c'/>
<id>02cc659ee8cacac14a022eedd45bc181fc17298c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract clearDetailIssue() to issue boards store</title>
<updated>2019-05-30T07:31:42+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-05-30T07:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ed5ecec1a46a674d72703c9ac1b79f65fd57cef5'/>
<id>ed5ecec1a46a674d72703c9ac1b79f65fd57cef5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Internationalisation of board directory</title>
<updated>2019-05-01T15:02:06+00:00</updated>
<author>
<name>Brandon Labuschagne</name>
<email>blabuschagne@gitlab.com</email>
</author>
<published>2019-05-01T15:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=359bf84655e7b82dd99bea2b8924855aade63872'/>
<id>359bf84655e7b82dd99bea2b8924855aade63872</id>
<content type='text'>
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Add time tracking information to Issue Boards sidebar</title>
<updated>2019-04-12T09:59:26+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2019-04-09T10:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b28ee5f337a4b95273557553de9f500d7195fe6'/>
<id>5b28ee5f337a4b95273557553de9f500d7195fe6</id>
<content type='text'>
Add time tracking progress bar to Issue Boards sidebar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add time tracking progress bar to Issue Boards sidebar.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display Recent Boards in Board switcher</title>
<updated>2019-03-04T17:49:37+00:00</updated>
<author>
<name>Rajat Jain</name>
<email>rjain@gitlab.com</email>
</author>
<published>2019-03-01T16:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=68cdc30c2e5b5c68120c18fe2b623ad59a84d562'/>
<id>68cdc30c2e5b5c68120c18fe2b623ad59a84d562</id>
<content type='text'>
Add a new Recent section in the board switcher along with a
All section which like old times display all the available boards.
Recent section lists the recent 5 boards you have visited for a quick
switch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new Recent section in the board switcher along with a
All section which like old times display all the available boards.
Recent section lists the recent 5 boards you have visited for a quick
switch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace `=== true` with `parseBoolean()`</title>
<updated>2018-11-27T08:18:48+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-11-21T15:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0bf740fa324df2971d0f38d4ff814095a2af4c83'/>
<id>0bf740fa324df2971d0f38d4ff814095a2af4c83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prettify remaining files with differences in CE and EE</title>
<updated>2018-10-31T19:33:12+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-10-30T20:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=160157a92b4b0f493201a815e6e827e92abbf7c3'/>
<id>160157a92b4b0f493201a815e6e827e92abbf7c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
