<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/scripts, branch dm-batch-loader-key</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>Merge branch 'fix-typos-occured' into 'master'</title>
<updated>2018-11-22T14:02:52+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2018-11-22T14:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7002752d47da4957f4aed1f4210c491178f9cde9'/>
<id>7002752d47da4957f4aed1f4210c491178f9cde9</id>
<content type='text'>
Fix typos occured to occurred

See merge request gitlab-org/gitlab-ce!23105</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typos occured to occurred

See merge request gitlab-org/gitlab-ce!23105</pre>
</div>
</content>
</entry>
<entry>
<title>Pass GITLAB_REF_SLUG to the Omnibus triggers</title>
<updated>2018-11-22T08:32:36+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-11-21T09:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b57c1fa71ce04e4f24b4499883839f3b75df72bd'/>
<id>b57c1fa71ce04e4f24b4499883839f3b75df72bd</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into fix-typos-occured</title>
<updated>2018-11-21T02:58:52+00:00</updated>
<author>
<name>Hiroyuki Sato</name>
<email>sathiroyuki@gmail.com</email>
</author>
<published>2018-11-21T02:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=692f87215df9c2a96c889a00fbb7cf8d459c3595'/>
<id>692f87215df9c2a96c889a00fbb7cf8d459c3595</id>
<content type='text'>
Conflicts:
- app/assets/javascripts/ide/stores/modules/pipelines/actions.js
- spec/javascripts/ide/stores/modules/pipelines/actions_spec.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
- app/assets/javascripts/ide/stores/modules/pipelines/actions.js
- spec/javascripts/ide/stores/modules/pipelines/actions_spec.js
</pre>
</div>
</content>
</entry>
<entry>
<title>Add BUILD_ASSETS_IMAGE CI variable</title>
<updated>2018-11-15T15:45:04+00:00</updated>
<author>
<name>Ian Baum</name>
<email>ibaum@gitlab.com</email>
</author>
<published>2018-11-14T17:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=553eaf01f7f299842d0985325e11ff8f58ef9c03'/>
<id>553eaf01f7f299842d0985325e11ff8f58ef9c03</id>
<content type='text'>
* Defaults to FALSE
* Can be used to disable building/pushing the assets image in the
gitlab:compile:assets job
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Defaults to FALSE
* Can be used to disable building/pushing the assets image in the
gitlab:compile:assets job
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos occured to occurred</title>
<updated>2018-11-15T15:34:24+00:00</updated>
<author>
<name>Hiroyuki Sato</name>
<email>sathiroyuki@gmail.com</email>
</author>
<published>2018-11-15T15:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b689b20f20f1a3773ba88cfb2f4d355d90389145'/>
<id>b689b20f20f1a3773ba88cfb2f4d355d90389145</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch rails 4 to 5 in gitlab-ci</title>
<updated>2018-11-14T11:38:30+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-09-18T18:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=62bd2aca04f7619c608ad57ad7e5666db7d05371'/>
<id>62bd2aca04f7619c608ad57ad7e5666db7d05371</id>
<content type='text'>
CI jobs will be triggered both with rails 4 and 5
to make sure we keep backward compatibility if it turns out
we have to switch back to rails 4.

Rails 4 jobs are not allowed to fail for now, these jobs will be
removed in a follow-up MR next cycle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CI jobs will be triggered both with rails 4 and 5
to make sure we keep backward compatibility if it turns out
we have to switch back to rails 4.

Rails 4 jobs are not allowed to fail for now, these jobs will be
removed in a follow-up MR next cycle.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure we abort the cleanup if release is empty</title>
<updated>2018-11-13T17:01:46+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-11-12T17:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4383c7947ec5a3da476be5d2b0c5b0ffc4ba019f'/>
<id>4383c7947ec5a3da476be5d2b0c5b0ffc4ba019f</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable usage pings in review apps</title>
<updated>2018-11-11T11:45:03+00:00</updated>
<author>
<name>Balasankar "Balu" C</name>
<email>balasankar@gitlab.com</email>
</author>
<published>2018-11-11T11:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2b7ad9da09b02d168719ec7e84df22b9d1b3f1d0'/>
<id>2b7ad9da09b02d168719ec7e84df22b9d1b3f1d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure we create the secrets at the right time</title>
<updated>2018-11-09T11:30:51+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-11-09T11:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f7f42cf34553f93c875186f61efc5909d0099cd4'/>
<id>f7f42cf34553f93c875186f61efc5909d0099cd4</id>
<content type='text'>
In `deploy`, if the previous deployment failed, we delete/cleanup all
the objects related to the release, including secrets. The problem is
that if we create the root password before that, it will be then
recreated during the deploy with a random value!

By creatigng the secret just before actually deplying a new release, we
ensure that it won't be overriden.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In `deploy`, if the previous deployment failed, we delete/cleanup all
the objects related to the release, including secrets. The problem is
that if we create the root password before that, it will be then
recreated during the deploy with a random value!

By creatigng the secret just before actually deplying a new release, we
ensure that it won't be overriden.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to override the gitlab-qa ref for the downstream trigger</title>
<updated>2018-11-06T15:17:01+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-10-22T14:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6a189c1fcde531337f05d2fb6517943ba2a5bdad'/>
<id>6a189c1fcde531337f05d2fb6517943ba2a5bdad</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
</feed>
