Scille / parsec-cloud

Open source Dropbox-like file sharing with full client encryption !
https://parsec.cloud
Other
270 stars 40 forks source link

PostgreSQL implementation #6393

Closed mmmarcos closed 6 months ago

mmmarcos commented 9 months ago

The PostgreSQL implementation of APIv4 is missing.

Progress

Related issues

mmmarcos commented 9 months ago

@touilleMan can you update this issue to add detail on what it needs to be done?

vxgmichel commented 6 months ago

Current status

Done

SQL data model updated

Including future tables for:

All main modules migrated

All tests running with --postgresql

Other changes:

Remaining

Factorize code duplication

Use a systematic approach to concurrency and invariant checks

Sort, cleanup and uniformise SQL queries

Treat every # TODO added during development

Postponed

PKI invites

Sequester functionalities

Shamir recovery

Workspace archiving and deletion

vxgmichel commented 6 months ago

7 tasks created:

mmmarcos commented 6 months ago

This is completed by #6432, #6605 and #7060.

Remaining tasks are tracked by new issues and will be discussed to assign a priority.