<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config, branch ee-12033-doc-lm-python-version-docs</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 back sidekiq metrics exporter</title>
<updated>2019-06-14T01:41:29+00:00</updated>
<author>
<name>Ryan Cobb</name>
<email>rcobb@gitlab.com</email>
</author>
<published>2019-06-14T01:41:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5c297aa8535e48975f82eac21bcdad9d3b255fda'/>
<id>5c297aa8535e48975f82eac21bcdad9d3b255fda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved RackTimeout observer to a different location</title>
<updated>2019-06-12T10:09:04+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-06-05T17:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3a7bdda986949ca76df3c4932ee8c973437a743'/>
<id>d3a7bdda986949ca76df3c4932ee8c973437a743</id>
<content type='text'>
Because there will be similar observer for PumaWorkerKiller,
it makes sense to keep both on better place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because there will be similar observer for PumaWorkerKiller,
it makes sense to keep both on better place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'prom-api-1' into 'master'</title>
<updated>2019-06-11T11:26:01+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-06-11T11:26:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=83d8af2435034791ac0677d40807b3be4c3130be'/>
<id>83d8af2435034791ac0677d40807b3be4c3130be</id>
<content type='text'>
Update server API to enable switch prometheus endpoint

See merge request gitlab-org/gitlab-ce!29186</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update server API to enable switch prometheus endpoint

See merge request gitlab-org/gitlab-ce!29186</pre>
</div>
</content>
</entry>
<entry>
<title>Add metric for measuring PumaWorkerKiller activity</title>
<updated>2019-06-10T16:09:40+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-06-10T16:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=497acb167078d62c0cec7bc5ff9be1be6cd2fe4a'/>
<id>497acb167078d62c0cec7bc5ff9be1be6cd2fe4a</id>
<content type='text'>
PumaWorkerKiller is used for periodically checking and killing
workers (the biggest one) if overall memory reaches specified
limit. This metric allows us to watch number of killed workers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PumaWorkerKiller is used for periodically checking and killing
workers (the biggest one) if overall memory reaches specified
limit. This metric allows us to watch number of killed workers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds sidekiq worker label for ruby metrics</title>
<updated>2019-06-06T19:19:50+00:00</updated>
<author>
<name>Ryan Cobb</name>
<email>rcobb@gitlab.com</email>
</author>
<published>2019-06-05T18:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7131ad46c6d2301d9979f2f8ef9cf081264f03a6'/>
<id>7131ad46c6d2301d9979f2f8ef9cf081264f03a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Named route for prometheus proxy_path</title>
<updated>2019-06-06T10:43:50+00:00</updated>
<author>
<name>Simon Knox</name>
<email>psimyn@gmail.com</email>
</author>
<published>2019-06-05T07:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b46b38ff9fb09692aa02efd377e44756e1caabf2'/>
<id>b46b38ff9fb09692aa02efd377e44756e1caabf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow BetterErrors REPL to be enabled</title>
<updated>2019-06-05T11:48:44+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-06-03T02:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3f8ccac0327753f05db9458eb1c7e3584974ff9c'/>
<id>3f8ccac0327753f05db9458eb1c7e3584974ff9c</id>
<content type='text'>
This allows the BetterErrors REPL to be available
when your GitLab instance is listening on
something _other_ than localhost.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the BetterErrors REPL to be available
when your GitLab instance is listening on
something _other_ than localhost.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce sidekiq worker for auto merge process</title>
<updated>2019-06-04T03:51:32+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-05-27T12:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=197a3d053359e66535c41935eac065ee424cbb07'/>
<id>197a3d053359e66535c41935eac065ee424cbb07</id>
<content type='text'>
As we have a central domain for auto merge process today,
we should use a single worker for any auto merge process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we have a central domain for auto merge process today,
we should use a single worker for any auto merge process.
</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>
</feed>
