Binary encodings and modularization#37
Draft
tipatterson-dev wants to merge 31 commits into
Draft
Conversation
…I generated and will be manually reviewed as time permits
…prove overall doc coverage of streamableresource.py
…d-workflow-addition Test cleanup and workflow addition
…_/from_swejson_dict, to_/from_geojson_dict, and to_/from_csapi_dict methods across System/Datastream/ControlStream and their underlying pydantic resource/schema models for round-tripping CS API server JSON, deprecated the older System.from_system_resource and Datastream.from_resource factories, and fixed three latent bugs (Node._client_session initialization, TimeUtils.time_to_iso UTC handling, ObservationOMJSONInline alias direction) exposed by the new tests.
…zation-deserialization-options Added format-explicit to_/from_smljson_dict, to_/from_omjson_dict, to…
…endency to main publish workflow so we are less likely to publish a broken build
…ing the workflow to execute on pushes
…used with underlying object representations that are needed for actual wire serialization. Update docs to reflect this.
update related docs
…dd networked tests to verify that commands can be sent based off source schemas and maintain coherence across the wire.
… the same process.
…y of the base consysapi object by subclassing based on request type
… the properties were not honored due to only accepting the default value for the type property
… account for this. Add a SchemaFetchWarning to alert users when this fails so it doesn't get missed.
…unions and forcing rebuilds on the models to fix a forward ref to AnyComponent
…uf and flatbuffers
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.
Updates MQTT to be interoperable with the latest updates to the OSH node's MQTT module and other providers that are using the latest DRAFT version of OGC API Connected Systems.
There are also a host of documentation and improvements and bug fixes as well as some QoL enhancements in terms of organization.
This PR is will remain a draft until the PRs in OSH Core and Addons are able to be integrated.