<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec, branch docs/single-codebase-dev-guides</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 'fix-too-many-loops-cron-error' into 'master'</title>
<updated>2019-05-17T17:12:50+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-05-17T17:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3795a0cff4f084fd349af6c257a3ac81163b132'/>
<id>a3795a0cff4f084fd349af6c257a3ac81163b132</id>
<content type='text'>
Rescue too many loops cron error

Closes #58241

See merge request gitlab-org/gitlab-ce!28002</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rescue too many loops cron error

Closes #58241

See merge request gitlab-org/gitlab-ce!28002</pre>
</div>
</content>
</entry>
<entry>
<title>Increase Jest timeout to 500ms</title>
<updated>2019-05-17T10:08:20+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-05-17T10:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9012d309f13ec7595f2495d73549ded81432fb13'/>
<id>9012d309f13ec7595f2495d73549ded81432fb13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PoolRepository to the usage ping</title>
<updated>2019-05-17T09:10:29+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2019-05-17T09:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3f80f9f2e83298a0fe0cf6637871822bb1a8edb'/>
<id>a3f80f9f2e83298a0fe0cf6637871822bb1a8edb</id>
<content type='text'>
PoolRepository is a relatively new model of which the counts could help
to further determine the priority of new features. Also gives some
insight into the number of forks customers have.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PoolRepository is a relatively new model of which the counts could help
to further determine the priority of new features. Also gives some
insight into the number of forks customers have.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '60379-remove-ci-preparing-state-feature-flag' into 'master'</title>
<updated>2019-05-17T08:53:46+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@gitlab.com</email>
</author>
<published>2019-05-17T08:53:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74fa088b873d126d97656ec90881ff5a1561b30a'/>
<id>74fa088b873d126d97656ec90881ff5a1561b30a</id>
<content type='text'>
Stop configuring group clusters on creation

Closes #60379

See merge request gitlab-org/gitlab-ce!27245</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop configuring group clusters on creation

Closes #60379

See merge request gitlab-org/gitlab-ce!27245</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-fix-personal-snippet-uploads-object-storage' into 'master'</title>
<updated>2019-05-17T07:52:29+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-05-17T07:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f38265daa57d241bd9282279d11fcebd71bc6ea2'/>
<id>f38265daa57d241bd9282279d11fcebd71bc6ea2</id>
<content type='text'>
Fix incorrect prefix used in new uploads for personal snippets

Closes #61671

See merge request gitlab-org/gitlab-ce!28337</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix incorrect prefix used in new uploads for personal snippets

Closes #61671

See merge request gitlab-org/gitlab-ce!28337</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect prefix used in new uploads for personal snippets</title>
<updated>2019-05-17T06:36:55+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-05-15T16:26:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a1f44c1b4969847fa80d6c53d6bd70813d273d6c'/>
<id>a1f44c1b4969847fa80d6c53d6bd70813d273d6c</id>
<content type='text'>
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24550 fixed the
case where the wrong path on disk was being searched, but it
inadvertently ommitted the `/uploads/-/system` prefix when rendering the
Markdown for personal snippet uploads when they were stored directly in
object storage.

A personal snippet path is stored using FileUploader#upload_path.
The format for the path:

Local storage: :random_hex/:filename.
Object storage: personal_snippet/:id/:random_hex/:filename.

upload_paths represent the possible paths for a given identifier,
which will vary depending on whether the file is stored in local or
object storage. upload_path should match an element in upload_paths.

base_dir represents the path seen by the user in Markdown, and it
should always be prefixed with uploads/-/system.

store_dirs represent the paths that are actually used on disk. For
object storage, this should omit the prefix /uploads/-/system.

For example, consider the requested path
/uploads/-/system/personal_snippet/172/ff4ad5c2/file.png.

For local storage:

base_dir: uploads/-/system/personal_snippet/172
upload_path: ff4ad5c2/file.png
upload_paths: ["ff4ad5c2/file.png", "personal_snippet/172/ff4ad5c2/file.png"].
store_dirs: {1=&gt;"uploads/-/system/personal_snippet/172/ff4ad5c2",
             2=&gt;"personal_snippet/172/ff4ad5c2"}

For object storage:

upload_path: personal_snippet/172/ff4ad5c2/file.png

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61671
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24550 fixed the
case where the wrong path on disk was being searched, but it
inadvertently ommitted the `/uploads/-/system` prefix when rendering the
Markdown for personal snippet uploads when they were stored directly in
object storage.

A personal snippet path is stored using FileUploader#upload_path.
The format for the path:

Local storage: :random_hex/:filename.
Object storage: personal_snippet/:id/:random_hex/:filename.

upload_paths represent the possible paths for a given identifier,
which will vary depending on whether the file is stored in local or
object storage. upload_path should match an element in upload_paths.

base_dir represents the path seen by the user in Markdown, and it
should always be prefixed with uploads/-/system.

store_dirs represent the paths that are actually used on disk. For
object storage, this should omit the prefix /uploads/-/system.

For example, consider the requested path
/uploads/-/system/personal_snippet/172/ff4ad5c2/file.png.

For local storage:

base_dir: uploads/-/system/personal_snippet/172
upload_path: ff4ad5c2/file.png
upload_paths: ["ff4ad5c2/file.png", "personal_snippet/172/ff4ad5c2/file.png"].
store_dirs: {1=&gt;"uploads/-/system/personal_snippet/172/ff4ad5c2",
             2=&gt;"personal_snippet/172/ff4ad5c2"}

For object storage:

upload_path: personal_snippet/172/ff4ad5c2/file.png

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61671
</pre>
</div>
</content>
</entry>
<entry>
<title>#46469 - Added ref querystring parameter to project search to allow searching on branches other than master</title>
<updated>2019-05-17T06:10:08+00:00</updated>
<author>
<name>Lee Tickett</name>
<email>lee@tickett.net</email>
</author>
<published>2019-05-17T06:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a4e9259d8a39c0f1777af025fd7255dafb5d0e44'/>
<id>a4e9259d8a39c0f1777af025fd7255dafb5d0e44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop configuring group clusters on creation</title>
<updated>2019-05-17T01:18:42+00:00</updated>
<author>
<name>Tiger</name>
<email>twatson@gitlab.com</email>
</author>
<published>2019-04-11T03:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa5a6ae172584c5c33665a6efa4a6aa4efaea9ad'/>
<id>fa5a6ae172584c5c33665a6efa4a6aa4efaea9ad</id>
<content type='text'>
Immediate configuration is not ideal for group and instance
level clusters as projects that may never be deployed would
still have Kubernetes namespaces and service accounts created
for them.

As of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25586
we now create only the resources that are required for the
project being deployed, at the time of deployment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Immediate configuration is not ideal for group and instance
level clusters as projects that may never be deployed would
still have Kubernetes namespaces and service accounts created
for them.

As of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25586
we now create only the resources that are required for the
project being deployed, at the time of deployment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fe-use-process-timer-in-jest-timeout' into 'master'</title>
<updated>2019-05-16T21:59:01+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-05-16T21:59:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=04794fb476a6071c1e1f782ae1c81801ff2410c3'/>
<id>04794fb476a6071c1e1f782ae1c81801ff2410c3</id>
<content type='text'>
Use process timer for jest timeout testing

See merge request gitlab-org/gitlab-ce!28209</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use process timer for jest timeout testing

See merge request gitlab-org/gitlab-ce!28209</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jc-omit-count-diverging-commits-max' into 'master'</title>
<updated>2019-05-16T15:27:50+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-05-16T15:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=112193e8a6dea1a42e234e06244b1a20dd7d711b'/>
<id>112193e8a6dea1a42e234e06244b1a20dd7d711b</id>
<content type='text'>
Omit max-count for diverging_commit_counts behind feature flag

See merge request gitlab-org/gitlab-ce!28157</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Omit max-count for diverging_commit_counts behind feature flag

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