Drew Short
54ec24f327
Simple patching service. Missing full validation.
7 years ago
Drew Short
cfa367a9d4
Standardize serialization around db.Model and adjust raised errors
7 years ago
Drew Short
64bd6190cd
Simplify registering transformers
* Added a test to assert the error for registering the same model twice
7 years ago
Drew Short
828ee35096
Added a hierarchical Role system and lookup for the authentication.
7 years ago
Drew Short
1bccbc413c
Added error handlers to return APIResponse objects as JSON
* Added endpoint to register users
* Added decorator to require roles for endpoints
* Refactored and cleaned up code
7 years ago
Drew Short
62febebe8a
Fix a pycodestyle violation
7 years ago
Drew Short
e2de2699fd
Allow transformation service to handle serialization and deserialization
7 years ago
Drew Short
8fed7b57ba
Add serializer for UserToken and update tests
7 years ago
Drew Short
ff600b56a0
Adding basic model serialization and a simple User api
7 years ago
Drew Short
d2ddef20c8
Fix pydocstyle complaints
7 years ago
Drew Short
f7b6586a61
Working on integrating pylint and pydocstyle into the build process
7 years ago
Drew Short
ffed367e2a
Address mypy complaints
7 years ago
Drew Short
207c72fe54
Address pycodestyle complaints
7 years ago
Drew Short
43fc990ddc
Adding some simple tests for the login/bump/logout features
7 years ago
Drew Short
695c2456de
Major quality of life changes
* Refactored code and modules for consistency/readability
* Updated primary migration script
* Impletmented rudimentary User and UserToken services
* Started work on adding testing
* Broke API into blueprints, starting with authentication
* Added a simple cli manage.py utility
* Added a Dockerfile to create a runnable Atheneum instance
7 years ago