Commit Graph

6111 Commits

Author SHA1 Message Date
Matt Aitken 01787ffc29 Brought header menus to the front 2022-12-28 15:53:40 +00:00
Matt Aitken 9a5c6fd4e1 Updated to the new logo 2022-12-28 15:11:37 +00:00
Matt Aitken 30d797f83f Only show the API integrations panel when it’s needed 2022-12-28 15:08:21 +00:00
Matt Aitken 380bbc4563 useWorkflows gets richer object from useMatches 2022-12-28 15:08:03 +00:00
Matt Aitken 10e961bbc6 Moved connection API routes from api/v1/internal to /resources 2022-12-28 14:43:34 +00:00
Matt Aitken 94298d3bf8 Improved the styling of the API integrations panel 2022-12-28 14:33:34 +00:00
Matt Aitken 3cc8d1b03d Improved the styling of the API dropdown 2022-12-28 14:30:37 +00:00
Matt Aitken 958d9a039a Removed ability to add new integration from dropdown 2022-12-28 14:17:21 +00:00
Matt Aitken 8a8e728996 Improved styling of the footer 2022-12-28 13:53:45 +00:00
Matt Aitken 8d850c8c63 The dropdown is connecting APIs 2022-12-28 13:53:40 +00:00
Matt Aitken 4ffc94e9ee Webhook sources are hooked up when selected from the dropdown 2022-12-28 12:09:06 +00:00
Matt Aitken 728ddb0dc2 Get the external source with connection for display 2022-12-28 11:41:14 +00:00
Matt Aitken 3c8f217792 GitHub webhook smoke test event wasn’t correct 2022-12-28 11:40:46 +00:00
Matt Aitken 324ce94276 Added guide for how to add APIs to Pizzly 2022-12-28 11:05:11 +00:00
Eric Allam ffa9306c94 Put triggers under a namespace in the intregration, get github issue event working (for certain actions) 2022-12-28 11:02:25 +00:00
Eric Allam f7616b1481 Add service to external source 2022-12-28 10:20:18 +00:00
Eric Allam 18fb8ac596 New unified event system is creating workflow runs from events 2022-12-27 19:29:45 +00:00
Eric Allam ff96cf6597 Added wait.sh script for waiting until pulsar is ready 2022-12-27 18:03:15 +00:00
Eric Allam b9bf7033a7 Big overhaul to unify how events works across the different types
Workflow runs are still TODO but are pretty much ready to go
2022-12-23 16:34:42 +00:00
Matt Aitken 2aba387a02 Removed some console logs 2022-12-22 22:26:53 +00:00
Matt Aitken 4e30c9d17d made pages 20 long 2022-12-22 22:24:09 +00:00
Matt Aitken 0c46534f51 Status filtering is now working and looking nice 2022-12-22 22:23:45 +00:00
Matt Aitken 6aa9647451 Styled the dropdown 2022-12-22 21:39:26 +00:00
Matt Aitken a138502a5c Filtering statuses works with search params 2022-12-22 18:55:11 +00:00
Matt Aitken 4356642596 Dark style 2022-12-22 18:16:28 +00:00
Matt Aitken 5ecc782b39 Disable next/prev buttons so the layout doesn’t jump around 2022-12-22 18:06:45 +00:00
Matt Aitken 2705b2e325 Improved the display with what results you’re seeing 2022-12-22 17:14:58 +00:00
Matt Aitken 4678e33e92 Improved the styling 2022-12-22 17:11:10 +00:00
Matt Aitken 98f9eb4653 Only select the data we need to show runs list 2022-12-22 16:53:04 +00:00
Matt Aitken f4a1aea0c3 Pagination control is working for runs 2022-12-22 16:51:39 +00:00
Matt Aitken 77f2c1fac9 Created a presenter for this complex run list logic 2022-12-22 16:38:15 +00:00
Matt Aitken 8c4f671222 Tidied up formatting 2022-12-22 15:20:34 +00:00
Matt Aitken 92397253e5 Added more to the homebrew guide 2022-12-22 15:19:55 +00:00
Matt Aitken 8f222593fc Added install Homebrew step 2022-12-22 15:11:13 +00:00
Matt Aitken feda7f01d2 Connection dropdown shows selected connection, doesn’t let you change 2022-12-22 14:49:52 +00:00
Eric Allam 3ac7dfe268 Verify payloads when receiving github webhooks 2022-12-22 13:54:35 +00:00
Matt Aitken dd6937c84f Deleted the coordinator specific readme 2022-12-22 12:39:36 +00:00
Matt Aitken b48a20b93f Added an additional section to the development readme 2022-12-22 12:38:57 +00:00
Matt Aitken bdbeea3ae6 Added local dev instructions to development.md 2022-12-22 12:28:00 +00:00
Matt Aitken ed3ca90996 Remove unused imports 2022-12-22 12:13:43 +00:00
Eric Allam b65acddf93 Forgot the .server 2022-12-22 11:25:02 +00:00
Eric Allam e7f08139a9 Add the CONNECTED_SLOT_CONNECTED internal event, to register a webhook after a connection slot gets a connection 2022-12-22 11:24:36 +00:00
Eric Allam 8cf8228ba4 Set workflow trigger to connected once the webhook is registered 2022-12-22 11:10:32 +00:00
Matt Aitken 2f31c1422f Initial work for runs pagination (not working yet) 2022-12-22 10:57:31 +00:00
Eric Allam 7bd3cf1a04 Better name for service file 2022-12-22 10:57:16 +00:00
Eric Allam 34b25c2596 No need for getAccessToken at the moment 2022-12-21 20:10:58 +00:00
Eric Allam 67612a8e0c Registering webhooks with existing connections (and github only) 2022-12-21 16:56:32 +00:00
Matt Aitken 3d50d24825 Added isTest flag to a run, and hooked up the UI 2022-12-21 16:49:01 +00:00
Matt Aitken c4217ec528 Runs page is populated (needs pagination) 2022-12-21 16:43:48 +00:00
Matt Aitken e49dd0bdac Changed icons for the steps, cleaned up date displays 2022-12-21 15:58:46 +00:00