<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/support, branch patch-58</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>Removes duplicated shared_context folder</title>
<updated>2019-06-06T21:23:18+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-06-06T21:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=59f9c5a380aa679b9dccd093f76d7eb7473f872d'/>
<id>59f9c5a380aa679b9dccd093f76d7eb7473f872d</id>
<content type='text'>
Most of the shared context are located under
spec/support/shared_contexts, we only have one file under
spec/support/shared_context, this MR moves it to
spec/support/shared_contexts instead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of the shared context are located under
spec/support/shared_contexts, we only have one file under
spec/support/shared_context, this MR moves it to
spec/support/shared_contexts instead
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pages domains acme orders</title>
<updated>2019-06-06T18:55:31+00:00</updated>
<author>
<name>Vladimir Shushlin</name>
<email>vshushlin@gitlab.com</email>
</author>
<published>2019-06-06T18:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c3338c920d6123174000ea11243cb7dc285cee03'/>
<id>c3338c920d6123174000ea11243cb7dc285cee03</id>
<content type='text'>
Extract acme double to helper

Create ACME challanges for pages domains

* Create order &amp; challange through API
* save them to database
* request challenge validation

We're saving order and challenge as one entity,
that wouldn't be correct if we would order certificates for
several domains simultaneously, but we always order certificate
per domain

Add controller for processing acme challenges redirected from pages

Don't save acme challenge url - we don't use it

Validate acme challenge attributes

Encrypt private_key in acme orders
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extract acme double to helper

Create ACME challanges for pages domains

* Create order &amp; challange through API
* save them to database
* request challenge validation

We're saving order and challenge as one entity,
that wouldn't be correct if we would order certificates for
several domains simultaneously, but we always order certificate
per domain

Add controller for processing acme challenges redirected from pages

Don't save acme challenge url - we don't use it

Validate acme challenge attributes

Encrypt private_key in acme orders
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "Report abuse to GitLab" to more generic wording.</title>
<updated>2019-06-06T10:05:42+00:00</updated>
<author>
<name>Marc Schwede</name>
<email>git@schwedenmut.de</email>
</author>
<published>2019-06-06T10:05:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=982463e944e0af140dc31c8e64a995b476294e82'/>
<id>982463e944e0af140dc31c8e64a995b476294e82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CE backport for changes in EE MR 13389</title>
<updated>2019-06-06T02:22:41+00:00</updated>
<author>
<name>Luke Duncalfe</name>
<email>lduncalfe@eml.cc</email>
</author>
<published>2019-06-03T23:40:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c7dcbc03bb71b954ab781a51736db29d687eac7b'/>
<id>c7dcbc03bb71b954ab781a51736db29d687eac7b</id>
<content type='text'>
This backports to ce a refactor of the shared example 'a controller that
can serve LFS files'.

The ee MR that contains the original refactor is
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13389

The reason for the refactor was mostly the removal of the outer context
as it didn't need to be there, and prevented let(:lfs_oid) from being
overwritten.

The shared example was also renamed to be more descriptive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backports to ce a refactor of the shared example 'a controller that
can serve LFS files'.

The ee MR that contains the original refactor is
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13389

The reason for the refactor was mostly the removal of the outer context
as it didn't need to be there, and prevented let(:lfs_oid) from being
overwritten.

The shared example was also renamed to be more descriptive.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '11204-turn-off-mask-by-default' into 'master'</title>
<updated>2019-06-05T17:40:36+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-06-05T17:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42b7503820ab3f76d382f7e595239215d1487ca7'/>
<id>42b7503820ab3f76d382f7e595239215d1487ca7</id>
<content type='text'>
Default masked to false for new variables

Closes gitlab-ee#11204

See merge request gitlab-org/gitlab-ce!28186</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Default masked to false for new variables

Closes gitlab-ee#11204

See merge request gitlab-org/gitlab-ce!28186</pre>
</div>
</content>
</entry>
<entry>
<title>Default masked to false for new variables</title>
<updated>2019-06-04T13:09:01+00:00</updated>
<author>
<name>mfluharty</name>
<email>mfluharty@gitlab.com</email>
</author>
<published>2019-05-07T19:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=598fa4cdd8e698d4ed19ad6101989aa286c9131c'/>
<id>598fa4cdd8e698d4ed19ad6101989aa286c9131c</id>
<content type='text'>
Set the default value to false
Adjust tests to expect false as the default
Update documentation to make new default clear
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the default value to false
Adjust tests to expect false as the default
Update documentation to make new default clear
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '58941-use-gitlab-serverless-with-existing-knative-installation' into 'master'</title>
<updated>2019-06-04T11:20:09+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2019-06-04T11:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b864208e44a1ab44754926f1d1529479387b360'/>
<id>0b864208e44a1ab44754926f1d1529479387b360</id>
<content type='text'>
Resolve "Use GitLab serverless with existing Knative installation"

Closes #58941

See merge request gitlab-org/gitlab-ce!27173</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Use GitLab serverless with existing Knative installation"

Closes #58941

See merge request gitlab-org/gitlab-ce!27173</pre>
</div>
</content>
</entry>
<entry>
<title>Cleans up UpdateProjectStatistics concern</title>
<updated>2019-06-03T15:06:03+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-06-03T15:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4bf3f54607d412509e7f9415a78fcf6279836c05'/>
<id>4bf3f54607d412509e7f9415a78fcf6279836c05</id>
<content type='text'>
- Renames attributes from stat to project_statistiscs_name and attribute
to statistic_attribute
- Reordes methods on UpdateProjectStatistics concern
- Removes unused module from Ci::Build
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Renames attributes from stat to project_statistiscs_name and attribute
to statistic_attribute
- Reordes methods on UpdateProjectStatistics concern
- Removes unused module from Ci::Build
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge dev.gitlab.org master into GitLab.com master</title>
<updated>2019-06-03T12:56:33+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-06-03T12:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6cb750a2bb7e1720413a7c42ec4afebaa3f2f4d2'/>
<id>6cb750a2bb7e1720413a7c42ec4afebaa3f2f4d2</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 'gitaly-version-v1.43.0' into 'master'</title>
<updated>2019-05-31T14:16:54+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2019-05-31T14:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9a8955d3c06c23cfc95914254ec77cc78e2cf6b5'/>
<id>9a8955d3c06c23cfc95914254ec77cc78e2cf6b5</id>
<content type='text'>
Upgrade Gitaly to v1.43.0

See merge request gitlab-org/gitlab-ce!28867</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrade Gitaly to v1.43.0

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