Commit Graph

9 Commits

Author SHA1 Message Date
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
Emir Karabeg
d3a042ac22 improvement(stores): standardized quality of stores and added max history to relevant stores 2025-02-18 00:58:32 -08:00
Waleed Latif
9493055c60 Added prettier, added husky pre-commit hook to ensure formatting 2025-02-05 03:10:23 -08:00
Emir Karabeg
80e1c426a7 Reorganized state files 2025-01-31 11:29:13 -08:00
Emir Karabeg
dd2caee5ca Fixed hydration error 2025-01-29 23:36:43 -08:00
Emir Karabeg
47dc2e78dc Added persistence and localization of notifications to each workflow 2025-01-29 13:49:35 -08:00
Waleed Latif
1ce6a1ec25 Fixed hydration error from mismatched server-rendered HTML and client-side rendered content by unifying initial timestamp 2025-01-28 19:49:41 -08:00
Emir Karabeg
56407f7b42 Added types file for notifications store 2025-01-17 16:30:37 -08:00
Emir Karabeg
4c939880cc Added notifications and check notification history 2025-01-17 16:09:46 -08:00