-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm packages: set repository link based on the url in package.json #20379
Merged
jolheiser
merged 13 commits into
go-gitea:main
from
Mai-Lapyst:npm-automatic-repositoryLink
Mar 28, 2023
Merged
npm packages: set repository link based on the url in package.json #20379
jolheiser
merged 13 commits into
go-gitea:main
from
Mai-Lapyst:npm-automatic-repositoryLink
Mar 28, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wxiaoguang
changed the title
npm packages: automatically set repository link for package based on …
npm packages: set repository link based on the url in package.json
Jul 15, 2022
silverwind
reviewed
Jul 15, 2022
GiteaBot
added
the
lgtm/need 2
This PR needs two approvals by maintainers to be considered for merging.
label
Jul 15, 2022
Gusted
reviewed
Jul 18, 2022
KN4CK3R
reviewed
Jul 18, 2022
KN4CK3R
reviewed
Jul 20, 2022
Gusted
reviewed
Jul 20, 2022
Mai-Lapyst
requested review from
KN4CK3R and
Gusted
and removed request for
KN4CK3R
September 5, 2022 10:22
I think people were just waiting for the comments to resolve. Are they? |
They are resolved from my understanding; just wanted to give the commentors some time to look through it and mark it themselves. My bad. Have marked all as resolved. |
silverwind
reviewed
Sep 5, 2022
silverwind
reviewed
Sep 5, 2022
silverwind
reviewed
Sep 5, 2022
silverwind
reviewed
Sep 5, 2022
silverwind
approved these changes
Sep 5, 2022
GiteaBot
added
lgtm/need 1
This PR needs approval from one additional maintainer to be merged.
and removed
lgtm/need 2
This PR needs two approvals by maintainers to be considered for merging.
labels
Sep 5, 2022
KN4CK3R
reviewed
Sep 10, 2022
lunny
reviewed
Sep 13, 2022
lunny
reviewed
Sep 13, 2022
…the repository url present inside package.json; closes go-gitea#20146
… setting npm-package repo-link
…to avoid confusion
…n into a toplevel one
…default return for getRepositoryURLPathSegments()
…metadata if the type isn't git
Mai-Lapyst
force-pushed
the
npm-automatic-repositoryLink
branch
from
March 28, 2023 09:43
8f17b52
to
bf25dc2
Compare
Rebased onto main |
Mai-Lapyst
requested review from
lunny and
Gusted
and removed request for
Gusted and
lunny
March 28, 2023 09:44
lunny
approved these changes
Mar 28, 2023
GiteaBot
added
lgtm/done
This PR has enough approvals to get merged. There are no important open reservations anymore.
and removed
lgtm/need 1
This PR needs approval from one additional maintainer to be merged.
labels
Mar 28, 2023
lunny
added
the
reviewed/wait-merge
This pull request is part of the merge queue. It will be merged soon.
label
Mar 28, 2023
🎺 🤖 |
jolheiser
removed
the
reviewed/wait-merge
This pull request is part of the merge queue. It will be merged soon.
label
Mar 28, 2023
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Mar 29, 2023
* upstream/main: Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (go-gitea#23687) Add CSS rules for basic colored labels (go-gitea#23774) Add meilisearch support (go-gitea#23136) Add missing translation for `actions.runners.reset_registration_token_success` (go-gitea#23732) [skip ci] Updated translations via Crowdin Implement Issue Config (go-gitea#20956) Set repository link based on the url in package.json for npm packages (go-gitea#20379) Add API to manage issue dependencies (go-gitea#17935) Add creation time in tag list page (go-gitea#23693) Make minio package support legacy MD5 checksum (go-gitea#23768) Yarden Shoham has a new email address (go-gitea#23767) fix br display for packages curls (go-gitea#23737)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
lgtm/done
This PR has enough approvals to get merged. There are no important open reservations anymore.
topic/packages
type/enhancement
An improvement of existing functionality
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
automatically set repository link for package based on the repository url present inside package.json
closes #20146