Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c67008ea
Commit
c67008ea
authored
Aug 18, 2021
by
Nourdin el Bacha
Committed by
Nick Gaskill
Aug 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Communicate the state of NPM Dependency Proxy
parent
db6f31dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
doc/user/packages/dependency_proxy/index.md
doc/user/packages/dependency_proxy/index.md
+4
-0
doc/user/packages/npm_registry/index.md
doc/user/packages/npm_registry/index.md
+5
-0
No files found.
doc/user/packages/dependency_proxy/index.md
View file @
c67008ea
...
...
@@ -250,6 +250,10 @@ hub_docker_quota_check:
TOKEN=$(curl "https://auth.docker.io/token?service=registry.docker.io&scope=repository:ratelimitpreview/test:pull" | jq --raw-output .token) && curl --head --header "Authorization: Bearer $TOKEN" "https://registry-1.docker.io/v2/ratelimitpreview/test/manifests/latest" 2>&1
```
## Use the NPM Dependency Proxy for NPM packages
For information on this, see
[
Dependency Proxy
](
../npm_registry/#dependency-proxy
)
.
## Troubleshooting
### Dependency Proxy Connection Failure
...
...
doc/user/packages/npm_registry/index.md
View file @
c67008ea
...
...
@@ -601,3 +601,8 @@ The GitLab npm repository supports the following commands for the npm CLI (`npm`
-
`npm view`
: Show package metadata.
-
`yarn add`
: Install an npm package.
-
`yarn update`
: Update your dependencies.
## Dependency Proxy
The NPM Dependency Proxy for NPM packages isn't available. For more information, see
[
this epic
](
https://gitlab.com/groups/gitlab-org/-/epics/3608
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment