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