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

Refactor webhook handlers #36

Merged
merged 34 commits into from
Dec 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a0206fa
Fix sync matching for multi team
scopsy Dec 4, 2022
ea751c3
Add check for linearteam to all cases of syncs search
scopsy Dec 4, 2022
65652a7
Create GitHub webhook handler function
scopsy Dec 5, 2022
2b76cd9
Create Linear webhook handler function
scopsy Dec 5, 2022
d8963a4
Refactor index file to use new handler functions
scopsy Dec 5, 2022
431ff09
Update config files
scopsy Dec 5, 2022
85f415f
Merge pull request #1 from novuhq/fix/multi-team-bug
scopsy Dec 5, 2022
6e481fa
Added log line
scopsy Dec 5, 2022
c9c4196
Added log
scopsy Dec 5, 2022
47280c6
Add content-type header
scopsy Dec 5, 2022
49a6120
Added logs
scopsy Dec 5, 2022
67e476b
Added logs
scopsy Dec 5, 2022
1034d6b
Remove logs
scopsy Dec 5, 2022
f4da576
Refactor petitio to got
scopsy Dec 5, 2022
f5943e7
Merge branch 'main' into refactor-pettitio-to-got
scopsy Dec 5, 2022
9abaa95
Merge pull request #2 from novuhq/refactor-pettitio-to-got
scopsy Dec 5, 2022
0265527
Update pnpm-lock.yaml
scopsy Dec 5, 2022
5c1d27d
Refactor created issue to got
scopsy Dec 5, 2022
df9f7e7
Merge pull request #3 from novuhq/refactor-pettitio-to-got
scopsy Dec 5, 2022
c938482
Update petitio types for got
scopsy Dec 5, 2022
143dad5
Merge pull request #4 from novuhq/refactor-pettitio-to-got
scopsy Dec 5, 2022
f39300f
Fix got response
scopsy Dec 5, 2022
fbd8bfd
Merge branch 'main' of https://github.com/novuhq/synclinear.com
scopsy Dec 5, 2022
f968bab
Add .idea to git ignore
scopsy Dec 6, 2022
c1abb9b
Don't validate team when no teamId been passed
scopsy Dec 6, 2022
2e3a690
Merge branch 'main' into multi-team-bug-internal
scopsy Dec 6, 2022
85a1e6e
Merge pull request #5 from novuhq/multi-team-bug-internal
scopsy Dec 6, 2022
b891124
WIP
scopsy Dec 6, 2022
bd730ac
Resolve conficts
scopsy Dec 6, 2022
63b5ef4
Merge pull request #6 from novuhq/webhooks-refactor-internal
scopsy Dec 6, 2022
987588f
Fix sync teamId condition
scopsy Dec 6, 2022
981c8e0
Merge pull request #7 from novuhq/webhooks-refactor-internal
scopsy Dec 6, 2022
7454463
Merge branch 'calcom:main' into main
scopsy Dec 6, 2022
0fc4949
Merge remote-tracking branch 'upstream/main'
scopsy Dec 6, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ yarn-error.log*
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.production.local
.idea