<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/fixtures/lib, branch docs-pages-force-https</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 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>Expose prometheus endpoint per metric in dashboard</title>
<updated>2019-06-06T10:43:50+00:00</updated>
<author>
<name>syasonik</name>
<email>syasonik@gitlab.com</email>
</author>
<published>2019-06-05T13:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=54dd44030b052a1456c26e90742b227943d600be'/>
<id>54dd44030b052a1456c26e90742b227943d600be</id>
<content type='text'>
Adds a new stage to dashboard processesing step for the
EnvironmentsController::metrics_dashboard endpoint.

Allows the front end to avoid generating the endpoint
unitutive string mutations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a new stage to dashboard processesing step for the
EnvironmentsController::metrics_dashboard endpoint.

Allows the front end to avoid generating the endpoint
unitutive string mutations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update metrics dashboard API to load yml from repo</title>
<updated>2019-05-01T10:16:03+00:00</updated>
<author>
<name>Sarah Yasonik</name>
<email>syasonik@gitlab.com</email>
</author>
<published>2019-05-01T10:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=552a3d2fd939d3f8a56cfad9fad62227c1d5aa89'/>
<id>552a3d2fd939d3f8a56cfad9fad62227c1d5aa89</id>
<content type='text'>
Updates the EnvironmentController#metrics_dashboard endpoint
to support a "dashboard" param, which can be used to specify
the filepath of a dashboard configuration from a project
repository. Dashboard configurations are expected to be
stored in .gitlab/dashboards/.

Updates dashboard post-processing steps to exclude custom
metrics, which should only display on the system dashboard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates the EnvironmentController#metrics_dashboard endpoint
to support a "dashboard" param, which can be used to specify
the filepath of a dashboard configuration from a project
repository. Dashboard configurations are expected to be
stored in .gitlab/dashboards/.

Updates dashboard post-processing steps to exclude custom
metrics, which should only display on the system dashboard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move MetricsDashboard to Metrics::Dashboard</title>
<updated>2019-04-25T05:35:05+00:00</updated>
<author>
<name>syasonik</name>
<email>syasonik@gitlab.com</email>
</author>
<published>2019-04-25T03:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4a5c48c47cccd8ce2b6bd6912ecff925122778f0'/>
<id>4a5c48c47cccd8ce2b6bd6912ecff925122778f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish updating dashboard schema</title>
<updated>2019-04-24T10:23:04+00:00</updated>
<author>
<name>syasonik</name>
<email>syasonik@gitlab.com</email>
</author>
<published>2019-04-17T14:12:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ed87159a71703111ffcedbd2e4248755057c1d8d'/>
<id>ed87159a71703111ffcedbd2e4248755057c1d8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Utilize renamed dashboard ordering attribute</title>
<updated>2019-04-24T10:23:03+00:00</updated>
<author>
<name>syasonik</name>
<email>syasonik@gitlab.com</email>
</author>
<published>2019-04-17T13:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9b83ff36a8203de01fe27e139101f3d8c31e36b'/>
<id>d9b83ff36a8203de01fe27e139101f3d8c31e36b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make query or query_range required in metrics</title>
<updated>2019-04-24T10:23:03+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-17T10:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f029c3dd39a5b74c50bb9804a7f175b48cda0305'/>
<id>f029c3dd39a5b74c50bb9804a7f175b48cda0305</id>
<content type='text'>
Either the query or query_range attribute needs to be present in the
metrics yml. The yml is invalid if both are present or neither is
present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Either the query or query_range attribute needs to be present in the
metrics yml. The yml is invalid if both are present or neither is
present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add schema validation spec</title>
<updated>2019-04-24T10:23:03+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-17T09:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c2818d6b23543f288db3ae5464c3f3b473522836'/>
<id>c2818d6b23543f288db3ae5464c3f3b473522836</id>
<content type='text'>
Validate the schema of the dashboard that is loaded by
Gitlab::MetricsDashboard::Service.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Validate the schema of the dashboard that is loaded by
Gitlab::MetricsDashboard::Service.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct the order of groups and panels</title>
<updated>2019-04-24T10:23:03+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-16T15:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0007a42a7bcc7bcee3dd10a3132dc96478b77e80'/>
<id>0007a42a7bcc7bcee3dd10a3132dc96478b77e80</id>
<content type='text'>
- Order groups by descending order of priority.
- Order panels by descending order of weight.
- Perform sorting after adding project/custom metrics.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Order groups by descending order of priority.
- Order panels by descending order of weight.
- Perform sorting after adding project/custom metrics.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup misnamed or unnecessary files</title>
<updated>2019-04-24T10:23:03+00:00</updated>
<author>
<name>syasonik</name>
<email>syasonik@gitlab.com</email>
</author>
<published>2019-04-16T09:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1596e5556030ab3990a7d0117bf7d4306417c052'/>
<id>1596e5556030ab3990a7d0117bf7d4306417c052</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
