<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/features/admin, branch frozen_string_lib_2</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>Rename githost.log -&gt; git_json.log</title>
<updated>2019-08-08T20:39:11+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-08-08T20:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0324028a3f4d58e2001aae69ac343ee645f07e9a'/>
<id>0324028a3f4d58e2001aae69ac343ee645f07e9a</id>
<content type='text'>
The githost.log name was often confused with GitHost.io. Rename this to
git_json.log to make it clear it's coming from Git and that it's JSON
data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The githost.log name was often confused with GitHost.io. Rename this to
git_json.log to make it clear it's coming from Git and that it's JSON
data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add outbound requests setting for system hooks</title>
<updated>2019-08-02T14:39:18+00:00</updated>
<author>
<name>George Koltsov</name>
<email>gkoltsov@gitlab.com</email>
</author>
<published>2019-07-26T10:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e5e1c907c01b53194f77e8d8de53554ba1824e7c'/>
<id>e5e1c907c01b53194f77e8d8de53554ba1824e7c</id>
<content type='text'>
This MR adds new application setting to network section
`allow_local_requests_from_system_hooks`. Prior to this change
system hooks were allowed to do local network requests by default
and we are adding an ability for admins to control it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This MR adds new application setting to network section
`allow_local_requests_from_system_hooks`. Prior to this change
system hooks were allowed to do local network requests by default
and we are adding an ability for admins to control it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support page link in help menu</title>
<updated>2019-07-30T17:03:17+00:00</updated>
<author>
<name>Diego Louzán</name>
<email>diego.louzan@gmail.com</email>
</author>
<published>2019-07-30T17:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e20538088bba75fa3193004b8695d4ffab7aca21'/>
<id>e20538088bba75fa3193004b8695d4ffab7aca21</id>
<content type='text'>
Creates a new item in help dropdown to show configured support page link
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates a new item in help dropdown to show configured support page link
</pre>
</div>
</content>
</entry>
<entry>
<title>Further remove code branches by database type</title>
<updated>2019-07-29T10:47:06+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-07-24T13:59:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=988dc80585c6e52970e94f22dff6bc1e4c786e9e'/>
<id>988dc80585c6e52970e94f22dff6bc1e4c786e9e</id>
<content type='text'>
We dropped MySQL support and a lot of mysql specific code has been
removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29608.

This comes in from the other direction and removes any `if postgresql?`
branches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We dropped MySQL support and a lot of mysql specific code has been
removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29608.

This comes in from the other direction and removes any `if postgresql?`
branches.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add frozen_string_literal to spec/features</title>
<updated>2019-07-26T01:23:30+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-07-25T05:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73e848850c2fbb890ae7d5e0886cd2d85aafa3d2'/>
<id>73e848850c2fbb890ae7d5e0886cd2d85aafa3d2</id>
<content type='text'>
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring backward compatibility for request profiles</title>
<updated>2019-07-23T09:30:00+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-07-23T09:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3a4cb6d6759abbfd16e048413e8545d1d94e7d9e'/>
<id>3a4cb6d6759abbfd16e048413e8545d1d94e7d9e</id>
<content type='text'>
It seems that we missed the backward compatibility support
for profiles in the existing folder.

This commit also fixes some specs to be idempotent
and work in a temporary directory which not always
seems to be the case.

This commit also brings the profile_spec.rb which seems
to be missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems that we missed the backward compatibility support
for profiles in the existing folder.

This commit also fixes some specs to be idempotent
and work in a temporary directory which not always
seems to be the case.

This commit also brings the profile_spec.rb which seems
to be missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maintainers-can-create-subgroup' into 'master'</title>
<updated>2019-07-22T15:17:23+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-22T15:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e48851de62086b65c75a3dd802743e722d5d7be8'/>
<id>e48851de62086b65c75a3dd802743e722d5d7be8</id>
<content type='text'>
Add a group setting to allow Maintainers to create sub-groups

See merge request gitlab-org/gitlab-ce!29718</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a group setting to allow Maintainers to create sub-groups

See merge request gitlab-org/gitlab-ce!29718</pre>
</div>
</content>
</entry>
<entry>
<title>Display group id on group admin page</title>
<updated>2019-07-22T12:52:30+00:00</updated>
<author>
<name>Zsolt Kovari</name>
<email>zsolt.kovari@cern.ch</email>
</author>
<published>2019-07-22T12:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0f9fb07d5c54391a9eb8a07c8b776f84ff6f951a'/>
<id>0f9fb07d5c54391a9eb8a07c8b776f84ff6f951a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Display project id on project admin page</title>
<updated>2019-07-22T12:50:46+00:00</updated>
<author>
<name>Zsolt Kovari</name>
<email>zsolt.kovari@cern.ch</email>
</author>
<published>2019-07-22T12:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d8b11c25512a70823ae2e231fc87e0b247765dc9'/>
<id>d8b11c25512a70823ae2e231fc87e0b247765dc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply recomended changes from merge coach</title>
<updated>2019-07-19T19:06:55+00:00</updated>
<author>
<name>Fabio Papa</name>
<email>fabtheman@gmail.com</email>
</author>
<published>2019-07-02T15:38:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c22e87121e029bb79aa09f2d04010d738545c7f9'/>
<id>c22e87121e029bb79aa09f2d04010d738545c7f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
