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
John-Mark Gurney
70c68310c3
skip a few, and import a test as different name so it runs..
2 years ago
John-Mark Gurney
51aa039e9b
depend upon version restriction in setup.py
2 years ago
John-Mark Gurney
f90c3d16ba
catch up w/ work, drop Klein for FastAPI, 3.8, and other minor
changes..
2 years ago
John-Mark Gurney
6c521cbcf5
these changes are broken, but about to clean stuff up so checkpoint..
This was partial work to go to python3, but I've now since learned that
going twisted is not the way I want to work for web frameworks, so a
large amount of this code will be dropped (kleintest.py) or rewritten..
3 years ago
John-Mark Gurney
4dd21d78cf
update to python 3..
3 years ago
John-Mark Gurney
1514a41ca1
can now look up objects based upon their hash..
4 years ago
John-Mark Gurney
db01bcffad
make sure invalid attributes raise correct exception...
Personas can now create metadata objects that are linked to themselves..
4 years ago
John-Mark Gurney
f6590c734d
comment out some debug statements..
4 years ago
John-Mark Gurney
bf544391fa
don't run some tests twice due to bad subclassing... add support
to save/restore the state of the server..
5 years ago
John-Mark Gurney
54b6ec745f
rename overlay_refs to parent_refs... fix up hash string
description..
5 years ago
John-Mark Gurney
bc99e0ba99
add a couple comments to describe why the error cases are there..
5 years ago
John-Mark Gurney
afc81b59ea
get basic object storage and lookup working...
5 years ago
John-Mark Gurney
7d6f404bcd
encode UUIDs as bytes.. This shrinks the pubkey string significantly...
5 years ago
John-Mark Gurney
42eb9220d9
before this test, verify was unneeded..
5 years ago
John-Mark Gurney
74d73cddd3
basic support for addpubkey and verifying submitted objects..
5 years ago
John-Mark Gurney
9627bf4e82
misspelling fix that didn't make previous, add uuid property for Persona
5 years ago
John-Mark Gurney
4ab4553af1
expand the pubkey to include the uuid from the identity...
this is needd to be able to lookup the pubkey...
In testing this, we verified the identity obj, and it
exposed the issue that the ASN1DictCoder doesn't actually
make canonical output (dict keys were not sorted), so fix
this locally...
5 years ago
John-Mark Gurney
3a7e7d50bf
add support for request bodies.. make sure we handle app failures
properly by setting the status code properly...
5 years ago
John-Mark Gurney
5834387a0b
add the basics for running the server, still incomplete..
5 years ago
John-Mark Gurney
e852abcc2a
refactor and make an interface to get the public key in an printable format
5 years ago
John-Mark Gurney
834a6880f9
make the comment match the code..
5 years ago