Merged
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #146 +/- ##
=======================================
Coverage 76.73% 76.73%
=======================================
Files 41 41
Lines 1831 1831
=======================================
Hits 1405 1405
Misses 426 426 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cehbrecht
approved these changes
Dec 15, 2025
fmigneault
added a commit
to bird-house/birdhouse-deploy
that referenced
this pull request
Feb 17, 2026
…OL Python and http-related libraires (#622) ## Overview Update multiple components with corresponding updates of `urllib`, `requests`, etc. At the same time, bump to Python 3.13 versions as applicable. ## Changes **Non-breaking changes** - STAC API: Security update, minor OpenAPI version reporting fixes, and `stac-fastapi`/`starlette` compatibility fix using [2.3.0](https://github.com/crim-ca/stac-app/releases/tag/2.3.0) - relates to crim-ca/stac-app#65 - relates to crim-ca/stac-app#69 - relates to crim-ca/stac-app#74 - Cowbird: Security update to version [2.6.0](https://github.com/Ouranosinc/cowbird/releases/tag/2.6.0) - relates to Ouranosinc/cowbird#98 - Magpie: Security update to version [4.3.0](https://github.com/Ouranosinc/Magpie/releases/tag/4.3.0) - relates to Ouranosinc/Magpie#640 - relates to Ouranosinc/Magpie#642 - Twitcher: Security update to version [0.11.0](https://github.com/bird-house/twitcher/releases/tag/v0.11.0) - relates to bird-house/twitcher#143 - relates to bird-house/twitcher#145 - relates to bird-house/twitcher#146 - relates to bird-house/twitcher#148 - Weaver: Security and dependency fix update using version [6.8.3](https://github.com/crim-ca/weaver/releases/tag/6.8.3) - relates to crim-ca/weaver#868 - relates to crim-ca/weaver#869 - relates to crim-ca/weaver#877 - relates to crim-ca/weaver#881 - Weaver: Update `post-docker-compose-up` script. - Handle multiple Magpie cookies in response. This can happen depending on specific internal HTTP libraries versions of the services. To retain backward/forward compatibility, all cookies returned from Magpie are chained in following `curl` commands. - Use birdhouse `log` utility to report operations produced by the script rather than custom "echo level". - Weaver: Job Result Proxy Buffers - The *Job Results* responses of `weaver` can return a lot of `Link` headers. This is done to provide job metadata references and provenance traceability details, but also for actual results locations that can vary in quantity depending on the actual process execution. Therefore, the Ngnix `proxy_buffer_size` and `proxy_buffers` directives of the `proxy` service must be added with sufficiently large values to avoid HTTP 502 errors when the response headers exceed the default buffer sizes. The `WEAVER_PROXY_RESPONSE_BUFFER_SIZE` and `WEAVER_PROXY_RESPONSE_BUFFER_COUNT` variables are added to allow further customization as needed by the server. Their defaults are reasonable values to meet minimal requirements by `weaver`'s metadata `Link` and a few result outputs. - Birdhouse: Allow `log <LEVEL> -n ...` and `log <LEVEL> -p ...` to generate log outputs without newline/prefixes. These options allow writing multiple log entries onto the same line for correct visual rendering of distinct `log` calls separated to allow some intermediate logic. The `log` function invocations with these options respect the log levels in order to make the messages consistent with enabled redirections and verbosity. **Breaking changes** - n/a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.