<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch docs-admin-update</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 'mk-pick-10-2-4-security-fixes' into 'master'</title>
<updated>2017-12-11T12:07:57+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2017-12-11T12:07:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1eff1bd385a28ccde7d0dc3a991c499ada1a63bd'/>
<id>1eff1bd385a28ccde7d0dc3a991c499ada1a63bd</id>
<content type='text'>
Pick 10.2.4 security fixes into master

See merge request gitlab-org/gitlab-ce!15821</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pick 10.2.4 security fixes into master

See merge request gitlab-org/gitlab-ce!15821</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify normalizing of paths</title>
<updated>2017-12-11T07:36:46+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-12-11T07:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=917a112ef08dbe217818e3ec00cb03218f77d030'/>
<id>917a112ef08dbe217818e3ec00cb03218f77d030</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing importer test case on MySQL due to missing trailing slash in root path</title>
<updated>2017-12-09T00:48:24+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-12-09T00:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e8cced80777d75eab98a1ce81742d860e60a6e15'/>
<id>e8cced80777d75eab98a1ce81742d860e60a6e15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gitlab:import:repos Rake task moving repositories into the wrong location</title>
<updated>2017-12-08T22:56:43+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-12-08T22:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=78f7c3c8a2ac9f72b54e8e76005ef8810d1a068a'/>
<id>78f7c3c8a2ac9f72b54e8e76005ef8810d1a068a</id>
<content type='text'>
If the source import directory were different from the destination directory,
GitLab would first create a blank repository and then erroneously move the
original one into a subdirectory. Adding an import type prevents this the project
from being initialized in the first place. It was accidentally removed in
1f917cbd49.

Closes #40765
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the source import directory were different from the destination directory,
GitLab would first create a blank repository and then erroneously move the
original one into a subdirectory. Adding an import type prevents this the project
from being initialized in the first place. It was accidentally removed in
1f917cbd49.

Closes #40765
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue_30663' into 'security-10-2'</title>
<updated>2017-12-08T21:48:18+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-11-22T17:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c59ae5470546d1169ee3ab89486140e815400f31'/>
<id>c59ae5470546d1169ee3ab89486140e815400f31</id>
<content type='text'>
Prevent creating issues through API without having permissions

See merge request gitlab/gitlabhq!2225

(cherry picked from commit c298bbaa88883343dc9cbbb6abec0808fb3b546c)

915b97c5 Prevent creating issues through API without having permissions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent creating issues through API without having permissions

See merge request gitlab/gitlabhq!2225

(cherry picked from commit c298bbaa88883343dc9cbbb6abec0808fb3b546c)

915b97c5 Prevent creating issues through API without having permissions</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-security-group-api' into 'security-10-2'</title>
<updated>2017-12-08T21:48:14+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-28T08:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8f29d2640ffb29c7ca8c0ab1136aa1959582db3a'/>
<id>8f29d2640ffb29c7ca8c0ab1136aa1959582db3a</id>
<content type='text'>
[10.2] Ensure we expose group projects using GroupProjectsFinder

See merge request gitlab/gitlabhq!2234

(cherry picked from commit 072f8f2fd6ec794645375a16ca4ddc1cbeb76d7a)

a2240338 Ensure we expose group projects using GroupProjectsFinder</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[10.2] Ensure we expose group projects using GroupProjectsFinder

See merge request gitlab/gitlabhq!2234

(cherry picked from commit 072f8f2fd6ec794645375a16ca4ddc1cbeb76d7a)

a2240338 Ensure we expose group projects using GroupProjectsFinder</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs/improve-limit-conflicts-with-ee' into 'master'</title>
<updated>2017-12-08T19:09:57+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-12-08T19:09:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=806a68a81f1baeed07c146b1b5d9eb77796c46ba'/>
<id>806a68a81f1baeed07c146b1b5d9eb77796c46ba</id>
<content type='text'>
Move the "Limit conflicts with EE" doc to "Automatic CE-&gt; EE merge"

See merge request gitlab-org/gitlab-ce!15749</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the "Limit conflicts with EE" doc to "Automatic CE-&gt; EE merge"

See merge request gitlab-org/gitlab-ce!15749</pre>
</div>
</content>
</entry>
<entry>
<title>Allow git pull/push on project redirects</title>
<updated>2017-12-08T17:42:43+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2017-12-08T17:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=562fb460b83502c060cd84b1627dc33098e01c31'/>
<id>562fb460b83502c060cd84b1627dc33098e01c31</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 'jprovazn-ignore-anchors' into 'master'</title>
<updated>2017-12-08T14:20:31+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-12-08T14:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1fb49ccd7bb37d5d6bde12397f32e1c04fc009ba'/>
<id>1fb49ccd7bb37d5d6bde12397f32e1c04fc009ba</id>
<content type='text'>
Use prefix for TableOfContents filter hrefs

Closes #38473

See merge request gitlab-org/gitlab-ce!15806</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use prefix for TableOfContents filter hrefs

Closes #38473

See merge request gitlab-org/gitlab-ce!15806</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/gb/fix-pipeline-build-chain-tag-evaluation' into 'master'</title>
<updated>2017-12-08T14:15:33+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-12-08T14:15:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=103269b9a6d92ff3d4d0f3b69e4653e3f0ef7744'/>
<id>103269b9a6d92ff3d4d0f3b69e4653e3f0ef7744</id>
<content type='text'>
Fix invalid pipeline build chain tag evaluation

Closes #40944

See merge request gitlab-org/gitlab-ce!15805</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix invalid pipeline build chain tag evaluation

Closes #40944

See merge request gitlab-org/gitlab-ce!15805</pre>
</div>
</content>
</entry>
</feed>
