Jenkins
|
b7a12dbc66
|
Merge commit '8b372c12602c590e19da48db357490de616b3f5a' into HEAD
|
3 years ago |
Roman Zipp
|
8b372c1260
|
Update output config format to allow string extensions
|
3 years ago |
Jenkins
|
a38c3de274
|
Merge commit '1a9d5120287e9fd36002c1a9d26691ddde73a1d6' into HEAD
|
3 years ago |
Roman Zipp
|
1a9d512028
|
Remove print debug statements
|
3 years ago |
Roman Zipp
|
88230d5109
|
Fix main app settings variable name collision
|
3 years ago |
Roman Zipp
|
3bcbb6d147
|
Add LoadSettings function error handling
|
3 years ago |
Jenkins
|
12db910be2
|
Merge commit 'cfd83bb5e98629ccb7d11a36b311b1f03c993bc3' into HEAD
|
3 years ago |
Jenkins
|
66d9852f2e
|
Merge commit '76d15be087f910c1ed76e62398732d650eadcd39' into HEAD
|
3 years ago |
Fabian Vowie
|
76d15be087
|
Add additional test for AuthenticationMiddleware that checks for Bearer prefix
|
3 years ago |
Fabian Vowie
|
6a1a5e6985
|
Fix various formatting
|
3 years ago |
Fabian Vowie
|
6c9e77907f
|
Fix flipped expected and actual parameters in main tests
|
3 years ago |
Fabian Vowie
|
cfd83bb5e9
|
Add required authorization header for endpoints to readme
|
3 years ago |
Roman Zipp
|
ded07eb1eb
|
Add metadata struct lowercase json tags
|
3 years ago |
Roman Zipp
|
c9968e1f97
|
Add missing flip direction field in example pipeline config
|
3 years ago |
Roman Zipp
|
ca4a0e99ba
|
Add readme
|
3 years ago |
Jenkins
|
c313a758ed
|
Merge commit '6ac87dc7dcdf4d3be4a40f7ab19b46ffc1a8cf2f' into HEAD
|
3 years ago |
Fabian Vowie
|
6ac87dc7dc
|
Add builder function to create AuthenticationMiddleware objects
|
3 years ago |
Fabian Vowie
|
5bbae63e6c
|
Require 'Bearer' prefix in authorization header
|
3 years ago |
Fabian Vowie
|
a0370a78ec
|
Fix assertion usage and use randomly generated token in auth middleware tests
|
3 years ago |
Fabian Vowie
|
7aec1fb513
|
Add token-based authorization middleware
|
3 years ago |
Jenkins
|
d172b0edf5
|
Merge commit '226099211ea11628acea089f2efe7e952310a3db' into HEAD
|
3 years ago |
Roman Zipp
|
2841299689
|
Merge branch 'main' into pr-feature/add-image-processing
|
3 years ago |
Roman Zipp
|
308dad3479
|
Add image flip step
|
3 years ago |
Roman Zipp
|
6637a60c24
|
Add grayscale image step
|
3 years ago |
Roman Zipp
|
f41510c110
|
Refactor pipeline tests
|
3 years ago |
Roman Zipp
|
ac414d866b
|
Add pipeline test image dimension assertions
|
3 years ago |
Roman Zipp
|
e712b52e77
|
Add storage provider open method
|
3 years ago |
Roman Zipp
|
1a002ee46e
|
Add pipeline execution test without any available steps
|
3 years ago |
Roman Zipp
|
565e4a3bad
|
Add rotating image step
|
3 years ago |
Roman Zipp
|
ebf4b0010e
|
Move jpeg quality setting from pipeline step to new output options
|
3 years ago |
Roman Zipp
|
287880e72b
|
Add resizing images
|
3 years ago |
Roman Zipp
|
6c87a1833b
|
Add storage provider GetPath method
|
3 years ago |
Roman Zipp
|
9692c79a26
|
Update storage provider StoreExisting method to take absolute file paths
|
3 years ago |
Roman Zipp
|
906941e897
|
Add storage provider error handling on reading existing files
|
3 years ago |
Roman Zipp
|
3821f5c7fe
|
Add storage provider working directory parameter
|
3 years ago |
Roman Zipp
|
ae9f318a3e
|
Add storage module error handling
|
3 years ago |
Jenkins
|
b9921ec0d4
|
Merge commit '994677cf3412ad972b93083b24dd6a39148e2d58' into HEAD
|
3 years ago |
Fabian Vowie
|
994677cf34
|
Add tags for json serialization to settings structs
|
3 years ago |
Fabian Vowie
|
96436acd89
|
Improve testability for LoadSettings function
|
3 years ago |
Fabian Vowie
|
0f16daa99b
|
Add settings.json to .gitignore
|
3 years ago |
Fabian Vowie
|
07ae302df9
|
Rename FileSystem in settings to StorageProvider
|
3 years ago |
Fabian Vowie
|
48f82f3891
|
Pretty-print default settings json
|
3 years ago |
Fabian Vowie
|
9a6bdc2552
|
Remove leftover debug code
|
3 years ago |
Fabian Vowie
|
583103c384
|
Load settings on program start or create default if none exist
|
3 years ago |
Fabian Vowie
|
fdb4d59448
|
Add settings parsing
|
3 years ago |
Jenkins
|
f36fb2725c
|
Merge commit '08ca3c5b2c25af6eb9e278991e4ea9e7bffb839d' into HEAD
|
3 years ago |
Fabian Vowie
|
08ca3c5b2c
|
Temporarily hardcode filesystem storage provider
|
3 years ago |
Fabian Vowie
|
44038e1626
|
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 |