-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: 🚀 Tegon actions + Public access (#188)
* Fix: local setup * Feat: add magic login in backend Fix: restrict action access on workspace * Fix: local setup * Feat: changed login UI * Fix: login email template * Add: openapi schema for APIs in service * Feat: website * Feat: added website * Fix: squash commits * Fix: Add attachment in slack common actions * Feat: onboarding * Fix: misc * Fix: User view based on Tegon actions --------- Co-authored-by: Manoj K <[email protected]>
- Loading branch information
1 parent
21f32f3
commit e46802b
Showing
260 changed files
with
5,804 additions
and
2,870 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,10 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@tegonhq/sdk": "^0.1.0-beta.15", | ||
"@tegonhq/sdk": "^0.1.3", | ||
"@trigger.dev/sdk": "3.0.0-beta.55", | ||
"axios": "^1.6.7", | ||
"@trigger.dev/sdk": "3.0.0-beta.55" | ||
"form-data": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jsonwebtoken": "^9.0.6", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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 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.