-
Notifications
You must be signed in to change notification settings - Fork 918
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
[Refactor] Replace url parse format resolve with whatwg url #2910
Merged
joshuarrrr
merged 53 commits into
opensearch-project:main
from
wanglam:refactor-replace-url-parse-format-resolve-with-whatwg-url
Mar 24, 2023
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
4a67aec
update test/server_integration/http/ssl_redirect/config.js Url to for…
wanglam c37c80d
update for examples/url_generators_examples/public/url_generator.ts
wanglam c2511a8
update packages/osd-dev-utils/src/osd_client/osd_client_requester.ts
wanglam 2921fda
update src/cli_plugin/install/download.js
wanglam 3247937
update packages/osd-test/src/failed_tests_reporter/github_api.ts
wanglam defe504
update packages/osd-test/src/functional_test_runner/lib/docker_server…
wanglam 12cc53f
update src/cli/serve/serve.js
wanglam 2218ede
update src/core/public/application/utils/parse_app_url.ts
wanglam 3fc62a3
update src/core/public/chrome/chrome_service.tsx
wanglam d1cc130
update src/core/public/chrome/ui/header/header_logo.tsx
wanglam 14b5497
update src/core/server/http/base_path_proxy_server.ts
wanglam a76fd60
update src/core/server/http/http_server.mocks.ts
wanglam 592301b
update src/core/server/http/http_server.ts
wanglam 5fabfd3
update src/core/server/http/https_redirect_server.ts
wanglam 7c5e014
update src/core/server/opensearch/legacy/opensearch_client_config.ts
wanglam 1517b5a
update src/plugins/console/server/lib/opensearch_proxy_config.ts
wanglam 7248b3f
update src/plugins/console/server/lib/proxy_config.ts
wanglam fea59fe
update src/plugins/console/server/routes/api/console/proxy/create_han…
wanglam 73a0cb4
update src/plugins/maps_legacy/public/map/service_settings.test.js
wanglam 0a293d1
update src/plugins/share/public/lib/url_shortener.ts
wanglam 7792efa
update test/plugin_functional/test_suites/application_links/redirect_…
wanglam 652a81c
update getOpenSearchDashboardsUrl method in funtional tests
wanglam 7b0a2fc
change config servers.opensearch and servers.opensearchDashboards to URL
wanglam 90e29a1
update src/plugins/share/public/components/url_panel_content.tsx
wanglam 9e8818c
update expected url due to parentheses and single quotation mark encoded
wanglam f683ba2
remove unnecessary imported URL
wanglam b53ee93
add force validate new URL create
wanglam c910dea
add changelog
wanglam 3d84d50
Merge branch 'main' into refactor-replace-url-parse-format-resolve-wi…
joshuarrrr b73ac85
update to use object spread construct URLSearchParams
wanglam 507c3a8
renaming getUrlParts to getURL
wanglam 3bf1cad
Merge branch 'main' into refactor-replace-url-parse-format-resolve-wi…
wanglam f5a13f0
fix force url validate remove hash part
wanglam 1731fc0
update opensearch config getUrlParts to getURL
wanglam 2d007f0
remove search string compare in header_logo
wanglam c2feeb4
fix: url was truncated incorrectly
wanglam 610ca30
feat: parse URL string port to number port
wanglam 91c36b9
Revert "change config servers.opensearch and servers.opensearchDashbo…
wanglam a2d7108
feat: add fullURL to urlPartsSchema and use fullURL generate url string
wanglam 32ec422
fix: change getURLParts to getUrlParts
wanglam 3408cc5
Merge branch 'main' into refactor-replace-url-parse-format-resolve-wi…
wanglam 27529b1
fix: url parts pass to getUrl.noAuth in test/functional/page_objects/…
wanglam 803c96a
fix: colon suffix missed in protocol
wanglam 63a8e87
fix: remove all slash suffix for fullURL toString
wanglam 12d2e78
fix: slice(0, 1) cause invalid URL
wanglam 4b061b3
Merge branch 'main' into refactor-replace-url-parse-format-resolve-wi…
wanglam ec8ce6a
fix: use pared protocol, hostname and port
wanglam d8ad24d
fix: clone new URL and modify username and password
wanglam c74698b
fix: slice(0 - 1) cause invalid opensearch host
wanglam 9154295
Merge branch 'main' into refactor-replace-url-parse-format-resolve-wi…
wanglam 6ebdd20
update src/core/public/chrome/ui/header/home_loader.tsx
wanglam 3d93282
Merge branch 'main' into refactor-replace-url-parse-format-resolve-wi…
wanglam a846ba1
Add serverUrl property and refactor slice(0, -1) to it
wanglam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
👍