94 Commits (2d0416277e3259c751e869ca67ad05c5896ece3f)
 

Author SHA1 Message Date
Fabian Vowie 2d0416277e
Add allowed burst for requests to rate limiting middleware 2 years ago
Fabian Vowie e7a6833f71
Add rate limiting requests per minute field to settings 2 years ago
Fabian Vowie 5f2cbc5064
Add rate limiting middleware 2 years ago
Fabian Vowie 2735d9c9e9
Move authorization middleware to dedicated middlewares package 2 years ago
Jenkins 097ba1d683
Merge commit '25d14667db25f72388b3fa80a9d4bdeffdabc9ac' into HEAD 2 years ago
Roman Zipp 6c734a33d9
Add blur image step 2 years ago
Roman Zipp 85e5bf3efe
Add invert image step 2 years ago
Roman Zipp 2803021fef
Add fit image step 2 years ago
Jenkins 35918f318d
Merge commit '8b372c12602c590e19da48db357490de616b3f5a' into HEAD 2 years ago
Jenkins fe5405dd51
Merge commit '1a9d5120287e9fd36002c1a9d26691ddde73a1d6' into HEAD 2 years ago
Roman Zipp 2c0c6cef47
Update output config format to allow string extensions 2 years ago
Roman Zipp 80a945d3c9
Remove print debug statements 2 years ago
Roman Zipp 31e848e61a
Fix main app settings variable name collision 2 years ago
Roman Zipp 49b17e6041
Add LoadSettings function error handling 2 years ago
Jenkins 5263db806b
Merge commit 'cfd83bb5e98629ccb7d11a36b311b1f03c993bc3' into HEAD 2 years ago
Jenkins a14b78ecba
Merge commit '76d15be087f910c1ed76e62398732d650eadcd39' into HEAD 2 years ago
Fabian Vowie 7ba1ab014b
Add required authorization header for endpoints to readme 2 years ago
Roman Zipp 67b0aca0ba
Add metadata struct lowercase json tags 2 years ago
Roman Zipp c33aeac289
Add missing flip direction field in example pipeline config 2 years ago
Roman Zipp 5eb02d1417
Add readme 2 years ago
Fabian Vowie 7ee80d4c35
Add additional test for AuthenticationMiddleware that checks for Bearer prefix 2 years ago
Fabian Vowie eeba1b0947
Fix various formatting 2 years ago
Fabian Vowie 526a55623d
Fix flipped expected and actual parameters in main tests 2 years ago
Jenkins dee7d7a488
Merge commit '6ac87dc7dcdf4d3be4a40f7ab19b46ffc1a8cf2f' into HEAD 2 years ago
Fabian Vowie 4d52829e62
Add builder function to create AuthenticationMiddleware objects 2 years ago
Fabian Vowie 951e3273bd
Require 'Bearer' prefix in authorization header 2 years ago
Fabian Vowie 196b29a498
Fix assertion usage and use randomly generated token in auth middleware tests 2 years ago
Fabian Vowie c20ef13839
Add token-based authorization middleware 2 years ago
Jenkins 77435622bb
Merge commit '226099211ea11628acea089f2efe7e952310a3db' into HEAD 2 years ago
Roman Zipp 20f7068d39
Merge branch 'main' into pr-feature/add-image-processing 2 years ago
Roman Zipp c84d4c97bd
Add image flip step 2 years ago
Roman Zipp 9c3db868cf
Add grayscale image step 2 years ago
Roman Zipp 1b534a5179
Refactor pipeline tests 2 years ago
Roman Zipp dba9e2aeb4
Add pipeline test image dimension assertions 2 years ago
Roman Zipp e048ce70f7
Add storage provider open method 2 years ago
Roman Zipp ab8565edb4
Add pipeline execution test without any available steps 2 years ago
Roman Zipp 728dcd7dc7
Add rotating image step 2 years ago
Roman Zipp 84af7cccd9
Move jpeg quality setting from pipeline step to new output options 2 years ago
Roman Zipp 89cae898bd
Add resizing images 2 years ago
Roman Zipp eb4b74cbde
Add storage provider GetPath method 2 years ago
Roman Zipp 33d6072afb
Update storage provider StoreExisting method to take absolute file paths 2 years ago
Roman Zipp 67b77340a4
Add storage provider error handling on reading existing files 2 years ago
Roman Zipp fb4cf5b4f4
Add storage provider working directory parameter 2 years ago
Jenkins 76ed6e2fae
Merge commit '994677cf3412ad972b93083b24dd6a39148e2d58' into HEAD 2 years ago
Roman Zipp 3fb0520986
Add storage module error handling 2 years ago
Fabian Vowie 6f72597699
Add tags for json serialization to settings structs 2 years ago
Fabian Vowie 3e7f1a0a7f
Improve testability for LoadSettings function 2 years ago
Fabian Vowie c28d828991
Add settings.json to .gitignore 2 years ago
Fabian Vowie d87ae291e4
Rename FileSystem in settings to StorageProvider 2 years ago
Fabian Vowie ebb6ec88b3
Pretty-print default settings json 2 years ago