-
Notifications
You must be signed in to change notification settings - Fork 914
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
[Backport 2.x] [Windows] Facilitate building of OSD and plugins #2647
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
AMoo-Miki
force-pushed
the
2.x-windows
branch
2 times, most recently
from
October 21, 2022 21:33
e7a7f87
to
8e8fc00
Compare
Codecov Report
@@ Coverage Diff @@
## 2.x #2647 +/- ##
==========================================
- Coverage 66.78% 66.76% -0.03%
==========================================
Files 3206 3206
Lines 61112 61137 +25
Branches 9306 9319 +13
==========================================
+ Hits 40815 40819 +4
- Misses 18066 18084 +18
- Partials 2231 2234 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
kristenTian
previously approved these changes
Oct 21, 2022
AMoo-Miki
force-pushed
the
2.x-windows
branch
from
October 21, 2022 21:46
8e8fc00
to
d27d269
Compare
Signed-off-by: Miki <[email protected]>
AMoo-Miki
force-pushed
the
2.x-windows
branch
from
October 21, 2022 21:51
d27d269
to
97d9592
Compare
kristenTian
approved these changes
Oct 21, 2022
ananzh
approved these changes
Oct 24, 2022
1 task
ashwin-pc
changed the title
Manually backports Windows changes
[Backport 2.x] Manually backports Windows changes
Nov 4, 2022
ashwin-pc
changed the title
[Backport 2.x] Manually backports Windows changes
[Backport 2.x] [Windows] Facilitate building of OSD and plugins
Nov 4, 2022
pjfitzgibbons
pushed a commit
to pjfitzgibbons/OpenSearch-Dashboards
that referenced
this pull request
Dec 1, 2022
…search-project#2647) * [Windows] Replaces `rm -rf` with `remove.js` * [dev/build] Facilitates using zipped archives of node releases * [div/build] Introduces Windows as a platform * [dev/build] Corrects cleaning of platform specific build artifacts * [dev/build] Enhances the cleanup of downloaded node binaries * [opensearch-dashboards-plugin] Removes prohibition on installing plugins on Windows * [@osd/utils] Adds a method to standardize path references across platforms * [dev/build] Standardize paths in tests * [@osd/telemetry-tools] Normalizes the collection paths * [plugins/url-forwarding] Fixes the usage of `normalizePath` across node and browser * [@osd/pm] Allows symlink created for tests without elevated privileges on Windows * [@osd/opensearch] Allows usage of Windows snapshots in integration tests * [@osd/opensearch] Employs absolute paths in tests * [@osd/apm-config-loader] Employs absolute paths in tests * [core/server] Employs absolute and posix references to paths * [@osd/optimizer] Standardize paths in tests * [@osd/tests] Employs absolute paths in tests * [@osd/pm] Standardize paths in project trees * [plugins/telemetry] Accommodates the inability of Windows to create unreadable files for testing * [@osd/config-schema] Normalize paths in tests * [@osd/plugin-helpers] Standardize paths in tests * [@osd/plugin-generator] Standardize paths in tests * [Windows] Update changelog backport PR: opensearch-project#2601 Signed-off-by: Miki <[email protected]>
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.
Signed-off-by: Miki [email protected]
Description
[Windows] Facilitate building and running OSD and plugins on Windows platforms (#2601)
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr