<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/vue_mr_widget/components, branch fix/github-doc</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>Allow merge when no pipeline success</title>
<updated>2017-10-05T06:46:16+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-10-02T16:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6a5b2fe8943190cff40e6e2c5dbc629fa4540151'/>
<id>6a5b2fe8943190cff40e6e2c5dbc629fa4540151</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38389
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38389
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '37229-mr-widget-status-icon' into 'master'</title>
<updated>2017-10-05T01:34:39+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2017-10-05T01:34:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8921af39e74976e37e92c786bd957883110f6522'/>
<id>8921af39e74976e37e92c786bd957883110f6522</id>
<content type='text'>
improve merge request widget status icon UX

Closes #37229

See merge request gitlab-org/gitlab-ce!14200</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improve merge request widget status icon UX

Closes #37229

See merge request gitlab-org/gitlab-ce!14200</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mr-widget-merged-date-tooltip' into 'master'</title>
<updated>2017-10-03T09:50:14+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-10-03T09:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7cd2b75c376d3c88318c3043136c0160b57710ed'/>
<id>7cd2b75c376d3c88318c3043136c0160b57710ed</id>
<content type='text'>
Fixes merge request widget date tooltip inconsistencies

Closes #38545

See merge request gitlab-org/gitlab-ce!14578</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes merge request widget date tooltip inconsistencies

Closes #38545

See merge request gitlab-org/gitlab-ce!14578</pre>
</div>
</content>
</entry>
<entry>
<title>Port semi-linear merge strategy to CE (mostly FE)</title>
<updated>2017-09-29T19:13:35+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-09-29T19:13:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=439e3f073591b41ef9926a4b8c33000ae1b068f7'/>
<id>439e3f073591b41ef9926a4b8c33000ae1b068f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes merge request widget date tooltip inconsistencies</title>
<updated>2017-09-29T09:31:10+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-09-29T09:31:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e178eb782a1a5ac24c18ed4e4a1c1d55bee8251f'/>
<id>e178eb782a1a5ac24c18ed4e4a1c1d55bee8251f</id>
<content type='text'>
Previously the merge request widget would use the `updated_at` date as
the tooltip text for both closed &amp; merged states. This is incorrect as
the `updated_at` date is actually changed when a user updates merge
request through commenting, description changes or anything else.

The widget states for merged &amp; closed events now use their own event
object which holds their own `updated_at` date string. Also this text
has been correctly formatted through our date utilities to correctly
display the right timezone data in a user friendly way.

Closes #38545
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the merge request widget would use the `updated_at` date as
the tooltip text for both closed &amp; merged states. This is incorrect as
the `updated_at` date is actually changed when a user updates merge
request through commenting, description changes or anything else.

The widget states for merged &amp; closed events now use their own event
object which holds their own `updated_at` date string. Also this text
has been correctly formatted through our date utilities to correctly
display the right timezone data in a user friendly way.

Closes #38545
</pre>
</div>
</content>
</entry>
<entry>
<title>Use js- classes instead of Vue refs in tests for some perf</title>
<updated>2017-09-26T19:43:54+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-09-26T19:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a48c07da9865c0c97fa0a9ed62783ba038920713'/>
<id>a48c07da9865c0c97fa0a9ed62783ba038920713</id>
<content type='text'>
See
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14272#note_41419104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14272#note_41419104
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new shared Vue mountComponent method</title>
<updated>2017-09-20T15:52:43+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-09-20T15:52:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2c23ab89425e14254a87f5f7a489cdcb38cabde'/>
<id>f2c23ab89425e14254a87f5f7a489cdcb38cabde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve merge request widget status icon UX</title>
<updated>2017-09-20T09:30:48+00:00</updated>
<author>
<name>Simon Knox</name>
<email>psimyn@gmail.com</email>
</author>
<published>2017-09-11T11:47:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=06b31461f34bac86d31d898e4f0e5b573d6b0345'/>
<id>06b31461f34bac86d31d898e4f0e5b573d6b0345</id>
<content type='text'>
x to indicate failure or cannot merge
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
x to indicate failure or cannot merge
</pre>
</div>
</content>
</entry>
<entry>
<title>Port fast-forward MR widget states from EE</title>
<updated>2017-09-20T04:48:40+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-09-18T22:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f7f9847b26fd9f401039908843de2b660473e73d'/>
<id>f7f9847b26fd9f401039908843de2b660473e73d</id>
<content type='text'>
See https://gitlab.com/gitlab-org/gitlab-ce/issues/20076
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://gitlab.com/gitlab-org/gitlab-ce/issues/20076
</pre>
</div>
</content>
</entry>
<entry>
<title>Change all instances of btn-sm to btn-small to keep things consistent</title>
<updated>2017-09-19T07:05:31+00:00</updated>
<author>
<name>Jedidiah</name>
<email>hello@jedidiah.eu</email>
</author>
<published>2017-09-19T07:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a6eb9806324e381f28dd9a2567726bef45927382'/>
<id>a6eb9806324e381f28dd9a2567726bef45927382</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
