<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/tasks, branch docs/fix-commit-api-render</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 'remaining-lib-differences' into 'master'</title>
<updated>2019-04-03T12:27:55+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-04-03T12:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e036cb04a29e733388d961dc109d014c3416f105'/>
<id>e036cb04a29e733388d961dc109d014c3416f105</id>
<content type='text'>
Resolve remaining CE to EE differences in lib/

See merge request gitlab-org/gitlab-ce!26608</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve remaining CE to EE differences in lib/

See merge request gitlab-org/gitlab-ce!26608</pre>
</div>
</content>
</entry>
<entry>
<title>Backport EE changes to gitlab:env:info</title>
<updated>2019-04-02T12:57:44+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-03-26T16:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f4bc814ab91eae9fbfa595fe63fa4bcc6a67204'/>
<id>1f4bc814ab91eae9fbfa595fe63fa4bcc6a67204</id>
<content type='text'>
This backports EE specific changes for the Rake task `gitlab:env:info`,
wrapping them in a conditional. There is no way to inject code in the
middle of a Rake task in EE, so unfortunately this is the best we can
do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backports EE specific changes for the Rake task `gitlab:env:info`,
wrapping them in a conditional. There is no way to inject code in the
middle of a Rake task in EE, so unfortunately this is the best we can
do.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitlab-2019-04-02</title>
<updated>2019-04-02T08:12:32+00:00</updated>
<author>
<name>John Jarvis</name>
<email>jarv@gitlab.com</email>
</author>
<published>2019-04-02T08:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69b65a6b745e74bba290787420a0017395fd7c25'/>
<id>69b65a6b745e74bba290787420a0017395fd7c25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rake task for removing exif from uploads</title>
<updated>2019-04-02T07:48:35+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-04-02T07:48:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a466d97e62a89b320713da44d67d452284ad8282'/>
<id>a466d97e62a89b320713da44d67d452284ad8282</id>
<content type='text'>
Adds a rake task which can be used for removing EXIF
data from existing uploads.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a rake task which can be used for removing EXIF
data from existing uploads.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix attempting to drop views in PostgreSQL</title>
<updated>2019-04-02T00:19:22+00:00</updated>
<author>
<name>Wei-Meng Lee</name>
<email>1081658-weimeng@users.noreply.gitlab.com</email>
</author>
<published>2019-04-02T00:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cfc6d2528cc8d632f16b23334795be537511cfef'/>
<id>cfc6d2528cc8d632f16b23334795be537511cfef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document ApplicationRecord / pluck_primary_key</title>
<updated>2019-03-29T20:54:06+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-03-29T11:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=98a5976b787fad0797bc5e3231c48ab3f400bce6'/>
<id>98a5976b787fad0797bc5e3231c48ab3f400bce6</id>
<content type='text'>
We also enable the rubocop that makes it mandatory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We also enable the rubocop that makes it mandatory
</pre>
</div>
</content>
</entry>
<entry>
<title>Add helper method to return a human-friendly name for database adapter</title>
<updated>2019-03-21T22:03:26+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-03-21T20:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a86f48c79b3d4b03279be0132e2a4eeadd5e22dc'/>
<id>a86f48c79b3d4b03279be0132e2a4eeadd5e22dc</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 '58844-follow-up-from-don-t-create-ee-specific-files-when-creating-emojis-fixture-files' into 'master'</title>
<updated>2019-03-19T14:37:08+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-03-19T14:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ae9d60ac2b5f439abe040373d0c70ea707d90b9d'/>
<id>ae9d60ac2b5f439abe040373d0c70ea707d90b9d</id>
<content type='text'>
Simplify JavaScriptFixturesHelpers

Closes gitlab-ee#10386, #58898, and #58844

See merge request gitlab-org/gitlab-ce!26045</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify JavaScriptFixturesHelpers

Closes gitlab-ee#10386, #58898, and #58844

See merge request gitlab-org/gitlab-ce!26045</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate Gitlab::Keys with Gitlab::Shell</title>
<updated>2019-03-19T11:16:21+00:00</updated>
<author>
<name>Patrick Bajao</name>
<email>ebajao@gitlab.com</email>
</author>
<published>2019-03-19T11:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=26dadbc9c4ed94d1bc3c9eabf958edf6597e12e4'/>
<id>26dadbc9c4ed94d1bc3c9eabf958edf6597e12e4</id>
<content type='text'>
In this commit, some methods that aren't being used
are removed from `Gitlab::Shell`. They are the ff:
- `#remove_keys_not_found_in_db`
- `#batch_read_key_ids`
- `#list_key_ids`

The corresponding methods in `Gitlab::Keys` have been
removed as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In this commit, some methods that aren't being used
are removed from `Gitlab::Shell`. They are the ff:
- `#remove_keys_not_found_in_db`
- `#batch_read_key_ids`
- `#list_key_ids`

The corresponding methods in `Gitlab::Keys` have been
removed as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the JavaScriptFixturesHelpers module</title>
<updated>2019-03-19T07:46:22+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-03-12T17:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b789bfaeefd9838c33f13c028893424025ade1ad'/>
<id>b789bfaeefd9838c33f13c028893424025ade1ad</id>
<content type='text'>
- Only storing fixtures in one place
- This place changes whether we are in CE or EE

We discovered with @winh that only fixtures located under
spec/javascripts/fixtures are used, even in EE so there's no need to
clean/create fixtures in ee/spec/javascripts/fixtures.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Only storing fixtures in one place
- This place changes whether we are in CE or EE

We discovered with @winh that only fixtures located under
spec/javascripts/fixtures are used, even in EE so there's no need to
clean/create fixtures in ee/spec/javascripts/fixtures.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
</feed>
