<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/development/testing_guide, branch docs-testing-guide-update</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>Remove reference to old lib/api/ci dir</title>
<updated>2019-08-17T21:53:46+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-08-17T21:53:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=90170ab1a7fefd3d2ce81d81ed9df7bab7eb93c3'/>
<id>90170ab1a7fefd3d2ce81d81ed9df7bab7eb93c3</id>
<content type='text'>
This directory no longer exists (since 2017)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This directory no longer exists (since 2017)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'allow-focus-in-specs' into 'master'</title>
<updated>2019-08-15T08:04:38+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2019-08-15T08:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fe0ab065c4da9867683a013c1c22b1ff0a6d8273'/>
<id>fe0ab065c4da9867683a013c1c22b1ff0a6d8273</id>
<content type='text'>
Allow to use focus: true in specs

See merge request gitlab-org/gitlab-ce!31691</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow to use focus: true in specs

See merge request gitlab-org/gitlab-ce!31691</pre>
</div>
</content>
</entry>
<entry>
<title>Mention focus: true in the specs</title>
<updated>2019-08-13T00:41:52+00:00</updated>
<author>
<name>Giorgenes Gelatti</name>
<email>ggelatti@gitlab.com</email>
</author>
<published>2019-08-13T00:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dd84b9a03d24d27edafc861a988239de30f08a46'/>
<id>dd84b9a03d24d27edafc861a988239de30f08a46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more rules to markdown lint check</title>
<updated>2019-08-12T04:23:01+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-08-12T04:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60dfca155c205a0fad1cac367f7225100cb555eb'/>
<id>60dfca155c205a0fad1cac367f7225100cb555eb</id>
<content type='text'>
Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered
list prefix), MD030 (spaces after list markers), and fixes
remaining docs that were failing these tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered
list prefix), MD030 (spaces after list markers), and fixes
remaining docs that were failing these tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand markdown linting rules for docs</title>
<updated>2019-08-05T02:13:46+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-08-05T02:13:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=61e1a1492507ad2b77a48ef0a890de62caa590b3'/>
<id>61e1a1492507ad2b77a48ef0a890de62caa590b3</id>
<content type='text'>
MD002 - First header should be level 1
MD006 - Start bullets at beginning of line
MD019 - No multiple spaces after header style
MD022 - Headers surrounded by blank lines
MD025 - Only 1 level 1 header
MD028 - No blank lines within blockquote
MD038 - Spaces inside code span elements
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MD002 - First header should be level 1
MD006 - Start bullets at beginning of line
MD019 - No multiple spaces after header style
MD022 - Headers surrounded by blank lines
MD025 - Only 1 level 1 header
MD028 - No blank lines within blockquote
MD038 - Spaces inside code span elements
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs/update-end-to-end-style-guide' into 'master'</title>
<updated>2019-08-02T12:05:02+00:00</updated>
<author>
<name>Walmyr</name>
<email>walmyr@gitlab.com</email>
</author>
<published>2019-08-02T12:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2db7436aade588f77cf1a22461b7f70c9afaf4d8'/>
<id>2db7436aade588f77cf1a22461b7f70c9afaf4d8</id>
<content type='text'>
Update end-to-end style guide doc with new guideline

See merge request gitlab-org/gitlab-ce!31342</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update end-to-end style guide doc with new guideline

See merge request gitlab-org/gitlab-ce!31342</pre>
</div>
</content>
</entry>
<entry>
<title>Use Mermaid Markdown for testing guide docs</title>
<updated>2019-08-01T17:18:59+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-31T06:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3e18e7c97b2a5d1f5695c71ac55cc91931c992e'/>
<id>a3e18e7c97b2a5d1f5695c71ac55cc91931c992e</id>
<content type='text'>
* Remove PNGs in favor of dynamically rendered graphs
* Eliminate &lt;b&gt; styling because this is no longer supported
* Change &lt;br /&gt; to &lt;br&gt; because the latter is only supported
* Add quotes around subgraph titles
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove PNGs in favor of dynamically rendered graphs
* Eliminate &lt;b&gt; styling because this is no longer supported
* Change &lt;br /&gt; to &lt;br&gt; because the latter is only supported
* Add quotes around subgraph titles
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the current state of the Review App clusters</title>
<updated>2019-08-01T15:53:03+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-08-01T15:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aaefcb9c7e7e447a4434915ab3a84664a7f0dd4f'/>
<id>aaefcb9c7e7e447a4434915ab3a84664a7f0dd4f</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 e2e style guide with new guideline</title>
<updated>2019-08-01T10:51:03+00:00</updated>
<author>
<name>Walmyr Lima</name>
<email>walmyr@gitlab.com</email>
</author>
<published>2019-07-31T13:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f26bb243ccf4e05f3f231d3ed62eb862dc643f0c'/>
<id>f26bb243ccf4e05f3f231d3ed62eb862dc643f0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update sections titles with right heading</title>
<updated>2019-07-31T13:50:34+00:00</updated>
<author>
<name>Walmyr Lima</name>
<email>walmyr@gitlab.com</email>
</author>
<published>2019-07-31T13:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=25cfdd69d3fbdd44d4fc2588ea2c0413d3a089df'/>
<id>25cfdd69d3fbdd44d4fc2588ea2c0413d3a089df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
