<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/services, branch replace_explore_projects.feature</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'tc-geo-read-only-idea' into 'master'</title>
<updated>2017-10-07T11:01:21+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-10-07T11:01:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=546b18b90317c0c9c0163ddcc5c54798a0bed841'/>
<id>546b18b90317c0c9c0163ddcc5c54798a0bed841</id>
<content type='text'>
Create idea of read-only database

Closes #37534

See merge request gitlab-org/gitlab-ce!14688</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create idea of read-only database

Closes #37534

See merge request gitlab-org/gitlab-ce!14688</pre>
</div>
</content>
</entry>
<entry>
<title>Store the name of a project that's a root of a fork network</title>
<updated>2017-10-07T09:46:23+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-10-03T16:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=14a6cebc9feefc45b587bf9b9b706194b9b5bff9'/>
<id>14a6cebc9feefc45b587bf9b9b706194b9b5bff9</id>
<content type='text'>
So we can keep showing it to a user in his project page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So we can keep showing it to a user in his project page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove membership from fork network when unlinking</title>
<updated>2017-10-07T09:46:23+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-09-30T18:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8160550439d2027c12d5556c8ce1f8afd250628a'/>
<id>8160550439d2027c12d5556c8ce1f8afd250628a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a fork network when forking a project</title>
<updated>2017-10-07T09:46:23+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-09-28T14:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d328007214786c7137c31d2c73e9ee76b025e6ed'/>
<id>d328007214786c7137c31d2c73e9ee76b025e6ed</id>
<content type='text'>
When no fork network exists for the source projects, we create a new
one with the correct source
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When no fork network exists for the source projects, we create a new
one with the correct source
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into '37970-ci-sections-tracking'</title>
<updated>2017-10-07T08:07:33+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-10-07T08:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5ee20b637553dcb70590edfa30b81d972de37170'/>
<id>5ee20b637553dcb70590edfa30b81d972de37170</id>
<content type='text'>
# Conflicts:
#   db/schema.rb</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#   db/schema.rb</pre>
</div>
</content>
</entry>
<entry>
<title>Create idea of read-only database</title>
<updated>2017-10-06T20:37:40+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@iotcl.com</email>
</author>
<published>2017-09-19T07:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d13669716ab0c31ce9039ae9f7f073e33a4dc40f'/>
<id>d13669716ab0c31ce9039ae9f7f073e33a4dc40f</id>
<content type='text'>
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo
secondary node). But in GitLab CE it also might be useful to have the
"read-only" idea around. So port it back to GitLab CE.

Also having the principle of read-only in GitLab CE would hopefully
lead to less errors introduced, doing write operations when there
aren't allowed for read-only calls.

Closes gitlab-org/gitlab-ce#37534.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo
secondary node). But in GitLab CE it also might be useful to have the
"read-only" idea around. So port it back to GitLab CE.

Also having the principle of read-only in GitLab CE would hopefully
lead to less errors introduced, doing write operations when there
aren't allowed for read-only calls.

Closes gitlab-org/gitlab-ce#37534.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' into 'master'</title>
<updated>2017-10-06T17:06:55+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-10-06T17:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fb70fadaca6d2ce30730e9a6c995ad8e4f0526e3'/>
<id>fb70fadaca6d2ce30730e9a6c995ad8e4f0526e3</id>
<content type='text'>
Create Kubernetes cluster on GKE from k8s service

Closes #35954

See merge request gitlab-org/gitlab-ce!14470</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create Kubernetes cluster on GKE from k8s service

Closes #35954

See merge request gitlab-org/gitlab-ce!14470</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '18608-lock-issues-v2' into 'master'</title>
<updated>2017-10-06T16:47:27+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-10-06T16:47:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a68a39e34120e0cf67d95e143326d03f61288cdf'/>
<id>a68a39e34120e0cf67d95e143326d03f61288cdf</id>
<content type='text'>
Resolve "Lock issue and merge request"

Closes #18608

See merge request gitlab-org/gitlab-ce!14531</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Lock issue and merge request"

Closes #18608

See merge request gitlab-org/gitlab-ce!14531</pre>
</div>
</content>
</entry>
<entry>
<title>Extract `Ci::Build#parse_trace_sections!` into a service</title>
<updated>2017-10-06T10:33:10+00:00</updated>
<author>
<name>Alessio Caiazza</name>
<email>acaiazza@gitlab.com</email>
</author>
<published>2017-10-06T10:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c0cfc9ebd26583c444f2cce1a23f939bfa7d8969'/>
<id>c0cfc9ebd26583c444f2cce1a23f939bfa7d8969</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix almost all unresolved comments from Docs and UX review</title>
<updated>2017-10-05T19:33:29+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-10-05T19:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4cda11585c75ce923d357b0dbb91fb393ed8e303'/>
<id>4cda11585c75ce923d357b0dbb91fb393ed8e303</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
