<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/development/fe_guide, branch auto_devops_detect2</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>Fix unordered list spacing</title>
<updated>2019-07-18T01:15:58+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-18T01:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=746f54787799ee5ea8595a8730d363bfd250ffab'/>
<id>746f54787799ee5ea8595a8730d363bfd250ffab</id>
<content type='text'>
Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>CE backport: Removed non-decimal event values</title>
<updated>2019-07-16T12:44:15+00:00</updated>
<author>
<name>Donald Cook</name>
<email>dcook@gitlab.com</email>
</author>
<published>2019-07-16T12:44:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f219b744336364ff316cbddb1b097539ebec27bc'/>
<id>f219b744336364ff316cbddb1b097539ebec27bc</id>
<content type='text'>
Snowplow only accepts decimals for value
This MR removes sending of value implicitly with the value attribute
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Snowplow only accepts decimals for value
This MR removes sending of value implicitly with the value attribute
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra blank lines from docs</title>
<updated>2019-07-15T01:04:35+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-15T01:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4121c636763e4bcbca7622e9f0e341d5e0e5a3e1'/>
<id>4121c636763e4bcbca7622e9f0e341d5e0e5a3e1</id>
<content type='text'>
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add blank lines around code blocks</title>
<updated>2019-07-12T08:09:23+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-12T08:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c6f943db44ea7f5d3da4e9b638ccba1c09b501cf'/>
<id>c6f943db44ea7f5d3da4e9b638ccba1c09b501cf</id>
<content type='text'>
All code blocks should be surrounded by blank lines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All code blocks should be surrounded by blank lines
</pre>
</div>
</content>
</entry>
<entry>
<title>Update redirected links to final destination</title>
<updated>2019-07-09T00:20:40+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-09T00:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=347a8799096d2ace4e1b4577f8f79518085ffa40'/>
<id>347a8799096d2ace4e1b4577f8f79518085ffa40</id>
<content type='text'>
Updating redirected links in the development, install, policy
raketasks and university dirs. Should now link to final
URL to avoid redirect hops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating redirected links in the development, install, policy
raketasks and university dirs. Should now link to final
URL to avoid redirect hops
</pre>
</div>
</content>
</entry>
<entry>
<title>Add lint rule that headings must increment one level at a time</title>
<updated>2019-07-08T11:07:07+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-08T11:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4f93fa4b7d8322aa1f0b39066d65a83c9b10977e'/>
<id>4f93fa4b7d8322aa1f0b39066d65a83c9b10977e</id>
<content type='text'>
Also fixes instances in Markdown that broke the rule.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes instances in Markdown that broke the rule.
</pre>
</div>
</content>
</entry>
<entry>
<title>Small markdown tweaks to clear kramdown warnings</title>
<updated>2019-07-04T22:46:12+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-04T22:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e108f0d9610d0e019791920bb5adbc0b493d7b74'/>
<id>e108f0d9610d0e019791920bb5adbc0b493d7b74</id>
<content type='text'>
Fixing square brackets, links, etc in:
  merge_requests.md
  vulnerabilities.md
  issues.md
  issues_statistics.md
  pipelines.md
  services.md
  group_milestones.md
  milestones.md
  runners.md
  changelog.md
  issue_workflow.md
  elasticsearch.md
  api_graphql_styleguide.md
  automatic_ce_ee_merge.md
  file_storage.md
  architecture.md
  database_debugging.md
  index.md
  index.md
  frontend_testing.md
  pry_debugging.md
  vue.md
  development_process.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing square brackets, links, etc in:
  merge_requests.md
  vulnerabilities.md
  issues.md
  issues_statistics.md
  pipelines.md
  services.md
  group_milestones.md
  milestones.md
  runners.md
  changelog.md
  issue_workflow.md
  elasticsearch.md
  api_graphql_styleguide.md
  automatic_ce_ee_merge.md
  file_storage.md
  architecture.md
  database_debugging.md
  index.md
  index.md
  frontend_testing.md
  pry_debugging.md
  vue.md
  development_process.md
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix most bare URLs in project</title>
<updated>2019-07-02T08:50:00+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-02T08:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d05eebe1ddd50b5bf28dfa5e00633d1ecc1df562'/>
<id>d05eebe1ddd50b5bf28dfa5e00633d1ecc1df562</id>
<content type='text'>
Linting rule not enabled for now
because tooling produces false
positives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Linting rule not enabled for now
because tooling produces false
positives.
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: minor fix to link format</title>
<updated>2019-07-01T04:50:10+00:00</updated>
<author>
<name>czmj</name>
<email>clarazmjordan@gmail.com</email>
</author>
<published>2019-07-01T04:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b1619b8340da4b213e19d1e6edce29b7137e6eda'/>
<id>b1619b8340da4b213e19d1e6edce29b7137e6eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve accessibility tooling documentation</title>
<updated>2019-06-27T07:15:19+00:00</updated>
<author>
<name>David Pisek</name>
<email>dpisek@gitlab.com</email>
</author>
<published>2019-06-27T06:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=490d521b65b2b27256580a82faa92d9f45f94e8e'/>
<id>490d521b65b2b27256580a82faa92d9f45f94e8e</id>
<content type='text'>
Add links to useful browser extensions and learning resources to the
FE-accessibility documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add links to useful browser extensions and learning resources to the
FE-accessibility documentation.
</pre>
</div>
</content>
</entry>
</feed>
