[grid] Accommodate ability to specify sub-paths#11271
[grid] Accommodate ability to specify sub-paths#11271diemol merged 5 commits intoSeleniumHQ:trunkfrom
Conversation
|
@diemol - I have only run |
64ce334 to
6d385d4
Compare
diemol
left a comment
There was a problem hiding this comment.
Thank you, @krmahadevan!
Left some comments so we can iterate.
510b5c2 to
42e709e
Compare
|
Any update @diemol ? |
42e709e to
78d8a96
Compare
137b684 to
3be9e09
Compare
Codecov ReportBase: 54.54% // Head: 54.54% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## trunk #11271 +/- ##
=======================================
Coverage 54.54% 54.54%
=======================================
Files 85 85
Lines 5627 5627
Branches 243 243
=======================================
Hits 3069 3069
Misses 2315 2315
Partials 243 243 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
3be9e09 to
78ff30a
Compare
diemol
left a comment
There was a problem hiding this comment.
Thank you, @krmahadevan! Just a minor change requested from my side.
78ff30a to
e6063eb
Compare
|
@diemol - I have addressed the last review comment, rebased off of trunk and force pushed this branch. Please take a look. I will send a separate PR for this for addressing the documentation needs. |
e6063eb to
04192a4
Compare
Fixes: SeleniumHQ#10847 Sub-paths can now be specified for the below Components: 1. Hub 2. Standalone 3. Router It can be specified via “--sub-path <actualPathGoesHere>” Or via the Toml configuration file by specifying [reverse_proxy] sub-path = “<actualPathGoesHere>”
04192a4 to
e4af3c7
Compare
|
SonarCloud Quality Gate failed. |
|
@diemol / @krmahadevan any idea in which release is it planned to rollout? |
|
Should be available in 4.8 (the latest release) |
|
Thank you @titusfortner for information but I don't see it in release notes, even any idea on how it will work for docker-selenium? |
|
I will publish the release blog post today. What is missing is the documentation for this feature in the docs. |
|
Thank you @diemol as I didn't work completely on creating this feature it would be difficult for me to write docs. |
|
Apologies if my comment was ambiguous, @yashcho. I meant, we at Selenium need to document the feature. |
|
Understood, I would wait for the release note and feature doc.. :-) |








Fixes: #10847
Sub-paths can now be specified for the below
Components:
It can be specified via
--sub-path <actualPathGoesHere>Or via the Toml configuration file by specifying
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Sub-paths can now be specified for the below
Components:
It can be specified via “--sub-path ”
Or via the Toml configuration file by specifying
[reverse_proxy]
sub-path = “”
Motivation and Context
Types of changes
Checklist