<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch fix-tmp-gitignore</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 Git ignore for tmp/, shared/, and plugins/</title>
<updated>2019-09-03T15:03:53+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorick@yorickpeterse.com</email>
</author>
<published>2019-09-03T13:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=55063f854d52f4adec0d62e883bdd9cf8c2277f7'/>
<id>55063f854d52f4adec0d62e883bdd9cf8c2277f7</id>
<content type='text'>
The old rules meant that any future changes to these directories would
require the use of `git add -f` to be staged. This is problematic for
the upcoming FOSS-only mirror of GitLab. Any changes to be synced to
this mirror are staged using `git add --all .`, which due to the Git
ignore rules would not add the tmp/ and shared/ directories. This then
leads to various specs failing because they expect certain
sub-directories of these directories to be available.

This commit changes the rules so that we include the .gitkeep files,
ignore other files, and completely ignore anything in tmp/test. This
requires that the rules are specified in tmp/.gitignore and
shared/.gitignore, instead of the top-level .gitignore, without this I
could not get Git to include the .gitkeep files properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old rules meant that any future changes to these directories would
require the use of `git add -f` to be staged. This is problematic for
the upcoming FOSS-only mirror of GitLab. Any changes to be synced to
this mirror are staged using `git add --all .`, which due to the Git
ignore rules would not add the tmp/ and shared/ directories. This then
leads to various specs failing because they expect certain
sub-directories of these directories to be available.

This commit changes the rules so that we include the .gitkeep files,
ignore other files, and completely ignore anything in tmp/test. This
requires that the rules are specified in tmp/.gitignore and
shared/.gitignore, instead of the top-level .gitignore, without this I
could not get Git to include the .gitkeep files properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ab-remove-support-bot-column' into 'master'</title>
<updated>2019-09-03T11:58:03+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorick@yorickpeterse.com</email>
</author>
<published>2019-09-03T11:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=da0a5c7cc20194b71c41bd5572717fd9ac382cf4'/>
<id>da0a5c7cc20194b71c41bd5572717fd9ac382cf4</id>
<content type='text'>
Remove Users.support_bot column

See merge request gitlab-org/gitlab-ce!32554</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove Users.support_bot column

See merge request gitlab-org/gitlab-ce!32554</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'clusterable_cluster_environments_path' into 'master'</title>
<updated>2019-09-03T11:26:23+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-09-03T11:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aa34c693e9306445537fb6291520abceaab394c0'/>
<id>aa34c693e9306445537fb6291520abceaab394c0</id>
<content type='text'>
Add #environments_cluster_path which will always return nil in CE

See merge request gitlab-org/gitlab-ce!32527</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add #environments_cluster_path which will always return nil in CE

See merge request gitlab-org/gitlab-ce!32527</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'create-build-qa-image-for-all-pipelines' into 'master'</title>
<updated>2019-09-03T11:18:33+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-09-03T11:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d548766cd46220c9fb7c76539a1b1e9463cb5dfe'/>
<id>d548766cd46220c9fb7c76539a1b1e9463cb5dfe</id>
<content type='text'>
Make sure 'build-qa-image' is created for all pipelines

See merge request gitlab-org/gitlab-ce!32570</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure 'build-qa-image' is created for all pipelines

See merge request gitlab-org/gitlab-ce!32570</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-cycle-analytics-seeds' into 'master'</title>
<updated>2019-09-03T10:04:12+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-09-03T10:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f15e3efba0e0523575ce61bd80396abda94b8cec'/>
<id>f15e3efba0e0523575ce61bd80396abda94b8cec</id>
<content type='text'>
Fix cycle analytics seed script

See merge request gitlab-org/gitlab-ce!32536</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix cycle analytics seed script

See merge request gitlab-org/gitlab-ce!32536</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cycle analytics seed script</title>
<updated>2019-09-03T10:04:11+00:00</updated>
<author>
<name>Adam Hegyi</name>
<email>ahegyi@gitlab.com</email>
</author>
<published>2019-09-03T10:04:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d4adad0c5e916f56717eaf9ed682fc542f3188dc'/>
<id>d4adad0c5e916f56717eaf9ed682fc542f3188dc</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 'winh-quarantine-dashboard_spec' into 'master'</title>
<updated>2019-09-03T10:03:09+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2019-09-03T10:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8c5d3fa63ed04fe6010a23ed0ffb8b07d0f091e3'/>
<id>8c5d3fa63ed04fe6010a23ed0ffb8b07d0f091e3</id>
<content type='text'>
Quarantine flaky dashboard_spec.js

See merge request gitlab-org/gitlab-ce!32574</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Quarantine flaky dashboard_spec.js

See merge request gitlab-org/gitlab-ce!32574</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '62402-milestone-release-be' into 'master'</title>
<updated>2019-09-03T09:39:00+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-09-03T09:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e1f844994456607f7be96d587f0bfc2d2ee1fa72'/>
<id>e1f844994456607f7be96d587f0bfc2d2ee1fa72</id>
<content type='text'>
"Allow milestones to be associated with releases" BE

See merge request gitlab-org/gitlab-ce!30816</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Allow milestones to be associated with releases" BE

See merge request gitlab-org/gitlab-ce!30816</pre>
</div>
</content>
</entry>
<entry>
<title>Added relationships between Release and Milestone</title>
<updated>2019-09-03T09:38:59+00:00</updated>
<author>
<name>Etienne Baqué</name>
<email>ebaque@gitlab.com</email>
</author>
<published>2019-09-03T09:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a43ab8d6a430014e875deb3bff3fd8d8da256747'/>
<id>a43ab8d6a430014e875deb3bff3fd8d8da256747</id>
<content type='text'>
Modified schema via migrations.
Added one-to-one relationship between the two models.
Added changelog file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified schema via migrations.
Added one-to-one relationship between the two models.
Added changelog file
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'db/prometheus-metrics-not-null-constraints' into 'master'</title>
<updated>2019-09-03T09:37:12+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-09-03T09:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=de4e2dcafceee485cba9ef6993062b00a4929d2f'/>
<id>de4e2dcafceee485cba9ef6993062b00a4929d2f</id>
<content type='text'>
Add not null constraints to prometheus_metrics table columns

Closes #66663

See merge request gitlab-org/gitlab-ce!32339</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add not null constraints to prometheus_metrics table columns

Closes #66663

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