81 Commits (e64581e537c92d5e365a8c24b908ee7731e41539)
 

Author SHA1 Message Date
Roman Zipp e64581e537
Add LoadSettings function error handling 3 years ago
Jenkins 44206a3225
Merge commit 'cfd83bb5e98629ccb7d11a36b311b1f03c993bc3' into HEAD 3 years ago
Jenkins 244f99e74e
Merge commit '76d15be087f910c1ed76e62398732d650eadcd39' into HEAD 3 years ago
Fabian Vowie 90e933f87f
Add required authorization header for endpoints to readme 3 years ago
Roman Zipp d5751e5a92
Add metadata struct lowercase json tags 3 years ago
Roman Zipp 2c8e91d2de
Add missing flip direction field in example pipeline config 3 years ago
Roman Zipp 628e9b7bc0
Add readme 3 years ago
Fabian Vowie 1d7c3f4be6
Add additional test for AuthenticationMiddleware that checks for Bearer prefix 3 years ago
Fabian Vowie 9c0ec1299f
Fix various formatting 3 years ago
Fabian Vowie 37615c6708
Fix flipped expected and actual parameters in main tests 3 years ago
Jenkins 1fc186a596
Merge commit '6ac87dc7dcdf4d3be4a40f7ab19b46ffc1a8cf2f' into HEAD 3 years ago
Fabian Vowie bf750dcc58
Add builder function to create AuthenticationMiddleware objects 3 years ago
Fabian Vowie 1e85b58175
Require 'Bearer' prefix in authorization header 3 years ago
Jenkins 1a1c0e7631
Merge commit '226099211ea11628acea089f2efe7e952310a3db' into HEAD 3 years ago
Fabian Vowie cb8e508262
Fix assertion usage and use randomly generated token in auth middleware tests 3 years ago
Fabian Vowie e909ffd3a6
Add token-based authorization middleware 3 years ago
Roman Zipp 70eace20ec
Merge branch 'main' into pr-feature/add-image-processing 3 years ago
Roman Zipp a7f5b2ba27
Add image flip step 3 years ago
Roman Zipp 8b1689c240
Add grayscale image step 3 years ago
Roman Zipp 337e8af0e2
Refactor pipeline tests 3 years ago
Roman Zipp 83f3e265c1
Add pipeline test image dimension assertions 3 years ago
Roman Zipp afea4086a4
Add storage provider open method 3 years ago
Roman Zipp 140f998714
Add pipeline execution test without any available steps 3 years ago
Roman Zipp b44849c35b
Add rotating image step 3 years ago
Roman Zipp 5b42040c78
Move jpeg quality setting from pipeline step to new output options 3 years ago
Roman Zipp 58e720bf29
Add resizing images 3 years ago
Roman Zipp f12fbbbc32
Add storage provider GetPath method 3 years ago
Roman Zipp 401d464c58
Update storage provider StoreExisting method to take absolute file paths 3 years ago
Roman Zipp 3ac86afc26
Add storage provider error handling on reading existing files 3 years ago
Roman Zipp f836a58c18
Add storage provider working directory parameter 3 years ago
Jenkins 32edaa264f
Merge commit '994677cf3412ad972b93083b24dd6a39148e2d58' into HEAD 3 years ago
Roman Zipp 68885ce039
Add storage module error handling 3 years ago
Fabian Vowie 61dab14ad5
Add tags for json serialization to settings structs 3 years ago
Fabian Vowie 50c4185a35
Improve testability for LoadSettings function 3 years ago
Fabian Vowie fc33f44c1a
Add settings.json to .gitignore 3 years ago
Fabian Vowie 16af2d55be
Rename FileSystem in settings to StorageProvider 3 years ago
Fabian Vowie 4cc190f7a7
Pretty-print default settings json 3 years ago
Fabian Vowie c0394a737a
Remove leftover debug code 3 years ago
Fabian Vowie d38a827d84
Load settings on program start or create default if none exist 3 years ago
Jenkins 4d16abf999
Merge commit '08ca3c5b2c25af6eb9e278991e4ea9e7bffb839d' into HEAD 3 years ago
Fabian Vowie 967e0dd6e9
Add settings parsing 3 years ago
Fabian Vowie 08af716f9c
Temporarily hardcode filesystem storage provider 3 years ago
Fabian Vowie 1e58c66d97
Fix store methods not being public 3 years ago
Fabian Vowie a3a28f0d2e
Return created file path in store methods 3 years ago
Fabian Vowie 44ceaf8582
Improve storage wrapper tests by checking file content 3 years ago
Fabian Vowie 3a15614ca9
Cleanup duplicate code in storeExisting method 3 years ago
Fabian Vowie 1bfc426158
Add method to store locally existing files to storage wrapper 3 years ago
Fabian Vowie 86f09ffca9
Add storage api wrapper 3 years ago
Jenkins 842c3750f6 Merge commit 'dbcf08b197b6b08352597588611e489f8188f643' into HEAD 3 years ago
Roman Zipp dbcf08b197 Handle json encoding errors 3 years ago