<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/changelogs/unreleased, branch docs/https-many-docs-links</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 '57813-merge-request-tabs-do-not-handle-ctrl-click-correctly' into 'master'</title>
<updated>2019-06-14T21:54:28+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-06-14T21:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d7e3fcf1c62089716856e345e2a1b10b61b12c0c'/>
<id>d7e3fcf1c62089716856e345e2a1b10b61b12c0c</id>
<content type='text'>
Resolve "Merge request tabs do not handle ctrl+click correctly"

Closes #57813

See merge request gitlab-org/gitlab-ce!29506</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Merge request tabs do not handle ctrl+click correctly"

Closes #57813

See merge request gitlab-org/gitlab-ce!29506</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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>Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 62966-embed-zoom-call-in-issue-mvc</title>
<updated>2019-06-14T14:53:34+00:00</updated>
<author>
<name>Simon Knox</name>
<email>psimyn@gmail.com</email>
</author>
<published>2019-06-14T14:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dfc2d02cc6f848b65849525b6213574714855040'/>
<id>dfc2d02cc6f848b65849525b6213574714855040</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Join meeting button to Issues with Zoom links</title>
<updated>2019-06-14T13:57:05+00:00</updated>
<author>
<name>Simon Knox</name>
<email>psimyn@gmail.com</email>
</author>
<published>2019-06-11T04:15:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=14f27102b696672f02b5d1b2ab45688b711f4024'/>
<id>14f27102b696672f02b5d1b2ab45688b711f4024</id>
<content type='text'>
Detect links containing zoom.us followed by j, s, or my
Add link below Issue title that links to Zoom meeting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detect links containing zoom.us followed by j, s, or my
Add link below Issue title that links to Zoom meeting
</pre>
</div>
</content>
</entry>
<entry>
<title>Added diff suggestion popover</title>
<updated>2019-06-14T13:01:24+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-06-14T13:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d2fd6bd51036be836c2c793e2bd7a503c7ad9030'/>
<id>d2fd6bd51036be836c2c793e2bd7a503c7ad9030</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
</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://git.baserock.org/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>Fix missing deployment rockets in monitor dashboard</title>
<updated>2019-06-14T07:59:42+00:00</updated>
<author>
<name>Dhiraj Bodicherla</name>
<email>dhiraj@gitlab.com</email>
</author>
<published>2019-06-14T07:59:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3179564f74b04c269577427e7521bf7d373cb342'/>
<id>3179564f74b04c269577427e7521bf7d373cb342</id>
<content type='text'>
Fixed inconsistencies in variable names for deployment
endpoints for monitoring dashboard which causes
deployment rocket icons to disappear
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed inconsistencies in variable names for deployment
endpoints for monitoring dashboard which causes
deployment rocket icons to disappear
</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://git.baserock.org/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 'fix-flyout-navs' into 'master'</title>
<updated>2019-06-14T07:47:07+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-06-14T07:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cd300323c8cc6744c46ef3f732c412226615abbf'/>
<id>cd300323c8cc6744c46ef3f732c412226615abbf</id>
<content type='text'>
Fix sidebar flyout navigation

See merge request gitlab-org/gitlab-ce!29571</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix sidebar flyout navigation

See merge request gitlab-org/gitlab-ce!29571</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue-62684' into 'master'</title>
<updated>2019-06-14T06:50:59+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-06-14T06:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=56c365bde8da581d2a3a8973bc60ed1b8f0e502e'/>
<id>56c365bde8da581d2a3a8973bc60ed1b8f0e502e</id>
<content type='text'>
Issue 62684

See merge request gitlab-org/gitlab-ce!29430</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue 62684

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