<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/development, branch resolve-scripts-differences</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>Merge branch 'docs-label-filtering' into 'master'</title>
<updated>2019-07-26T09:53:53+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-26T09:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d2b5bff8c524376f42316f1a4cc8cfbeabc2d8d'/>
<id>0d2b5bff8c524376f42316f1a4cc8cfbeabc2d8d</id>
<content type='text'>
Add development documentation on label filtering

Closes #49651

See merge request gitlab-org/gitlab-ce!30741</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add development documentation on label filtering

Closes #49651

See merge request gitlab-org/gitlab-ce!30741</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ab-dbreview-prep' into 'master'</title>
<updated>2019-07-26T01:23:56+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-26T01:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b7030751cafea606617dfdcfff0ce70d11238f1'/>
<id>8b7030751cafea606617dfdcfff0ce70d11238f1</id>
<content type='text'>
Add points how to prepare for database reviews

Closes #65126

See merge request gitlab-org/gitlab-ce!31158</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add points how to prepare for database reviews

Closes #65126

See merge request gitlab-org/gitlab-ce!31158</pre>
</div>
</content>
</entry>
<entry>
<title>Update links to relative</title>
<updated>2019-07-25T22:49:13+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-25T22:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0f7d8c04219a5631d48a2eff59d4a5daa881787f'/>
<id>0f7d8c04219a5631d48a2eff59d4a5daa881787f</id>
<content type='text'>
Following the single docs codebase change, all internal links
should be relative. Also cleans up one table
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Following the single docs codebase change, all internal links
should be relative. Also cleans up one table
</pre>
</div>
</content>
</entry>
<entry>
<title>Add points how to prepare for database reviews</title>
<updated>2019-07-25T17:35:50+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-07-25T16:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=412a0a6722baf54c638416e5f9052215991885a4'/>
<id>412a0a6722baf54c638416e5f9052215991885a4</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65126.

Came up in the database office hours call on 2019-07-25.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65126.

Came up in the database office hours call on 2019-07-25.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update guidance for EE doc submissions</title>
<updated>2019-07-25T14:26:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-25T14:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ac7746de01522f0d1e4a5eaf20fab67984a5dd10'/>
<id>ac7746de01522f0d1e4a5eaf20fab67984a5dd10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a section of examples</title>
<updated>2019-07-25T14:02:10+00:00</updated>
<author>
<name>Kerri Miller</name>
<email>kerrizor@kerrizor.com</email>
</author>
<published>2019-07-25T14:02:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cd2a503db06861595f537bee017fa84ce8f91558'/>
<id>cd2a503db06861595f537bee017fa84ce8f91558</id>
<content type='text'>
We have a fairly good guide to Code Reviews, but can be improved
by adding a few examples of what a good code review looks like
at GitLab, specifically ones where there is a bit of back and
forth, "nit-picking," etc. This would:

+ help set expectations of newly hired engineers around what our
process looks like when it is functioning what level of scrutiny
their code will be under

+ how we have technical conversations

+ show by example how after you're done crafting a solution, there
can still be extra work done either tidying up code and/or managing
the communication and conversations about your proposed MR
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have a fairly good guide to Code Reviews, but can be improved
by adding a few examples of what a good code review looks like
at GitLab, specifically ones where there is a bit of back and
forth, "nit-picking," etc. This would:

+ help set expectations of newly hired engineers around what our
process looks like when it is functioning what level of scrutiny
their code will be under

+ how we have technical conversations

+ show by example how after you're done crafting a solution, there
can still be extra work done either tidying up code and/or managing
the communication and conversations about your proposed MR
</pre>
</div>
</content>
</entry>
<entry>
<title>Add development documentation on label filtering</title>
<updated>2019-07-25T07:56:45+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-15T13:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ec7dae9adddbd73f6d2d3eb87b8c4473038d50a'/>
<id>1ec7dae9adddbd73f6d2d3eb87b8c4473038d50a</id>
<content type='text'>
This topic comes up periodically, and we've investigated several options
for changing the way we filter labels. Unfortunately, we have yet to
find an option that is strictly better than the current state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This topic comes up periodically, and we've investigated several options
for changing the way we filter labels. Unfortunately, we have yet to
find an option that is strictly better than the current state.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-yarn-dedupe-docs' into 'master'</title>
<updated>2019-07-25T03:14:55+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-07-25T03:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=003875edc2549b60e51120a564404028a91efe51'/>
<id>003875edc2549b60e51120a564404028a91efe51</id>
<content type='text'>
Add documentation on how to add dependencies to yarn

See merge request gitlab-org/gitlab-ce!31066</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add documentation on how to add dependencies to yarn

See merge request gitlab-org/gitlab-ce!31066</pre>
</div>
</content>
</entry>
<entry>
<title>Followup edit of documentation</title>
<updated>2019-07-24T15:47:06+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-24T15:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dee72df589fae9e2c03af5539b24aa866c2da37c'/>
<id>dee72df589fae9e2c03af5539b24aa866c2da37c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up headers in markdown</title>
<updated>2019-07-24T13:10:06+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-24T13:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74a34e8b7bd3019b63eeae58abc7185c122bc528'/>
<id>74a34e8b7bd3019b63eeae58abc7185c122bc528</id>
<content type='text'>
Some markdown headers needed tweaking to adhere
to standards, including blank lines above and below,
only one space after hash, first header should be
h1, and only one h1 per doc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some markdown headers needed tweaking to adhere
to standards, including blank lines above and below,
only one space after hash, first header should be
h1, and only one h1 per doc
</pre>
</div>
</content>
</entry>
</feed>
