Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [dotnet][java][js][py][rb][rust] Update dependency protobuf to v29.2 (#14976) Co-authored-by: renovate[bot] <2913961... e7f5524
diemol closed a pull request on SeleniumHQ/selenium
[dotnet][java][js][py][rb][rust] Update dependency protobuf to v29.2
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | protobuf | bazel_dep | minor | `29.1` -> `29.2` | --- ### Configuration 📅 **Schedule**: Branch c...diemol created a review on a pull request on SeleniumHQ/selenium
The nodes are not restarted after shutdown. Plus, the `rejectUnsupportedCaps` configurable value keeps the request in the queue for the configured time. I think this scenario is already covered.
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [dotnet][java][js][py][rb][rust] Update dependency bazel to v7.4.1 (#14973) * [dotnet][java][js][py][rb][rust] Updat... c6da9f7
diemol closed a pull request on SeleniumHQ/selenium
[dotnet][java][js][py][rb][rust] Update dependency bazel to v7.4.1
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [bazel](https://redirect.github.com/bazelbuild/bazel) | minor | `7.3.1` -> `7.4.1` | --- ### Release Notes ...diemol created a comment on an issue on SeleniumHQ/selenium
You can make it private again. OK, so you are sharing the whole app. I had to read the whole thread again to see the phrase that indicates you want to run this in an IIS server. You probably run...
diemol created a comment on an issue on SeleniumHQ/selenium
Yes, otherwise we cannot see it.
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [ci] Reducing the days for a stale issue 6 months is enough d84fb38
diemol created a comment on an issue on SeleniumHQ/selenium
This is what I get when I click on your link ![image](https://github.com/user-attachments/assets/4848f964-faa1-42b2-9ef4-d553c673d4ed)
diemol pushed 1 commit to trunk SeleniumHQ/selenium
- [grid] rework the retry of http requests #14917 (#14924) Co-authored-by: Diego Molina <[email protected]> 93483c5
diemol closed an issue on SeleniumHQ/selenium
[🐛 Bug]: serverErrorPolicy does retry on `Exception` / `Error`
### What happened? The `serverErrorPolicy` inside the `org.openqa.selenium.remote.http.RetryRequest` does not only handle the server errors. It basically handles all `Exception`s / `Error`s, i ...diemol closed a pull request on SeleniumHQ/selenium
[grid] rework the retry of http requests #14917
### **User description** ### Description Remove the use of `dev.failsafe` inside the `RetryRequest` with a simple loop. There is also a functional change, `Exception`s and error responses are d...diemol pushed 2 commits to RetryRequest SeleniumHQ/selenium
diemol created a comment on a pull request on SeleniumHQ/selenium
You should be able to exclude those or train the SLM to ignore them. We don't want to change the code as we pass along the information the browser sends back. You should engage more with the Chrome...
diemol closed a pull request on SeleniumHQ/selenium
Fix exception traceback to omit superfluous 'Backtrace' information
### **User description** Fixes #9977 Filter out superfluous 'StackTrace' information from Selenium 4 exception tracebacks. * Add a check for an environment variable to conditionally include the s...diemol created a comment on an issue on SeleniumHQ/selenium
Please check https://www.selenium.dev/blog/2023/headless-is-going-away/, and if it does not fix the issue, please report it to the Chrome folks.
diemol created a comment on an issue on SeleniumHQ/selenium
I am sorry but we are not going to build a project from the PDFs you are attaching, either provide a GitHub repository or paste the formatted code as comments.
diemol closed a pull request on SeleniumHQ/selenium
[rust] Update Rust crate zip to v2.2.2 - abandoned
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [zip](https://redirect.github.com/zip-rs/zip2) | dependencies | patch | `2.2.1` -> `2.2.2` | --- ...diemol closed a pull request on SeleniumHQ/selenium
[rust] Update Rust crate which to v7.0.1 - abandoned
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [which](https://redirect.github.com/harryfei/which-rs) | dependencies | patch | `7.0.0` -> `7.0.1` ...diemol closed a pull request on SeleniumHQ/selenium
[rust] Update Rust crate serde to v1.0.217 - abandoned
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde](https://serde.rs) ([source](https://redirect.github.com/serde-rs/serde)) | dependencies | p...diemol pushed 62 commits to RetryRequest SeleniumHQ/selenium
- [java] use Local.ENGLISH for lower / upper case transformations #14916 cc5ca35
- add `locators.html` file in static web pages (#14905) * add locators.html file for docs * remove `action_page.php... 5cc56b0
- [java] setter for flag JsonInput.readPerformed (#14921) Co-authored-by: Puja Jagani <[email protected]> dbe1004
- [ci] Run format script Signed-off-by: Viet Nguyen Duc <[email protected]> 7854e62
- [grid] Distributor listen and handle the NodeRestartedEvent (#14938) Signed-off-by: Viet Nguyen Duc <nguyenducviet44... 8a04527
- [grid] delay the newsessionqueue response (#14764) * [grid] delay the newsessionqueue response * Update variable ... 359ac9a
- [java] Fix FedCM command definition and tests (#14070) Co-authored-by: Puja Jagani <[email protected]> c2d859c
- [java] Disabling Firefox Beta test cfa5959
- [ci] Running format script b49678d
- [grid] Improve SlotMatcher and SlotSelector on request browserVersion (#14914) * [grid] Improve SlotMatcher and Slot... dc952cd
- [grid] Using the correct variable in throw 983a43e
- [dotnet] Align WebDriver errors with specification (#14936) 59f090b
- [dotnet] Add nullability to `IniFileReader` (#14929) eaf4fa7
- [dotnet][rb][java][js][py] Automated Browser Version Update (#14778) Update pinned browser versions Co-authored-by:... 7d5a9e4
- [java] for loop enhance and using of standard java 11 method writeString for tests (#14889) * enhance for loop use ... 66e96fd
- [py] Update dependency debugpy to v1.8.11 (#14730) * [py] Update dependency debugpy to v1.8.11 * Repin dependenci... afb6e99
- Adding badge for RBE workflow [skip ci] 7b42216
- [ci] Avoiding CI workflow for Renovate But, running it after dependencies get pinned. 01af3d3
- [ci] Using workflow_call instead of workflow_run 4482843
- [ci] Chaining job execution d47dcbb
- and 42 more ...