<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/locale, branch winh-prepend-entity</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>Add edit_note and spec for editing quick actions</title>
<updated>2019-08-26T09:20:00+00:00</updated>
<author>
<name>Patrick Derichs</name>
<email>pderichs@gitlab.com</email>
</author>
<published>2019-08-26T09:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a13abd6731ecc3dc24017729c019ad6af9a7b114'/>
<id>a13abd6731ecc3dc24017729c019ad6af9a7b114</id>
<content type='text'>
Call QuickActionsService on Note update

Add support for notes which just contain
commands after editing

Return http status gone (410) if note was deleted

Temporary frontend addition so it is not
failing when a note is deleted

Move specs to shared examples

Fix rubocop style issue

Deleting note on frontend when status is 410

Use guard clause for note which got deleted

Simplified condition for nil note

This method should no longer be called
with nil note

Refactoring of execute method to reduce
complexity

Move errors update to delete_note method

Note is now deleted visually when it only
contains commands after update

Add expectation

Fix style issues

Changing action to fix tests

Add tests for removeNote and update
deleteNote expectations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Call QuickActionsService on Note update

Add support for notes which just contain
commands after editing

Return http status gone (410) if note was deleted

Temporary frontend addition so it is not
failing when a note is deleted

Move specs to shared examples

Fix rubocop style issue

Deleting note on frontend when status is 410

Use guard clause for note which got deleted

Simplified condition for nil note

This method should no longer be called
with nil note

Refactoring of execute method to reduce
complexity

Move errors update to delete_note method

Note is now deleted visually when it only
contains commands after update

Add expectation

Fix style issues

Changing action to fix tests

Add tests for removeNote and update
deleteNote expectations
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a link to docs in project description</title>
<updated>2019-08-23T22:27:41+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-08-23T22:27:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2515c0cd44db9e14ebea9a9218b05853b9afcaad'/>
<id>2515c0cd44db9e14ebea9a9218b05853b9afcaad</id>
<content type='text'>
Add to the service and migration both.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add to the service and migration both.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change misleading pipeline status tooltip</title>
<updated>2019-08-23T21:28:46+00:00</updated>
<author>
<name>Scott Hampton</name>
<email>shampton@gitlab.com</email>
</author>
<published>2019-08-23T21:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f093ceb4a0b15420cfe64fa9d97e73531b5fb35c'/>
<id>f093ceb4a0b15420cfe64fa9d97e73531b5fb35c</id>
<content type='text'>
Some pipeline status icon tooltips were showing
"Commit: ..." which customers found to be
misleading since it was not the commit that was
failing but the pipeline.

We are changing all status icon tooltips to say
"Pipeline: ..." instead of "Commit: ..." now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some pipeline status icon tooltips were showing
"Commit: ..." which customers found to be
misleading since it was not the commit that was
failing but the pipeline.

We are changing all status icon tooltips to say
"Pipeline: ..." instead of "Commit: ..." now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement validation logic to ProjectStage</title>
<updated>2019-08-23T20:28:11+00:00</updated>
<author>
<name>Adam Hegyi</name>
<email>ahegyi@gitlab.com</email>
</author>
<published>2019-08-23T20:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60e33885269bdae71e9710b17f199708b9b7c9e0'/>
<id>60e33885269bdae71e9710b17f199708b9b7c9e0</id>
<content type='text'>
- Introducting StageEvents to define the available events
- Define the event pairing rules, since some events are not compatible
- Express default Cycle Analytics stages with the event structure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Introducting StageEvents to define the available events
- Define the event pairing rules, since some events are not compatible
- Express default Cycle Analytics stages with the event structure
</pre>
</div>
</content>
</entry>
<entry>
<title>Update GitHub CI/CD import page to use PAT only</title>
<updated>2019-08-22T23:20:19+00:00</updated>
<author>
<name>Scott Hampton</name>
<email>shampton@gitlab.com</email>
</author>
<published>2019-08-22T23:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=56294b4ea9b0a2054423c895b9a7667118cda0ad'/>
<id>56294b4ea9b0a2054423c895b9a7667118cda0ad</id>
<content type='text'>
Oauth2 tokens are causing issues with mirroring
repos, because it effectively limits the number
of repos you can mirror. Personal Access
Tokens do not have this problem.

This change removes the OAuth2 option from
the import page for CI/CD only, and only
provides the personal access token form.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Oauth2 tokens are causing issues with mirroring
repos, because it effectively limits the number
of repos you can mirror. Personal Access
Tokens do not have this problem.

This change removes the OAuth2 option from
the import page for CI/CD only, and only
provides the personal access token form.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated latest pipeline tag tooltip to be more descriptive</title>
<updated>2019-08-22T10:20:26+00:00</updated>
<author>
<name>Dimitrie Hoekstra</name>
<email>dimitrie@gitlab.com</email>
</author>
<published>2019-08-22T10:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b9e21ad86fd176b5388c7b37d250d5ec60bc9abe'/>
<id>b9e21ad86fd176b5388c7b37d250d5ec60bc9abe</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 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master'</title>
<updated>2019-08-21T12:52:34+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-08-21T12:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=96b03792190a1679b99c0918d09b76b1c2e44dc7'/>
<id>96b03792190a1679b99c0918d09b76b1c2e44dc7</id>
<content type='text'>
Improve UX multi assigness in MR

See merge request gitlab-org/gitlab-ce!31545</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve UX multi assigness in MR

See merge request gitlab-org/gitlab-ce!31545</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '46299-wiki-page-creation' into 'master'</title>
<updated>2019-08-21T07:58:04+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-08-21T07:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ac4a2989d28f868f71a88b21466c301dca377b4'/>
<id>3ac4a2989d28f868f71a88b21466c301dca377b4</id>
<content type='text'>
Remove wiki page slug dialog step when creating wiki page

See merge request gitlab-org/gitlab-ce!31362</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove wiki page slug dialog step when creating wiki page

See merge request gitlab-org/gitlab-ce!31362</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '65427-improve-system-notes-for-zoom-links' into 'master'</title>
<updated>2019-08-21T07:39:27+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-08-21T07:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f56e7c680ab147a116b7797be4d9640e7dcca435'/>
<id>f56e7c680ab147a116b7797be4d9640e7dcca435</id>
<content type='text'>
Resolve "Improve system notes for Zoom links"

Closes #65427

See merge request gitlab-org/gitlab-ce!31410</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Improve system notes for Zoom links"

Closes #65427

See merge request gitlab-org/gitlab-ce!31410</pre>
</div>
</content>
</entry>
<entry>
<title>New wiki page redirects user to random slug</title>
<updated>2019-08-20T21:33:12+00:00</updated>
<author>
<name>Luke Duncalfe</name>
<email>lduncalfe@eml.cc</email>
</author>
<published>2019-08-01T05:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93a618f0e54b5ae28f7525b8861763130c692415'/>
<id>93a618f0e54b5ae28f7525b8861763130c692415</id>
<content type='text'>
Previously we asked a user to enter a new slug before taking them to
the Create Page page.

As a UX improvement, we now take them to a randomly generated URI so
they can begin creating their new page.

https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we asked a user to enter a new slug before taking them to
the Create Page page.

As a UX improvement, we now take them to a randomly generated URI so
they can begin creating their new page.

https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
</pre>
</div>
</content>
</entry>
</feed>
