<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/jobs/components, branch docs-avoid-CephFS-GlusterFS</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>Merge branch 'MaxWinterstein-unify-copy-comit-sha' into 'master'</title>
<updated>2019-03-26T00:55:02+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-03-26T00:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=22f2879b9b304ee72cf17356e1b4071a0a394809'/>
<id>22f2879b9b304ee72cf17356e1b4071a0a394809</id>
<content type='text'>
Unify behaviour of 'Copy commit SHA to clipboard' on job view

Closes #58343

See merge request gitlab-org/gitlab-ce!25829</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unify behaviour of 'Copy commit SHA to clipboard' on job view

Closes #58343

See merge request gitlab-org/gitlab-ce!25829</pre>
</div>
</content>
</entry>
<entry>
<title>Move some tests from Karma to Jest</title>
<updated>2019-03-23T16:53:46+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-03-23T16:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=514ee63826e47229bfd03bdbb740f2dd1eae1d03'/>
<id>514ee63826e47229bfd03bdbb740f2dd1eae1d03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update job detail sidebar for post-merge pipelines</title>
<updated>2019-03-20T14:02:36+00:00</updated>
<author>
<name>Nathan Friend</name>
<email>nathan@gitlab.com</email>
</author>
<published>2019-03-20T14:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6fe0739bce73b5fb7fc85ced85544413c54375c0'/>
<id>6fe0739bce73b5fb7fc85ced85544413c54375c0</id>
<content type='text'>
This commit updates the job detail view sidebar to accommodate new
states introduced as part of the post-merge pipeline feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit updates the job detail view sidebar to accommodate new
states introduced as part of the post-merge pipeline feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify behaviour of 'Copy commit SHA to clipboard'</title>
<updated>2019-03-08T23:31:23+00:00</updated>
<author>
<name>Max Winterstein</name>
<email>gitlab@winterstein.mx</email>
</author>
<published>2019-03-06T21:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fbf638a49446faae96dad4ad1538a010906f975a'/>
<id>fbf638a49446faae96dad4ad1538a010906f975a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move job cancel/new button</title>
<updated>2019-01-10T14:04:17+00:00</updated>
<author>
<name>Fernando Arias</name>
<email>farias@gitlab.com</email>
</author>
<published>2018-12-31T02:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42bfffc495f7347c5a60a61a88e525a596a49ffd'/>
<id>42bfffc495f7347c5a60a61a88e525a596a49ffd</id>
<content type='text'>
* Move cancel button to where the Retry is normally placed
* Move new issue button to be in sidebar view for desktop versions
* Update specs

Add changelog entry for moving cancel btn

Remove mobile version job action buttons

* Remove buttons showing up on seperate row on job sidebar
* Show Retry button in mobile version next to build name

Improve flexbox usage for job action buttons

* Allow for cleaner scaling of job name and alignment of buttons

Adjust the debug button icon size

* Adjust debug icon size on the build sidebar so the debug button is the
same height as the other buttons

Tweak job name vertical margins

* Changes are only made to job side vue
* Remove old class that only changed margin on top
* Adjust veritcal margin uniformy set to 0 via bootstrap margin class

Update Karma tests for job side view

* Update karms tests for mobile version of side view
* Removed tests for new issue button since we are fixing in
https://gitlab.com/gitlab-org/gitlab-ce/issues/55944

Fix rspec and static-analysis failures

* Run Prettier
* Update rspec css selectors

Move job action buttons to new line

* Move "New Issue" and "Debug" buttons to seperate line in job sidebar
* Update specs

Run Prettier to format JS

Remove New Issue button from job header

Make sure button spacing follows styleguide
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move cancel button to where the Retry is normally placed
* Move new issue button to be in sidebar view for desktop versions
* Update specs

Add changelog entry for moving cancel btn

Remove mobile version job action buttons

* Remove buttons showing up on seperate row on job sidebar
* Show Retry button in mobile version next to build name

Improve flexbox usage for job action buttons

* Allow for cleaner scaling of job name and alignment of buttons

Adjust the debug button icon size

* Adjust debug icon size on the build sidebar so the debug button is the
same height as the other buttons

Tweak job name vertical margins

* Changes are only made to job side vue
* Remove old class that only changed margin on top
* Adjust veritcal margin uniformy set to 0 via bootstrap margin class

Update Karma tests for job side view

* Update karms tests for mobile version of side view
* Removed tests for new issue button since we are fixing in
https://gitlab.com/gitlab-org/gitlab-ce/issues/55944

Fix rspec and static-analysis failures

* Run Prettier
* Update rspec css selectors

Move job action buttons to new line

* Move "New Issue" and "Debug" buttons to seperate line in job sidebar
* Update specs

Run Prettier to format JS

Remove New Issue button from job header

Make sure button spacing follows styleguide
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix style issues in job details sidebar</title>
<updated>2018-12-19T19:16:10+00:00</updated>
<author>
<name>Nathan Friend</name>
<email>nfriend@gitlab.com</email>
</author>
<published>2018-12-19T19:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7798a4a62ab9c4015949f6243a5990b6a158bbf2'/>
<id>7798a4a62ab9c4015949f6243a5990b6a158bbf2</id>
<content type='text'>
This commit fixes a number of minor style issues in the job details
sidebar - spacing, font weights, button sizes, and font sizes.

More details here:
https://gitlab.com/gitlab-org/gitlab-ce/issues/54814
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes a number of minor style issues in the job details
sidebar - spacing, font weights, button sizes, and font sizes.

More details here:
https://gitlab.com/gitlab-org/gitlab-ce/issues/54814
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into 20422-hide-ui-variables-by-default</title>
<updated>2018-12-07T18:21:43+00:00</updated>
<author>
<name>jhampton</name>
<email>jhampton@gitlab.com</email>
</author>
<published>2018-12-07T18:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6de31cddb81613045ae4ac920a054c53f2028949'/>
<id>6de31cddb81613045ae4ac920a054c53f2028949</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prettifies</title>
<updated>2018-12-07T18:15:58+00:00</updated>
<author>
<name>jhampton</name>
<email>jhampton@gitlab.com</email>
</author>
<published>2018-12-07T18:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=02ef0523634123f3abc3dd6235ff229e38f40341'/>
<id>02ef0523634123f3abc3dd6235ff229e38f40341</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes linting errors</title>
<updated>2018-12-07T16:47:12+00:00</updated>
<author>
<name>jhampton</name>
<email>jhampton@gitlab.com</email>
</author>
<published>2018-12-07T16:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=43286857d5b6d36060c276d78ff00659c495a2b6'/>
<id>43286857d5b6d36060c276d78ff00659c495a2b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds toggle behavior</title>
<updated>2018-12-07T15:19:41+00:00</updated>
<author>
<name>jhampton</name>
<email>jhampton@gitlab.com</email>
</author>
<published>2018-12-07T15:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c2f72ad8a2ff02e310c1f3420342d10bec211277'/>
<id>c2f72ad8a2ff02e310c1f3420342d10bec211277</id>
<content type='text'>
- Adds coverage for hide/reveal toggle button behavior
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Adds coverage for hide/reveal toggle button behavior
</pre>
</div>
</content>
</entry>
</feed>
