<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts, branch rs-basic-config-files</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 '60213-fix-is-ee-webpack-checks' into 'master'</title>
<updated>2019-07-08T08:50:17+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-07-08T08:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=902525abdf8c86408d504908d4b6d402d59604e7'/>
<id>902525abdf8c86408d504908d4b6d402d59604e7</id>
<content type='text'>
Replace runtime isEE check with compile time one

Closes #60213

See merge request gitlab-org/gitlab-ce!30351</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace runtime isEE check with compile time one

Closes #60213

See merge request gitlab-org/gitlab-ce!30351</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '60856-deleting-binary-file' into 'master'</title>
<updated>2019-07-08T06:51:25+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2019-07-08T06:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=008aa6af4fa6a874bc893e214907a0ea1afb17f5'/>
<id>008aa6af4fa6a874bc893e214907a0ea1afb17f5</id>
<content type='text'>
Resolve "Removing an image via Web IDE shows binary data"

Closes #60856

See merge request gitlab-org/gitlab-ce!30314</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Removing an image via Web IDE shows binary data"

Closes #60856

See merge request gitlab-org/gitlab-ce!30314</pre>
</div>
</content>
</entry>
<entry>
<title>Remove applySuggestion from notes service</title>
<updated>2019-07-05T22:59:30+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-07-05T22:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23bd46cf015aebcb34d125c705915f164d756762'/>
<id>23bd46cf015aebcb34d125c705915f164d756762</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace runtime isEE check with compile time one</title>
<updated>2019-07-05T14:37:39+00:00</updated>
<author>
<name>Lukas Eipert</name>
<email>leipert@gitlab.com</email>
</author>
<published>2019-07-04T11:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7ca77203c0622697123e2fdb6f377d87e3de901b'/>
<id>7ca77203c0622697123e2fdb6f377d87e3de901b</id>
<content type='text'>
This has the benefit that CE bundles will remove dead code in CE only
builds.

We have a follow-up issue to get rid of this completely:

https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has the benefit that CE bundles will remove dead code in CE only
builds.

We have a follow-up issue to get rid of this completely:

https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
</pre>
</div>
</content>
</entry>
<entry>
<title>Initiate editor for any file without content</title>
<updated>2019-07-05T13:37:33+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-07-03T12:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff1a4a4241f1628491a1aec05b440ff650ba66ad'/>
<id>ff1a4a4241f1628491a1aec05b440ff650ba66ad</id>
<content type='text'>
Important to get file data for any file that has no content set yet: we
need this information in order to build a previe for changed/staged
files if they were not yet opened in the editor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Important to get file data for any file that has no content set yet: we
need this information in order to build a previe for changed/staged
files if they were not yet opened in the editor
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fetch-forked-projects-create-mr' into 'master'</title>
<updated>2019-07-05T13:16:19+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-07-05T13:16:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a816bad9a4b37b79c5ba5426bf277a8651099c3f'/>
<id>a816bad9a4b37b79c5ba5426bf277a8651099c3f</id>
<content type='text'>
Create private merge requests in forks

Closes #58583

See merge request gitlab-org/gitlab-ce!29984</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create private merge requests in forks

Closes #58583

See merge request gitlab-org/gitlab-ce!29984</pre>
</div>
</content>
</entry>
<entry>
<title>Create private merge requests in forks</title>
<updated>2019-07-05T11:16:46+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-07-05T10:14:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=77c35d5d001a0ce0626bc8aeec574eca36c2233b'/>
<id>77c35d5d001a0ce0626bc8aeec574eca36c2233b</id>
<content type='text'>
https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix alert creation dropdown menu</title>
<updated>2019-07-05T08:49:33+00:00</updated>
<author>
<name>Sarah Yasonik</name>
<email>syasonik@gitlab.com</email>
</author>
<published>2019-07-05T08:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7fd7406d56f93db751d7ec3c69e3a30c1e6df14c'/>
<id>7fd7406d56f93db751d7ec3c69e3a30c1e6df14c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change 'Todo' to 'To Do'</title>
<updated>2019-07-04T15:45:54+00:00</updated>
<author>
<name>Christie Lenneville</name>
<email>clenneville@gitlab.com</email>
</author>
<published>2019-07-04T15:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c433082f89f65f944262040454e53ca460ec08be'/>
<id>c433082f89f65f944262040454e53ca460ec08be</id>
<content type='text'>
Currently, we label items to be done as "Todo." This is grammatically
incorrect and (therefore) confusing—especially to our Spanish-speaking
users for whom "todo" has a specific and unrelated meaning.

We should use "To Do" and always use it as singular (not "To Dos").

Updates to wording in a few places per MR (ee) discussion

Updating locale/gitlab.pot

Updates to wording in a few places per MR (ee) discussion

Updating locale/gitlab.pot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, we label items to be done as "Todo." This is grammatically
incorrect and (therefore) confusing—especially to our Spanish-speaking
users for whom "todo" has a specific and unrelated meaning.

We should use "To Do" and always use it as singular (not "To Dos").

Updates to wording in a few places per MR (ee) discussion

Updating locale/gitlab.pot

Updates to wording in a few places per MR (ee) discussion

Updating locale/gitlab.pot
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy content from BoardService to boardsStore</title>
<updated>2019-07-04T14:11:03+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-07-04T14:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c89dc99d9ac063feab29a25157280df53cd8f53'/>
<id>3c89dc99d9ac063feab29a25157280df53cd8f53</id>
<content type='text'>
(cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
</pre>
</div>
</content>
</entry>
</feed>
