<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/environments, branch reply-to-comment-documentation</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>Add Component to Confirm Environment Rollback</title>
<updated>2019-03-05T18:33:10+00:00</updated>
<author>
<name>Andrew Fontaine</name>
<email>afontaine@gitlab.com</email>
</author>
<published>2019-03-05T18:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ba98e91c067444e5af8dee392921126390af78b6'/>
<id>ba98e91c067444e5af8dee392921126390af78b6</id>
<content type='text'>
Ensure a vue.js component to confirm the re-deployment/rollback of an
environment pops up when rollback/re-deploy has been clicked so the user
must confirm their actions before accidentally rolling back or
re-deploying an environment.

Only on the `environment-table` view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure a vue.js component to confirm the re-deployment/rollback of an
environment pops up when rollback/re-deploy has been clicked so the user
must confirm their actions before accidentally rolling back or
re-deploying an environment.

Only on the `environment-table` view.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inconsistent pagination styles</title>
<updated>2019-02-27T10:16:46+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2019-02-27T10:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d63483a2dad8c42e47484ea340bd0f94bc898e27'/>
<id>d63483a2dad8c42e47484ea340bd0f94bc898e27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort Environments in Table by Last Updated</title>
<updated>2019-02-25T14:31:40+00:00</updated>
<author>
<name>Andrew Fontaine</name>
<email>afontaine@gitlab.com</email>
</author>
<published>2019-02-11T15:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa882a674a389fc41a155f5ba72e757a7ea02d7a'/>
<id>fa882a674a389fc41a155f5ba72e757a7ea02d7a</id>
<content type='text'>
Ensure folders push to the top, if both have no last update, sort by
name.

The sorting algorithm should sort in the following priorities:

1. folders first,
2. last updated descending,
3. by name ascending,

the sorting algorithm must:

1. Sort by name ascending,
2. Reverse (sort by name descending),
3. Sort by last deployment ascending,
4. Reverse (last deployment descending, name ascending),
5. Put folders first.

It is done this way, as `underscore`'s sort API is very basic: simple
comparisons, sorting by ascending only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure folders push to the top, if both have no last update, sort by
name.

The sorting algorithm should sort in the following priorities:

1. folders first,
2. last updated descending,
3. by name ascending,

the sorting algorithm must:

1. Sort by name ascending,
2. Reverse (sort by name descending),
3. Sort by last deployment ascending,
4. Reverse (last deployment descending, name ascending),
5. Put folders first.

It is done this way, as `underscore`'s sort API is very basic: simple
comparisons, sorting by ascending only.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move permission check of manual actions of deployments</title>
<updated>2019-02-08T12:53:35+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-02-08T12:53:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6b99848be3b444d015519a9a0b4ac9fa76cdd8e1'/>
<id>6b99848be3b444d015519a9a0b4ac9fa76cdd8e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Hide cluster features that don't work yet with Group Clusters"</title>
<updated>2018-12-20T09:39:09+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-12-20T09:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f0983a4b160fac67552b0795f445b08e940ef16'/>
<id>9f0983a4b160fac67552b0795f445b08e940ef16</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 'scheduled-manual-jobs-environment-play-buttons' into 'master'</title>
<updated>2018-11-05T11:45:36+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2018-11-05T11:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=425ddcc5a8f65b44546daa8c1885e4e4f45e5f32'/>
<id>425ddcc5a8f65b44546daa8c1885e4e4f45e5f32</id>
<content type='text'>
Add the Play button for delayed jobs in environment page

Closes #52129

See merge request gitlab-org/gitlab-ce!22106</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the Play button for delayed jobs in environment page

Closes #52129

See merge request gitlab-org/gitlab-ce!22106</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'</title>
<updated>2018-11-01T10:34:23+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-11-01T10:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f47e13218477c13cc627c2f0664500b72ea18b7'/>
<id>7f47e13218477c13cc627c2f0664500b72ea18b7</id>
<content type='text'>
Fix typos in comments and specs

See merge request gitlab-org/gitlab-ce!22683</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typos in comments and specs

See merge request gitlab-org/gitlab-ce!22683</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in comments and specs</title>
<updated>2018-11-01T06:59:20+00:00</updated>
<author>
<name>George Tsiolis</name>
<email>tsiolis.g@gmail.com</email>
</author>
<published>2018-10-30T10:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=733ae9492129e835f183902a97ee0886e2dbdc9b'/>
<id>733ae9492129e835f183902a97ee0886e2dbdc9b</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>
<entry>
<title>Merge branch 'master' into scheduled-manual-jobs-environment-play-buttons</title>
<updated>2018-10-22T20:06:05+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-10-22T20:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=53be95daf41fc4e59deab149485210835e7e54cd'/>
<id>53be95daf41fc4e59deab149485210835e7e54cd</id>
<content type='text'>
Conflicts:
	spec/javascripts/environments/environment_actions_spec.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	spec/javascripts/environments/environment_actions_spec.js
</pre>
</div>
</content>
</entry>
</feed>
