Support storage options, archives, and EXECUTE AS#257
Merged
Conversation
Add STORAGE_MODE and STORAGE_ID support to CREATE/ALTER USER parsing and handlers (including validation against storages, audit metadata, and defaults). Generalise EXECUTE AS parsing to accept the short alias form `EXECUTE AS <user>` while preserving legacy `EXECUTE AS USER <user>`, with updated parsing utilities and tests. Add archive support for backups/restores: backup executor can produce `.tar.gz`/`.tgz` archives (staging dir, tar+gzip), restore accepts either a backup directory or archive file, and jobs crate gains flate2/tar deps. Also: make namespace handling and docs request-scoped, return relative download URIs for exports, update various CLI/UI/tests, add backend/kalamdb-nightly to .gitignore, and include benchmark result files and related small updates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add STORAGE_MODE and STORAGE_ID support to CREATE/ALTER USER parsing and handlers (including validation against storages, audit metadata, and defaults). Generalise EXECUTE AS parsing to accept the short alias form
EXECUTE AS <user>while preserving legacyEXECUTE AS USER <user>, with updated parsing utilities and tests. Add archive support for backups/restores: backup executor can produce.tar.gz/.tgzarchives (staging dir, tar+gzip), restore accepts either a backup directory or archive file, and jobs crate gains flate2/tar deps. Also: make namespace handling and docs request-scoped, return relative download URIs for exports, update various CLI/UI/tests, add backend/kalamdb-nightly to .gitignore, and include benchmark result files and related small updates.