-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
migrate video_gridUrl.sh to python #2658
base: trunk
Are you sure you want to change the base?
Conversation
Signed-off-by: AvivGuiser <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
hey @VietND96 (don't know if it was u who triggered the workflow) is there some way to re-trigger the CI ? the failures don\t seem related to my change.... |
I guess something is not working correctly. I will check and let you know |
User description
Signed-off-by: AvivGuiser [email protected]
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
rewrite the video_gridUrl bash script in python
Motivation and Context
solves #2650 partially
Types of changes
Checklist
PR Type
Enhancement
Description
Migrated
video_gridUrl.sh
script from Bash to Python.Updated references in other scripts to use the new Python script.
Adjusted Dockerfile to include the new Python script.
Removed the old Bash script
video_gridUrl.sh
.Changes walkthrough 📝
video.sh
Updated script reference to Python implementation
Video/video.sh
video_gridUrl.sh
tovideo_gridUrl.py
.video_graphQLQuery.sh
Updated GraphQL script to use Python backend
Video/video_graphQLQuery.sh
video_gridUrl.sh
withvideo_gridUrl.py
for endpointresolution.
video_gridUrl.sh
Removed Bash implementation of grid URL script
Video/video_gridUrl.sh
video_gridUrl.sh
.video_gridUrl.py
Added Python implementation for grid URL generation
Video/video_gridUrl.py
Dockerfile
Updated Dockerfile to include Python script
Video/Dockerfile
.py
files.