<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc, branch remove-commit-tree</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>Merge branch 'change-issues-closed-at-background-migration' into 'master'</title>
<updated>2018-01-04T10:14:06+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-01-04T10:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ac409fb44402622dfd6abb076f7a85df4b27d39d'/>
<id>ac409fb44402622dfd6abb076f7a85df4b27d39d</id>
<content type='text'>
Use a background migration for migrating issues.closed_at

See merge request gitlab-org/gitlab-ce!16083</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a background migration for migrating issues.closed_at

See merge request gitlab-org/gitlab-ce!16083</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'update-autodevops-template' into 'master'</title>
<updated>2018-01-03T20:44:47+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-01-03T20:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c6ab17f11395338d4dc13880ae8c60a37b1ba890'/>
<id>c6ab17f11395338d4dc13880ae8c60a37b1ba890</id>
<content type='text'>
Update Auto DevOps template

See merge request gitlab-org/gitlab-ce!16042</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update Auto DevOps template

See merge request gitlab-org/gitlab-ce!16042</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-update-doc-for-prometheus-and-kubernetes-integrations' into 'master'</title>
<updated>2018-01-03T20:37:58+00:00</updated>
<author>
<name>Kamil Trzciński 🎆 Back on Jan 2!</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-01-03T20:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=61ea4872c7a07fc672bdfe2eca23917d3e324c4f'/>
<id>61ea4872c7a07fc672bdfe2eca23917d3e324c4f</id>
<content type='text'>
Updates documentation for Prometheus and Kubernetes integration

Closes #41432

See merge request gitlab-org/gitlab-ce!16156</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates documentation for Prometheus and Kubernetes integration

Closes #41432

See merge request gitlab-org/gitlab-ce!16156</pre>
</div>
</content>
</entry>
<entry>
<title>Use a background migration for issues.closed_at</title>
<updated>2018-01-03T11:28:00+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-12-21T15:44:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=78d22fb20db14c90861318b9f316466fbf002114'/>
<id>78d22fb20db14c90861318b9f316466fbf002114</id>
<content type='text'>
In a previous attempt (rolled back in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16021) we tried
to migrate `issues.closed_at` from timestamp to timestamptz using a
regular migration. This has a bad impact on GitLab.com and as such was
rolled back.

This commit re-implements the original migrations using generic
background migrations, allowing us to still migrate the data in a single
release but without a negative impact on availability.

To ensure the database schema is up to date the background migrations
are performed inline in development and test environments. We also make
sure to not migrate that that doesn't need migrating in the first place
or has already been migrated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In a previous attempt (rolled back in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16021) we tried
to migrate `issues.closed_at` from timestamp to timestamptz using a
regular migration. This has a bad impact on GitLab.com and as such was
rolled back.

This commit re-implements the original migrations using generic
background migrations, allowing us to still migrate the data in a single
release but without a negative impact on availability.

To ensure the database schema is up to date the background migrations
are performed inline in development and test environments. We also make
sure to not migrate that that doesn't need migrating in the first place
or has already been migrated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Align chart docs with readme</title>
<updated>2018-01-03T06:14:43+00:00</updated>
<author>
<name>Joshua Lambert</name>
<email>joshua@gitlab.com</email>
</author>
<published>2018-01-03T06:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2a2376096d09a3e61974bf7ed1bb22e379d85f3c'/>
<id>2a2376096d09a3e61974bf7ed1bb22e379d85f3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documents for GitLab utilities</title>
<updated>2018-01-02T13:30:10+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-12-29T06:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a265ac25cbf86ffcaffac2e097611625c05976bf'/>
<id>a265ac25cbf86ffcaffac2e097611625c05976bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typos correction on the advise of @smcgivern</title>
<updated>2017-12-29T12:58:03+00:00</updated>
<author>
<name>Edouard</name>
<email>edouard@gomez-vaez.com</email>
</author>
<published>2017-12-29T12:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8a75e49eec130942f5b0f9ee1f43158ef623a7e5'/>
<id>8a75e49eec130942f5b0f9ee1f43158ef623a7e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documenting that resolved JIRA tickets are not automatically transitioned</title>
<updated>2017-12-29T11:09:49+00:00</updated>
<author>
<name>Edouard</name>
<email>edouard@gomez-vaez.com</email>
</author>
<published>2017-12-29T11:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c630bced675a30cff568ccc2c0eb71ef0e61651a'/>
<id>c630bced675a30cff568ccc2c0eb71ef0e61651a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates documentation for prometheus and kubernetes integration</title>
<updated>2017-12-28T17:18:22+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2017-12-28T17:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c44d72a8cef70ad26ff5e5cc149f6a00331f184e'/>
<id>c44d72a8cef70ad26ff5e5cc149f6a00331f184e</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 'patch-11' into 'master'</title>
<updated>2017-12-28T16:34:21+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-12-28T16:34:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73eb40d32b2d5db373519d4888d269416011bf8a'/>
<id>73eb40d32b2d5db373519d4888d269416011bf8a</id>
<content type='text'>
doc/plantuml.md: use html tags so code fence example would work

[ci skip]

See merge request gitlab-org/gitlab-ce!16026</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doc/plantuml.md: use html tags so code fence example would work

[ci skip]

See merge request gitlab-org/gitlab-ce!16026</pre>
</div>
</content>
</entry>
</feed>
