Skip to content
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

feat(events): restore full invocation in event payloads #6447

Merged
merged 4 commits into from
May 27, 2024

Conversation

psychedelicious
Copy link
Collaborator

Summary

I had removed the full invocation from the event payloads. Shouldn't have done that.

Note about the huge diff: I had a different version of pydantic installed at some point, which slightly altered a ton of schema components. This typegen was done on the correct version of pydantic and un-does those alterations, in addition to the intentional changes to event models.

Related Issues / Discussions

n/a

QA Instructions

n/a

Merge Plan

n/a

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)

Removing this is a breaking API change - some consumers of the events need the whole invocation. Didn't realize that until now.
Note about the huge diff: I had a different version of pydantic installed at some point, which slightly altered a _ton_ of schema components. This typegen was done on the correct version of pydantic and un-does those alterations, in addition to the intentional changes to event models.
@github-actions github-actions bot added python PRs that change python files services PRs that change app services frontend PRs that change frontend files labels May 27, 2024
@psychedelicious psychedelicious enabled auto-merge (rebase) May 27, 2024 00:11
@psychedelicious psychedelicious merged commit 27a3eb1 into main May 27, 2024
14 checks passed
@psychedelicious psychedelicious deleted the psyche/feat/events-restore-invocation branch May 27, 2024 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend PRs that change frontend files python PRs that change python files services PRs that change app services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants