<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/vue_mr_widget, branch docs-serverless-lambda</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Remove mergeTrain from FE since it's used only in EE</title>
<updated>2019-08-22T13:50:19+00:00</updated>
<author>
<name>Igor</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-08-22T13:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6a385b60f849d0ce086947771fb34a4bc66abe11'/>
<id>6a385b60f849d0ce086947771fb34a4bc66abe11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "HTML code shown in merge request"</title>
<updated>2019-08-21T14:47:04+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-08-21T14:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7e6c898c7449eb48744b7312dbfa6baa92a00d6'/>
<id>b7e6c898c7449eb48744b7312dbfa6baa92a00d6</id>
<content type='text'>
- Fixes double escaped text in `mr_widget_rebase.vue`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixes double escaped text in `mr_widget_rebase.vue`
</pre>
</div>
</content>
</entry>
<entry>
<title>Add merge train helper text to MR widget (CE)</title>
<updated>2019-08-14T21:13:09+00:00</updated>
<author>
<name>Nathan Friend</name>
<email>nathan@gitlab.com</email>
</author>
<published>2019-08-14T21:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=896af1acbd69010f5e9648a9b1d9ec59fb9fdd91'/>
<id>896af1acbd69010f5e9648a9b1d9ec59fb9fdd91</id>
<content type='text'>
This commit adds a helper text that describes what will happen when a
user clicks the "Start/Add to merge train when pipeline succeeds"
button.  This text appears at the bottom of the merge request widget.

In addition, this commit renames the "merge_train_info" component to
"merge_train_position_indicator" to avoid ambiguity with the
"merge_train_helper_text" component.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds a helper text that describes what will happen when a
user clicks the "Start/Add to merge train when pipeline succeeds"
button.  This text appears at the bottom of the merge request widget.

In addition, this commit renames the "merge_train_info" component to
"merge_train_position_indicator" to avoid ambiguity with the
"merge_train_helper_text" component.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix merge button dropdown (CE)</title>
<updated>2019-08-12T16:31:47+00:00</updated>
<author>
<name>Nathan Friend</name>
<email>nathan@gitlab.com</email>
</author>
<published>2019-08-12T16:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eade5c067d12baf91b2fcad51491df40f51ee787'/>
<id>eade5c067d12baf91b2fcad51491df40f51ee787</id>
<content type='text'>
This commit fixes an issue that was causing the merge button dropdown
trigger to be shown even if the dropdown itself was hidden. This commit
also fixes an issue that caused the "Merge Immediately" option not to be
available when merge trains were enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes an issue that was causing the merge button dropdown
trigger to be shown even if the dropdown itself was hidden. This commit
also fixes an issue that caused the "Merge Immediately" option not to be
available when merge trains were enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change qa-* class references to js-* for squash-checkbox</title>
<updated>2019-07-29T19:20:28+00:00</updated>
<author>
<name>Tanya Pazitny</name>
<email>tpazitny@gitlab.com</email>
</author>
<published>2019-07-29T19:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9658e5ec33f01542879bcebd1ec2917b306dc77f'/>
<id>9658e5ec33f01542879bcebd1ec2917b306dc77f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Karma: Fix css selector for loading icon</title>
<updated>2019-07-26T09:40:17+00:00</updated>
<author>
<name>Lukas 'Eipi' Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2019-07-26T09:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6df22f17d2aa255742f2a728df7a00c0af4ee84c'/>
<id>6df22f17d2aa255742f2a728df7a00c0af4ee84c</id>
<content type='text'>
The GitLab UI update changed the spinner selector from `spinner` to
`gl-spinner`, so we need to update it, so that our tests won't fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GitLab UI update changed the spinner selector from `spinner` to
`gl-spinner`, so we need to update it, so that our tests won't fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates on success of an MR the count on top and in other tabs</title>
<updated>2019-07-09T08:44:19+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2019-07-09T08:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b9e52612feb4956f0b3cc26af0f98810e67a5287'/>
<id>b9e52612feb4956f0b3cc26af0f98810e67a5287</id>
<content type='text'>
New API endpoint for merge request count
Updates all open tabs at the same time with one call
Restructured API response

API response changed to 401 if no current_user

Added API + JS specs

Fix for Static Check

Updated Count on Open/Close, Assign/Unassign of MR's

Checking if MR Count is refreshed

Added # frozen_string_literal: true to spec

Added Changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New API endpoint for merge request count
Updates all open tabs at the same time with one call
Restructured API response

API response changed to 401 if no current_user

Added API + JS specs

Fix for Static Check

Updated Count on Open/Close, Assign/Unassign of MR's

Checking if MR Count is refreshed

Added # frozen_string_literal: true to spec

Added Changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>updated Karma test for changed strings in mr-widget state</title>
<updated>2019-07-02T12:29:54+00:00</updated>
<author>
<name>Michel Engelen</name>
<email>michel.engelen@diva-e.com</email>
</author>
<published>2019-06-13T14:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4de2453a0ff3c6d229f4424af563b217109e783'/>
<id>f4de2453a0ff3c6d229f4424af563b217109e783</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'id-extract-widget-into-different-request' into 'master'</title>
<updated>2019-06-28T10:01:30+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-06-28T10:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1012cfb0b780bc9348a8478a66af2a337a69b0f6'/>
<id>1012cfb0b780bc9348a8478a66af2a337a69b0f6</id>
<content type='text'>
Extract MR's widget into a separate request

Closes #62723

See merge request gitlab-org/gitlab-ce!29979</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extract MR's widget into a separate request

Closes #62723

See merge request gitlab-org/gitlab-ce!29979</pre>
</div>
</content>
</entry>
<entry>
<title>Extract MR's widget into a separate endpoint</title>
<updated>2019-06-28T07:52:48+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-06-21T18:22:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=07559fda51dd32cf23a14567cc7077c02c3900d4'/>
<id>07559fda51dd32cf23a14567cc7077c02c3900d4</id>
<content type='text'>
This commits extracts /merge_requests/1.json?serializer=widget
Into a separate /merge_requests/1/widget.json endpoint
This will allow to use caching for this request
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commits extracts /merge_requests/1.json?serializer=widget
Into a separate /merge_requests/1/widget.json endpoint
This will allow to use caching for this request
</pre>
</div>
</content>
</entry>
</feed>
