<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/development, branch ab-structure-sql2</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<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://trove.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>Changing badges to use parentheses not brackets</title>
<updated>2019-07-08T08:50:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T08:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2'/>
<id>73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2</id>
<content type='text'>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</pre>
</div>
</content>
</entry>
<entry>
<title>Change absolute links to relative</title>
<updated>2019-07-05T16:25:58+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-05T16:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6feda1df3b53df3d2fb9f8ac076049fbf3ffc0f1'/>
<id>6feda1df3b53df3d2fb9f8ac076049fbf3ffc0f1</id>
<content type='text'>
Change assorted absolute links to ce and ee docs
to relative links
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change assorted absolute links to ce and ee docs
to relative links
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pgFormatter as a database tooling</title>
<updated>2019-07-05T01:54:18+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-07-05T01:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=02530168067d671eb4c1ee7212390e274bef02f9'/>
<id>02530168067d671eb4c1ee7212390e274bef02f9</id>
<content type='text'>
Includes a PostgreSQL syntax beautifier as a database tooling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes a PostgreSQL syntax beautifier as a database tooling.
</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://trove.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>Definition of done includes deployed change</title>
<updated>2019-07-04T14:55:06+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>maxlazio@gmail.com</email>
</author>
<published>2019-07-04T14:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4e68cf9457f7eefe3fb2cdbbc0f25901edd87bb6'/>
<id>4e68cf9457f7eefe3fb2cdbbc0f25901edd87bb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix notes and update links to issues doc</title>
<updated>2019-07-04T00:55:35+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2019-07-04T00:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4efc8574cb45369797cf902d4e9676506a6e4cf7'/>
<id>4efc8574cb45369797cf902d4e9676506a6e4cf7</id>
<content type='text'>
After review, heading was changed and links to
it needed to be updated, and minor tweaks to
the issues docs such as note formatting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After review, heading was changed and links to
it needed to be updated, and minor tweaks to
the issues docs such as note formatting
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-rename-release-group-labels' into 'master'</title>
<updated>2019-07-03T20:20:24+00:00</updated>
<author>
<name>Mek Stittri</name>
<email>mstittri@gitlab.com</email>
</author>
<published>2019-07-03T20:20:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2ad75a4f96c4d377e18788966e7eefee4d78b6d2'/>
<id>2ad75a4f96c4d377e18788966e7eefee4d78b6d2</id>
<content type='text'>
Rename Release groups in issue_workflow.md

See merge request gitlab-org/gitlab-ce!30293</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename Release groups in issue_workflow.md

See merge request gitlab-org/gitlab-ce!30293</pre>
</div>
</content>
</entry>
<entry>
<title>Fix golint command in Go guide doc to be recursive</title>
<updated>2019-07-03T12:17:14+00:00</updated>
<author>
<name>Victor Zagorodny</name>
<email>vzagorodny@gitlab.com</email>
</author>
<published>2019-07-03T12:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f8ce5c9175dbc30fe57f1767b2abe6ead7074d2'/>
<id>9f8ce5c9175dbc30fe57f1767b2abe6ead7074d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Release groups in issue_workflow.md</title>
<updated>2019-07-03T09:59:03+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-07-03T09:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=abed4d0ce3c73f549d7e70d516926f85fb4a1940'/>
<id>abed4d0ce3c73f549d7e70d516926f85fb4a1940</id>
<content type='text'>
Based on https://about.gitlab.com/handbook/product/categories/#release-stage:
- 'core release' -&gt; 'progressive delivery'
- 'supporting capabilities' -&gt; 'release management'</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on https://about.gitlab.com/handbook/product/categories/#release-stage:
- 'core release' -&gt; 'progressive delivery'
- 'supporting capabilities' -&gt; 'release management'</pre>
</div>
</content>
</entry>
</feed>
