<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/.gitignore, branch docs/https-many-docs-links</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>Ignore tmp/rubocop_cache directories</title>
<updated>2019-05-23T15:42:51+00:00</updated>
<author>
<name>Nathan Friend</name>
<email>nathan@gitlab.com</email>
</author>
<published>2019-05-23T15:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6fa7fddd903f19657381cae5289bd4fe475cac28'/>
<id>6fa7fddd903f19657381cae5289bd4fe475cac28</id>
<content type='text'>
This commit ignores the temporary cache directories that I _think_ are
created by the VSCode Ruby extension.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit ignores the temporary cache directories that I _think_ are
created by the VSCode Ruby extension.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore PDF and balsamiq fixture files</title>
<updated>2019-05-02T21:11:12+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-04-25T09:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5990d42253b2b99dc5a699df81f0e0f976844c49'/>
<id>5990d42253b2b99dc5a699df81f0e0f976844c49</id>
<content type='text'>
(cherry picked from commit 1b33828811897b6a3f8a38044cc0839b87098d1f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 1b33828811897b6a3f8a38044cc0839b87098d1f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate searchable JSDoc documentation</title>
<updated>2019-01-14T21:46:21+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-01-14T21:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7999ca32241e785df539fc0d3a354f97bc2266a0'/>
<id>7999ca32241e785df539fc0d3a354f97bc2266a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup Jest test environment</title>
<updated>2018-12-05T08:24:42+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-08-29T20:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a8a13d3259374a1b25ca4a3e954bca563a66a532'/>
<id>a8a13d3259374a1b25ca4a3e954bca563a66a532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add experimental support for Puma</title>
<updated>2018-10-25T16:50:15+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2018-10-20T18:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1065f8ce7a261dff5a3077be46405343141733df'/>
<id>1065f8ce7a261dff5a3077be46405343141733df</id>
<content type='text'>
This allows us (and others) to test drive Puma without it affecting all
users. Puma can be enabled by setting the environment variable
"EXPERIMENTAL_PUMA" to a non empty value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us (and others) to test drive Puma without it affecting all
users. Puma can be enabled by setting the environment variable
"EXPERIMENTAL_PUMA" to a non empty value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate JUnit report for Karma tests</title>
<updated>2018-09-11T21:03:05+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-09-11T21:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=01b669640ab02a9f3eb45d74396b27e1a4fa165d'/>
<id>01b669640ab02a9f3eb45d74396b27e1a4fa165d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable JUnit results for rspec</title>
<updated>2018-09-03T12:59:55+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-08-31T10:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=789fae50fb643201aee178c3748df5b7bce588c6'/>
<id>789fae50fb643201aee178c3748df5b7bce588c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exclude Geo DB Yaml on CE too</title>
<updated>2018-06-25T12:38:55+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2018-06-25T12:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=51826849ab67bab3d959bfed8c0a48af6af93343'/>
<id>51826849ab67bab3d959bfed8c0a48af6af93343</id>
<content type='text'>
For Geo, a file is created for configuration of the database. This file
shouldn't appear in CE, but if you've setup your GDK with a remote
pointing to CE and one to EE, this file might be around when switching
branches.

This will mark the workspace dirty, which annoys me more than it should.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For Geo, a file is created for configuration of the database. This file
shouldn't appear in CE, but if you've setup your GDK with a remote
pointing to CE and one to EE, this file might be around when switching
branches.

This will mark the workspace dirty, which annoys me more than it should.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitignore with ignoring package-lock.json</title>
<updated>2018-06-15T12:32:22+00:00</updated>
<author>
<name>Dimitrie Hoekstra</name>
<email>dimitrie@gitlab.com</email>
</author>
<published>2018-06-15T12:32:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e36436fe9dd381bd8f7634e4a5bdd9b3436fc44b'/>
<id>e36436fe9dd381bd8f7634e4a5bdd9b3436fc44b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add /vendor/gitaly-ruby to gitignore</title>
<updated>2018-05-30T16:49:50+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2018-05-30T16:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3268f971dfbbfffb0e79d4820e8ce29df4a2817'/>
<id>a3268f971dfbbfffb0e79d4820e8ce29df4a2817</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
