<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/api/users.md, branch resolve-scripts-differences</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Add a note about private_profile changes in 12.1</title>
<updated>2019-07-19T09:53:19+00:00</updated>
<author>
<name>Adam Hegyi</name>
<email>ahegyi@gitlab.com</email>
</author>
<published>2019-07-19T09:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1bc5a3e4bdb2198c10fcc292b787c12bb479c6fa'/>
<id>1bc5a3e4bdb2198c10fcc292b787c12bb479c6fa</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 '12800-read-and-write-user-admin-notes-via-api-ce' into 'master'</title>
<updated>2019-07-16T22:13:26+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-16T22:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0400dc7c01ab53cdc286d639b50e1ce98a9beaf'/>
<id>f0400dc7c01ab53cdc286d639b50e1ce98a9beaf</id>
<content type='text'>
CE Backport: Read and write User "Admin notes" via API

See merge request gitlab-org/gitlab-ce!30775</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE Backport: Read and write User "Admin notes" via API

See merge request gitlab-org/gitlab-ce!30775</pre>
</div>
</content>
</entry>
<entry>
<title>CE: Read and write User "Admin notes" via API</title>
<updated>2019-07-16T19:41:10+00:00</updated>
<author>
<name>manojmj</name>
<email>mmj@gitlab.com</email>
</author>
<published>2019-07-16T09:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ce40c12849c8977e285962f8752cd78ac64c92ea'/>
<id>ce40c12849c8977e285962f8752cd78ac64c92ea</id>
<content type='text'>
This change adds the ability to read and
write admin notes for a user via the
USER API
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds the ability to read and
write admin notes for a user via the
USER API
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate null values for users.private_profile</title>
<updated>2019-07-15T21:07:54+00:00</updated>
<author>
<name>Adam Hegyi</name>
<email>ahegyi@gitlab.com</email>
</author>
<published>2019-07-15T21:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4959d8fd4967e5769c8c81bf37e18ea13f607e2b'/>
<id>4959d8fd4967e5769c8c81bf37e18ea13f607e2b</id>
<content type='text'>
- Background migration for changing null values to false
- Set false as default value for private_profile DB column
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Background migration for changing null values to false
- Set false as default value for private_profile DB column
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace in docs</title>
<updated>2019-07-12T08:15:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-12T08:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=143872fa52dfc37396e2ede946f1fe7fa9a8d20c'/>
<id>143872fa52dfc37396e2ede946f1fe7fa9a8d20c</id>
<content type='text'>
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates on success of an MR the count on top and in other tabs</title>
<updated>2019-07-09T08:44:19+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2019-07-09T08:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b9e52612feb4956f0b3cc26af0f98810e67a5287'/>
<id>b9e52612feb4956f0b3cc26af0f98810e67a5287</id>
<content type='text'>
New API endpoint for merge request count
Updates all open tabs at the same time with one call
Restructured API response

API response changed to 401 if no current_user

Added API + JS specs

Fix for Static Check

Updated Count on Open/Close, Assign/Unassign of MR's

Checking if MR Count is refreshed

Added # frozen_string_literal: true to spec

Added Changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New API endpoint for merge request count
Updates all open tabs at the same time with one call
Restructured API response

API response changed to 401 if no current_user

Added API + JS specs

Fix for Static Check

Updated Count on Open/Close, Assign/Unassign of MR's

Checking if MR Count is refreshed

Added # frozen_string_literal: true to spec

Added Changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Add missing backtick fence to code block</title>
<updated>2019-07-09T07:16:55+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-09T07:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e83519bb7cceb1979946e11f38ebcfe4fe8c6794'/>
<id>e83519bb7cceb1979946e11f38ebcfe4fe8c6794</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://trove.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>Clean up EE api docs that were merged to CE</title>
<updated>2019-07-04T08:22:41+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-04T08:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8ac2c3ef434db3b6437811b7a198a086cd155a38'/>
<id>8ac2c3ef434db3b6437811b7a198a086cd155a38</id>
<content type='text'>
Many small fixes to api docs which were merged from EE to CE,
and tables cleaned up, as noted in issue
https://gitlab.com/gitlab-org/gitlab-ce/issues/64072
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many small fixes to api docs which were merged from EE to CE,
and tables cleaned up, as noted in issue
https://gitlab.com/gitlab-org/gitlab-ce/issues/64072
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-align CE and EE API docs</title>
<updated>2019-07-03T10:48:42+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-07-03T10:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9671ca19de430e49b6cb2a51d2405c640dfddd16'/>
<id>9671ca19de430e49b6cb2a51d2405c640dfddd16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
