<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib, branch docs-code-block-style</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 'jc-detect-nfs-for-rugged' into 'master'</title>
<updated>2019-07-08T13:35:43+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2019-07-08T13:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7c7b8f32a7145dcac0f16488221181e50e1bb4da'/>
<id>7c7b8f32a7145dcac0f16488221181e50e1bb4da</id>
<content type='text'>
Use Rugged if we detect storage is NFS and we can access the disk

See merge request gitlab-org/gitlab-ce!29725</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use Rugged if we detect storage is NFS and we can access the disk

See merge request gitlab-org/gitlab-ce!29725</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '40379-CJK-search-min-chars' into 'master'</title>
<updated>2019-07-08T09:49:43+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-07-08T09:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5214ad1a7f3720b8ea05f1fb99189d2be48f39ec'/>
<id>5214ad1a7f3720b8ea05f1fb99189d2be48f39ec</id>
<content type='text'>
Remove minimum required characters for fuzzy search if no trigram is used

See merge request gitlab-org/gitlab-ce!29810</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove minimum required characters for fuzzy search if no trigram is used

See merge request gitlab-org/gitlab-ce!29810</pre>
</div>
</content>
</entry>
<entry>
<title>Use Rugged if we detect storage is NFS and we can access the disk</title>
<updated>2019-07-05T17:31:47+00:00</updated>
<author>
<name>John Cai</name>
<email>jcai@gitlab.com</email>
</author>
<published>2019-06-15T01:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8152e1aa4a039056d3010180051e6935b20d3656'/>
<id>8152e1aa4a039056d3010180051e6935b20d3656</id>
<content type='text'>
Add a module we use as a singleton to determine whether or not rails is
able to access the disk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a module we use as a singleton to determine whether or not rails is
able to access the disk
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'create-merge-train-ref-ce' into 'master'</title>
<updated>2019-07-05T13:28:11+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2019-07-05T13:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9d98eb0435751051c4fd5a82b2dfcaa00c81efbe'/>
<id>9d98eb0435751051c4fd5a82b2dfcaa00c81efbe</id>
<content type='text'>
CE Port: Extend `MergeToRefService` to create merge ref from an arbitrary ref

See merge request gitlab-org/gitlab-ce!30361</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE Port: Extend `MergeToRefService` to create merge ref from an arbitrary ref

See merge request gitlab-org/gitlab-ce!30361</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor PositionTracer to support different types</title>
<updated>2019-07-05T11:03:47+00:00</updated>
<author>
<name>Patrick Bajao</name>
<email>ebajao@gitlab.com</email>
</author>
<published>2019-07-05T11:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6ef6693e3767d480362ce528dd0beff159c895ff'/>
<id>6ef6693e3767d480362ce528dd0beff159c895ff</id>
<content type='text'>
This is to prepare for supporing image type position tracing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to prepare for supporing image type position tracing
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend MergeToRefService for creating merge ref from the other ref</title>
<updated>2019-07-05T10:15:10+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-06-20T12:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=48307fac1ec7cd207fbd53762fd1226a9d6fb1a2'/>
<id>48307fac1ec7cd207fbd53762fd1226a9d6fb1a2</id>
<content type='text'>
Currently, MergeToRefService is specifically designed for
createing merge commits from source branch and target branch of
merge reqeusts. We extend this behavior to source branch and any
target ref paths.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, MergeToRefService is specifically designed for
createing merge commits from source branch and target branch of
merge reqeusts. We extend this behavior to source branch and any
target ref paths.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'if-6990-enforce_smartcard_session_for_git_and_api' into 'master'</title>
<updated>2019-07-05T08:08:24+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2019-07-05T08:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2fec78ead4ce46b9728be02693b6e50cce740726'/>
<id>2fec78ead4ce46b9728be02693b6e50cce740726</id>
<content type='text'>
CE port of "Require session with smartcard login for Git access"

See merge request gitlab-org/gitlab-ce!30384</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE port of "Require session with smartcard login for Git access"

See merge request gitlab-org/gitlab-ce!30384</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '58409-increase-graphql-complexity-for-fields-that-make-gitaly-calls' into 'master'</title>
<updated>2019-07-05T07:46:17+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2019-07-05T07:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2e74680358353ee8b258adf2ca1cda422389fc89'/>
<id>2e74680358353ee8b258adf2ca1cda422389fc89</id>
<content type='text'>
Increase GraphQL complexity for fields that make Gitaly Calls

Closes #58409

See merge request gitlab-org/gitlab-ce!28814</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increase GraphQL complexity for fields that make Gitaly Calls

Closes #58409

See merge request gitlab-org/gitlab-ce!28814</pre>
</div>
</content>
</entry>
<entry>
<title>CE port of "Require session with smartcard login for Git access"</title>
<updated>2019-07-05T06:12:29+00:00</updated>
<author>
<name>Imre Farkas</name>
<email>ifarkas@gitlab.com</email>
</author>
<published>2019-07-05T06:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b9b3ec83540a82fc96ddd64715a51d7adeb7312c'/>
<id>b9b3ec83540a82fc96ddd64715a51d7adeb7312c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address reviewer comments</title>
<updated>2019-07-04T22:18:50+00:00</updated>
<author>
<name>charlieablett</name>
<email>cablett@gitlab.com</email>
</author>
<published>2019-07-02T05:32:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=675c9b9f6bec35f1e6988a42c4fa6a6f8331d14f'/>
<id>675c9b9f6bec35f1e6988a42c4fa6a6f8331d14f</id>
<content type='text'>
- Remove Gitaly call check for fields that have a constant complexity
declared
- Add associated test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove Gitaly call check for fields that have a constant complexity
declared
- Add associated test
</pre>
</div>
</content>
</entry>
</feed>
