<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/scripts, branch docs/performance-testing</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Add test for new README.md in docs</title>
<updated>2018-03-26T13:11:38+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-03-26T13:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c8205203a17b5bb476cc5453ecde6c2e66cf1460'/>
<id>c8205203a17b5bb476cc5453ecde6c2e66cf1460</id>
<content type='text'>
Prefer index.md instead since they provide clean URLs in the docs site
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prefer index.md instead since they provide clean URLs in the docs site
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of the prettier ignore file during our save script</title>
<updated>2018-03-26T07:39:14+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>git@leipert.io</email>
</author>
<published>2018-03-26T07:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d023244aa5a71c9cf0e68f196c0a402a8ccc951f'/>
<id>d023244aa5a71c9cf0e68f196c0a402a8ccc951f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update eslintignore for node scripts</title>
<updated>2018-03-23T16:53:12+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-03-23T16:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=569b06cf20b455c606171667d73003aff5520c0e'/>
<id>569b06cf20b455c606171667d73003aff5520c0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prettify all node scripts</title>
<updated>2018-03-23T16:52:54+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-03-23T16:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9238c5d5ca22d2fddc0c78a34dc063c8d3abb79e'/>
<id>9238c5d5ca22d2fddc0c78a34dc063c8d3abb79e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation</title>
<updated>2018-03-14T19:32:36+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2018-03-14T19:32:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=51e454f3b17ad51d7381c0de0e4a3553bdc362d3'/>
<id>51e454f3b17ad51d7381c0de0e4a3553bdc362d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wait for the pipeline to start before canceling it</title>
<updated>2018-03-08T13:22:59+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-03-08T11:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=471728f8fb7747638c24d918302d6bdcb6d152f2'/>
<id>471728f8fb7747638c24d918302d6bdcb6d152f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix race condition when previewing docs</title>
<updated>2018-03-06T09:02:21+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-03-06T09:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fe7d45f26a8e83808ba9a1e15a3830e4ba43f2c9'/>
<id>fe7d45f26a8e83808ba9a1e15a3830e4ba43f2c9</id>
<content type='text'>
Cancel the pipeline that gets created the first time the remote
branch is created in order not to overwrite the one we trigger
afterwards.

Closes https://gitlab.com/gitlab-com/gitlab-docs/issues/154
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cancel the pipeline that gets created the first time the remote
branch is created in order not to overwrite the one we trigger
afterwards.

Closes https://gitlab.com/gitlab-com/gitlab-docs/issues/154
</pre>
</div>
</content>
</entry>
<entry>
<title>Set security harness hook to executable after creation</title>
<updated>2018-02-28T15:47:34+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2018-02-28T15:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a04ff31e40993564ff0a4d3df254a8eab740905b'/>
<id>a04ff31e40993564ff0a4d3df254a8eab740905b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize and improve the inline documentation for the codequality job</title>
<updated>2018-02-21T15:25:28+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-02-21T15:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a0ef01c8724b6f20b49481d19e58f5ddeb993c82'/>
<id>a0ef01c8724b6f20b49481d19e58f5ddeb993c82</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 branch 'improve-codequality-job' into 'master'</title>
<updated>2018-02-21T14:21:05+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2018-02-21T09:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5ccd3bec955c1869ad621d352c6509365f2077dc'/>
<id>5ccd3bec955c1869ad621d352c6509365f2077dc</id>
<content type='text'>
Simplify the codequality job

See merge request gitlab-org/gitlab-ee!4602</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify the codequality job

See merge request gitlab-org/gitlab-ee!4602</pre>
</div>
</content>
</entry>
</feed>
