<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts, branch document-lambda-deploy</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 helpers to wait for axios requests</title>
<updated>2019-09-05T12:56:17+00:00</updated>
<author>
<name>Martin Hanzel</name>
<email>martin@hanzel.io</email>
</author>
<published>2019-09-05T12:56:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bd20aeb64c4eed117831556c54b40ff4aee9bfd1'/>
<id>bd20aeb64c4eed117831556c54b40ff4aee9bfd1</id>
<content type='text'>
Add two methods to the axios_utils Jest mock:

- `waitFor(url)`, which returns a Promise that resolves when the
  next request to `url` finishes.
- `waitForAll()`, which returns a Promise that resolves when all
  pending requests finish.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add two methods to the axios_utils Jest mock:

- `waitFor(url)`, which returns a Promise that resolves when the
  next request to `url` finishes.
- `waitForAll()`, which returns a Promise that resolves when all
  pending requests finish.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Pipelines Minutes expire banner (CE)</title>
<updated>2019-09-04T20:48:58+00:00</updated>
<author>
<name>Ammar Alakkad</name>
<email>aalakkad@gitlab.com</email>
</author>
<published>2019-09-04T20:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c2fb7f85b3bd48195200e7de9f2b380e282b306f'/>
<id>c2fb7f85b3bd48195200e7de9f2b380e282b306f</id>
<content type='text'>
- remove hiding the alert functionality
- use `danger` class instead of `warning`

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- remove hiding the alert functionality
- use `danger` class instead of `warning`

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability see deployments using a group cluster</title>
<updated>2019-09-04T17:03:05+00:00</updated>
<author>
<name>Jacques Erasmus</name>
<email>jerasmus@gitlab.com</email>
</author>
<published>2019-09-04T17:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=05b2de630463d5e724197e5554bc7c022fcdafaf'/>
<id>05b2de630463d5e724197e5554bc7c022fcdafaf</id>
<content type='text'>
Added the ability to see project deployments using a group cluster
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the ability to see project deployments using a group cluster
</pre>
</div>
</content>
</entry>
<entry>
<title>Let project reporters create issue from group boards</title>
<updated>2019-09-04T16:33:02+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>fcardozo@gitlab.com</email>
</author>
<published>2019-09-04T16:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=13fc0efa5725d94cda527dc487d8dfdb7e90ed21'/>
<id>13fc0efa5725d94cda527dc487d8dfdb7e90ed21</id>
<content type='text'>
The current state of group issue boards does not show the "Add issues"
button on the UI for users that are reporters of group child projects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current state of group issue boards does not show the "Add issues"
button on the UI for users that are reporters of group child projects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Creates base components for new job log</title>
<updated>2019-09-04T14:10:29+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-09-04T14:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=be449e23e319cbaa15c226560b9fa52ec4aa326e'/>
<id>be449e23e319cbaa15c226560b9fa52ec4aa326e</id>
<content type='text'>
Creates a link component, a line component and
a clickable line component to handle the
new job log format
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates a link component, a line component and
a clickable line component to handle the
new job log format
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove vue resource from group service</title>
<updated>2019-09-04T03:45:28+00:00</updated>
<author>
<name>Lee Tickett</name>
<email>lee@tickett.net</email>
</author>
<published>2019-09-04T03:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e8c58d62fb8da5426eed545f4182b9e85ff326ff'/>
<id>e8c58d62fb8da5426eed545f4182b9e85ff326ff</id>
<content type='text'>
Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/66750
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/66750
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'remove-vue-resource-from-sidebar-service' into 'master'"</title>
<updated>2019-09-03T22:44:56+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-09-03T22:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3399335602f3dbd5822899979ffba6c3fa833c56'/>
<id>3399335602f3dbd5822899979ffba6c3fa833c56</id>
<content type='text'>
This reverts merge request !32400</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !32400</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "DB change, migratoin and changelog"</title>
<updated>2019-09-03T19:10:08+00:00</updated>
<author>
<name>Lee Tickett</name>
<email>lee@tickett.net</email>
</author>
<published>2019-09-03T19:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=19371b9062664ccb75f61825da1924187750a6a9'/>
<id>19371b9062664ccb75f61825da1924187750a6a9</id>
<content type='text'>
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "DB change, migratoin and changelog"</title>
<updated>2019-09-03T16:38:17+00:00</updated>
<author>
<name>Lee Tickett</name>
<email>lee@tickett.net</email>
</author>
<published>2019-09-03T16:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c487c7cf6a360916b69e015b6571820b9e827236'/>
<id>c487c7cf6a360916b69e015b6571820b9e827236</id>
<content type='text'>
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '66454-utils-parser' into 'master'</title>
<updated>2019-09-03T12:28:18+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2019-09-03T12:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3b9ddb11bd28952eeb9ce544e9bf8014d42a923'/>
<id>f3b9ddb11bd28952eeb9ce544e9bf8014d42a923</id>
<content type='text'>
Creates utility parser for the job log

See merge request gitlab-org/gitlab-ce!32555</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates utility parser for the job log

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