<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch docs/add-note-git-clone-path</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'bvl-comments-graphql' into 'master'</title>
<updated>2019-06-14T19:41:38+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-06-14T19:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad722a4e1f588382f5c5c1848c0502864993c7e7'/>
<id>ad722a4e1f588382f5c5c1848c0502864993c7e7</id>
<content type='text'>
Expose comments on Noteables in GraphQL

Closes #62825

See merge request gitlab-org/gitlab-ce!29212</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose comments on Noteables in GraphQL

Closes #62825

See merge request gitlab-org/gitlab-ce!29212</pre>
</div>
</content>
</entry>
<entry>
<title>Specify a dropdown name for dashboards</title>
<updated>2019-06-14T15:55:08+00:00</updated>
<author>
<name>Sarah Yasonik</name>
<email>syasonik@gitlab.com</email>
</author>
<published>2019-06-14T15:55:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1b7464ed84c3cf86d72b456f1c5220abdd01825a'/>
<id>1b7464ed84c3cf86d72b456f1c5220abdd01825a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose comments on Noteables in GraphQL</title>
<updated>2019-06-14T10:36:27+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2019-06-07T17:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b6ff5f1e141162e701c33647aae5015e5d42cc11'/>
<id>b6ff5f1e141162e701c33647aae5015e5d42cc11</id>
<content type='text'>
This exposes `Note`s on Issues &amp; MergeRequests using a
`Types::Notes::NoteableType` in GraphQL.

Exposing notes on a new type can be done by implementing the
`NoteableType` interface on the type. The presented object should
be a `Noteable`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This exposes `Note`s on Issues &amp; MergeRequests using a
`Types::Notes::NoteableType` in GraphQL.

Exposing notes on a new type can be done by implementing the
`NoteableType` interface on the type. The presented object should
be a `Noteable`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic support for AsciiDoc include directive</title>
<updated>2019-06-14T07:53:08+00:00</updated>
<author>
<name>Guillaume Grossetie</name>
<email>g.grossetie@gmail.com</email>
</author>
<published>2019-06-14T07:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3f5d7c7e1c9a8b5ba53996e8a8f2f4881929b2ea'/>
<id>3f5d7c7e1c9a8b5ba53996e8a8f2f4881929b2ea</id>
<content type='text'>
See http://asciidoctor.org/docs/user-manual/#include-directive
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See http://asciidoctor.org/docs/user-manual/#include-directive
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitea_import_ignore_pull_request_comments' into 'master'</title>
<updated>2019-06-14T07:06:32+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-06-14T07:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=286a593849d1ee1b9908fd924d8272a5e03375df'/>
<id>286a593849d1ee1b9908fd924d8272a5e03375df</id>
<content type='text'>
Don't import pull request comments from Gitea repos

Closes #63071

See merge request gitlab-org/gitlab-ce!29521</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't import pull request comments from Gitea repos

Closes #63071

See merge request gitlab-org/gitlab-ce!29521</pre>
</div>
</content>
</entry>
<entry>
<title>AutoDevops fix ensure_namespace() does not explicitly test namespace</title>
<updated>2019-06-13T22:09:28+00:00</updated>
<author>
<name>Jack Lei</name>
<email>jacklei1589@gmail.com</email>
</author>
<published>2019-06-13T22:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b75ef09d2fc48d764d26515441de2b3d0a78190'/>
<id>0b75ef09d2fc48d764d26515441de2b3d0a78190</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor for cleaner caching in dashboards</title>
<updated>2019-06-13T16:45:36+00:00</updated>
<author>
<name>Sarah Yasonik</name>
<email>syasonik@gitlab.com</email>
</author>
<published>2019-06-13T16:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=15c8d29bd65164727893fbad9b0be0494ee06a8c'/>
<id>15c8d29bd65164727893fbad9b0be0494ee06a8c</id>
<content type='text'>
Opts to cache a full list of cached dashboards
to better manage removing items from the cache.
This also allows dashboards to be stored in the
cache that don't necessarily correspond to a
single dashboard yml.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Opts to cache a full list of cached dashboards
to better manage removing items from the cache.
This also allows dashboards to be stored in the
cache that don't necessarily correspond to a
single dashboard yml.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable CI variable complex expressions by default</title>
<updated>2019-06-13T13:29:41+00:00</updated>
<author>
<name>drew cimino</name>
<email>dcimino@gitlab.com</email>
</author>
<published>2019-06-12T22:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cbb05dcad9a26446549994cb295d6cd0d85a33c2'/>
<id>cbb05dcad9a26446549994cb295d6cd0d85a33c2</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 'ce-12091-remove-elasticsearch-lite-project' into 'master'</title>
<updated>2019-06-13T12:21:51+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-06-13T12:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0a70ba177e4589733659dd5af85402d0a3081026'/>
<id>0a70ba177e4589733659dd5af85402d0a3081026</id>
<content type='text'>
Backport changes from 'Partially revert d9cb907c: "Avoid loading objects from DB in ES results"'

See merge request gitlab-org/gitlab-ce!29597</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport changes from 'Partially revert d9cb907c: "Avoid loading objects from DB in ES results"'

See merge request gitlab-org/gitlab-ce!29597</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-missing-env-vars-to-sast-docker' into 'master'</title>
<updated>2019-06-13T10:37:07+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2019-06-13T10:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4eb63d82d923bf884a1758536b2b8930bb9896b0'/>
<id>4eb63d82d923bf884a1758536b2b8930bb9896b0</id>
<content type='text'>
Bring propagated SAST ENV vars into parity with docs

See merge request gitlab-org/gitlab-ce!29564</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bring propagated SAST ENV vars into parity with docs

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