<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/scripts, branch simplify-docs-review-script</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>Change logic of repo name and slugs in docs review script</title>
<updated>2017-11-16T07:05:32+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2017-11-15T12:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e1fb8b35e7a298233fc635c5ec4be30debc1045c'/>
<id>e1fb8b35e7a298233fc635c5ec4be30debc1045c</id>
<content type='text'>
We need to make room for Runner and Omnibus docs.
This change makes sure the correct values are defined
based on CI_PROJECT_NAME.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to make room for Runner and Omnibus docs.
This change makes sure the correct values are defined
based on CI_PROJECT_NAME.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a non-superuser user to access GitLab to ensure permissions are proper</title>
<updated>2017-11-10T06:14:03+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-11-09T20:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8efdf75bcb3621822523803b02bd308792bf84d5'/>
<id>8efdf75bcb3621822523803b02bd308792bf84d5</id>
<content type='text'>
We have run into permission issues with MySQL triggers in #36633 that
would have been caught earlier either if our migration tests or GitLab QA
tests had been testing against non-superuser users. This change creates
a non-superuser that has access to the GitLab test database and uses that.

Closes #39932
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have run into permission issues with MySQL triggers in #36633 that
would have been caught earlier either if our migration tests or GitLab QA
tests had been testing against non-superuser users. This change creates
a non-superuser that has access to the GitLab test database and uses that.

Closes #39932
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the --parallel Rubocop flag in the static-analysis and improve the job</title>
<updated>2017-11-03T16:00:49+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-11-03T16:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d048c8fe43950438d4168f1a0750f6197d1252a1'/>
<id>d048c8fe43950438d4168f1a0750f6197d1252a1</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>Update scripts/prepare_build.sh</title>
<updated>2017-10-17T18:15:19+00:00</updated>
<author>
<name>bogdanvlviv</name>
<email>bogdanvlviv@gmail.com</email>
</author>
<published>2017-03-26T21:53:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c17570d3b36452e47229d4fa282af75ecc08b690'/>
<id>c17570d3b36452e47229d4fa282af75ecc08b690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend changelog checker to test file extensions</title>
<updated>2017-09-29T14:24:16+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-09-29T14:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e73c9ddc9e7c3191e5d16e7c42fb39867b38862b'/>
<id>e73c9ddc9e7c3191e5d16e7c42fb39867b38862b</id>
<content type='text'>
Changelogs without a .yml extension won't be picked up, and will be ignored
completely, so fail the pipeline when one of those is found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelogs without a .yml extension won't be picked up, and will be ignored
completely, so fail the pipeline when one of those is found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add static analysis job to find invalid YAML in changelogs</title>
<updated>2017-09-27T08:52:03+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-09-27T08:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3fba557d5c310e1fc4e6866a6a342c40331b3ad2'/>
<id>3fba557d5c310e1fc4e6866a6a342c40331b3ad2</id>
<content type='text'>
When a changelog has invalid YAML (typically, there is an unquoted @ at the
start of the author field), then the entry will be discarded. This script checks
all unreleased changelogs for validity, and runs as part of the static-analysis
step, so the pipeline will fail if this happens in future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a changelog has invalid YAML (typically, there is an unquoted @ at the
start of the author field), then the entry will be discarded. This script checks
all unreleased changelogs for validity, and runs as part of the static-analysis
step, so the pipeline will fail if this happens in future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for exec permissions also in app/</title>
<updated>2017-09-25T08:59:25+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2017-09-25T08:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0741b86b2790dca9394f05ca19c336aaecb9d6cd'/>
<id>0741b86b2790dca9394f05ca19c336aaecb9d6cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add check for exec permissions and refactor lint doc script</title>
<updated>2017-09-25T08:50:06+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2017-09-25T08:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6532c137a74a23f062be29770c84ec2ab8cf5116'/>
<id>6532c137a74a23f062be29770c84ec2ab8cf5116</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 'dz-check-schema' into 'master'</title>
<updated>2017-09-19T16:11:08+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-09-19T16:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=02b398d3e9fee38b84296ce1519c039ee6c1a3ad'/>
<id>02b398d3e9fee38b84296ce1519c039ee6c1a3ad</id>
<content type='text'>
Add rake task to check db schema is valid

Closes #37568

See merge request gitlab-org/gitlab-ce!14365</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add rake task to check db schema is valid

Closes #37568

See merge request gitlab-org/gitlab-ce!14365</pre>
</div>
</content>
</entry>
<entry>
<title>Add rake task to check db schema is valid</title>
<updated>2017-09-19T13:42:44+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2017-09-19T12:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9cd0d68fe90f27ad297317cd8cc5e8f81c2d75a9'/>
<id>9cd0d68fe90f27ad297317cd8cc5e8f81c2d75a9</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
