John-Mark Gurney
f8f84632ef
standardize path name fetching...
2 years ago
John-Mark Gurney
dd434d452b
use a decorator to standardize getting the needed structures
2 years ago
John-Mark Gurney
46e88fde76
now that updates are immediately written, name it just quit
2 years ago
John-Mark Gurney
003612d47e
convert the main data store to SQLite3...
one minor issue is that the identity object gets dump'd twice..
2 years ago
John-Mark Gurney
5c3ec4fc78
big update, fix a couple bugs, and add an interactive mode
make sure tags/properties are unique...
support tuples in asn1coder, for the tag cache
make sure that only one of each uuid is stored in hashes, and that
it is the last modified version.
for containers, since we're uniquified them, just replace them..
2 years ago
John-Mark Gurney
dcc46bc962
add comment
2 years ago
John-Mark Gurney
356be8332b
support mappings, that is one host has the same files as another...
this fleshes out hostuuid better..
add a more useful debug print..
2 years ago
John-Mark Gurney
56503fdcdb
add host object, to be used for mappings...
2 years ago
John-Mark Gurney
0d0ae8ead4
make ms:tag unique, drop dups..
2 years ago
John-Mark Gurney
c004e8fdb5
add support for torrents with a single file in them..
2 years ago
John-Mark Gurney
f2db9119e4
print out which container didn't have all it's files added
2 years ago
John-Mark Gurney
e5e22a0361
allow updating the container object...
2 years ago
John-Mark Gurney
4358f3429c
this was fixed in recent commit, when loadobj drops the old one..
2 years ago
John-Mark Gurney
609ef37b96
dump out the identity as well, makes it easier to import
2 years ago
John-Mark Gurney
cf7a81b22a
add option to sign on import..
If the identity changed, generate a new uuid, and set created_by and
modified appropriately...
2 years ago
John-Mark Gurney
f9659df3b3
make sure that importing only takes the latest FileObject...
the modified is the correct, not mtime, as someone can put an
"older" modified file, but at a later time, so it's assumed
that the most recently modified fileobject has the most up to
date data..
2 years ago
John-Mark Gurney
549de4082c
add container support, handle when a fileobject exists, but no metadata
The later happens after importing a container.
2 years ago
John-Mark Gurney
123a9597a5
properly escape file names when using rglob
2 years ago
John-Mark Gurney
42d62ac097
create a more simple validate function, fix test to be more complete
2 years ago
John-Mark Gurney
4091bc38cc
support encoding bytes...
2 years ago
John-Mark Gurney
c895cd2ebd
simplify regex in test..
2 years ago
John-Mark Gurney
22970029de
add a file that should have been added a while back..
2 years ago
John-Mark Gurney
cd9159ddf3
add auto command to populate some standard fields, e.g. mimetype
2 years ago
John-Mark Gurney
729f22e431
add bencode tests to run automaticaly, no cover unused func
2 years ago
John-Mark Gurney
4a28327b7d
forgot this modifications..
2 years ago
John-Mark Gurney
de98507cd3
support specifying multiple files at once
2 years ago
John-Mark Gurney
53c4ac2f39
minor improvements to coverage, ignoring buggy/tests
2 years ago
John-Mark Gurney
4b2b5a1b0a
make sure json encoding fails on unhandled classes..
2 years ago
John-Mark Gurney
69b1b1c856
implement import (json, from dump) and drop (delete from db)
2 years ago
John-Mark Gurney
0d258c04f4
make sure that iter returns uniq objects..
2 years ago
John-Mark Gurney
1accd1392a
make json coding a thing...
2 years ago
John-Mark Gurney
4b9ce5a97f
add some information about this one..
2 years ago
John-Mark Gurney
ab539f5ef7
forgot to add this w/ a previous commit..
2 years ago
John-Mark Gurney
d2895ce7fa
forgot the fileobject's id (host+dir+filename)
2 years ago
John-Mark Gurney
bf0677d6a3
add skip, make sure hostid is a uuid when reloaded..
2 years ago
John-Mark Gurney
ff565c7b93
make path absolute, so same dir/file from different cwd are same
2 years ago
John-Mark Gurney
2a281d5d99
addressed in a previous commit..
2 years ago
John-Mark Gurney
53c6d72103
spell genident properly..
2 years ago
John-Mark Gurney
c557d34725
reformat and add comments to a test..
2 years ago
John-Mark Gurney
c2f3364647
add support for hostid..
2 years ago
John-Mark Gurney
37212a4c08
if list creates a file, write it out..
2 years ago
John-Mark Gurney
cda0102972
update pasn1 to UTC support, add missing test files...
fix up code to pass all the tests...
2 years ago
John-Mark Gurney
4fb88a47f4
wrap lines
2 years ago
John-Mark Gurney
0f2dd2a693
convert tests to be data driven, use pathlib, fix creating metadata
update print order to print common fields first per order in list..
if ident doesn't change it (no args), print out current identity..
2 years ago
John-Mark Gurney
9824f55b0a
remove the old code that was replaced in the previous commit..
2 years ago
John-Mark Gurney
83b6099972
change how the cli works, still not great..
2 years ago
John-Mark Gurney
e1d195c6b1
various minor improvements:
make public key a str, instead of binary
add more tests so that it actually creates the database
better error reporting..
2 years ago
John-Mark Gurney
bb28fff062
point to the correct entry point..
2 years ago
John-Mark Gurney
21dfa9e3c5
failfast so it's easier to debug..
2 years ago
John-Mark Gurney
d4d2d2e367
minor changes to sorted, and make hashing large files work..
2 years ago