This is an automated email from the ASF dual-hosted git repository.
Xuanwo pushed a change to branch xuanwo/move-read-range-to-reader
in repository https://gitbox.apache.org/repos/asf/opendal.git
from f1dc10e2e docs: Update RFC metadata
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 ac8cd821e Merge branch 'main' into xuanwo/move-read-range-to-reader
No new revisions were added by this update.
Summary of changes:
.agents/skills/opendal-release/SKILL.md | 127 +++-
.github/workflows/docs.yml | 3 +-
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 +
core/users.md | 1 +
website/DESIGN_SYSTEM.md | 230 +++++++
website/docusaurus.config.js | 23 +-
website/src/components/landing/CodeTabs.jsx | 112 ++++
website/src/components/landing/data.js | 444 ++++++++++++
website/src/components/landing/sections.jsx | 415 ++++++++++++
website/src/components/landing/styles.module.css | 744 +++++++++++++++++++++
website/src/css/custom.css | 452 +++++++++++--
.../cleanup.js => website/src/pages/index.jsx | 53 +-
website/static/img/users/cratedb.png | Bin 0 -> 711 bytes
website/static/img/users/daft.png | Bin 0 -> 6745 bytes
website/static/img/users/databend.png | Bin 0 -> 3579 bytes
website/static/img/users/datafusion-comet.png | Bin 0 -> 7018 bytes
website/static/img/users/dify.png | Bin 0 -> 2218 bytes
website/static/img/users/gravitino.png | Bin 0 -> 7018 bytes
website/static/img/users/greptimedb.png | Bin 0 -> 6539 bytes
website/static/img/users/hasura.png | Bin 0 -> 5428 bytes
website/static/img/users/iceberg-rust.png | Bin 0 -> 7018 bytes
website/static/img/users/kubeflow-trainer.png | Bin 0 -> 9460 bytes
website/static/img/users/lance.png | Bin 0 -> 3328 bytes
website/static/img/users/llamaindex.png | Bin 0 -> 6890 bytes
website/static/img/users/lnx.png | Bin 0 -> 1895 bytes
website/static/img/users/loco.png | Bin 0 -> 5092 bytes
website/static/img/users/octobase.png | Bin 0 -> 11292 bytes
website/static/img/users/openraft.png | Bin 0 -> 3579 bytes
website/static/img/users/paimon-rust.png | Bin 0 -> 5949 bytes
website/static/img/users/pants.png | Bin 0 -> 2676 bytes
website/static/img/users/pathway.png | Bin 0 -> 20187 bytes
website/static/img/users/questdb.png | Bin 0 -> 3767 bytes
website/static/img/users/quickwit.png | Bin 0 -> 3667 bytes
website/static/img/users/ragflow.png | Bin 0 -> 9257 bytes
website/static/img/users/risingwave.png | Bin 0 -> 5562 bytes
website/static/img/users/robustmq.png | Bin 0 -> 1540 bytes
website/static/img/users/rustic.png | Bin 0 -> 12204 bytes
website/static/img/users/sccache.png | Bin 0 -> 1356 bytes
website/static/img/users/seatunnel.png | Bin 0 -> 7018 bytes
website/static/img/users/slatedb.png | Bin 0 -> 4332 bytes
website/static/img/users/spiceai.png | Bin 0 -> 4518 bytes
website/static/img/users/vaultwarden.png | Bin 0 -> 18431 bytes
website/static/img/users/vector.png | Bin 0 -> 8211 bytes
website/static/img/users/walrus.png | Bin 0 -> 7880 bytes
website/static/img/users/wrenai.png | Bin 0 -> 2330 bytes
website/static/img/users/zino.png | Bin 0 -> 4517 bytes
52 files changed, 3542 insertions(+), 171 deletions(-)
create mode 100644 website/DESIGN_SYSTEM.md
create mode 100644 website/src/components/landing/CodeTabs.jsx
create mode 100644 website/src/components/landing/data.js
create mode 100644 website/src/components/landing/sections.jsx
create mode 100644 website/src/components/landing/styles.module.css
copy .github/actions/hf-temp-repo/cleanup.js => website/src/pages/index.jsx
(52%)
create mode 100644 website/static/img/users/cratedb.png
create mode 100644 website/static/img/users/daft.png
create mode 100644 website/static/img/users/databend.png
create mode 100644 website/static/img/users/datafusion-comet.png
create mode 100644 website/static/img/users/dify.png
create mode 100644 website/static/img/users/gravitino.png
create mode 100644 website/static/img/users/greptimedb.png
create mode 100644 website/static/img/users/hasura.png
create mode 100644 website/static/img/users/iceberg-rust.png
create mode 100644 website/static/img/users/kubeflow-trainer.png
create mode 100644 website/static/img/users/lance.png
create mode 100644 website/static/img/users/llamaindex.png
create mode 100644 website/static/img/users/lnx.png
create mode 100644 website/static/img/users/loco.png
create mode 100644 website/static/img/users/octobase.png
create mode 100644 website/static/img/users/openraft.png
create mode 100644 website/static/img/users/paimon-rust.png
create mode 100644 website/static/img/users/pants.png
create mode 100644 website/static/img/users/pathway.png
create mode 100644 website/static/img/users/questdb.png
create mode 100644 website/static/img/users/quickwit.png
create mode 100644 website/static/img/users/ragflow.png
create mode 100644 website/static/img/users/risingwave.png
create mode 100644 website/static/img/users/robustmq.png
create mode 100644 website/static/img/users/rustic.png
create mode 100644 website/static/img/users/sccache.png
create mode 100644 website/static/img/users/seatunnel.png
create mode 100644 website/static/img/users/slatedb.png
create mode 100644 website/static/img/users/spiceai.png
create mode 100644 website/static/img/users/vaultwarden.png
create mode 100644 website/static/img/users/vector.png
create mode 100644 website/static/img/users/walrus.png
create mode 100644 website/static/img/users/wrenai.png
create mode 100644 website/static/img/users/zino.png