-
Notifications
You must be signed in to change notification settings - Fork 674
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
Give NPM registry option for downloading node tools #2208
Merged
Merged
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
github-actions
bot
added
documentation
Improvements or additions to documentation
tool:build
labels
Jan 19, 2024
epugh
approved these changes
Jan 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
gerlowskija
approved these changes
Jan 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - good catch.
HoustonPutman
added a commit
that referenced
this pull request
Jan 19, 2024
(cherry picked from commit a5337ee)
HoustonPutman
added a commit
that referenced
this pull request
Jan 20, 2024
HoustonPutman
added a commit
that referenced
this pull request
Jan 20, 2024
(cherry picked from commit 97192c9)
HoustonPutman
added a commit
that referenced
this pull request
Jan 22, 2024
HoustonPutman
added a commit
that referenced
this pull request
Jan 22, 2024
(cherry picked from commit c2af5fa)
HoustonPutman
added a commit
that referenced
this pull request
Jan 22, 2024
(cherry picked from commit c2af5fa)
HoustonPutman
added a commit
that referenced
this pull request
Jan 22, 2024
- Upgrade node to most recent minor version (16.20.2) - Set environment variable for registry on all NPM and NPX tasks
HoustonPutman
added a commit
that referenced
this pull request
Jan 22, 2024
- Upgrade node to most recent minor version (16.20.2) - Set environment variable for registry on all NPM and NPX tasks (cherry picked from commit 909de37)
HoustonPutman
added a commit
that referenced
this pull request
Jan 22, 2024
- Upgrade node to most recent minor version (16.20.2) - Set environment variable for registry on all NPM and NPX tasks (cherry picked from commit 909de37)
freedev
added a commit
to freedev/solr
that referenced
this pull request
Jan 26, 2024
* main: (27 commits) Update protected-branches to include branch_9_5 (apache#2211) SOLR-16397: Tweak v2 'REQUESTSTATUS' API to be more REST-ful (apache#2144) SOLR-17120: handle null value when merging partials (apache#2214) SOLR-17119: Fix exception swallowing in /cluster/plugins (apache#2202) SOLR-15960 Cut over System.getProperty() to EnvUtils for modules (apache#2193) Final fix for node problems (apache#2208) SOLR-16397: Fix warning in merge-indices docs Fix nodeSetup, use node distBaseUrl instead of registry (apache#2208) Add next minor version 9.6.0 SOLR-17089: Upgrade Jersey to 3.1.5 (apache#2178) solr-ref-guide: fix typo in result-clustering.adoc (apache#2210) SOLR-17074: Fixed not correctly escaped quote in bin/solr script (apache#2200) SOLR-15960: Rename getProp as getProperty (apache#2194) Add npmRegistry for nodeSetup as well (apache#2208) Give NPM registry option for downloading node tools (apache#2208) SOLR-17116: Fix INSTALLSHARDDATA async reporting (apache#2188) SOLR-17066: Replace 'data store' term in code and docs (apache#2201) SOLR-17121: Fix SchemaCodecFactory to get PostingsFormat and DocValues from field. (apache#2206) Sync CHANGES for 9.4.1 Add bugfix version 9.4.1 ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I also added some docs to the local Settings help.