feat/spdv 857 handle grantees#43
Draft
nidishk wants to merge 110 commits into
Draft
Conversation
* fix: invalid state download detection * fix: - skip drives init if fetch fails - allow unusable admin stamp but warn * fix: remove test:keep command from regular test
fix/spdv 801 admin stamp capacity check when creating drives
…pare-minus-one fix: drive init checks for feedindex.minus_one
fix/spdv 801-2 admin stamp capacity check when creating drives
fix/spdv 801 admin capacity check build
* fix: - revert admin stamp capacity checks - remove canCreateDrive - refactor stamp usability in create and init - do not call saveDriveList if uploading a new version - add missing: upload drivelist with admin redundancy - add util functions for optimized metadata size calc.
* add: tests workflow file * fix: test setup for pnpm and go * fix: process exit error and cache bee
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.
🔖 Title
Implement handleGrantees with patch support
📝 Description
This PR implements the handleGrantees method in FileManager, enabling the creation and updating of grantee lists for files. It switches between creating a new grantee list and patching an existing one based on the current state. It also refactors getGrantees to provide more explicit errors when lists are missing.
Changes
🔗 Related Issues
https://solar-punk.atlassian.net/browse/SPDV-857
🧪 How Has This Been Tested?
✅ Manually tested with Chrome
✅ Checklist
✅ I have performed a self-review of my code