Skip to content

feat(appwrite): add appwrite storage driver support#724

Open
Myshkouski wants to merge 3 commits intounjs:mainfrom
Myshkouski:feat/appwrite-storage
Open

feat(appwrite): add appwrite storage driver support#724
Myshkouski wants to merge 3 commits intounjs:mainfrom
Myshkouski:feat/appwrite-storage

Conversation

@Myshkouski
Copy link

Resolves #722:

  • Add new Appwrite storage driver implementation
  • Include configuration options and type definitions
  • Add environment variables for Appwrite integration
  • Include test suite for the new driver
  • Update package dependencies with node-appwrite and base-x

CI changes required:

  • Add VITE_APPWRITE_ENDPOINT, VITE_APPWRITE_PROJECT_ID, VITE_APPWRITE_BUCKET_ID and VITE_APPWRITE_API_KEY to Github environment variables for tests.

- Add new Appwrite storage driver implementation
- Include configuration options and type definitions
- Add environment variables for Appwrite integration
- Include test suite for the new driver
- Update package dependencies with node-appwrite and base-x
@Myshkouski Myshkouski requested a review from pi0 as a code owner December 31, 2025 13:51
- Introduce dedicated utility module for Appwrite client management
- Implement RequireAllOrNone type constraint for storage key configuration
- Unify error handling patterns across all storage operations
- Include driver context in API error reporting
Extract key encoding/decoding logic into reusable utilities
and simplify test configuration by centralizing project options
@Myshkouski Myshkouski changed the title feat(storage): add appwrite storage driver support feat(appwrite): add appwrite storage driver support Jan 2, 2026
@codecov
Copy link

codecov bot commented Jan 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.77%. Comparing base (a52bf75) to head (df70e82).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #724   +/-   ##
=======================================
  Coverage   91.77%   91.77%           
=======================================
  Files           5        5           
  Lines         401      401           
  Branches      126      127    +1     
=======================================
  Hits          368      368           
  Misses         33       33           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Appwrite Storage

1 participant