fix: network, RPC and test compatibility fixes for Resolute#112
Merged
alexsander-souza merged 10 commits intocanonical:resolute_supportfrom Apr 7, 2026
Merged
fix: network, RPC and test compatibility fixes for Resolute#112alexsander-souza merged 10 commits intocanonical:resolute_supportfrom
alexsander-souza merged 10 commits intocanonical:resolute_supportfrom
Conversation
…clude namespace prefix
…k in concurrent IP allocation test
r00ta
approved these changes
Apr 7, 2026
b89c230
into
canonical:resolute_support
1 of 2 checks passed
alexsander-souza
added a commit
that referenced
this pull request
Apr 8, 2026
fix(provisioningserver): add missing `urls` parameter to `_build_rpc_info_urls` fix(provisioningserver): skip IPv4 multicast group join on IPv6 interfaces fix(metadataserver): use `closing()` context manager to prevent HTTP connection leaks in `maas_run_remote_scripts` and `maas_run_scripts` refactor(maastemporalworker): drop custom Pydantic v1 payload converter in favour of `temporalio.contrib.pydantic.pydantic_data_converter` test(maasserver): initialize service layer outside transactional block in concurrent IP allocation test test(maasserver): fix websockets Transfer-Encoding response header assertion test(provisioningserver): update xpath error message assertions to include namespace prefix test: fix `IPNetwork` calls to use explicit addresses and `expand_partial=True` for netaddr v1 compatibility
alexsander-souza
added a commit
that referenced
this pull request
Apr 8, 2026
fix(provisioningserver): add missing `urls` parameter to `_build_rpc_info_urls` fix(provisioningserver): skip IPv4 multicast group join on IPv6 interfaces fix(metadataserver): use `closing()` context manager to prevent HTTP connection leaks in `maas_run_remote_scripts` and `maas_run_scripts` refactor(maastemporalworker): drop custom Pydantic v1 payload converter in favour of `temporalio.contrib.pydantic.pydantic_data_converter` test(maasserver): initialize service layer outside transactional block in concurrent IP allocation test test(maasserver): fix websockets Transfer-Encoding response header assertion test(provisioningserver): update xpath error message assertions to include namespace prefix test: fix `IPNetwork` calls to use explicit addresses and `expand_partial=True` for netaddr v1 compatibility
alexsander-souza
added a commit
that referenced
this pull request
Apr 9, 2026
fix(provisioningserver): add missing `urls` parameter to `_build_rpc_info_urls` fix(provisioningserver): skip IPv4 multicast group join on IPv6 interfaces fix(metadataserver): use `closing()` context manager to prevent HTTP connection leaks in `maas_run_remote_scripts` and `maas_run_scripts` refactor(maastemporalworker): drop custom Pydantic v1 payload converter in favour of `temporalio.contrib.pydantic.pydantic_data_converter` test(maasserver): initialize service layer outside transactional block in concurrent IP allocation test test(maasserver): fix websockets Transfer-Encoding response header assertion test(provisioningserver): update xpath error message assertions to include namespace prefix test: fix `IPNetwork` calls to use explicit addresses and `expand_partial=True` for netaddr v1 compatibility
alexsander-souza
added a commit
that referenced
this pull request
Apr 17, 2026
fix(provisioningserver): add missing `urls` parameter to `_build_rpc_info_urls` fix(provisioningserver): skip IPv4 multicast group join on IPv6 interfaces fix(metadataserver): use `closing()` context manager to prevent HTTP connection leaks in `maas_run_remote_scripts` and `maas_run_scripts` refactor(maastemporalworker): drop custom Pydantic v1 payload converter in favour of `temporalio.contrib.pydantic.pydantic_data_converter` test(maasserver): initialize service layer outside transactional block in concurrent IP allocation test test(maasserver): fix websockets Transfer-Encoding response header assertion test(provisioningserver): update xpath error message assertions to include namespace prefix test: fix `IPNetwork` calls to use explicit addresses and `expand_partial=True` for netaddr v1 compatibility
alexsander-souza
added a commit
that referenced
this pull request
Apr 17, 2026
fix(provisioningserver): add missing `urls` parameter to `_build_rpc_info_urls` fix(provisioningserver): skip IPv4 multicast group join on IPv6 interfaces fix(metadataserver): use `closing()` context manager to prevent HTTP connection leaks in `maas_run_remote_scripts` and `maas_run_scripts` refactor(maastemporalworker): drop custom Pydantic v1 payload converter in favour of `temporalio.contrib.pydantic.pydantic_data_converter` test(maasserver): initialize service layer outside transactional block in concurrent IP allocation test test(maasserver): fix websockets Transfer-Encoding response header assertion test(provisioningserver): update xpath error message assertions to include namespace prefix test: fix `IPNetwork` calls to use explicit addresses and `expand_partial=True` for netaddr v1 compatibility
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.
fix(provisioningserver): add missing
urlsparameter to_build_rpc_info_urlsfix(provisioningserver): skip IPv4 multicast group join on IPv6 interfaces
fix(metadataserver): use
closing()context manager to prevent HTTP connectionleaks in
maas_run_remote_scriptsandmaas_run_scriptsrefactor(maastemporalworker): drop custom Pydantic v1 payload converter in
favour of
temporalio.contrib.pydantic.pydantic_data_convertertest(maasserver): initialize service layer outside transactional block in
concurrent IP allocation test
test(maasserver): fix websockets Transfer-Encoding response header assertion
test(provisioningserver): update xpath error message assertions to include
namespace prefix
test: fix
IPNetworkcalls to use explicit addresses andexpand_partial=Truefor netaddr v1 compatibility