<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch js-i18n-reports</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>Internationalisation of reports directory</title>
<updated>2019-04-26T13:55:02+00:00</updated>
<author>
<name>Brandon Labuschagne</name>
<email>blabuschagne@gitlab.com</email>
</author>
<published>2019-04-26T13:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cfc78c870512b6b5675aa814d4d5ce2874954eb4'/>
<id>cfc78c870512b6b5675aa814d4d5ce2874954eb4</id>
<content type='text'>
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.

i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'get-rid-of-user-namespace-method' into 'master'</title>
<updated>2019-04-25T08:44:38+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2019-04-25T08:44:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=77efa66cdf17740e28e996cdfee3a3a8d7b19ef4'/>
<id>77efa66cdf17740e28e996cdfee3a3a8d7b19ef4</id>
<content type='text'>
Get rid of the user_namespace API helper method

See merge request gitlab-org/gitlab-ce!27636</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get rid of the user_namespace API helper method

See merge request gitlab-org/gitlab-ce!27636</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'kp-add-base-url-support-graphql' into 'master'</title>
<updated>2019-04-25T08:15:41+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-04-25T08:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97678c09fd919b3fb2240dbe4d2a063a54780e55'/>
<id>97678c09fd919b3fb2240dbe4d2a063a54780e55</id>
<content type='text'>
Add support for baseUrl in ApolloClient instance within GraphQL helper

See merge request gitlab-org/gitlab-ce!27657</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for baseUrl in ApolloClient instance within GraphQL helper

See merge request gitlab-org/gitlab-ce!27657</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '60552-period-dropdown' into 'master'</title>
<updated>2019-04-25T08:11:21+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-04-25T08:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d026deb219b454179c4bb348e48fe6426a418e2e'/>
<id>d026deb219b454179c4bb348e48fe6426a418e2e</id>
<content type='text'>
Resolve "Autocomplete dropdown for usernames shows HTML if you attempt to search for a username that starts with a period"

Closes #60552

See merge request gitlab-org/gitlab-ce!27533</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Autocomplete dropdown for usernames shows HTML if you attempt to search for a username that starts with a period"

Closes #60552

See merge request gitlab-org/gitlab-ce!27533</pre>
</div>
</content>
</entry>
<entry>
<title>Escape special characters in GFM auto complete highlighting</title>
<updated>2019-04-25T08:11:20+00:00</updated>
<author>
<name>Jan Beckmann</name>
<email>king-jan1999@hotmail.de</email>
</author>
<published>2019-04-25T08:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5848f2833ae40b73003be1e37dd379dd69c20fcc'/>
<id>5848f2833ae40b73003be1e37dd379dd69c20fcc</id>
<content type='text'>
Fixes #60552
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #60552
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for baseUrl in ApolloClient instance</title>
<updated>2019-04-25T06:55:21+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2019-04-25T06:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8e808bc221f1a7050629346df3748a6c608ff497'/>
<id>8e808bc221f1a7050629346df3748a6c608ff497</id>
<content type='text'>
Add support for providing baseUrl/rootUrl within `uri` while
creating ApolloClient instance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for providing baseUrl/rootUrl within `uri` while
creating ApolloClient instance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jc-update-list-last-commits' into 'master'</title>
<updated>2019-04-25T06:29:48+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-04-25T06:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3fe07ce7d1db0a2015eda25f6be1446a17462cb1'/>
<id>3fe07ce7d1db0a2015eda25f6be1446a17462cb1</id>
<content type='text'>
Client side changes for ListLastCommitsForTree response update

See merge request gitlab-org/gitlab-ce!26880</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Client side changes for ListLastCommitsForTree response update

See merge request gitlab-org/gitlab-ce!26880</pre>
</div>
</content>
</entry>
<entry>
<title>Update list_last_commits_for_tree response path field to path_bytes</title>
<updated>2019-04-25T05:17:12+00:00</updated>
<author>
<name>John Cai</name>
<email>jcai@gitlab.com</email>
</author>
<published>2019-04-02T18:15:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2370e5d04a47a913396bddd0551361c9e3a2cdc1'/>
<id>2370e5d04a47a913396bddd0551361c9e3a2cdc1</id>
<content type='text'>
Updates the gitaly client to use path_bytes field instead of the
deprecated path field in list_last_commits_for_tree_response.
Also adds a test to guard against non-utf8 path data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates the gitaly client to use path_bytes field instead of the
deprecated path field in list_last_commits_for_tree_response.
Also adds a test to guard against non-utf8 path data
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fj-53523-add-option-avoid-loading-wiki-page-content' into 'master'</title>
<updated>2019-04-25T04:19:07+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-04-25T04:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3b3d8b164933a0c8dd3ed505f1ff03a0910cd87'/>
<id>f3b3d8b164933a0c8dd3ed505f1ff03a0910cd87</id>
<content type='text'>
Avoid loading Wiki Pages content when listed

Closes #53523

See merge request gitlab-org/gitlab-ce!22801</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid loading Wiki Pages content when listed

Closes #53523

See merge request gitlab-org/gitlab-ce!22801</pre>
</div>
</content>
</entry>
<entry>
<title>Added list_pages method to avoid loading all wiki pages content</title>
<updated>2019-04-25T04:19:07+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2019-04-25T04:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dde69bfb2a595956c54ddb9c776759c11b3f2a3b'/>
<id>dde69bfb2a595956c54ddb9c776759c11b3f2a3b</id>
<content type='text'>
Inside a wiki, when we show the sidebar or browse to the `pages`,
all page contents are retrieved from Gitaly and that is a waste
of resources, since no content from that pages are going to be
showed.

This MR introduces the method `ProjectWiki#list_pages`,
which uses new wiki_list_pages RPC call to retrieve
pages without content

Also in the `WikisController` we're using the method to show
pages in the sidebar and also on the `pages` page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inside a wiki, when we show the sidebar or browse to the `pages`,
all page contents are retrieved from Gitaly and that is a waste
of resources, since no content from that pages are going to be
showed.

This MR introduces the method `ProjectWiki#list_pages`,
which uses new wiki_list_pages RPC call to retrieve
pages without content

Also in the `WikisController` we're using the method to show
pages in the sidebar and also on the `pages` page.
</pre>
</div>
</content>
</entry>
</feed>
