<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/.gitlab-ci.yml, branch docs/https-many-docs-links</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>Update default CI image to use node@12</title>
<updated>2019-06-14T18:01:41+00:00</updated>
<author>
<name>Lukas 'Eipi' Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2019-06-14T18:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7c50e997dcb163437c4ebf4ea040de0e560eefc9'/>
<id>7c50e997dcb163437c4ebf4ea040de0e560eefc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add yaml lint</title>
<updated>2019-06-05T16:31:35+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-06-05T16:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d2cc841c55d65bc8134bfb3a467e66c36ac32b0a'/>
<id>d2cc841c55d65bc8134bfb3a467e66c36ac32b0a</id>
<content type='text'>
This commit adds CI job that validates all `*.yml`
with `yamllint`.

This commit fixes all offenses present in repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds CI job that validates all `*.yml`
with `yamllint`.

This commit fixes all offenses present in repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'revert-04c3c6dd' into 'master'"</title>
<updated>2019-05-22T19:47:32+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-05-22T12:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6145ddf515f93fcc7ed873b911b6369cc2bc0462'/>
<id>6145ddf515f93fcc7ed873b911b6369cc2bc0462</id>
<content type='text'>
This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing
changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing
changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'reorganize-tests-jobs-by-level' into 'master'"</title>
<updated>2019-05-22T11:45:46+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-05-22T11:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4f20c9de6f8e09131d751174243214d9bd3b6419'/>
<id>4f20c9de6f8e09131d751174243214d9bd3b6419</id>
<content type='text'>
This reverts merge request !27514</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !27514</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize test jobs by level</title>
<updated>2019-05-20T12:31:58+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-04-18T20:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4d9c76e9e44119ee2578c94b2b98bb72e80e874b'/>
<id>4d9c76e9e44119ee2578c94b2b98bb72e80e874b</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>Upgrade Ruby version to 2.6.3</title>
<updated>2019-05-08T13:21:14+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-05-06T10:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a50951d73a973efddf3079b38a99ded3e885f568'/>
<id>a50951d73a973efddf3079b38a99ded3e885f568</id>
<content type='text'>
Ruby 2.6 offers better performance and memory usage:
https://www.rubyguides.com/2018/11/ruby-2-6-new-features/

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ruby 2.6 offers better performance and memory usage:
https://www.rubyguides.com/2018/11/ruby-2-6-new-features/

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade CI images to use Chrome V73</title>
<updated>2019-04-28T13:45:02+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-04-26T17:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=faf8789b05a4a8c5d01835859394768bde1b530c'/>
<id>faf8789b05a4a8c5d01835859394768bde1b530c</id>
<content type='text'>
Attempt to solve issues such as
https://gitlab.com/gitlab-org/gitlab-ce/issues/60953.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attempt to solve issues such as
https://gitlab.com/gitlab-org/gitlab-ce/issues/60953.
</pre>
</div>
</content>
</entry>
<entry>
<title>Organize better Review Apps and QA jobs</title>
<updated>2019-04-24T17:25:37+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-04-18T19:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9649c2ef474701646e74bfd5134613528018a6c1'/>
<id>9649c2ef474701646e74bfd5134613528018a6c1</id>
<content type='text'>
Also, play manual jobs once dependency jobs are done instead of polling
for the dependent jobs to be finished.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, play manual jobs once dependency jobs are done instead of polling
for the dependent jobs to be finished.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Test using Git 2.21</title>
<updated>2019-04-16T13:11:20+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2019-04-16T13:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a50e88de2d74bdf9520bb9d2f83b87d387d95a1'/>
<id>5a50e88de2d74bdf9520bb9d2f83b87d387d95a1</id>
<content type='text'>
Given Rails doesn't use the Git binary anymore, this shouldn't be a
problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Given Rails doesn't use the Git binary anymore, this shouldn't be a
problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor .gitlab-ci.yml</title>
<updated>2019-04-15T12:16:58+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-04-12T08:56:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=931d84ac0029c1336799a54b7619fa02570ec40c'/>
<id>931d84ac0029c1336799a54b7619fa02570ec40c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
