1
0
mirror of https://github.com/enpaul/kodak.git synced 2024-09-21 08:13:54 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
fc658d07dd
Remove unused docs infrastructure 2021-10-28 19:52:01 -04:00
25ef2c279e
Remove duplicate config from pylintrc 2021-10-28 19:48:37 -04:00
0d19fb01a8
Fix digest format example 2021-10-28 19:35:56 -04:00
978fac15a1
Update license formatting 2021-10-28 19:03:39 -04:00
888225bdf7
Rename project to fresnel-lens 2021-10-28 19:03:09 -04:00
f9c38a5bcc
Update openapi to simplify structure
Abandon all but the simplest of auth schemas
Remove dynamic image generation
Add support for cache control
Add support for 501, 405, and 422 status codes
2021-10-28 18:33:41 -04:00
7b49146123
Add digest header to api spec 2021-05-08 23:01:16 -04:00
ab8b53d2cf
Add API endpoint to docs for image config aliases
Remove post/delete options from main image endpoint docs
2021-05-08 19:46:05 -04:00
2efd5c1cbe
Add openapi spec validation and build integartion 2021-05-07 22:39:16 -04:00
4f760fa1e5
Add dev makefile target 2021-05-07 22:12:13 -04:00
867180584b
Update tox-poetry-installer to 0.8 2021-05-07 22:02:43 -04:00
2608be7c6f
Refactor openapi spec to meet new requirements and scopes 2021-05-06 01:36:43 -04:00
d92b53a60c
Rename project to imagemuck 2021-05-05 13:48:02 -04:00
6a7662ae0f
Rename project to dehance 2021-05-02 18:13:24 -04:00
3b05fb2053
Add simple dev server entrypoint 2020-12-21 22:35:13 -05:00
822f40122e
Add custom exceptions module 2020-12-21 22:35:13 -05:00
d6ae786877
Implement trivial functionality for image handling resource 2020-12-21 22:35:13 -05:00
7daecb8e26
Add initial server infrastructure 2020-12-21 22:35:13 -05:00
548a5c8b1d
Bump feature version
Fix mixmatched meta
2020-12-21 22:35:12 -05:00
f6b19273f8
Add initial config and constants modules 2020-12-21 22:34:33 -05:00
e265dda12d
Add initial database schema and infrastructure components 2020-12-21 22:34:33 -05:00
474d846f47
Add peewee ORM dependency 2020-12-21 22:34:32 -05:00
3e08b62010
Add shared base resource object and update main resources to use it 2020-12-21 22:33:40 -05:00
be1f02c414
Update openapi spec to include size rejection error for upload
Update upload method from put to post
2020-12-21 22:33:40 -05:00
c2e6ee097c
Add openapi symlink for packaging the spec file with the dists 2020-12-21 22:33:40 -05:00
c0429ee523
Add required dependencies for server resource endpoints 2020-12-21 22:33:39 -05:00
feae618ed5
Add initial resource skeleton to match openapi spec 2020-12-21 22:31:43 -05:00
efd328ad5f
Update makefile with better option expansion and new publish target 2020-12-21 22:06:02 -05:00
179771adc0
Overhaul tox config for new locked dependency standards 2020-12-21 21:52:23 -05:00
ac3910ca62
Add tox-poetry-installer plugin for using locked dependencies 2020-12-21 21:52:07 -05:00
1c1de0c241
Fix missing repo metadata
Add missing entries to __about__
Add missing tests/__init__ file
Add missing tests to test_about
Fix trailing whitespace in openapi
2020-12-21 21:51:20 -05:00
e94e239938
Update pyproject with latest pypi-ready config details
Add classifiers
Add tests to source dists to support testing while building
Add license, keywords, and docs
Update build system to use poetry-core
2020-12-21 21:27:55 -05:00
2aee3ac946
Add typing stubfile 2020-12-21 21:19:56 -05:00
3f5259e0b5
Update pre-commit config to use locked dependencies in poetry env 2020-12-21 21:18:46 -05:00
92d4382373
Add .db files to gitignore 2020-12-21 21:13:49 -05:00
f019c6e14b
Add initial openapi spec file for the HTTP api 2020-09-17 21:07:26 -04:00
3034074de0
Initial commit 2020-09-16 03:41:53 -04:00