<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/fixtures, 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>Ensure duplicate sections collapse</title>
<updated>2019-06-17T14:22:40+00:00</updated>
<author>
<name>Fabio Pitino</name>
<email>fpitino@gitlab.com</email>
</author>
<published>2019-06-17T14:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e63d499fbd8bbeed4da6f67f5ddbbc93573deb73'/>
<id>e63d499fbd8bbeed4da6f67f5ddbbc93573deb73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Backporting EE fix</title>
<updated>2019-06-03T22:42:39+00:00</updated>
<author>
<name>rossfuhrman</name>
<email>rfuhrman@gitlab.com</email>
</author>
<published>2019-06-03T22:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=111d47f3fb45a119b0ffa9fe3422b4a2821eb0bc'/>
<id>111d47f3fb45a119b0ffa9fe3422b4a2821eb0bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dependency_list report fixture</title>
<updated>2019-06-03T11:24:10+00:00</updated>
<author>
<name>Tetiana Chupryna</name>
<email>tchupryna@gitlab.com</email>
</author>
<published>2019-06-03T11:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74e9943ca3f5597f1e218e177c328f86c2c2a09f'/>
<id>74e9943ca3f5597f1e218e177c328f86c2c2a09f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup Phabricator import</title>
<updated>2019-05-31T07:40:54+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2019-04-23T14:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=589b2db06ca2ca2bc3e5d9e56968e3609f9e4626'/>
<id>589b2db06ca2ca2bc3e5d9e56968e3609f9e4626</id>
<content type='text'>
This sets up all the basics for importing Phabricator tasks into
GitLab issues.

To import all tasks from a Phabricator instance into GitLab, we'll
import all of them into a new project that will have its repository
disabled.

The import is hooked into a regular ProjectImport setup, but similar
to the GitHub parallel importer takes care of all the imports itself.

In this iteration, we're importing each page of tasks in a separate
sidekiq job.

The first thing we do when requesting a new page of tasks is schedule
the next page to be imported. But to avoid deadlocks, we only allow a
single job per worker type to run at the same time.

For now we're only importing basic Issue information, this should be
extended to richer information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sets up all the basics for importing Phabricator tasks into
GitLab issues.

To import all tasks from a Phabricator instance into GitLab, we'll
import all of them into a new project that will have its repository
disabled.

The import is hooked into a regular ProjectImport setup, but similar
to the GitHub parallel importer takes care of all the imports itself.

In this iteration, we're importing each page of tasks in a separate
sidekiq job.

The first thing we do when requesting a new page of tasks is schedule
the next page to be imported. But to avoid deadlocks, we only allow a
single job per worker type to run at the same time.

For now we're only importing basic Issue information, this should be
extended to richer information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose build environment latest deployable name and path</title>
<updated>2019-05-24T09:04:35+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2019-05-10T17:02:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6ef27f77447ad389ca9b508909964c127fd38eeb'/>
<id>6ef27f77447ad389ca9b508909964c127fd38eeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add allow_failure attribute to Job API</title>
<updated>2019-05-21T09:21:53+00:00</updated>
<author>
<name>Fabio Pitino</name>
<email>fpitino@gitlab.com</email>
</author>
<published>2019-05-21T09:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cef8d1d40847322a8cce3fdeb6f353ebfd298193'/>
<id>cef8d1d40847322a8cce3fdeb6f353ebfd298193</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50813
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50813
</pre>
</div>
</content>
</entry>
<entry>
<title>Display classname JUnit attribute in report modal</title>
<updated>2019-05-20T13:27:08+00:00</updated>
<author>
<name>Fabio Pitino</name>
<email>fpitino@gitlab.com</email>
</author>
<published>2019-05-20T13:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=24a81b3dccef87cf4c6837a26fadd702b0418d72'/>
<id>24a81b3dccef87cf4c6837a26fadd702b0418d72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move issue details to from IssueBasic to Issue entity</title>
<updated>2019-05-15T07:15:17+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-04-19T07:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a4fbf39eca4518598e893f6f1b81b8b69927c6f9'/>
<id>a4fbf39eca4518598e893f6f1b81b8b69927c6f9</id>
<content type='text'>
Cleanup IssueBasic entity to keep it basic and move extra attributes
to Issue entity which contains more details
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup IssueBasic entity to keep it basic and move extra attributes
to Issue entity which contains more details
</pre>
</div>
</content>
</entry>
</feed>
