<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc, branch docs-update-needs-example</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>Update syntax of needs example</title>
<updated>2019-08-23T05:02:37+00:00</updated>
<author>
<name>Alexander Tanayno</name>
<email>atanayno@gitlab.com</email>
</author>
<published>2019-08-23T05:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=529564406378490786f8aafb040d03b60aafb998'/>
<id>529564406378490786f8aafb040d03b60aafb998</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose namespace storage statistics with GraphQL</title>
<updated>2019-08-22T22:08:28+00:00</updated>
<author>
<name>Alessio Caiazza</name>
<email>acaiazza@gitlab.com</email>
</author>
<published>2019-08-22T22:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=606a1d2d31aff69ddabe7e3794f61f3e778da3e8'/>
<id>606a1d2d31aff69ddabe7e3794f61f3e778da3e8</id>
<content type='text'>
Root namespaces have storage statistics.
This commit allows namespace owners to get those stats via GraphQL
queries like the following one

{
  namespace(fullPath: "a_namespace_path") {
    rootStorageStatistics {
      storageSize
      repositorySize
      lfsObjectsSize
      buildArtifactsSize
      packagesSize
      wikiSize
    }
  }
}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Root namespaces have storage statistics.
This commit allows namespace owners to get those stats via GraphQL
queries like the following one

{
  namespace(fullPath: "a_namespace_path") {
    rootStorageStatistics {
      storageSize
      repositorySize
      lfsObjectsSize
      buildArtifactsSize
      packagesSize
      wikiSize
    }
  }
}
</pre>
</div>
</content>
</entry>
<entry>
<title>Add core badges to admin_area docs</title>
<updated>2019-08-22T16:25:52+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-08-22T16:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=38890f3dee2d02a955b87ef6064ee3d6f499ac96'/>
<id>38890f3dee2d02a955b87ef6064ee3d6f499ac96</id>
<content type='text'>
Some admin_area docs were missing the Core Only badge
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some admin_area docs were missing the Core Only badge
</pre>
</div>
</content>
</entry>
<entry>
<title>Document Gitaly CLI connection troubleshooting</title>
<updated>2019-08-22T16:25:36+00:00</updated>
<author>
<name>Christiaan Conover</name>
<email>cconover@gitlab.com</email>
</author>
<published>2019-08-22T16:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=30db6e853c0d65b9086f3ba4ccd91a6cb9eb1b8f'/>
<id>30db6e853c0d65b9086f3ba4ccd91a6cb9eb1b8f</id>
<content type='text'>
Provide documentation around possible reasons and solutions to CLI tools
not being able to connect to Gitaly nodes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide documentation around possible reasons and solutions to CLI tools
not being able to connect to Gitaly nodes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ce-8631-archiving-a-project-should-create-an-audit-event' into 'master'</title>
<updated>2019-08-22T16:06:41+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-08-22T16:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fdd5177ac3d85bedb7b28f71942d220c9a3edff7'/>
<id>fdd5177ac3d85bedb7b28f71942d220c9a3edff7</id>
<content type='text'>
CE: Archiving a project should create an audit event

See merge request gitlab-org/gitlab-ce!32039</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE: Archiving a project should create an audit event

See merge request gitlab-org/gitlab-ce!32039</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ce-6878-add-epic-select-dropdown' into 'master'</title>
<updated>2019-08-22T16:01:04+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-08-22T16:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d852112776a5d000a138cd49ad039ff0a87028d5'/>
<id>d852112776a5d000a138cd49ad039ff0a87028d5</id>
<content type='text'>
Add `searchBy` helper &amp; `SidebarItemEpicsSelect` placeholder component

See merge request gitlab-org/gitlab-ce!31859</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `searchBy` helper &amp; `SidebarItemEpicsSelect` placeholder component

See merge request gitlab-org/gitlab-ce!31859</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ce-12873-support-restricting-group-access-by-multiple-ip-subnets' into 'master'</title>
<updated>2019-08-22T15:47:11+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-08-22T15:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=03bf3271c1a80db87a1a0bf23b6472f2d939861f'/>
<id>03bf3271c1a80db87a1a0bf23b6472f2d939861f</id>
<content type='text'>
CE Port: Support restricting group access by multiple IP subnets

See merge request gitlab-org/gitlab-ce!31959</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE Port: Support restricting group access by multiple IP subnets

See merge request gitlab-org/gitlab-ce!31959</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing content from debug's kubectl cheat sheet</title>
<updated>2019-08-22T15:09:10+00:00</updated>
<author>
<name>Harish Ramachandran</name>
<email>harish@gitlab.com</email>
</author>
<published>2019-08-22T15:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d405831be700c9b0d198d08fb6ade2ad6fd24ae'/>
<id>3d405831be700c9b0d198d08fb6ade2ad6fd24ae</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 'add_links_to_latest_pipelines' into 'master'</title>
<updated>2019-08-22T14:49:37+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-08-22T14:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=49e3e0429688aab38eca6214e18e9e4c5c5cc6a5'/>
<id>49e3e0429688aab38eca6214e18e9e4c5c5cc6a5</id>
<content type='text'>
Issue #39099: Add links for latest pipelines

Closes #50499

See merge request gitlab-org/gitlab-ce!20865</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #39099: Add links for latest pipelines

Closes #50499

See merge request gitlab-org/gitlab-ce!20865</pre>
</div>
</content>
</entry>
<entry>
<title>Make it clear that the artifacts count as uncompressed</title>
<updated>2019-08-22T14:45:53+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-08-22T14:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e059b90480671d1577147b47734fa1c4c783cbf3'/>
<id>e059b90480671d1577147b47734fa1c4c783cbf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
