<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/presenters, branch document-lambda-deploy</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 'clusterable_cluster_environments_path' into 'master'</title>
<updated>2019-09-03T11:26:23+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-09-03T11:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aa34c693e9306445537fb6291520abceaab394c0'/>
<id>aa34c693e9306445537fb6291520abceaab394c0</id>
<content type='text'>
Add #environments_cluster_path which will always return nil in CE

See merge request gitlab-org/gitlab-ce!32527</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add #environments_cluster_path which will always return nil in CE

See merge request gitlab-org/gitlab-ce!32527</pre>
</div>
</content>
</entry>
<entry>
<title>Add pipeline.type key to PipelineEntity</title>
<updated>2019-09-03T06:30:53+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-08-28T07:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8c21610c79d2737c9cd728964f499d793e6a1279'/>
<id>8c21610c79d2737c9cd728964f499d793e6a1279</id>
<content type='text'>
This commit adds pipeline.type key to PipelineEntity.
This key will be used in MR widget in the next iteration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds pipeline.type key to PipelineEntity.
This key will be used in MR widget in the next iteration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add facade which will always return nil in CE</title>
<updated>2019-09-02T23:29:57+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-09-02T08:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1894c6ebe83981d1a6d4dfdc4cb551c2184966c7'/>
<id>1894c6ebe83981d1a6d4dfdc4cb551c2184966c7</id>
<content type='text'>
This method will be overridden in EE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This method will be overridden in EE
</pre>
</div>
</content>
</entry>
<entry>
<title>Support selective highlighting of lines</title>
<updated>2019-09-02T03:44:45+00:00</updated>
<author>
<name>Patrick Bajao</name>
<email>ebajao@gitlab.com</email>
</author>
<published>2019-09-02T03:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf230da05d8a3a6feeeb80d81fa0370cc295478e'/>
<id>bf230da05d8a3a6feeeb80d81fa0370cc295478e</id>
<content type='text'>
Instead of highlighting all lines when not all of them
are needed, only highlight from the beginning up to
the specified limit.

The `BlobPresenter#highlight` method has been updated
to support `to` param. This param will be used to limit
the content to be highlighted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of highlighting all lines when not all of them
are needed, only highlight from the beginning up to
the specified limit.

The `BlobPresenter#highlight` method has been updated
to support `to` param. This param will be used to limit
the content to be highlighted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ActiveModel's type instead of virtus</title>
<updated>2019-08-20T10:52:21+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-08-20T10:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6767326267a649a04a0f6c7634be87577a788a3d'/>
<id>6767326267a649a04a0f6c7634be87577a788a3d</id>
<content type='text'>
The virtus project has been discontinued:

https://github.com/solnic/virtus/commit/a6f896984
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The virtus project has been discontinued:

https://github.com/solnic/virtus/commit/a6f896984
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace ... with new expansion options</title>
<updated>2019-08-10T02:36:32+00:00</updated>
<author>
<name>Samantha Ming</name>
<email>sming@gitlab.com</email>
</author>
<published>2019-08-10T02:36:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fc0ff7cf033e6267d7348057faee0fbedf5b90e8'/>
<id>fc0ff7cf033e6267d7348057faee0fbedf5b90e8</id>
<content type='text'>
- expand upwards
- expand downwards
- expand all

in both inline and parallel views
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- expand upwards
- expand downwards
- expand all

in both inline and parallel views
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch '65152-selective-highlight' into 'master'"</title>
<updated>2019-08-09T00:13:09+00:00</updated>
<author>
<name>Patrick Bajao</name>
<email>ebajao@gitlab.com</email>
</author>
<published>2019-08-09T00:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6d318af5f95cc4091b09f1b2f8ed9981f3a8b9c7'/>
<id>6d318af5f95cc4091b09f1b2f8ed9981f3a8b9c7</id>
<content type='text'>
This reverts merge request !31361</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !31361</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '65152-selective-highlight' into 'master'</title>
<updated>2019-08-06T16:42:14+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2019-08-06T16:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d61dab914756854c0f5bef50306be77212ee15b4'/>
<id>d61dab914756854c0f5bef50306be77212ee15b4</id>
<content type='text'>
Support selective highlighting of lines

See merge request gitlab-org/gitlab-ce!31361</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support selective highlighting of lines

See merge request gitlab-org/gitlab-ce!31361</pre>
</div>
</content>
</entry>
<entry>
<title>Support selective highlighting of lines</title>
<updated>2019-08-06T01:32:29+00:00</updated>
<author>
<name>Patrick Bajao</name>
<email>ebajao@gitlab.com</email>
</author>
<published>2019-08-05T09:44:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=46631e102366bd40bdb449b87fae3f10e992ee68'/>
<id>46631e102366bd40bdb449b87fae3f10e992ee68</id>
<content type='text'>
Instead of highlighting all lines when not all of them are
needed, only highlight specific lines.

The `BlobPresenter#highlight` method has been updated to
support `since` and `to` params. These params will be used to
limit the content to be highlighted.

Modify `Gitlab::Highlight` to support `since` param which will
then be used to determine the starting line number.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of highlighting all lines when not all of them are
needed, only highlight specific lines.

The `BlobPresenter#highlight` method has been updated to
support `since` and `to` params. These params will be used to
limit the content to be highlighted.

Modify `Gitlab::Highlight` to support `since` param which will
then be used to determine the starting line number.
</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up loading and filtering deploy keys and their projects</title>
<updated>2019-08-05T13:42:34+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-08-01T16:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3a3db4218e10c65c2e87c763ad02169f3736883'/>
<id>d3a3db4218e10c65c2e87c763ad02169f3736883</id>
<content type='text'>
This commit changes how we eager-load projects, routes, and namespaces
required by the deploy keys endpoint, getting a 10x improvement in my
local testing.

The endpoint still doesn't scale in-general, but going from ~13 seconds
to dump a 63K result to generating the same thing in ~1.6 seconds seems
like a good improvement to me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit changes how we eager-load projects, routes, and namespaces
required by the deploy keys endpoint, getting a 10x improvement in my
local testing.

The endpoint still doesn't scale in-general, but going from ~13 seconds
to dump a 63K result to generating the same thing in ~1.6 seconds seems
like a good improvement to me.
</pre>
</div>
</content>
</entry>
</feed>
