<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch docs/api-nil</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 '38668-revert-copied-kubernetesservice-logic' into 'master'</title>
<updated>2017-11-30T11:01:14+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2017-11-30T11:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=feece7713247a063bfa71ab701f8a164e6fa71bb'/>
<id>feece7713247a063bfa71ab701f8a164e6fa71bb</id>
<content type='text'>
Copy `KubernetesService` logic in `Clusters::Platforms::Kubernetes` to make it interchangeable. And implement a selector.

See merge request gitlab-org/gitlab-ce!15515</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy `KubernetesService` logic in `Clusters::Platforms::Kubernetes` to make it interchangeable. And implement a selector.

See merge request gitlab-org/gitlab-ce!15515</pre>
</div>
</content>
</entry>
<entry>
<title>fix for special charecter in file names</title>
<updated>2017-11-30T09:57:58+00:00</updated>
<author>
<name>haseeb</name>
<email>haseebeqx@gmail.com</email>
</author>
<published>2017-11-30T09:57:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=869877ab2691f94927e49610349e284633688819'/>
<id>869877ab2691f94927e49610349e284633688819</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We could simply count the commits</title>
<updated>2017-11-30T08:03:28+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-11-28T13:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4925ec50877c9bf1338d41a7676b3644f18370f7'/>
<id>4925ec50877c9bf1338d41a7676b3644f18370f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support ordering of project notes in notes api</title>
<updated>2017-11-29T16:22:22+00:00</updated>
<author>
<name>haseeb</name>
<email>haseebeqx@gmail.com</email>
</author>
<published>2017-11-29T16:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=57d9121127eb9745ea196bbd8596ffa03afdee68'/>
<id>57d9121127eb9745ea196bbd8596ffa03afdee68</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 'remove-mr-diff-serialised-columns' into 'master'</title>
<updated>2017-11-29T13:33:06+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-11-29T13:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=124fa93a8a36f3835d2fae3ef50b1b5403df153d'/>
<id>124fa93a8a36f3835d2fae3ef50b1b5403df153d</id>
<content type='text'>
Remove serialised diff and commit columns

Closes #39533

See merge request gitlab-org/gitlab-ce!15582</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove serialised diff and commit columns

Closes #39533

See merge request gitlab-org/gitlab-ce!15582</pre>
</div>
</content>
</entry>
<entry>
<title>Create fork networks for forks for which the source was deleted.</title>
<updated>2017-11-29T11:11:48+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-11-24T14:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4c4109e1b942dae17f3a716f51a0da15cd335043'/>
<id>4c4109e1b942dae17f3a716f51a0da15cd335043</id>
<content type='text'>
That way we can join forks-of-forks into the same network even if
their original source was deleted.

Consider the following:

  `awesome-oss/badger` is forked to `coolstuff/badger`, which is
  forked to `user-a/badger` which in turn is forked to
  `user-b/badger`.

  When `awesome-oss/badger` is deleted, we will now create a fork
  network with `coolstuff/badger` as the root. The `user-a/badger`
  and `user-b/badger` projects will be added to the network.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That way we can join forks-of-forks into the same network even if
their original source was deleted.

Consider the following:

  `awesome-oss/badger` is forked to `coolstuff/badger`, which is
  forked to `user-a/badger` which in turn is forked to
  `user-b/badger`.

  When `awesome-oss/badger` is deleted, we will now create a fork
  network with `coolstuff/badger` as the root. The `user-a/badger`
  and `user-b/badger` projects will be added to the network.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-ssh-upload-pack-opt-out' into 'master'</title>
<updated>2017-11-29T09:47:44+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-11-29T09:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60da38a1a75b17a57a1bc071993b74e9862bbb67'/>
<id>60da38a1a75b17a57a1bc071993b74e9862bbb67</id>
<content type='text'>
SSHUploadPack over Gitaly is now OptOut

Closes gitaly#730

See merge request gitlab-org/gitlab-ce!15623</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SSHUploadPack over Gitaly is now OptOut

Closes gitaly#730

See merge request gitlab-org/gitlab-ce!15623</pre>
</div>
</content>
</entry>
<entry>
<title>Add timeouts for Gitaly calls</title>
<updated>2017-11-29T09:12:12+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2017-11-29T09:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=64e5f996fa01d2e9c8462cfbb647997531eaf6c7'/>
<id>64e5f996fa01d2e9c8462cfbb647997531eaf6c7</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 'dm-search-pattern' into 'master'</title>
<updated>2017-11-29T09:10:43+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-11-29T09:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a4f8dddc212fcd91f6a4a09e92b2de6117a21305'/>
<id>a4f8dddc212fcd91f6a4a09e92b2de6117a21305</id>
<content type='text'>
Use fuzzy search with minimum length of 3 characters where appropriate

Closes #40512

See merge request gitlab-org/gitlab-ce!15592</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use fuzzy search with minimum length of 3 characters where appropriate

Closes #40512

See merge request gitlab-org/gitlab-ce!15592</pre>
</div>
</content>
</entry>
<entry>
<title>SSHUploadPack over Gitaly is now OptOut</title>
<updated>2017-11-29T07:21:41+00:00</updated>
<author>
<name>Kim "BKC" Carlbäcker</name>
<email>kim.carlbacker@gmail.com</email>
</author>
<published>2017-11-28T10:17:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a402056472aa9d8472b9ef92e70128e472b2b030'/>
<id>a402056472aa9d8472b9ef92e70128e472b2b030</id>
<content type='text'>
- Better gitaly-handling in /api/internal/allowed specs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Better gitaly-handling in /api/internal/allowed specs
</pre>
</div>
</content>
</entry>
</feed>
