-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: object and op deletion backend + basic sdk + basic fe #2319
Draft
gtarpenning
wants to merge
78
commits into
master
Choose a base branch
from
griffin/objs-delete
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 54 commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
fbb11a8
wip
gtarpenning 83ac645
wip
gtarpenning 021e07f
Merge branch 'master' into griffin/objs-delete
gtarpenning 6c14fff
wip, working??
gtarpenning 52abf53
obj.delete()
gtarpenning e78dc87
Merge branch 'master' into griffin/objs-delete
gtarpenning 29e2376
add test
gtarpenning 52839eb
wip, now with configurable include_deleted flag
gtarpenning ff13b45
wip
gtarpenning 99fc486
print
gtarpenning 50c5728
wip
gtarpenning 6cb4446
insert with full data payload
gtarpenning c8b20aa
retain version #
gtarpenning 4d3194e
query magic
gtarpenning d553d21
merge
gtarpenning 1fb0080
working with ops
gtarpenning f5a9c90
wip simple object deletion fe
gtarpenning 07da651
refetch on delete
gtarpenning 7569b84
simpler
gtarpenning 49c559b
add order by
gtarpenning 4182a24
merge
gtarpenning 54ec61e
lint
gtarpenning 18105cc
lint
gtarpenning 92106bc
NotFoundError
gtarpenning c96b5cd
add back sqlite handling
gtarpenning 04cd07e
undo
gtarpenning b76724a
cleanup
gtarpenning c3fe08b
merge
gtarpenning 6a1a037
Merge branch 'master' into griffin/objs-delete
gtarpenning d381dfd
better error handling
gtarpenning fd09f90
sort by asc default
gtarpenning b92153c
merge
gtarpenning 07917cf
add support for purging object values
gtarpenning 41191fd
merge
gtarpenning 4715f41
wip
gtarpenning 17c8cd7
better
gtarpenning 939621f
Merge branch 'master' into griffin/objs-delete
gtarpenning 8bfd8c7
lint
gtarpenning f0cb066
merge
gtarpenning d10a9b7
now working with identical objects
gtarpenning 3772edd
limit-1
gtarpenning 72112cf
merge
gtarpenning d12d667
Merge branch 'master' into griffin/objs-delete
gtarpenning 667ccf5
Merge branch 'master' into griffin/objs-delete
gtarpenning b6c2a16
use groupby
gtarpenning 1731d8f
refactor delete and add op delete
gtarpenning 3d80f49
object viewer support for deleted refs
gtarpenning fe1c7d4
better hack
gtarpenning 32b466e
wip recursive
gtarpenning 38c4074
simpler
gtarpenning 226e1e3
merge
gtarpenning d42d1ec
merge
gtarpenning c1629fa
fix
gtarpenning 8ae0003
fixes, working
gtarpenning d3c63f9
costmetic code refactor
gtarpenning 4f1fc99
whitespace
gtarpenning e433562
Merge branch 'master' into griffin/objs-delete
gtarpenning 3bcc8af
cleanup
gtarpenning 6d4aa7e
fix test
gtarpenning 7d0d151
merge
gtarpenning 964a4a9
fix-sqlite-dupes
gtarpenning 827b1ee
with lock
gtarpenning 05bf534
lint
gtarpenning f56870a
cleaner
gtarpenning 6a22665
Merge branch 'master' into griffin/objs-delete
gtarpenning 5b37bcf
w
gtarpenning 72a25c9
WIP
gtarpenning b795953
obj_delete with optional digests list
gtarpenning feef47e
lint
gtarpenning a8c7e95
merge
gtarpenning c343ec0
fix
gtarpenning add641f
lint
gtarpenning 014d108
update
gtarpenning f0015a3
fixtest
gtarpenning e7ced6c
fix button spacing and delete modal autosizing
gtarpenning 3e634d5
cache handling fe
gtarpenning f3e513b
dont do table delete on object delete
gtarpenning c30ef52
add back importand val_dump step
gtarpenning File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is terrible, we need a better way of storing/rendering deleted refs in the object viewer.