Commit d057ef66 authored by Tim Rizzi's avatar Tim Rizzi Committed by Nick Gaskill

Run prettier and regenerate POT file

- pot
- source file
parent a8e64e16
......@@ -590,7 +590,9 @@ export default {
:help-path="packagesHelpPath"
:label="$options.i18n.packagesLabel"
:help-text="
s__('ProjectSettings|Every project can have its own space to store its packages.')
s__(
'ProjectSettings|Every project can have its own space to store its packages. Note: The Package Registry is always visible when a project is public.',
)
"
>
<gl-toggle
......
......@@ -114,6 +114,26 @@ You can also remove the Package Registry for your project specifically:
The **Packages & Registries > Package Registry** entry is removed from the sidebar.
## Package Registry visibility permissions
[Project-level permissions](../../permissions.md)
determine actions such as downloading, pushing, or deleting packages.
The visibility of the Package Registry is independent of the repository and can't be controlled from
your project's settings. For example, if you have a public project and set the repository visibility
to **Only Project Members**, the Package Registry is then public. However, disabling the Package
Registry disables all Package Registry operations.
[GitLab-#329253](https://gitlab.com/gitlab-org/gitlab/-/issues/329253)
proposes adding the ability to control Package Registry visibility from the UI.
| | | Anonymous<br/>(everyone on internet) | Guest | Reporter, Developer, Maintainer, Owner |
| -------------------- | --------------------- | --------- | ----- | ------------------------------------------ |
| Public project with Package Registry enabled | View Package Registry <br/> and pull packages | Yes | Yes | Yes |
| Internal project with Package Registry enabled | View Package Registry <br/> and pull packages | No | Yes | Yes |
| Private project with Package Registry enabled | View Package Registry <br/> and pull packages | No | No | Yes |
| Any project with Package Registry disabled | All operations on Package Registry | No | No | No |
## Supported package managers
WARNING:
......
......@@ -29164,7 +29164,7 @@ msgstr ""
msgid "ProjectSettings|Every project can have its own space to store its Docker images"
msgstr ""
msgid "ProjectSettings|Every project can have its own space to store its packages."
msgid "ProjectSettings|Every project can have its own space to store its packages. Note: The Package Registry is always visible when a project is public."
msgstr ""
msgid "ProjectSettings|Everyone"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment