<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch docs-missing-backticks</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 missing backtick fence to code block</title>
<updated>2019-07-09T02:01:25+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-09T02:01:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74e531dfc0efae6395e8def7edea2f7dbfbe7872'/>
<id>74e531dfc0efae6395e8def7edea2f7dbfbe7872</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 'qa-autodevops-disable-jobs' into 'master'</title>
<updated>2019-07-08T21:45:12+00:00</updated>
<author>
<name>Dan Davison</name>
<email>ddavison@gitlab.com</email>
</author>
<published>2019-07-08T21:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=baf6ea490278bb32dd0ba8f5f3b8b95029e66532'/>
<id>baf6ea490278bb32dd0ba8f5f3b8b95029e66532</id>
<content type='text'>
Disable parts of the QA AutoDevOps Pipeline

See merge request gitlab-org/gitlab-ce!30427</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable parts of the QA AutoDevOps Pipeline

See merge request gitlab-org/gitlab-ce!30427</pre>
</div>
</content>
</entry>
<entry>
<title>Disable parts of the AutoDevOps Pipeline</title>
<updated>2019-07-08T20:26:31+00:00</updated>
<author>
<name>ddavison</name>
<email>ddavison@gitlab.com</email>
</author>
<published>2019-07-05T20:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bda379c51e4b002abb488bbe8bb7978841b37191'/>
<id>bda379c51e4b002abb488bbe8bb7978841b37191</id>
<content type='text'>
Jobs Disabled: Code-Quality, DAST, Container-Scanning,
Dependency-Scanning, License-Management, SAST

Jobs still enabled: Build, Test, Deploy, Browser-Performance-Testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jobs Disabled: Code-Quality, DAST, Container-Scanning,
Dependency-Scanning, License-Management, SAST

Jobs still enabled: Build, Test, Deploy, Browser-Performance-Testing
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-bump-prom-mmap-gem' into 'master'</title>
<updated>2019-07-08T18:43:53+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-07-08T18:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b77d94aab5e021e35e60e5c03fdd9993577f8b48'/>
<id>b77d94aab5e021e35e60e5c03fdd9993577f8b48</id>
<content type='text'>
Bump prometheus-client-mmap to 0.9.8

See merge request gitlab-org/gitlab-ce!30479</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump prometheus-client-mmap to 0.9.8

See merge request gitlab-org/gitlab-ce!30479</pre>
</div>
</content>
</entry>
<entry>
<title>Bump prometheus-client-mmap to 0.9.8</title>
<updated>2019-07-08T17:48:02+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-08T17:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8ae165e6e7e63135077ebfccaf2762cde14e1fa6'/>
<id>8ae165e6e7e63135077ebfccaf2762cde14e1fa6</id>
<content type='text'>
This fixes a critical error where a nil exception would be hit
if an error occurred while logging a Prometheus metric:

https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/36
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a critical error where a nil exception would be hit
if an error occurred while logging a Prometheus metric:

https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/36
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '64260-i18n-broken-boards-blank-state' into 'master'</title>
<updated>2019-07-08T15:13:36+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-07-08T15:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8f9fbbebc5c5b679730a14a8aef165954c1099c0'/>
<id>8f9fbbebc5c5b679730a14a8aef165954c1099c0</id>
<content type='text'>
Resolve "i18n Broken - Boards blank state"

Closes #64260

See merge request gitlab-org/gitlab-ce!30464</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "i18n Broken - Boards blank state"

Closes #64260

See merge request gitlab-org/gitlab-ce!30464</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '62214-follow-up-schedule-aggregation-in-other-contexts' into 'master'</title>
<updated>2019-07-08T15:06:06+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-07-08T15:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a0c3254d39e9bb7efffdb564fc9ce58f966be610'/>
<id>a0c3254d39e9bb7efffdb564fc9ce58f966be610</id>
<content type='text'>
Update group statistics when some columns on ProjectStatistics are updated

See merge request gitlab-org/gitlab-ce!30329</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update group statistics when some columns on ProjectStatistics are updated

See merge request gitlab-org/gitlab-ce!30329</pre>
</div>
</content>
</entry>
<entry>
<title>Schedule namespace aggregation in other contexts</title>
<updated>2019-07-08T15:06:05+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-07-08T15:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ec39a1d63d8a7952930442165f1ad828939749b2'/>
<id>ec39a1d63d8a7952930442165f1ad828939749b2</id>
<content type='text'>
Schedules a Namespace::AggregationSchedule worker if some of the project
statistics are refreshed.

The worker is only executed if the feature flag is enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Schedules a Namespace::AggregationSchedule worker if some of the project
statistics are refreshed.

The worker is only executed if the feature flag is enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '63362-follow-up-from-visual-review-toolbar-docs' into 'master'</title>
<updated>2019-07-08T13:44:42+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-07-08T13:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ededb334c66fa25cb8518258d85b1f7da1dd8f26'/>
<id>ededb334c66fa25cb8518258d85b1f7da1dd8f26</id>
<content type='text'>
Resolve "Follow-up from "Visual Review Toolbar Docs""

Closes #63362

See merge request gitlab-org/gitlab-ce!30040</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Follow-up from "Visual Review Toolbar Docs""

Closes #63362

See merge request gitlab-org/gitlab-ce!30040</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the Visual Reviews docs</title>
<updated>2019-07-08T13:44:42+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-07-08T13:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=deb6b687b7d2051c61d73901547e95e4f7a3c643'/>
<id>deb6b687b7d2051c61d73901547e95e4f7a3c643</id>
<content type='text'>
Reorganize and better explain what Visual Reviews are
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reorganize and better explain what Visual Reviews are
</pre>
</div>
</content>
</entry>
</feed>
