-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix(teams): webhook notifications crash #2426
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
Merged
icecrasher321
merged 33 commits into
simstudioai:staging
from
CodeLoopdroid:fix/teams-webhook-crash
Dec 18, 2025
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
8f0ef58
v0.5.7: combobox selectors, usage indicator, workflow loading race co…
icecrasher321 31c34b2
v0.5.8: notifications, billing, ui changes, store loading state machine
icecrasher321 842ef27
v0.5.9: add backwards compatibility for agent messages array
waleedlatif1 b7e814b
v0.5.10: copilot upgrade, preprocessor, logs search, UI, code hygiene
waleedlatif1 ebcd243
v0.5.11: stt, videogen, vllm, billing fixes, new models
waleedlatif1 1d08796
v0.5.12: memory optimizations, sentry, incidentio, posthog, zendesk, …
waleedlatif1 8c32ad4
v0.5.13: polling fixes, generic agent search tool, status page, smtp,…
waleedlatif1 54cc937
v0.5.14: fix issue with teams, google selectors + cleanup code
icecrasher321 774e5d5
v0.5.15: add tools, revert subblock prop change
icecrasher321 e157ce5
v0.5.16: MCP fixes, code refactors, jira fixes, new mistral models
waleedlatif1 3187493
v0.5.17: modals, billing fixes, bun update, zoom, dropbox, kalshi, po…
waleedlatif1 6cd078b
v0.5.18: ui fixes, nextjs16, workspace notifications, admin APIs, loa…
icecrasher321 929a352
fix(build): added trigger.dev sdk mock to tests (#2216)
icecrasher321 12c4c2d
v0.5.19: copilot fix
icecrasher321 ebef5f3
v0.5.20: google slides, ui fixes, subflow resizing improvements
waleedlatif1 c27c233
v0.5.21: google groups, virtualized code viewer, ui, autolayout, docs…
waleedlatif1 d480057
fix(migration): migration got removed by force push (#2253)
icecrasher321 52edbea
v0.5.22: rss feed trigger, sftp tool, billing fixes, 413 surfacing, c…
waleedlatif1 b7bbef8
v0.5.23: kb, logs, general ui improvements, token bucket rate limits,…
waleedlatif1 18b7032
v0.5.24: agent tool and UX improvements, redis service overhaul (#2291)
waleedlatif1 b5da613
v0.5.25: minor ui improvements, copilot billing fix
icecrasher321 3fbd57c
v0.5.26: tool fixes, templates and knowledgebase fixes, deployment ve…
waleedlatif1 e24f31c
v0.5.27: sidebar updates, ssrf patches, gpt-5.2, stagehand fixes
waleedlatif1 f526c36
v0.5.28: tool fixes, sqs, spotify, nextjs update, component playground
waleedlatif1 a0fb889
v0.5.29: chat voice mode, opengraph for docs, option to disable auth
waleedlatif1 842200b
fix(docs): clarify working directory for drizzle migration (#2375)
Shivam-002 fcf52ac
fix(landing): prevent url encoding for spaces for footer links (#2376)
Chadha93 25afacb
v0.5.30: vllm fixes, permissions fixes, isolated vms for code executi…
waleedlatif1 f9cfca9
v0.5.31: add zod as direct dep
icecrasher321 837aabc
v0.5.32: google sheets fix, schedule input format
waleedlatif1 7052c76
fix: handle empty body.value in Teams webhook notification parser (#2…
088a086
Merge branch 'main' of https://github.com/CodeLoopdroid/sim into fix/…
CodeLoopdroid 9b1be0a
Update directory path for migration command
CodeLoopdroid 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
Prev
Previous commit
Update directory path for migration command
- Loading branch information
commit 9b1be0af088971d70b9255e5fec1db9643e2d8d3
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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
@CodeLoopdroid you should be in packages/db not apps/sim?
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.
Thanks for the review!
Just to clarify, are you suggesting that the Teams webhook parsing logic should be moved into packages/db and then imported into apps/sim, or is the current fix in apps/sim acceptable for now?
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.
Was referring to you adding the comment in the readme -- for running bunx drizzle-kit migrate you should be inside packages/db
Uh oh!
There was an error while loading. Please reload this page.
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.
Thanks for the clarification, @icecrasher321
I’ve updated the README file to reflect the correct working directory for running migrations.
Uh oh!
There was an error while loading. Please reload this page.
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.
Hi @waleedlatif1
Could you approve the pending workflow / Vercel auth when you have time?
Thanks