70 Commits (feature/add-authorization)
 

Author SHA1 Message Date
Fabian Vowie 6ac87dc7dc
Add builder function to create AuthenticationMiddleware objects 2 years ago
Fabian Vowie 5bbae63e6c
Require 'Bearer' prefix in authorization header 2 years ago
Fabian Vowie a0370a78ec
Fix assertion usage and use randomly generated token in auth middleware tests 2 years ago
Fabian Vowie 7aec1fb513
Add token-based authorization middleware 2 years ago
Jenkins d172b0edf5
Merge commit '226099211ea11628acea089f2efe7e952310a3db' into HEAD 2 years ago
Roman Zipp 2841299689
Merge branch 'main' into pr-feature/add-image-processing 2 years ago
Roman Zipp 308dad3479
Add image flip step 2 years ago
Roman Zipp 6637a60c24
Add grayscale image step 2 years ago
Roman Zipp f41510c110
Refactor pipeline tests 2 years ago
Roman Zipp ac414d866b
Add pipeline test image dimension assertions 2 years ago
Roman Zipp e712b52e77
Add storage provider open method 2 years ago
Roman Zipp 1a002ee46e
Add pipeline execution test without any available steps 2 years ago
Roman Zipp 565e4a3bad
Add rotating image step 2 years ago
Roman Zipp ebf4b0010e
Move jpeg quality setting from pipeline step to new output options 2 years ago
Roman Zipp 287880e72b
Add resizing images 2 years ago
Roman Zipp 6c87a1833b Add storage provider GetPath method 2 years ago
Roman Zipp 9692c79a26 Update storage provider StoreExisting method to take absolute file paths 2 years ago
Roman Zipp 906941e897 Add storage provider error handling on reading existing files 2 years ago
Roman Zipp 3821f5c7fe Add storage provider working directory parameter 2 years ago
Roman Zipp ae9f318a3e Add storage module error handling 2 years ago
Jenkins b9921ec0d4 Merge commit '994677cf3412ad972b93083b24dd6a39148e2d58' into HEAD 2 years ago
Fabian Vowie 994677cf34
Add tags for json serialization to settings structs 2 years ago
Fabian Vowie 96436acd89
Improve testability for LoadSettings function 2 years ago
Fabian Vowie 0f16daa99b
Add settings.json to .gitignore 2 years ago
Fabian Vowie 07ae302df9
Rename FileSystem in settings to StorageProvider 2 years ago
Fabian Vowie 48f82f3891
Pretty-print default settings json 2 years ago
Fabian Vowie 9a6bdc2552
Remove leftover debug code 2 years ago
Fabian Vowie 583103c384
Load settings on program start or create default if none exist 2 years ago
Fabian Vowie fdb4d59448
Add settings parsing 2 years ago
Jenkins f36fb2725c Merge commit '08ca3c5b2c25af6eb9e278991e4ea9e7bffb839d' into HEAD 2 years ago
Fabian Vowie 08ca3c5b2c
Temporarily hardcode filesystem storage provider 2 years ago
Fabian Vowie 44038e1626
Fix store methods not being public 2 years ago
Fabian Vowie a3a28f0d2e
Return created file path in store methods 2 years ago
Fabian Vowie 44ceaf8582
Improve storage wrapper tests by checking file content 2 years ago
Fabian Vowie 3a15614ca9
Cleanup duplicate code in storeExisting method 2 years ago
Fabian Vowie 1bfc426158
Add method to store locally existing files to storage wrapper 2 years ago
Fabian Vowie 86f09ffca9
Add storage api wrapper 2 years ago
Jenkins 842c3750f6 Merge commit 'dbcf08b197b6b08352597588611e489f8188f643' into HEAD 2 years ago
Roman Zipp dbcf08b197 Handle json encoding errors 2 years ago
Roman Zipp d863b7211e Rename step executable getter method 2 years ago
Roman Zipp 7aca6b1a0d Add image compression step deserialization 2 years ago
Roman Zipp a4650f6900 Add step options 2 years ago
Roman Zipp 98df5d0456 Add step struct json tags 2 years ago
Jenkins cfbd2fb8f8 Merge commit 'dab78ea4e94e3deabc81c1c44cd42cd3de706d77' into HEAD 2 years ago
Roman Zipp dab78ea4e9 Split pipeline definition to step files 2 years ago
Roman Zipp 7869d1e96f Move pipeline files to subpackage 2 years ago
Roman Zipp 4ec9c87a10 Tidy up go modules 2 years ago
Roman Zipp 7c7fa19661 Move pipeline configs to new config directory 2 years ago
Roman Zipp ce9403ef84 Fix http pipeline handler typo 2 years ago
Jenkins 15ca2a91f1 Merge commit 'e26544ddf550c7fcaf550af88eac5163fa8f2ee2' into HEAD 2 years ago