<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec, branch docs-autodevops-updates</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 'zj-gitaly-usage-data' into 'master'</title>
<updated>2019-06-20T18:39:28+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-20T18:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea795837fdaf23c4da423e0c71268e31687d7849'/>
<id>ea795837fdaf23c4da423e0c71268e31687d7849</id>
<content type='text'>
Add Gitaly data to the usage ping

See merge request gitlab-org/gitlab-ce!29893</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Gitaly data to the usage ping

See merge request gitlab-org/gitlab-ce!29893</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-fix-application-setting-spec-ce' into 'master'</title>
<updated>2019-06-20T17:15:09+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-06-20T17:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4e98c0240f2d7df1c05b289b19dfb42e68307cc0'/>
<id>4e98c0240f2d7df1c05b289b19dfb42e68307cc0</id>
<content type='text'>
Use next_instance_of instead of any_instance_of

See merge request gitlab-org/gitlab-ce!29905</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use next_instance_of instead of any_instance_of

See merge request gitlab-org/gitlab-ce!29905</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'config-yaml-differences' into 'master'</title>
<updated>2019-06-20T16:44:39+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-06-20T16:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d98bae878f95e27f235d6c674eab839fe5de005a'/>
<id>d98bae878f95e27f235d6c674eab839fe5de005a</id>
<content type='text'>
Backport changes made by EE to various YAML configuration files

See merge request gitlab-org/gitlab-ce!29606</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport changes made by EE to various YAML configuration files

See merge request gitlab-org/gitlab-ce!29606</pre>
</div>
</content>
</entry>
<entry>
<title>Use next_instance_of instead of any_instance_of</title>
<updated>2019-06-20T16:24:34+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2019-06-20T16:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23b35e0592b55d91e4d77ae9c758750ea13ab892'/>
<id>23b35e0592b55d91e4d77ae9c758750ea13ab892</id>
<content type='text'>
For prepended classes, we need to use `expect_next_instance_of`
instead of RSpecs `any_instance_of` variants.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For prepended classes, we need to use `expect_next_instance_of`
instead of RSpecs `any_instance_of` variants.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '57973-errors-in-application-settings-panel-shows-wrong-panel' into 'master'</title>
<updated>2019-06-20T14:43:47+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-06-20T14:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c6eb18ee0fe1b887438da87f25fc2f2a852dd393'/>
<id>c6eb18ee0fe1b887438da87f25fc2f2a852dd393</id>
<content type='text'>
Errors in application settings panel shows wrong panel

See merge request gitlab-org/gitlab-ce!25434</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Errors in application settings panel shows wrong panel

See merge request gitlab-org/gitlab-ce!25434</pre>
</div>
</content>
</entry>
<entry>
<title>Add embedding flag and filter to CPU/Mem</title>
<updated>2019-06-20T14:06:18+00:00</updated>
<author>
<name>Sarah Yasonik</name>
<email>syasonik@gitlab.com</email>
</author>
<published>2019-06-20T14:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f49dd76a44ec04d35fbf3f08bd3c950d2df4de5b'/>
<id>f49dd76a44ec04d35fbf3f08bd3c950d2df4de5b</id>
<content type='text'>
This commits adds support for metrics dashboards
for embedding. If the flag 'embedded' is provided
to the environments/id/metrics_dashboard endpoint,
the response will be suitable for embedding in
issues or other content.

This is a precursor for support for embedding
metrics in GFM.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commits adds support for metrics dashboards
for embedding. If the flag 'embedded' is provided
to the environments/id/metrics_dashboard endpoint,
the response will be suitable for embedding in
issues or other content.

This is a precursor for support for embedding
metrics in GFM.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Gitaly data to the usage ping</title>
<updated>2019-06-20T13:26:56+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2019-06-20T11:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=44528f6c444ae55008866d2861f1d160486b37d1'/>
<id>44528f6c444ae55008866d2861f1d160486b37d1</id>
<content type='text'>
Gitaly data wasn't available to the team, an this change is a first
iteration towards understanding what data we need and how to interpret
it. Later more values will be added.

For now the most important thing is the filesystem String Array, as that
includes data on ext4 exposure and NFS.

Part of: https://gitlab.com/gitlab-org/gitlab-ce/issues/60602
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gitaly data wasn't available to the team, an this change is a first
iteration towards understanding what data we need and how to interpret
it. Later more values will be added.

For now the most important thing is the filesystem String Array, as that
includes data on ext4 exposure and NFS.

Part of: https://gitlab.com/gitlab-org/gitlab-ce/issues/60602
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'last-commit-repo-widget' into 'master'</title>
<updated>2019-06-20T13:14:34+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-06-20T13:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=429f6b629b691945d8cd187b79e00cfa7eed6fa2'/>
<id>429f6b629b691945d8cd187b79e00cfa7eed6fa2</id>
<content type='text'>
Render last commit widget with Vue

Closes #62766

See merge request gitlab-org/gitlab-ce!29419</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Render last commit widget with Vue

Closes #62766

See merge request gitlab-org/gitlab-ce!29419</pre>
</div>
</content>
</entry>
<entry>
<title>Backport gitlab.yml.example from EE</title>
<updated>2019-06-20T12:51:49+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-06-13T12:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e41564762cd74c6cbf938dcc319c3b77a891dc7'/>
<id>0e41564762cd74c6cbf938dcc319c3b77a891dc7</id>
<content type='text'>
To make this happen, we need to conditionally add the group_saml
strategy when running tests, but only on EE. This requires some changes
to Gitlab.ee? so that it can be used before/without loading the Rails
environment. We also have to change how we require a few files, so this
can run outside of Rails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make this happen, we need to conditionally add the group_saml
strategy when running tests, but only on EE. This requires some changes
to Gitlab.ee? so that it can be used before/without loading the Rails
environment. We also have to change how we require a few files, so this
can run outside of Rails.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '63510-error-parsing-true-boolean-in-gitlab-jsoncache' into 'master'</title>
<updated>2019-06-20T12:00:51+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-06-20T12:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=788690304a495aa6c4d3e2fa163753f28fbdb82f'/>
<id>788690304a495aa6c4d3e2fa163753f28fbdb82f</id>
<content type='text'>
Gitlab::JsonCache#parse_value ensure string

Closes #63510

See merge request gitlab-org/gitlab-ce!29885</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gitlab::JsonCache#parse_value ensure string

Closes #63510

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