<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch make-relative-positioning-module-reusable</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>Make RelativePositioning reusable</title>
<updated>2019-07-24T12:19:49+00:00</updated>
<author>
<name>Adam Hegyi</name>
<email>ahegyi@gitlab.com</email>
</author>
<published>2019-07-22T07:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f36da45711f7d412951b50c6b9db913a5e324171'/>
<id>f36da45711f7d412951b50c6b9db913a5e324171</id>
<content type='text'>
RelativePositioning module was heavily dependent on the Issue model.
This changes makes it easier to reuse the functionality provided by
RelativePositioning in other models.

Needed by: https://gitlab.com/gitlab-org/gitlab-ee/issues/12196
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RelativePositioning module was heavily dependent on the Issue model.
This changes makes it easier to reuse the functionality provided by
RelativePositioning in other models.

Needed by: https://gitlab.com/gitlab-org/gitlab-ee/issues/12196
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '12250-mvc-security-navigation-section-group' into 'master'</title>
<updated>2019-07-24T11:30:50+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-07-24T11:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=32aa7bd6745630e5dac87541a6f1a33773d97a4a'/>
<id>32aa7bd6745630e5dac87541a6f1a33773d97a4a</id>
<content type='text'>
Add "security" top-level item to group sidebar

See merge request gitlab-org/gitlab-ce!30604</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "security" top-level item to group sidebar

See merge request gitlab-org/gitlab-ce!30604</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '12250-mvc-security-navigation-section-project' into 'master'</title>
<updated>2019-07-24T11:29:07+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-07-24T11:29:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a34654f3741befe84892dfd0be2a77acb9b57d91'/>
<id>a34654f3741befe84892dfd0be2a77acb9b57d91</id>
<content type='text'>
Add "Security &amp; Compliance" as top-level item to the project sidebar

See merge request gitlab-org/gitlab-ce!30564</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "Security &amp; Compliance" as top-level item to the project sidebar

See merge request gitlab-org/gitlab-ce!30564</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '11090-export-design-management-lfs-data' into 'master'</title>
<updated>2019-07-24T11:23:52+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@gitlab.com</email>
</author>
<published>2019-07-24T11:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=642253b7c769bc9e1b0e4b7890698aa4cb6dbde0'/>
<id>642253b7c769bc9e1b0e4b7890698aa4cb6dbde0</id>
<content type='text'>
Add support for exporting repository type data for LFS objects

See merge request gitlab-org/gitlab-ce!30830</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for exporting repository type data for LFS objects

See merge request gitlab-org/gitlab-ce!30830</pre>
</div>
</content>
</entry>
<entry>
<title>LFS export records repository_type data</title>
<updated>2019-07-24T11:23:51+00:00</updated>
<author>
<name>Luke Duncalfe</name>
<email>lduncalfe@gitlab.com</email>
</author>
<published>2019-07-24T11:23:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d18ee3faad34097c14d2f1ee9c4a1bf7b00b202a'/>
<id>d18ee3faad34097c14d2f1ee9c4a1bf7b00b202a</id>
<content type='text'>
A project can have the same `LfsObject` linked with up to three
`LfsObjectsProject` records. Each of these records would be for a
different repository, recorded in the `repository_type` property. The
different repositories at time of writing are "project", "wiki", and
"design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894

This change exports the list of `repository_type`s as a JSON mapping of
oid =&gt; repository_types, which are imported to recreate the correct
`LfsObjectsProject` records.

https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A project can have the same `LfsObject` linked with up to three
`LfsObjectsProject` records. Each of these records would be for a
different repository, recorded in the `repository_type` property. The
different repositories at time of writing are "project", "wiki", and
"design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894

This change exports the list of `repository_type`s as a JSON mapping of
oid =&gt; repository_types, which are imported to recreate the correct
`LfsObjectsProject` records.

https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'alhashash1-12-1-stable-patch-67177' into 'master'</title>
<updated>2019-07-24T10:56:14+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-24T10:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0a2bbc9267e5aca220cda17f13e6f62bae7f1f1b'/>
<id>0a2bbc9267e5aca220cda17f13e6f62bae7f1f1b</id>
<content type='text'>
Fix incorrect web server selection parameter in init.d script

Closes #64802 and #65008

See merge request gitlab-org/gitlab-ce!31076</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix incorrect web server selection parameter in init.d script

Closes #64802 and #65008

See merge request gitlab-org/gitlab-ce!31076</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bw-enable-default-manual-sorting' into 'master'</title>
<updated>2019-07-24T10:41:47+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-24T10:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=98152f17eaf6b9346566b64154bc2a348a1257cd'/>
<id>98152f17eaf6b9346566b64154bc2a348a1257cd</id>
<content type='text'>
Default manual_sorting feature flag to on

See merge request gitlab-org/gitlab-ce!30788</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Default manual_sorting feature flag to on

See merge request gitlab-org/gitlab-ce!30788</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'qa-ml-knapsack-package-and-qa' into 'master'</title>
<updated>2019-07-24T10:24:08+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-07-24T10:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b2f524e77b34e2b7f6abe6b00fe7bd1048d70d2e'/>
<id>b2f524e77b34e2b7f6abe6b00fe7bd1048d70d2e</id>
<content type='text'>
Use knapsack to parallelize E2E tests run via package-and-qa

See merge request gitlab-org/gitlab-ce!30886</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use knapsack to parallelize E2E tests run via package-and-qa

See merge request gitlab-org/gitlab-ce!30886</pre>
</div>
</content>
</entry>
<entry>
<title>Use a single knapsack file</title>
<updated>2019-07-24T10:24:06+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-07-24T10:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=61de1f3596c9de9ad7bf955fc4c04f0ab1c030b2'/>
<id>61de1f3596c9de9ad7bf955fc4c04f0ab1c030b2</id>
<content type='text'>
There should be no difference between jobs in package-and-qa.

Review apps should also be similar but there might be differences
if the runners have different resources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There should be no difference between jobs in package-and-qa.

Review apps should also be similar but there might be differences
if the runners have different resources.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGELOG.md for 12.1.1</title>
<updated>2019-07-24T10:14:56+00:00</updated>
<author>
<name>GitLab Release Tools Bot</name>
<email>delivery-team+release-tools@gitlab.com</email>
</author>
<published>2019-07-24T10:14:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9de60d6d607c9a52589fe442cbefc5cc5bc0262c'/>
<id>9de60d6d607c9a52589fe442cbefc5cc5bc0262c</id>
<content type='text'>
[ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]</pre>
</div>
</content>
</entry>
</feed>
