<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/support, 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>Revert "Merge branch..."</title>
<updated>2019-06-24T17:29:54+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-06-24T17:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e11feff929c3f91ed99b5cb312b07c30f8a92969'/>
<id>e11feff929c3f91ed99b5cb312b07c30f8a92969</id>
<content type='text'>
This reverts merge request !29832
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !29832
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix notes email with group-level notification email</title>
<updated>2019-06-24T09:20:10+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-06-24T09:20:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e6532ca203a9f29294ebbc854e7c6372f76799dd'/>
<id>e6532ca203a9f29294ebbc854e7c6372f76799dd</id>
<content type='text'>
A Noteable doesn't have a group directly, unless it's an epic - we need
to look for the project's group to find the right email address.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A Noteable doesn't have a group directly, unless it's an epic - we need
to look for the project's group to find the right email address.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '58065-uniform-html-txt-email' into 'master'</title>
<updated>2019-06-21T14:39:49+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-06-21T14:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f318a14366a46e72a402402030ab809a2d4ee1ab'/>
<id>f318a14366a46e72a402402030ab809a2d4ee1ab</id>
<content type='text'>
Make HTML and text emails for new issues uniform and add the mail to mailer previews

Closes #58065

See merge request gitlab-org/gitlab-ce!29886</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make HTML and text emails for new issues uniform and add the mail to mailer previews

Closes #58065

See merge request gitlab-org/gitlab-ce!29886</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '63406-selecting-a-line-in-ci-job-trace-using-triple-click-selects-the-previous-line-also' into 'master'</title>
<updated>2019-06-21T13:11:56+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-21T13:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=868da1d6c8d25d414b026c040d11aefe2f2a4e70'/>
<id>868da1d6c8d25d414b026c040d11aefe2f2a4e70</id>
<content type='text'>
Fix copying a single line from Firefox

Closes #63406

See merge request gitlab-org/gitlab-ce!29832</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix copying a single line from Firefox

Closes #63406

See merge request gitlab-org/gitlab-ce!29832</pre>
</div>
</content>
</entry>
<entry>
<title>Uniform html and text emails</title>
<updated>2019-06-21T10:48:43+00:00</updated>
<author>
<name>Frank van Rest</name>
<email>frank@dedact.nl</email>
</author>
<published>2019-04-19T18:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df4c1a75dec4da15c38066ca73312ed91baeb782'/>
<id>df4c1a75dec4da15c38066ca73312ed91baeb782</id>
<content type='text'>
Uniform new_issue_email html and text emails
Uniform note_email html and text emails
Uniform new_merge_request_email html and text emails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uniform new_issue_email html and text emails
Uniform note_email html and text emails
Uniform new_merge_request_email html and text emails
</pre>
</div>
</content>
</entry>
<entry>
<title>Retry fetching Kubernetes Secret token</title>
<updated>2019-06-21T06:36:34+00:00</updated>
<author>
<name>Dylan Griffith</name>
<email>dyl.griffith@gmail.com</email>
</author>
<published>2019-06-21T05:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4855667dad5d1ff61725bebf0683f0491bffc87c'/>
<id>4855667dad5d1ff61725bebf0683f0491bffc87c</id>
<content type='text'>
Since Kubernetes is creating the Secret and token asynchronously it is
necessary that we implement some delay or retrying logic to avoid a race
condition where we fetch a Secret before the token is even set. There
does not appear to be any way for us to force it to be set with any
synchronous API call so retrying seems to be the only option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since Kubernetes is creating the Secret and token asynchronously it is
necessary that we implement some delay or retrying logic to avoid a race
condition where we fetch a Secret before the token is even set. There
does not appear to be any way for us to force it to be set with any
synchronous API call so retrying seems to be the only option.
</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>Merge branch 'fix-jobs-controller-index-n-1' into 'master'</title>
<updated>2019-06-19T19:26:38+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-19T19:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4ae75f21979d111f9836831646762edee29b93c5'/>
<id>4ae75f21979d111f9836831646762edee29b93c5</id>
<content type='text'>
Fix N+1 problem in `JobsController#index`

See merge request gitlab-org/gitlab-ce!29839</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix N+1 problem in `JobsController#index`

See merge request gitlab-org/gitlab-ce!29839</pre>
</div>
</content>
</entry>
<entry>
<title>CE backport for changes in EE MR 14017</title>
<updated>2019-06-19T17:51:57+00:00</updated>
<author>
<name>Luke Duncalfe</name>
<email>lduncalfe@gitlab.com</email>
</author>
<published>2019-06-19T17:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dcf811ba147a9d1c677fa626ca06639783d09717'/>
<id>dcf811ba147a9d1c677fa626ca06639783d09717</id>
<content type='text'>
This backports to CE changes to allow the EE model
DesignManagement::Repository to override the #attributes_at method to
provide its own git attributes.

The #attributes_at method was freely available, as it's never called by
anything in the app. It looks like the code that called it got
refactored out of existence in ca66a04f. It was still being called in a
spec
https://gitlab.com/gitlab-org/gitlab-ce/blob/85b29c1c2fa3b94d7371cf454c485457a0756cb1/spec/services/files/create_service_spec.rb#L40
which I've left because with the change in Lfs::FileTransformer in fact
is now again the perfect test!

See EE MR
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14017

And these comment threads
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894#note_178002089
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894#note_178049984
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backports to CE changes to allow the EE model
DesignManagement::Repository to override the #attributes_at method to
provide its own git attributes.

The #attributes_at method was freely available, as it's never called by
anything in the app. It looks like the code that called it got
refactored out of existence in ca66a04f. It was still being called in a
spec
https://gitlab.com/gitlab-org/gitlab-ce/blob/85b29c1c2fa3b94d7371cf454c485457a0756cb1/spec/services/files/create_service_spec.rb#L40
which I've left because with the change in Lfs::FileTransformer in fact
is now again the perfect test!

See EE MR
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14017

And these comment threads
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894#note_178002089
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894#note_178049984
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into '63406-selecting-a-line-in-ci-job-trace-using-triple-click-selects-the-previous-line-also'</title>
<updated>2019-06-19T13:39:52+00:00</updated>
<author>
<name>Adam Hegyi</name>
<email>ahegyi@gitlab.com</email>
</author>
<published>2019-06-19T13:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e76f12f7e70c5a1d8a30720251ef81a3cacf94d0'/>
<id>e76f12f7e70c5a1d8a30720251ef81a3cacf94d0</id>
<content type='text'>
# Conflicts:
#   spec/lib/gitlab/ci/ansi2html_spec.rb</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#   spec/lib/gitlab/ci/ansi2html_spec.rb</pre>
</div>
</content>
</entry>
</feed>
