Commit Graph

23 Commits

Author SHA1 Message Date
Waleed Latif
a4d516056a feat(webhook): add provider config to webhook db, improve general webhook functionality 2025-03-07 16:55:42 -08:00
Waleed Latif
cee341ff80 feat(webhook): added whatsapp block/tool, added scaffolding for webhooks with modal, added webhooks table and ran migrations 2025-03-07 13:22:12 -08:00
Waleed Latif
630033b858 fix(db): keep db connections alive for longer to prevent issues in dev 2025-03-05 12:57:48 -08:00
Waleed Latif
cac85c6c24 feat(npm): Rename CLI package from @sim/cli to @simstudio/cli and update references 2025-03-05 11:59:44 -08:00
Waleed Latif
fd08e7e5eb fix: build issues with npx sim 2025-03-04 12:15:06 -08:00
Waleed Latif
b3347afa4e feat(npx): added scaffolding for 'npx sim' command that relies on localStorage only, can be ran from anywhere with Nodejs 2025-03-04 11:45:55 -08:00
Emir Karabeg
76dbc4a52f Feat/db sync (#94)
* feat(db-sync): added general sync file and implemented environment sync

* improvement(workflows-store): structured workflows store system better and added getter for values across stores

* fix(stores): deleted workflows/types since unused

* improvement(db-sync): added workflow event syncs and debounce

* improvement(db-sync): clean and upgraded db-sync system; environment sync implemented

* improvement(db-sync): added batch sync with registry; init bug needs fixing

* improvement(db-sync): finalized sync system and implemented for workflow

* fix(db-sync): fixed client-side rendering

* improvement(db-sync): created backwards sync system; environment implemented

* improvement(db-sync): added colors to db

* fix(db-sync): color sync with db

* improvement(db-sync): added workflow backwards sync; fixing color bug and race condition

* fix(db-stores): color sync

* feature(db-sync): db-sync complete; need to sync history

* improvement(db-sync): added scheduling

* fix(db-sync): environment sync to db
2025-03-03 19:43:39 -08:00
waleedlatif1
f52de5d1d6 Feature/api (#82)
* my test changes for branch protection

* feat(api): introduced 'deploy as an API' button and updated workflows db to include status of deployment

* feat(api): added 'trigger' column for logs table to indicate source of workflow run, persist logs from API executions, removed session validation in favor of API key

* fix(bug): cleanup old reference to JSX element in favor of ReactElement

* feat(api): added persistent notification for one-click deployment with copy boxes for url, keys, & ex curl

* fix(ui/notifications): cleaned up deploy with one-click button ui
2025-02-23 13:46:50 -08:00
Waleed Latif
bcedcdf7ba fix(schedules): removed timezone column from db 2025-02-19 21:54:02 -08:00
Waleed Latif
8dc28230f3 feat(starter): added duration column to logs db, track duration of entire workflow 2025-02-19 14:32:15 -08:00
Waleed Latif
384b79ef8d fix(starter): updated table variable names in schema.ts to match actual supabase table names 2025-02-19 12:59:35 -08:00
Waleed Latif
d5f102d419 feat(starter): sync encrypted envvars to db on-save in settings modal, fetch during scheduled execution & decrypt 2025-02-19 12:35:30 -08:00
Emir Karabeg
77f671c103 feat(sync): updated db and fixed syncing value (#69)
* feat(sync): updated db and fixed syncing value

* solved merge conflicts

* fix(sync): updated routes for settings

* fixed merge conflicts

* feat(sync): syncing workflow deletion

* merged changes
2025-02-18 21:41:40 -08:00
Waleed Latif
4c9b0e9e2c feat(starter): added workflow_schedule table and helper to convert date to cron expression 2025-02-18 20:13:02 -08:00
Waleed Latif
9f3c49866f fix(db): remove ssl verification 2025-02-17 16:13:59 -08:00
Waleed Latif
50d03c6896 feat(auth): enforce SSL for db connection to prevent MITM & snooping 2025-02-17 15:21:12 -08:00
Waleed Latif
f62a0d261e feat(dbsync): add is_debug_mode_enabled to settings schema 2025-02-17 11:17:56 -08:00
Waleed Latif
c4149b9241 feat(auth): created logs, user_environment, and user_settings tables and associated routes 2025-02-17 10:50:35 -08:00
Waleed Latif
7fabe4c83c feat(waitlist): made waitlist function, added waitlist table 2025-02-16 23:21:29 -08:00
Waleed Latif
ddd2aa5d0e feat(dbsync): created new 'workflow' table to hold workflow state 2025-02-16 22:38:19 -08:00
Waleed Latif
3b1788a469 fix(auth): remove ssl enforcement in prod for supabase db 2025-02-16 17:33:25 -08:00
Waleed Latif
bd4168c55d fix: use postgres_url provided by supabase/vercel config instead of database_url 2025-02-16 17:06:34 -08:00
Waleed Latif
51f26d4e1c feature(auth): added basic scaffolding for auth using better-auth, drizzle ORM, resend for email verification 2025-02-16 02:02:01 -08:00