Update integration_fastapi.py#357
Conversation
Correct usage of fnmatch for ignoring some paths Signed-off-by: Berengar W. Lehr <Berengar.Lehr@uni-jena.de>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #357 +/- ##
=======================================
Coverage 95.13% 95.13%
=======================================
Files 45 45
Lines 5325 5325
=======================================
Hits 5066 5066
Misses 259 259
🚀 New features to boost your workflow:
|
|
Hello. I am curious, how did you find this? Thanks for the PR. |
|
I use a REST API as communication interface upstream (for Nextcloud/App API) but also downstream to provide files hosted in NC for further processing on our cluster and after processing the other way around to receive the results via POST before they are handed over to NC. But I couldn't figure out the NC auth mechanism, so I looked for a way to disable it. I had to disable the whole sub route (/downstream/$file_id) but as (/downstream/*) didn't work I took a dive into the code. |
|
Very interesting. I wish you good luck in development, and we are always glad to receive new PRs here or in AppAPI. |
Correct usage of fnmatch for ignoring some paths
Fixes #356 .