Drew Short
acb431ca60
Merge branch 'development' into 'master'
Adding sphinxjsondomain to document json objects
See merge request warricksothr/Atheneum!8
6 years ago
Drew Short
cb6caf4ac1
Adding sphinxjsondomain to document json objects
6 years ago
Drew Short
8419ecb7e0
Merge branch 'development' into 'master'
Add paginated User endpoint
See merge request warricksothr/Atheneum!7
6 years ago
Drew Short
358d4e3bbd
Merge remote-tracking branch 'origin/master' into development
6 years ago
Drew Short
747ebed08b
Added paginated user endpoint
* Updated User API documentation
6 years ago
Drew Short
dfc0a550ab
Updating API documentation with json object notation
6 years ago
Drew Short
88ed5c9dce
Merge branch 'development' into 'master'
Updating API documentation
See merge request warricksothr/Atheneum!6
6 years ago
Drew Short
d315335805
Merge remote-tracking branch 'origin/master' into development
6 years ago
Drew Short
9168fa9ca0
Updating the user api documentation to have the correct success meanings
6 years ago
Drew Short
3743ace34c
Merge branch 'development' into 'master'
Adjusting pages job
See merge request warricksothr/Atheneum!5
6 years ago
Drew Short
38a25aa647
Adjusting jobs according to gitlab documents
* https://docs.gitlab.com/ce/user/project/pages/getting_started_part_two.html
6 years ago
Drew Short
d15f8006e7
Merge remote-tracking branch 'origin/master' into development
6 years ago
Drew Short
068061dbfb
Merge branch 'development' into 'master'
Development
See merge request warricksothr/Atheneum!4
6 years ago
Drew Short
4d596299e4
Development
6 years ago
Drew Short
d48b7ca871
Changed build stage to deploy
6 years ago
Drew Short
85334a1e5d
Merge remote-tracking branch 'origin/master' into development
6 years ago
Drew Short
2aa96435a1
Merge branch 'development' into 'master'
Development
See merge request warricksothr/Atheneum!3
6 years ago
Drew Short
9298df7e5d
Development
6 years ago
Drew Short
8580e66662
Merge remote-tracking branch 'origin/master' into development
6 years ago
Drew Short
726e5e4af3
Added documentation build step limit to master branch
6 years ago
Drew Short
2ba4061e34
Removed dependency on Make
6 years ago
Drew Short
3af84c7691
Removed no-cache parameter
6 years ago
Drew Short
3e4834d251
Adjusting gitlab-ci build script
6 years ago
Drew Short
77faff1520
Testing pages production
6 years ago
Drew Short
5452447a53
Merge branch 'development' into 'master'
Development
See merge request warricksothr/Atheneum!2
6 years ago
Drew Short
1d91bf5ded
Merge remote-tracking branch 'origin/master' into development
6 years ago
Drew Short
d198610eea
Removed gce tag from gitlab build file
6 years ago
Drew Short
25796148b9
Adding GitLab pages integration
6 years ago
Drew Short
bb27b946c2
Merge branch 'development' into 'master'
Development
See merge request warricksothr/Atheneum!1
6 years ago
Drew Short
9b91964fb9
Finish documentation work for 2018.8.1
* Added a delete method for the user_api
* Added a password strength verification
* Allow the registration of a user to include a desired password
* Raised validation errors instead of value errors
* Added a 404 error handler to return a json APIMessage alongside the 404
6 years ago
Drew Short
3377a17146
Add basic sphinx documentation scaffold
6 years ago
Drew Short
3991bb45ea
Removing links
6 years ago
Drew Short
d6c90024f2
Attempting to fix links
6 years ago
Drew Short
c128778e7f
Adding links to files
6 years ago
Drew Short
b91dff8b97
Added basic repository documentation
6 years ago
Drew Short
1a74b7a02b
Pinned dev resources.
* Make sure to run pipenv update --dev to have the latest linters
* Ignored the useless-return for the session blocker
6 years ago
Drew Short
99412dc7a2
Attempting to resolve differences between CI and dev environment
6 years ago
Drew Short
b483ec3d54
Fix pipenv dev dependencies and address pylint complaints
6 years ago
Drew Short
c811849e77
Validated patch mechanism works on User
* Fixed datetime deserializer
* Changed patch functionality to be the intersection of passed in keys and attributes from the model
* This prevents None attributes on patch model from being set on the original model, unless a null was passed in with the key for that attribute
* Nullable field validators need to be automatically generated on the model
* Updated tests to accommodate changes
* Added iso8601 library to handle parsing incoming rfc3339 datetimes
6 years ago
Drew Short
ba9c6aa3f6
Patching service backed by validation service.
6 years ago
Drew Short
013130e064
Fix returned exception for invalid token
6 years ago
Drew Short
54ec24f327
Simple patching service. Missing full validation.
6 years ago
Drew Short
cfa367a9d4
Standardize serialization around db.Model and adjust raised errors
6 years ago
Drew Short
64bd6190cd
Simplify registering transformers
* Added a test to assert the error for registering the same model twice
6 years ago
Drew Short
828ee35096
Added a hierarchical Role system and lookup for the authentication.
6 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
6 years ago
Drew Short
62febebe8a
Fix a pycodestyle violation
6 years ago
Drew Short
e2de2699fd
Allow transformation service to handle serialization and deserialization
6 years ago
Drew Short
897b7154e3
Disable sessions
6 years ago
Drew Short
8fed7b57ba
Add serializer for UserToken and update tests
6 years ago