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 9c5b3415e docs(website): use project logos in used-by wall
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 32a67d2bb feat(website): introduce a design system and rebuild the
homepage (#7638)
add 51efea12e fix(website): mobile drawer menu (#7644)
add 0fe36fdd3 feat(binding/go): expose all metata fields to golang (#7646)
add 345ba040c feat(website): add Paimon Rust to logo wall (#7643)
add f3b313b53 fix(ci): keep website root deployment on main only (#7654)
add 979eb69fb docs: update OpenDAL release skill (#7655)
add 151ea26c6 Merge remote-tracking branch 'origin/main' into
xuanwo/website-redesign
No new revisions were added by this update.
Summary of changes:
.agents/skills/opendal-release/SKILL.md | 127 +++++++-
.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/docs.yml | 3 +-
.github/workflows/test_behavior.yml | 14 +
...nding_go.yml => test_behavior_binding_ruby.yml} | 82 +++--
bindings/c/include/opendal.h | 142 ++++++--
bindings/c/src/lib.rs | 2 +
bindings/c/src/metadata.rs | 235 ++++++++++++--
bindings/go/metadata.go | 300 ++++++++++++++++-
bindings/go/string_ownership_test.go | 358 +++++++++++++++++++++
bindings/go/tests/behavior_tests/stat_test.go | 65 ++++
bindings/go/types.go | 7 +
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 +---
core/users.md | 1 +
website/src/components/landing/data.js | 1 +
website/src/css/custom.css | 6 +
website/static/img/users/paimon-rust.png | Bin 0 -> 5949 bytes
26 files changed, 1506 insertions(+), 204 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
create mode 100644 website/static/img/users/paimon-rust.png