<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/presenters, branch docs-serverless-lambda</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<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://trove.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://trove.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://trove.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://trove.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://trove.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://trove.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>
<entry>
<title>Remove code related to object hierarchy in MySQL</title>
<updated>2019-07-25T07:35:06+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-07-24T09:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ce5bcacdbf56682e05fa63875203bf4d10584bc'/>
<id>1ce5bcacdbf56682e05fa63875203bf4d10584bc</id>
<content type='text'>
These are not required because MySQL is not
supported anymore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are not required because MySQL is not
supported anymore
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix suggestion on lines that are not part of an MR</title>
<updated>2019-07-22T05:25:24+00:00</updated>
<author>
<name>Patrick Bajao</name>
<email>ebajao@gitlab.com</email>
</author>
<published>2019-07-22T05:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=866bef8059591db9a17db71d66a1321b0ca25153'/>
<id>866bef8059591db9a17db71d66a1321b0ca25153</id>
<content type='text'>
Return the `text` as plain string in the response instead of
including HTML tags but keep `rich_text` as is.

The fix is to modify `Blob::UnfoldPresenter#diff_files` to map
each raw diff line (limited by the range specified) to a
corresponding line in an array of highlighted lines to use as
`rich_text`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return the `text` as plain string in the response instead of
including HTML tags but keep `rich_text` as is.

The fix is to modify `Blob::UnfoldPresenter#diff_files` to map
each raw diff line (limited by the range specified) to a
corresponding line in an array of highlighted lines to use as
`rich_text`.
</pre>
</div>
</content>
</entry>
<entry>
<title>GraphQL mutations for add, remove and toggle emoji</title>
<updated>2019-06-28T00:03:33+00:00</updated>
<author>
<name>Luke Duncalfe</name>
<email>lduncalfe@eml.cc</email>
</author>
<published>2019-06-21T04:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4b9b2a43d02fc5154f780ade7fe76c02420fff15'/>
<id>4b9b2a43d02fc5154f780ade7fe76c02420fff15</id>
<content type='text'>
Adding new `AddAwardEmoji`, `RemoveAwardEmoji` and `ToggleAwardEmoji`
GraphQL mutations.

Adding new `#authorized_find_with_pre_checks!` and (unused, but for
completeness `#authorized_find_with_post_checks!`) authorization
methods. These allow us to perform an authorized find, and run our own
additional checks before or after the authorization runs.

https://gitlab.com/gitlab-org/gitlab-ce/issues/62826
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding new `AddAwardEmoji`, `RemoveAwardEmoji` and `ToggleAwardEmoji`
GraphQL mutations.

Adding new `#authorized_find_with_pre_checks!` and (unused, but for
completeness `#authorized_find_with_post_checks!`) authorization
methods. These allow us to perform an authorized find, and run our own
additional checks before or after the authorization runs.

https://gitlab.com/gitlab-org/gitlab-ce/issues/62826
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose ci_default_git_depth via project API</title>
<updated>2019-06-12T08:51:45+00:00</updated>
<author>
<name>Fabio Pitino</name>
<email>fpitino@gitlab.com</email>
</author>
<published>2019-06-07T11:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ac527b4889b9465b2d55ca0c9317a3e8479a625'/>
<id>3ac527b4889b9465b2d55ca0c9317a3e8479a625</id>
<content type='text'>
Enable Get and Update of ci_default_git_depth for
Project API.

Renaming Project#default_git_depth to :ci_default_git_depth
to give more context through the API usage.

Add API documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable Get and Update of ci_default_git_depth for
Project API.

Renaming Project#default_git_depth to :ci_default_git_depth
to give more context through the API usage.

Add API documentation
</pre>
</div>
</content>
</entry>
</feed>
