<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api/settings.rb, branch docs-css</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>Backport API parameters for API::Settings</title>
<updated>2019-03-26T13:18:29+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-03-25T13:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=30fb9fffecb254efe8ebbdc0fab6171bda2566cd'/>
<id>30fb9fffecb254efe8ebbdc0fab6171bda2566cd</id>
<content type='text'>
This backports the API parameters from API::Settings that were added in
EE, wrapping them in a conditional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backports the API parameters from API::Settings that were added in
EE, wrapping them in a conditional.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor API::Settings for EE</title>
<updated>2019-03-04T16:44:57+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-03-01T15:27:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85f11eff9b588c7252ea39ad73ac9c70e0e736bb'/>
<id>85f11eff9b588c7252ea39ad73ac9c70e0e736bb</id>
<content type='text'>
This refactors API::Settings so that EE can more easily extend its
behaviour, without having to modify the CE source code directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This refactors API::Settings so that EE can more easily extend its
behaviour, without having to modify the CE source code directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add local markdown version</title>
<updated>2019-02-06T18:46:59+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-01-31T11:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=433bcf9b0439771b1e2661a62fec115e44922232'/>
<id>433bcf9b0439771b1e2661a62fec115e44922232</id>
<content type='text'>
Cached markdown version is composed both from global and local
markdown version. This allows admins to bump version locally when
needed (e.g. when external URL is changed).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cached markdown version is composed both from global and local
markdown version. This allows admins to bump version locally when
needed (e.g. when external URL is changed).
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Fix default branch protection setting for Admin API</title>
<updated>2019-01-15T19:05:39+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>2900-razer6@users.noreply.gitlab.com</email>
</author>
<published>2019-01-15T19:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7be192803c3bb454ce9a265cd12a084a72be262b'/>
<id>7be192803c3bb454ce9a265cd12a084a72be262b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Koding integration and documentation</title>
<updated>2018-10-13T05:18:51+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-10-13T00:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=656831e1734f037541349c3bded5514559cf20d1'/>
<id>656831e1734f037541349c3bded5514559cf20d1</id>
<content type='text'>
This integration no longer works and does not appear to be supported.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This integration no longer works and does not appear to be supported.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable frozen string in lib/api and lib/backup</title>
<updated>2018-09-30T04:04:50+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2018-09-29T22:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3836d69119fee2a625edae2a564132eff9520bc8'/>
<id>3836d69119fee2a625edae2a564132eff9520bc8</id>
<content type='text'>
Partially addresses #47424.

Had to make changes to spec files because
stubbing methods on frozen objects is a mess
in RSpec and leads to failures:

https://github.com/rspec/rspec-mocks/issues/1190
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partially addresses #47424.

Had to make changes to spec files because
stubbing methods on frozen objects is a mess
in RSpec and leads to failures:

https://github.com/rspec/rspec-mocks/issues/1190
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove background job throttling feature</title>
<updated>2018-09-24T15:41:14+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2018-09-14T14:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2daa8d387bd4dd87f872d0f195d25e67cd199777'/>
<id>2daa8d387bd4dd87f872d0f195d25e67cd199777</id>
<content type='text'>
We remove this feature as it never worked properly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We remove this feature as it never worked properly
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix grammar (setup to set-up) in code comments, spec, views, etc.</title>
<updated>2018-09-17T09:17:33+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2018-09-17T09:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6876c7afa8ccb5e21f2792362bec7567b5c3734d'/>
<id>6876c7afa8ccb5e21f2792362bec7567b5c3734d</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 '41416-making-instance-wide-data-tools-more-accessible' into 'master'</title>
<updated>2018-08-01T15:17:47+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-08-01T15:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea6fc714bb0306ac8ca56b5dafe4b6777aafe5fc'/>
<id>ea6fc714bb0306ac8ca56b5dafe4b6777aafe5fc</id>
<content type='text'>
Resolve "Making instance-wide data tools more accessible"

Closes #41416 and #48507

See merge request gitlab-org/gitlab-ce!20874</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Making instance-wide data tools more accessible"

Closes #41416 and #48507

See merge request gitlab-org/gitlab-ce!20874</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few disrepencies between CE and EE in the lines ordering</title>
<updated>2018-08-01T06:23:07+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-07-31T16:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7af940e412ee61dbcff75d91488a502e46d0059e'/>
<id>7af940e412ee61dbcff75d91488a502e46d0059e</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
</feed>
