<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/features, branch docs/quick_actions</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>Remove auto ssl feature flags</title>
<updated>2019-07-12T16:53:44+00:00</updated>
<author>
<name>Vladimir Shushlin</name>
<email>vshushlin@gitlab.com</email>
</author>
<published>2019-07-12T16:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7b5936ebdad8df646cbce7a9c035da62cac7cfce'/>
<id>7b5936ebdad8df646cbce7a9c035da62cac7cfce</id>
<content type='text'>
* remove feature flag for admin settings
* remove feature flag for domain settings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove feature flag for admin settings
* remove feature flag for domain settings
</pre>
</div>
</content>
</entry>
<entry>
<title>Open WebIDE in fork when user doesn't have access</title>
<updated>2019-07-12T14:23:00+00:00</updated>
<author>
<name>Markus Koller</name>
<email>mkoller@gitlab.com</email>
</author>
<published>2019-07-11T17:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60a6074dc977a72e00043596623094e006c84704'/>
<id>60a6074dc977a72e00043596623094e006c84704</id>
<content type='text'>
When opening the IDE on a project where the user doesn't have push
access, we create a fork and then redirect back to the IDE. To make
sure the user can actually commit, we need to open the IDE in the forked
project rather than the upstream project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When opening the IDE on a project where the user doesn't have push
access, we create a fork and then redirect back to the IDE. To make
sure the user can actually commit, we need to open the IDE in the forked
project rather than the upstream project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-rename-routes-after-user-rename' into 'master'</title>
<updated>2019-07-12T12:59:38+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-07-12T12:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=907154957ef89c1f0df1de3c665418146cc93f98'/>
<id>907154957ef89c1f0df1de3c665418146cc93f98</id>
<content type='text'>
Set the name of a user-namespace to the user name

See merge request gitlab-org/gitlab-ce!23272</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the name of a user-namespace to the user name

See merge request gitlab-org/gitlab-ce!23272</pre>
</div>
</content>
</entry>
<entry>
<title>Fix invalid milestone URL for new milestone dropdown</title>
<updated>2019-07-09T16:56:38+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2019-07-09T14:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2552fc1e24fce268d62b5462d54a66fe6c77dea7'/>
<id>2552fc1e24fce268d62b5462d54a66fe6c77dea7</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use namespace#path for building urls in specs</title>
<updated>2019-07-09T16:09:45+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-11-21T13:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1de47ee373650f197c1e4c558946dd6d8149e7e5'/>
<id>1de47ee373650f197c1e4c558946dd6d8149e7e5</id>
<content type='text'>
Some of the specs were using namespace names instead of paths for
building URLS. This would fail since we now build a namespace with a
user's name instead of a user's username.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of the specs were using namespace names instead of paths for
building URLS. This would fail since we now build a namespace with a
user's name instead of a user's username.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented frontend suggestions</title>
<updated>2019-07-09T13:43:53+00:00</updated>
<author>
<name>Nick Kipling</name>
<email>nkipling@gitlab.com</email>
</author>
<published>2019-07-09T13:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=476f0955480eb67fe3c6e2a95137caf91a27b5d4'/>
<id>476f0955480eb67fe3c6e2a95137caf91a27b5d4</id>
<content type='text'>
Converted storage details into a small partial
Reworded the storage details summary as suggested
Updated pot file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Converted storage details into a small partial
Reworded the storage details summary as suggested
Updated pot file
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix subgroup url in search drop down</title>
<updated>2019-07-09T09:59:55+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2019-07-09T09:59:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d90e226dabceed4bdea9550ef8538d11b591e373'/>
<id>d90e226dabceed4bdea9550ef8538d11b591e373</id>
<content type='text'>
Inside a subgroup scope, when the user clicks on the
search drop down in the header, some options are displayed.

Some of this links direct the user to the issues and merge
requests linked to the subgroup. Nevertheless, the url
was broken because they doesn't include the complete
group namespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inside a subgroup scope, when the user clicks on the
search drop down in the header, some options are displayed.

Some of this links direct the user to the issues and merge
requests linked to the subgroup. Nevertheless, the url
was broken because they doesn't include the complete
group namespace
</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>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>
</feed>
