Fix file system sync issues, add granular encryption storage and clea…#76
Open
Amoghhosamane wants to merge 1 commit into
Open
Fix file system sync issues, add granular encryption storage and clea…#76Amoghhosamane wants to merge 1 commit into
Amoghhosamane wants to merge 1 commit into
Conversation
…r all pod data button gjwgit#66
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.
Pull Request Details
Description
This PR addresses several bug fixes and feature requests reported in #66:
enc_place_<uuid>.ttl) underdata/encrypted_data/. Added a backward-compatible migration path that automatically loads, splits, and removes the legacy aggregateencrypted_places.ttlfile if found./profileto avoid broken sessions), and logs the user out.Related Issues
Type of Change
How To Test?
enc_place_<uuid>.ttl).encrypted_places.ttlon the Pod, then run the app. Verify that the app successfully parses, migrates it to individual files, and deletes the old aggregate file./profile), logs out, and redirects to login.Checklist
make preporflutter analyze lib)dart testoutput or screenshot included in issue #Finalising
'@
2. Write body to a temporary file
Set-Content -Path "pr_body.md" -Value $body
3. Create the PR using GitHub CLI
gh pr create --title "Fix file system sync issues, add granular encryption storage and clear all pod data button #66" --body-file pr_body.md --base dev --head Amogh-dev