<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch show-performance-bar-warnings</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>Move performance bar component specs to Jest</title>
<updated>2019-09-05T13:43:52+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-09-05T12:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e444a6f28c833e7a4158e6b55acd0fedfbf2354d'/>
<id>e444a6f28c833e7a4158e6b55acd0fedfbf2354d</id>
<content type='text'>
The main change is in using vue-test-utils, which don't work well with
Karma, but make our specs cleaner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main change is in using vue-test-utils, which don't work well with
Karma, but make our specs cleaner.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PascalCase for Vue components</title>
<updated>2019-09-04T13:08:56+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-09-04T13:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=21371119788c4996b80ab3a49884c003caa540c0'/>
<id>21371119788c4996b80ab3a49884c003caa540c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show warnings in performance bar</title>
<updated>2019-09-04T13:08:56+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-08-06T15:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f39ea53422f67f9157b2bb95fabccb90073d09e6'/>
<id>f39ea53422f67f9157b2bb95fabccb90073d09e6</id>
<content type='text'>
Right now, the performance bar is unopinionated: it will tell you how
many SQL queries a page ran, but not if that's good or bad. It also
hides away AJAX requests behind a dropdown, which means people are less
likely to see those requests.

This adds a way of highlighting warnings generated by the backend in
both places. In a request itself, a metric will have a warning item if
the backend thinks it's too slow. And in the request selector, we
highlight requests that have warnings associated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now, the performance bar is unopinionated: it will tell you how
many SQL queries a page ran, but not if that's good or bad. It also
hides away AJAX requests behind a dropdown, which means people are less
likely to see those requests.

This adds a way of highlighting warnings generated by the backend in
both places. In a request itself, a metric will have a warning item if
the backend thinks it's too slow. And in the request selector, we
highlight requests that have warnings associated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '66428-make-review-app-deployment-use-wait' into 'master'</title>
<updated>2019-09-04T10:31:45+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-09-04T10:31:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f8f8ed471f6ce62b7198d49170845f7f5a09cf64'/>
<id>f8f8ed471f6ce62b7198d49170845f7f5a09cf64</id>
<content type='text'>
Make Review App deployment use `--wait` instead of `--atomic` for better debugging

Closes #66428

See merge request gitlab-org/gitlab-ce!32223</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make Review App deployment use `--wait` instead of `--atomic` for better debugging

Closes #66428

See merge request gitlab-org/gitlab-ce!32223</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'robust-download-chart' into 'master'</title>
<updated>2019-09-04T10:22:19+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-09-04T10:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5c140beadf0d7629fc4bb9b574fcc153090155f3'/>
<id>5c140beadf0d7629fc4bb9b574fcc153090155f3</id>
<content type='text'>
Make download_chart function robust for its own Review App

See merge request gitlab-org/gitlab-ce!32595</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make download_chart function robust for its own Review App

See merge request gitlab-org/gitlab-ce!32595</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '61927-internal-api-jwt-auth' into 'master'</title>
<updated>2019-09-04T09:42:53+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-09-04T09:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fd561023c4186226526f4d3ccf87b8a1924a5773'/>
<id>fd561023c4186226526f4d3ccf87b8a1924a5773</id>
<content type='text'>
Extract Workhorse &lt;-&gt; GitLab JWT authentication to make it reusable

See merge request gitlab-org/gitlab-ce!32623</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extract Workhorse &lt;-&gt; GitLab JWT authentication to make it reusable

See merge request gitlab-org/gitlab-ce!32623</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '61927-internal-api-namespace' into 'master'</title>
<updated>2019-09-04T09:40:35+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-09-04T09:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f482a87639625138df6a1c68a3f2de8ca87e9738'/>
<id>f482a87639625138df6a1c68a3f2de8ca87e9738</id>
<content type='text'>
Rename API::Internal class to API::Internal::Base

See merge request gitlab-org/gitlab-ce!32617</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename API::Internal class to API::Internal::Base

See merge request gitlab-org/gitlab-ce!32617</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-doc-qa-pipeline' into 'master'</title>
<updated>2019-09-04T09:39:18+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-09-04T09:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f29c70c147fcf2ce503e6788500a364d100a1dd7'/>
<id>f29c70c147fcf2ce503e6788500a364d100a1dd7</id>
<content type='text'>
Add docs exception back to qa manual job

See merge request gitlab-org/gitlab-ce!32631</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add docs exception back to qa manual job

See merge request gitlab-org/gitlab-ce!32631</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs exception back to qa manual job</title>
<updated>2019-09-04T09:39:17+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-09-04T09:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5211ec674f4124ca710ebb616c032a0d14d7647a'/>
<id>5211ec674f4124ca710ebb616c032a0d14d7647a</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 'winh-ci-remove-jsdoc' into 'master'</title>
<updated>2019-09-04T08:44:34+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-09-04T08:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fb9e8646bdb9f3f1382a86da890ff509f1b4549c'/>
<id>fb9e8646bdb9f3f1382a86da890ff509f1b4549c</id>
<content type='text'>
Remove jsdoc job

See merge request gitlab-org/gitlab-ce!32465</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove jsdoc job

See merge request gitlab-org/gitlab-ce!32465</pre>
</div>
</content>
</entry>
</feed>
