Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions .github/workflows/ci_integration_virtiofs.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,29 +446,6 @@ jobs:
name: unftp-sbe-opendal-docs
path: ./integrations/unftp-sbe/target/doc

build-virtiofs-opendal-doc:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5

- name: Setup Rust toolchain
uses: ./.github/actions/setup

- name: Setup Rust Nightly
run: |
rustup toolchain install ${{ env.RUST_DOC_TOOLCHAIN }}

- name: Build virtiofs-opendal doc
working-directory: "integrations/virtiofs"
run: cargo +${{ env.RUST_DOC_TOOLCHAIN }} doc --lib --no-deps --all-features

- name: Upload docs
uses: actions/upload-artifact@v4
with:
name: virtiofs-opendal-docs
path: ./integrations/virtiofs/target/doc

build-parquet-opendal-doc:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -511,7 +488,6 @@ jobs:
- build-dav-server-opendalfs-doc
- build-fuse3-opendal-doc
- build-unftp-sbe-opendal-doc
- build-virtiofs-opendal-doc
- build-parquet-opendal-doc

steps:
Expand Down Expand Up @@ -618,12 +594,6 @@ jobs:
name: unftp-sbe-opendal-docs
path: ./website/static/docs/unftp-sbe-opendal

- name: Download virtiofs-opendal docs
uses: actions/download-artifact@v5
with:
name: virtiofs-opendal-docs
path: ./website/static/docs/virtiofs-opendal

- name: Install Dependencies
working-directory: website
run: pnpm install --frozen-lockfile
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ OpenDAL's development is guided by its vision of **One Layer, All Storage** and
| [dav-server-opendalfs] | a [dav-server-rs] implementation using opendal. | [![dav-server image]][dav-server crate] | [![Docs Release]][dav-server release docs] [![Docs Dev]][dav-server dev docs] |
| [object_store_opendal] | an [object_store] implementation using opendal. | [![object_store image]][object_store crate] | [![Docs Release]][object_store release docs] [![Docs Dev]][object_store dev docs] |
| [fuse3_opendal] | Access data via integrations to [fuse3] | [![fuse3 image]][fuse3 crate] | [![Docs Release]][fuse3 release docs] [![Docs Dev]][fuse3 dev docs] |
| [virtiofs_opendal] | Access data via integrations to [vhost-user-backend] | [![virtiofs image]][virtiofs crate] | [![Docs Release]][virtiofs release docs] [![Docs Dev]][virtiofs dev docs] |
| [unftp-sbe-opendal] | an [unftp] storage backend implementation using opendal. | [![unftp-sbe image]][unftp-sbe crate] | [![Docs Release]][unftp-sbe release docs] [![Docs Dev]][unftp-sbe dev docs] |
| [parquet_opendal] | Provides [`parquet`](https://crates.io/crates/parquet) efficient IO utilities | [![parquet image]][parquet crate] | [![Docs Release]][parquet release docs] [![Docs Dev]][parquet dev docs] |

Expand All @@ -130,13 +129,6 @@ OpenDAL's development is guided by its vision of **One Layer, All Storage** and
[fuse3 release docs]: https://docs.rs/fuse3_opendal/
[fuse3 dev docs]: https://opendal.apache.org/docs/fuse3-opendal/fuse3_opendal/

[virtiofs_opendal]: integrations/virtiofs/README.md
[vhost-user-backend]: https://docs.rs/vhost-user-backend
[virtiofs image]: https://img.shields.io/crates/v/virtiofs_opendal.svg
[virtiofs crate]: https://crates.io/crates/virtiofs_opendal
[virtiofs release docs]: https://docs.rs/virtiofs_opendal/
[virtiofs dev docs]: https://opendal.apache.org/docs/virtiofs-opendal/virtiofs_opendal/

[unftp-sbe-opendal]: integrations/unftp-sbe/README.md
[unftp]: https://crates.io/crates/unftp
[unftp-sbe image]: https://img.shields.io/crates/v/unftp-sbe-opendal.svg
Expand Down
1 change: 0 additions & 1 deletion integrations/virtiofs/.gitignore

This file was deleted.

46 changes: 0 additions & 46 deletions integrations/virtiofs/Cargo.toml

This file was deleted.

200 changes: 0 additions & 200 deletions integrations/virtiofs/DEPENDENCIES.rust.tsv

This file was deleted.

15 changes: 0 additions & 15 deletions integrations/virtiofs/README.md

This file was deleted.

Loading
Loading