<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch winh-this-jest-docs</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>Apply suggestion to doc/development/testing_guide/frontend_testing.md</title>
<updated>2019-06-20T20:05:02+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-06-20T20:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eb12b071da9a877f51f536356e83dd2a67dbcb43'/>
<id>eb12b071da9a877f51f536356e83dd2a67dbcb43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to Jasmine context</title>
<updated>2019-06-20T16:22:52+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-06-20T16:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=266aae6c8324359b06680068ca87e4e90b568a3b'/>
<id>266aae6c8324359b06680068ca87e4e90b568a3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify that this.something is not available in Jest</title>
<updated>2019-06-20T08:35:42+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-06-20T08:35:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4b5d76438acf4bf403535ba6bf9efe996e353268'/>
<id>4b5d76438acf4bf403535ba6bf9efe996e353268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-markdown-graphql' into 'master'</title>
<updated>2019-06-20T08:02:34+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2019-06-20T08:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=376f2c2a141cd3eaf5252c7fc4113aefa5e9ab45'/>
<id>376f2c2a141cd3eaf5252c7fc4113aefa5e9ab45</id>
<content type='text'>
Render markdown in GraphQL

See merge request gitlab-org/gitlab-ce!29700</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Render markdown in GraphQL

See merge request gitlab-org/gitlab-ce!29700</pre>
</div>
</content>
</entry>
<entry>
<title>Render GFM html in GraphQL</title>
<updated>2019-06-20T08:02:33+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2019-06-20T08:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=406808583c2392a0b57f68f98b2418e9d23b23ab'/>
<id>406808583c2392a0b57f68f98b2418e9d23b23ab</id>
<content type='text'>
This adds a `markdown_field` to our types.

Using this helper will render a model's markdown field using the
existing `MarkupHelper` with the context of the GraphQL query
available to the helper.

Having the context available to the helper is needed for redacting
links to resources that the current user is not allowed to see.

Because rendering the HTML can cause queries, the complexity of a
these fields is raised by 5 above the default.

The markdown field helper can be used as follows:

      ```
      markdown_field :note_html, null: false
      ```

This would generate a field that will render the markdown field `note`
of the model. This could be overridden by adding the `method:`
argument. Passing a symbol for the method name:

      ```
      markdown_field :body_html, null: false, method: :note
      ```

It will have this description by default:

&gt; The GitLab Flavored Markdown rendering of `note`

This could be overridden by passing a `description:` argument.

The type of a `markdown_field` is always `GraphQL::STRING_TYPE`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a `markdown_field` to our types.

Using this helper will render a model's markdown field using the
existing `MarkupHelper` with the context of the GraphQL query
available to the helper.

Having the context available to the helper is needed for redacting
links to resources that the current user is not allowed to see.

Because rendering the HTML can cause queries, the complexity of a
these fields is raised by 5 above the default.

The markdown field helper can be used as follows:

      ```
      markdown_field :note_html, null: false
      ```

This would generate a field that will render the markdown field `note`
of the model. This could be overridden by adding the `method:`
argument. Passing a symbol for the method name:

      ```
      markdown_field :body_html, null: false, method: :note
      ```

It will have this description by default:

&gt; The GitLab Flavored Markdown rendering of `note`

This could be overridden by passing a `description:` argument.

The type of a `markdown_field` is always `GraphQL::STRING_TYPE`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/facivon-url-if-uploads-object-store-enabled' into 'master'</title>
<updated>2019-06-20T03:57:17+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-20T03:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=adeccba13676b831335e2f12f779f77602298b31'/>
<id>adeccba13676b831335e2f12f779f77602298b31</id>
<content type='text'>
fix(favicon): get favicon_path, so it works also with uploads object store

See merge request gitlab-org/gitlab-ce!29482</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(favicon): get favicon_path, so it works also with uploads object store

See merge request gitlab-org/gitlab-ce!29482</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'expose-saml-provider-id-to-users-api' into 'master'</title>
<updated>2019-06-19T20:27:35+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-19T20:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d05a806fed0a6ddcee91ff806b730aaca162444a'/>
<id>d05a806fed0a6ddcee91ff806b730aaca162444a</id>
<content type='text'>
Updating CE repo to include new EE users API changes

See merge request gitlab-org/gitlab-ce!29581</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating CE repo to include new EE users API changes

See merge request gitlab-org/gitlab-ce!29581</pre>
</div>
</content>
</entry>
<entry>
<title>Updating CE repo to include new EE users API changes</title>
<updated>2019-06-19T20:27:34+00:00</updated>
<author>
<name>Michael Leopard</name>
<email>mleopard@gitlab.com</email>
</author>
<published>2019-06-19T20:27:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8cf85b4bb50d0b116cb50699831f3ec049ae4ad4'/>
<id>8cf85b4bb50d0b116cb50699831f3ec049ae4ad4</id>
<content type='text'>
Updated users API documentation
Moved API level changes to the service level
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated users API documentation
Moved API level changes to the service level
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-gitaly-without-nfs' into 'master'</title>
<updated>2019-06-19T19:32:23+00:00</updated>
<author>
<name>Mike Lewis</name>
<email>mlewis@gitlab.com</email>
</author>
<published>2019-06-19T19:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4a5bda06900b2b623f7f9fcdce6b36cdcf73bc51'/>
<id>4a5bda06900b2b623f7f9fcdce6b36cdcf73bc51</id>
<content type='text'>
Update gitaly docs to enumerate how to eliminate NFS altogether

See merge request gitlab-org/gitlab-ce!29812</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update gitaly docs to enumerate how to eliminate NFS altogether

See merge request gitlab-org/gitlab-ce!29812</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-jobs-controller-index-n-1' into 'master'</title>
<updated>2019-06-19T19:26:38+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-19T19:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4ae75f21979d111f9836831646762edee29b93c5'/>
<id>4ae75f21979d111f9836831646762edee29b93c5</id>
<content type='text'>
Fix N+1 problem in `JobsController#index`

See merge request gitlab-org/gitlab-ce!29839</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix N+1 problem in `JobsController#index`

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