This is an automated email from the ASF dual-hosted git repository.
Xuanwo pushed a change to branch xuanwo/website-redesign
in repository https://gitbox.apache.org/repos/asf/opendal.git
from f4337bdc2 feat(website): make layers an interactive explorer and
polish landing sections
add 757b1f4b3 chore(bindings/ruby): use service tests scheme for ruby
binding tests (#7635)
add ecd52fb87 fix(services/hf): avoid logging full HTML error pages (#7634)
add 3d5c5fab6 Merge branch 'main' into xuanwo/website-redesign
No new revisions were added by this update.
Summary of changes:
.github/actions/hf-temp-repo/common.js | 17 +-
.../action.yaml | 14 +-
.github/scripts/test_behavior/plan.py | 25 ++-
.github/workflows/ci_bindings_ruby.yml | 11 +-
.github/workflows/test_behavior.yml | 14 ++
...nding_go.yml => test_behavior_binding_ruby.yml} | 82 ++++++----
bindings/ruby/Gemfile | 10 +-
bindings/ruby/README.md | 5 +-
bindings/ruby/Rakefile | 16 +-
...ocking_op_test.rb => blocking_operator_test.rb} | 2 +-
.../ruby/test/service/blocking_operator_test.rb | 175 +++++++++++++++++++++
core/services/hf/src/core.rs | 32 ++--
core/services/hf/src/error.rs | 60 ++-----
13 files changed, 346 insertions(+), 117 deletions(-)
copy .github/actions/{test_behavior_binding_python =>
test_behavior_binding_ruby}/action.yaml (82%)
copy .github/workflows/{test_behavior_binding_go.yml =>
test_behavior_binding_ruby.yml} (58%)
rename bindings/ruby/test/{blocking_op_test.rb => blocking_operator_test.rb}
(98%)
create mode 100644 bindings/ruby/test/service/blocking_operator_test.rb