<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/api/notes.md, branch fix-migration</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>Changing badges to use parentheses not brackets</title>
<updated>2019-07-08T08:50:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T08:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2'/>
<id>73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2</id>
<content type='text'>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</pre>
</div>
</content>
</entry>
<entry>
<title>Port some EE API docs to CE</title>
<updated>2019-05-29T23:25:19+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-05-29T23:25:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=77eb61e89844f1a89d6039ffef1ba6fdf853f0b0'/>
<id>77eb61e89844f1a89d6039ffef1ba6fdf853f0b0</id>
<content type='text'>
The following EE files had small differences with their CE counterpart
so they have been ported to CE:

- doc/api/boards.md
- doc/api/discussions.md
- doc/api/notes.md
- doc/api/resource_label_events.md
- doc/api/services.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following EE files had small differences with their CE counterpart
so they have been ported to CE:

- doc/api/boards.md
- doc/api/discussions.md
- doc/api/notes.md
- doc/api/resource_label_events.md
- doc/api/services.md
</pre>
</div>
</content>
</entry>
<entry>
<title>Link to resource label events API</title>
<updated>2019-04-16T16:31:23+00:00</updated>
<author>
<name>Victor Wu</name>
<email>victor@gitlab.com</email>
</author>
<published>2019-04-16T16:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6063c0d98806bc2a7f3f12062c808e31bb1a89b2'/>
<id>6063c0d98806bc2a7f3f12062c808e31bb1a89b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pagination to notes and discussions docs</title>
<updated>2019-04-15T23:36:16+00:00</updated>
<author>
<name>James Ramsay</name>
<email>jramsay@gitlab.com</email>
</author>
<published>2019-04-15T23:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=09caaed40333b12a3cd86759fd094ee04fa9083b'/>
<id>09caaed40333b12a3cd86759fd094ee04fa9083b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace look-alike token with '&lt;your_access_token&gt;'</title>
<updated>2019-01-04T12:19:27+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-12-27T09:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e078d1a8acb4d40ebdc7e1570df6be42cd97e1f'/>
<id>0e078d1a8acb4d40ebdc7e1570df6be42cd97e1f</id>
<content type='text'>
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'&lt;your_access_token&gt;' in API docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'&lt;your_access_token&gt;' in API docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix param typo in notes.md</title>
<updated>2018-10-16T20:32:12+00:00</updated>
<author>
<name>Artur Pomadowski</name>
<email>artur.pomadowski@gmail.com</email>
</author>
<published>2018-10-16T20:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9628fafa2d8df0008fe62637bad5616a8ca47d22'/>
<id>9628fafa2d8df0008fe62637bad5616a8ca47d22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow date parameters on Issues and Notes API for group owners</title>
<updated>2018-08-22T11:16:48+00:00</updated>
<author>
<name>Florent Dubois</name>
<email>florent.dubois@devaddict.io</email>
</author>
<published>2017-12-06T11:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b63ed7cff664bc1ee0bf70912fffd4814f757079'/>
<id>b63ed7cff664bc1ee0bf70912fffd4814f757079</id>
<content type='text'>
- Allow `created_at` and `updated_at` parameters on Issues API
- Allow `created_at` on Issue Notes API

Closes gitlab-org/gitlab-ce#40059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Allow `created_at` and `updated_at` parameters on Issues API
- Allow `created_at` on Issue Notes API

Closes gitlab-org/gitlab-ce#40059
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "do not set updated_at when creating note"</title>
<updated>2018-07-12T09:26:09+00:00</updated>
<author>
<name>Kia Mei Somabes</name>
<email>kia@aelogica.com</email>
</author>
<published>2018-07-12T09:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=37af75a2e024bf35f09e6f014626019e960ad9b9'/>
<id>37af75a2e024bf35f09e6f014626019e960ad9b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge request and commit discussions API</title>
<updated>2018-05-01T12:39:44+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-05-01T12:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7a76caa5a8d2c6be9aa4b698a8919e223df973d3'/>
<id>7a76caa5a8d2c6be9aa4b698a8919e223df973d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add discussion API</title>
<updated>2018-03-07T11:27:50+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-02-28T07:48:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dcdfa04b322db3905f6871a6857e7055c556547f'/>
<id>dcdfa04b322db3905f6871a6857e7055c556547f</id>
<content type='text'>
* adds basic discussions API for issues and snippets
* reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* adds basic discussions API for issues and snippets
* reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
</pre>
</div>
</content>
</entry>
</feed>
