diff options
author | Wayne Starr <Racer159@users.noreply.github.com> | 2022-10-24 08:50:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 21:50:22 +0800 |
commit | 49a4464160254604d2c42b760a901952d8bc3c8b (patch) | |
tree | f0367db2ec870b273cb4f6f1fc7c7e93291cc52a /modules/graceful | |
parent | 0218fa7cf1a7fe1b54835642165243f10b1324d9 (diff) | |
download | gitea-49a4464160254604d2c42b760a901952d8bc3c8b.tar.gz gitea-49a4464160254604d2c42b760a901952d8bc3c8b.zip |
Allow for resolution of NPM registry paths that match upstream (#21568)
This PR fixes issue #21567 allowing for package tarball URLs to match
the upstream registry (and GitLab/JFrog Artifactory URLs). It uses a
regex to parse the filename (which contains the NPM version) and does a
fuzzy search to pull it out. The regex was built/expanded from
http://json.schemastore.org/package,
https://github.com/Masterminds/semver, and
https://docs.npmjs.com/cli/v6/using-npm/semver and is testable here:
https://regex101.com/r/OydBJq/5
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'modules/graceful')
0 files changed, 0 insertions, 0 deletions