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

enh(SystemTag): Make MapperEvent webhook compatible #50916

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

marcelklehr
Copy link
Member

@marcelklehr marcelklehr commented Feb 20, 2025

  • Resolves: #

Summary

Make MapperEvent webhook compatible so it can be used with the new Windmill Workflows

Checklist

@marcelklehr marcelklehr force-pushed the enh/make-tag-event-webhook-compatible branch from 401270b to 85bdd30 Compare February 20, 2025 10:44
@marcelklehr marcelklehr force-pushed the enh/make-tag-event-webhook-compatible branch from 85bdd30 to a700715 Compare February 20, 2025 11:47
'eventType' => $this->getEvent(),
'objectType' => $this->getObjectType(),
'objectId' => $this->getObjectId(),
'tagIds' => $this->getTags(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You trust the Php serialization because it's a list of ints?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mh, yes? :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description of IWebhookCompatibleEvent says it will be serialized using json_encode

@marcelklehr marcelklehr merged commit 74c2579 into master Feb 20, 2025
189 checks passed
@marcelklehr marcelklehr deleted the enh/make-tag-event-webhook-compatible branch February 20, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants