<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/administration, branch top_level_clusters_controller</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>Fix open-ended params for api_json.log</title>
<updated>2018-10-29T13:44:09+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2018-10-29T13:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9a25cfc80b21b8f0d43309c0c3f3fe674a6c1e7f'/>
<id>9a25cfc80b21b8f0d43309c0c3f3fe674a6c1e7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adds warning against Postgres across NFS</title>
<updated>2018-10-29T12:32:55+00:00</updated>
<author>
<name>Lyle Kozloff</name>
<email>lkozloff@gitlab.com</email>
</author>
<published>2018-10-29T12:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d5b93ba08ad7842b02f2e44360a66b8846a5280c'/>
<id>d5b93ba08ad7842b02f2e44360a66b8846a5280c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update links to external sites</title>
<updated>2018-10-24T11:50:00+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>ravlen@gmail.com</email>
</author>
<published>2018-10-24T11:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3fabd86033f12829b817e1d430ea1cdb29ca473'/>
<id>f3fabd86033f12829b817e1d430ea1cdb29ca473</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add administrator documentation for Pages access control</title>
<updated>2018-10-23T15:12:50+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-10-05T13:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b78aaf1cf97631ed76ed984da9d274789b8408a'/>
<id>5b78aaf1cf97631ed76ed984da9d274789b8408a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for JSON logging for audit events</title>
<updated>2018-10-18T22:59:12+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-10-18T19:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=143d0e26664e85be9382d1b1f8e99ead96e5d642'/>
<id>143d0e26664e85be9382d1b1f8e99ead96e5d642</id>
<content type='text'>
This will add audit_json.log that writes one line per audit event. For
example:

{
       "severity":"INFO",
       "time":"2018-10-17T17:38:22.523Z",
       "author_id":3,
       "entity_id":2,
       "entity_type":"Project",
       "change":"visibility",
       "from":"Private",
       "to":"Public",
       "author_name":"John Doe4",
       "target_id":2,
       "target_type":"Project",
       "target_details":"namespace2/project2"
}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will add audit_json.log that writes one line per audit event. For
example:

{
       "severity":"INFO",
       "time":"2018-10-17T17:38:22.523Z",
       "author_id":3,
       "entity_id":2,
       "entity_type":"Project",
       "change":"visibility",
       "from":"Private",
       "to":"Public",
       "author_name":"John Doe4",
       "target_id":2,
       "target_type":"Project",
       "target_details":"namespace2/project2"
}
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-repocheck-doc-heading-link' into 'master'</title>
<updated>2018-10-18T17:46:13+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-10-18T17:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5992168087ac1da42ac5c3add96db914eb8f2d16'/>
<id>5992168087ac1da42ac5c3add96db914eb8f2d16</id>
<content type='text'>
repository check doc: fix a broken link

See merge request gitlab-org/gitlab-ce!22444</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
repository check doc: fix a broken link

See merge request gitlab-org/gitlab-ce!22444</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jarv/update-docs' into 'master'</title>
<updated>2018-10-18T17:09:37+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-10-18T17:09:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=41433157c028f5bcb5ac9e3911d9a26defea9801'/>
<id>41433157c028f5bcb5ac9e3911d9a26defea9801</id>
<content type='text'>
Remove beta status on hashed storage and reference to production readiness review.

See merge request gitlab-org/gitlab-ce!22457</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove beta status on hashed storage and reference to production readiness review.

See merge request gitlab-org/gitlab-ce!22457</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs/remove-link-to-self' into 'master'</title>
<updated>2018-10-18T14:39:08+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-10-18T14:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c4d5d8cb64b52a1cdbc3861478e5b30a1e7199f4'/>
<id>c4d5d8cb64b52a1cdbc3861478e5b30a1e7199f4</id>
<content type='text'>
Remove broken link

See merge request gitlab-org/gitlab-ce!22284</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove broken link

See merge request gitlab-org/gitlab-ce!22284</pre>
</div>
</content>
</entry>
<entry>
<title>Update repository_storage_types.md</title>
<updated>2018-10-18T12:56:43+00:00</updated>
<author>
<name>John Jarvis</name>
<email>jarv@gitlab.com</email>
</author>
<published>2018-10-18T12:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74e8e9554ee9185e5aeb02130526376d39e28c6e'/>
<id>74e8e9554ee9185e5aeb02130526376d39e28c6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>repository check doc: fix a broken link</title>
<updated>2018-10-18T08:03:38+00:00</updated>
<author>
<name>Ævar Arnfjörð Bjarmason</name>
<email>avarab@gmail.com</email>
</author>
<published>2018-10-18T08:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a9c0d688f2f7fcf6481e9ddd42497d54d1962cec'/>
<id>a9c0d688f2f7fcf6481e9ddd42497d54d1962cec</id>
<content type='text'>
The link to the repocheck.log section of the logs documentation was
added in 7d9191eeff9 ("Small documentation reformatting and updates",
2018-04-23), but seemingly never worked. The markdown formatter turns
"." into "-" in headings.

See
https://docs.gitlab.com/ee/administration/repository_checks.html#what-to-do-if-a-check-failed
which has a broken link to
https://docs.gitlab.com/ee/administration/logs.html#repocheck.log
linking to
https://docs.gitlab.com/ee/administration/logs.html#repocheck-log
instead (just change "." to "-") fixes it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The link to the repocheck.log section of the logs documentation was
added in 7d9191eeff9 ("Small documentation reformatting and updates",
2018-04-23), but seemingly never worked. The markdown formatter turns
"." into "-" in headings.

See
https://docs.gitlab.com/ee/administration/repository_checks.html#what-to-do-if-a-check-failed
which has a broken link to
https://docs.gitlab.com/ee/administration/logs.html#repocheck.log
linking to
https://docs.gitlab.com/ee/administration/logs.html#repocheck-log
instead (just change "." to "-") fixes it.
</pre>
</div>
</content>
</entry>
</feed>
