Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rb_disable_provide_response_test…
Browse files Browse the repository at this point in the history
…' into rb_disable_provide_response_test
  • Loading branch information
aguspe committed Feb 18, 2025
2 parents 420fc7b + bca9af2 commit a5b593f
Show file tree
Hide file tree
Showing 69 changed files with 917 additions and 251 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ elgatov <[email protected]>
Eli Flanagan <[email protected]>
Elias Faxö <[email protected]>
Ellis Percival <[email protected]>
Emil Hemdal <[email protected]>
Enrique Daimiel <[email protected]>
eoff <[email protected]>
Eran Messeri <[email protected]>
Expand Down Expand Up @@ -602,6 +603,7 @@ Michael Render <[email protected]>
Michael Tamm <[email protected]>
Michael Zhou <[email protected]>
Michal Čihař <[email protected]>
Michał Górny <[email protected]>
Michał Herda <[email protected]>
Michele Sama
Mickaël Schoentgen <[email protected]>
Expand Down Expand Up @@ -648,6 +650,7 @@ native-api <[email protected]>
Naveen <[email protected]>
Naveen Singh <[email protected]>
Navin Chandra <[email protected]>
Navin Chandra <[email protected]>
Navin Chandra <[email protected]>
Neil Carvalho <[email protected]>
Nelson Sproul <[email protected]>
Expand Down Expand Up @@ -889,6 +892,7 @@ Vijendarn Selvarajah <[email protected]>
VijendraEAtech <[email protected]>
Vikas Goel <[email protected]>
VimalRaj Selvam <[email protected]>
Vinaysimha Varma Yadavali <[email protected]>
Vincent Ladeuil <[email protected]>
vinoth959 <[email protected]>
Viren Negi <[email protected]>
Expand Down
8 changes: 4 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -172,18 +172,18 @@ maven.install(
artifacts = [
"com.beust:jcommander:1.82",
"com.github.javaparser:javaparser-core:3.26.3",
"com.github.spotbugs:spotbugs:4.9.0",
"com.github.spotbugs:spotbugs:4.9.1",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
"com.google.code.gson:gson:2.11.0",
"com.google.code.gson:gson:2.12.1",
"com.google.guava:guava:33.4.0-jre",
"com.google.auto:auto-common:1.2.2",
"com.google.auto.service:auto-service:1.1.1",
"com.google.auto.service:auto-service-annotations:1.1.1",
"com.google.googlejavaformat:google-java-format:jar:1.25.2",
"com.graphql-java:graphql-java:22.3",
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.69.1",
"io.lettuce:lettuce-core:6.5.2.RELEASE",
"io.grpc:grpc-context:1.70.0",
"io.lettuce:lettuce-core:6.5.3.RELEASE",
"io.netty:netty-buffer",
"io.netty:netty-codec-http",
"io.netty:netty-codec-http2",
Expand Down
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ JAVA_RELEASE_TARGETS = %w[
//java/src/org/openqa/selenium/chromium:chromium.publish
//java/src/org/openqa/selenium/devtools/v131:v131.publish
//java/src/org/openqa/selenium/devtools/v132:v132.publish
//java/src/org/openqa/selenium/devtools/v130:v130.publish
//java/src/org/openqa/selenium/devtools/v133:v133.publish
//java/src/org/openqa/selenium/devtools/v85:v85.publish
//java/src/org/openqa/selenium/edge:edge.publish
//java/src/org/openqa/selenium/firefox:firefox.publish
Expand Down Expand Up @@ -471,7 +471,7 @@ namespace :node do

desc 'Update JavaScript changelog'
task :changelog do
header = "## #{node_version}"
header = "## #{node_version}\n"
update_changelog(node_version, 'javascript', 'javascript/node/selenium-webdriver/',
'javascript/node/selenium-webdriver/CHANGES.md', header)
end
Expand Down Expand Up @@ -790,7 +790,7 @@ namespace :dotnet do
sh 'docfx dotnet/docs/docfx.json'
rescue StandardError
case $CHILD_STATUS.exitstatus
when 130
when 133
raise 'Ensure the dotnet/tools directory is added to your PATH environment variable (e.g., `~/.dotnet/tools`)'
when 255
puts '.NET documentation build failed, likely because of DevTools namespacing. This is ok; continuing'
Expand Down
File renamed without changes.
Loading

0 comments on commit a5b593f

Please sign in to comment.