diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-07 21:17:37 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-07 21:17:37 +0000 |
| commit | f0b862a98200720a23fe3ed2807f4bb911f30d6d (patch) | |
| tree | 0a974ff74e5871aad64bae55f0e1fb9c77129f67 /doc/api/packages | |
| parent | 8bac8f55ba93bb03f7391b939dc6644e67fe5216 (diff) | |
| download | gitlab-ce-f0b862a98200720a23fe3ed2807f4bb911f30d6d.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/packages')
| -rw-r--r-- | doc/api/packages/maven.md | 8 | ||||
| -rw-r--r-- | doc/api/packages/npm.md | 6 | ||||
| -rw-r--r-- | doc/api/packages/pypi.md | 2 |
3 files changed, 0 insertions, 16 deletions
diff --git a/doc/api/packages/maven.md b/doc/api/packages/maven.md index b046b0dc411..27bc4da07a1 100644 --- a/doc/api/packages/maven.md +++ b/doc/api/packages/maven.md @@ -22,8 +22,6 @@ for details on which headers and token types are supported. ## Download a package file at the instance-level -> Introduced in GitLab 11.6. - Download a Maven package file: ```plaintext @@ -49,8 +47,6 @@ This writes the downloaded file to `mypkg-1.0-SNAPSHOT.jar` in the current direc ## Download a package file at the group-level -> Introduced in GitLab 11.7. - Download a Maven package file: ```plaintext @@ -76,8 +72,6 @@ This writes the downloaded file to `mypkg-1.0-SNAPSHOT.jar` in the current direc ## Download a package file at the project-level -> Introduced in GitLab 11.3. - Download a Maven package file: ```plaintext @@ -103,8 +97,6 @@ This writes the downloaded file to `mypkg-1.0-SNAPSHOT.jar` in the current direc ## Upload a package file -> Introduced in GitLab 11.3. - Upload a Maven package file: ```plaintext diff --git a/doc/api/packages/npm.md b/doc/api/packages/npm.md index 24ac1a640c9..846271015cc 100644 --- a/doc/api/packages/npm.md +++ b/doc/api/packages/npm.md @@ -22,8 +22,6 @@ for details on which headers and token types are supported. ## Download a package -> Introduced in GitLab 11.8. - Downloads the npm package. This URL is provided by the [metadata endpoint](#metadata). ```plaintext @@ -50,8 +48,6 @@ This writes the downloaded file to `@myscope/my-pkg-0.0.1.tgz` in the current di ## Upload a package file -> Introduced in GitLab 11.8. - Upload a package. ```plaintext @@ -153,8 +149,6 @@ The examples in this document all use the project-level prefix. ## Metadata -> Introduced in GitLab 11.8. - Returns the metadata for a given package. ```plaintext diff --git a/doc/api/packages/pypi.md b/doc/api/packages/pypi.md index a1c96d03297..592b976da59 100644 --- a/doc/api/packages/pypi.md +++ b/doc/api/packages/pypi.md @@ -166,8 +166,6 @@ This writes the downloaded file to `simple.html` in the current directory. ## Upload a package -> Introduced in GitLab 11.3. - Upload a PyPI package: ```plaintext |
