-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Allow external uri to be configurable for components that support server functionality - #12491 #12508
Conversation
0410099
to
9dde64c
Compare
I left a comment on the issue. Have you checked it? |
@diemol yes (although, I haven't tagged you) |
7d0743f
to
61051d7
Compare
040c4ab
to
980ebca
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## trunk #12508 +/- ##
=======================================
Coverage 57.65% 57.65%
=======================================
Files 86 86
Lines 5281 5281
Branches 208 208
=======================================
Hits 3045 3045
Misses 2028 2028
Partials 208 208 ☔ View full report in Codecov by Sentry. |
6c38b9b
to
8391d9f
Compare
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.
I think the URI should be an URL, so external-url might be a better parameter. Currently i don't have access to a dev system for the next days, so i am not able to make a real review, sorry.
@joerg1985 I'll make changes later today/tomorrow |
@utamas thanks for your work on this code. I'm trying to figure out what all we want to get into 4.14, does this have much more work to do? |
Hi @titusfortner I think a simple renaming is the only thing that needs to be done. I'm starting that now. |
@joerg1985 as I'm making my changes I can now see why I picked Despite this I think URL is a more accurate representation, hence made the changes. |
@titusfortner and @joerg1985 please let me know if anything else needs to get done. |
@utamas yeah, looks like we have some failures in our Remote Build Java tests:
|
@titusfortner my bad. Run the test after rebase but not after changing the name. |
@titusfortner how can I make sure this makes it into next release? |
@joerg1985 can you take a look at this one? |
it look good to me, but i never approved a PR. so i am not totally sure what i have to check in this case. |
…ver functionality. SE nodes might be behind some sort of proxy exposed to hub on a different hostname(/ip) and/or port than component would by default report themselves (e.g.: hub and nodes are in different k8s clusters and services are exposed via node ports). Fixes SeleniumHQ#12491
Thank you guys! |
SE nodes might be behind some sort of proxy exposed to hub on a different hostname(/ip) and/or port than component would by default report themselves (e.g.: hub and nodes are in different k8s clusters
and services are exposed via node ports).
Fixes #12491
Relevant update to docs is at SeleniumHQ/seleniumhq.github.io#1448
Types of changes
Checklist