-
Notifications
You must be signed in to change notification settings - Fork 3
0.9.0 #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Lance-Drane
wants to merge
23
commits into
main
Choose a base branch
from
candidate-0.9.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
0.9.0 #41
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
dcd536e
#8 - add schema-level and service-level handling of multiple content …
Lance-Drane aaec825
do not include destination in lifecycle messages
Lance-Drane 42345a2
Merge remote-tracking branch 'origin/diverse-content-types' into cand…
Lance-Drane f664bdf
add tests to ensure binary content-type annotation is always 'bytes'
Lance-Drane 664e1f9
#26 - always include a base value for the schema title
Lance-Drane cf8d928
Merge remote-tracking branch 'origin/main' into candidate-0.9.0
Lance-Drane c9e06f7
fix documentation for intersect_status
Lance-Drane 92c3894
#24 - allow INTERSECT error propagation with IntersectCapabilityError
Lance-Drane b645ae2
fix docstring
Lance-Drane e05e274
#29 - add universal capability, #23 - namespace statuses
Lance-Drane 5a400a0
make sure IntersectSdkCoreCapability registers the Service as an obse…
Lance-Drane 1460e98
#23 and #33 - change event API, namespace events with capabilities
Lance-Drane acd3218
add ability to include event documentation in events schema
Lance-Drane 2a7cb75
provide more metadata for events in schemas
Lance-Drane 5ed5be6
make pika a required dependency
Lance-Drane d0bcb95
update paho-mqtt from v1 to v2
Lance-Drane 5a0a752
add support for mqtt v5, upgrade RabbitMQ and paho-mqtt versions
Lance-Drane e09f13f
#8 - refine protocol-level handling, drop MQTT 3.x support
Lance-Drane 0f54101
Merge remote-tracking branch 'origin/main' into candidate-0.9.0
Lance-Drane ef8db54
#40 - include campaign ID, request ID, message ID in userspace messages
Lance-Drane c9a3ebf
update changelog in preparation for 0.9.0 release
Lance-Drane 9009e59
update changelog in preparation for 0.9.0 release
Lance-Drane fe99083
Add candidate-* branches to CI workflow
marshallmcdonnell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to change in ci.yml as well?
I am having issues with running the e2e tests locally, getting "FAILED".
(env) ntm@lap128806:python-sdk$ pdm run test-all -vvv
======================================================= test session starts =======================================================
platform linux -- Python 3.11.9, pytest-8.3.2, pluggy-1.5.0 -- /home/ntm/projects/intersect/github/python-sdk/env/bin/python
cachedir: .pytest_cache
rootdir: /home/ntm/projects/intersect/github/python-sdk
configfile: pyproject.toml
plugins: cov-5.0.0
collected 169 items
tests/e2e/test_examples.py::test_example_1_hello_world_amqp FAILED [ 0%]
tests/e2e/test_examples.py::test_example_1_hello_world_mqtt FAILED [ 1%]
tests/e2e/test_examples.py::test_example_1_hello_world_minio FAILED [ 1%]
tests/e2e/test_examples.py::test_example_1_hello_world_events ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it does! I just forgot to fix the version on the candidate branch, as I had fixed the URI on the main branch.