Skip to content

Hook up UI to Web v2 API#30

Merged
stevekinney merged 3 commits intomainfrom
state-management
Jul 29, 2021
Merged

Hook up UI to Web v2 API#30
stevekinney merged 3 commits intomainfrom
state-management

Conversation

@stevekinney
Copy link
Copy Markdown
Contributor

What was changed

Swaps out Web v1 backend and proxy for Web v2. There is still a lot to do and I stripped out a lot of the information as we get ready to put it into a store, but it felt like a good point to stop and get it checked into main.

Comment thread src/routes/workflows/__layout.svelte Outdated
}

const { workflows }: { WorkflowsAPIResponse } = await response.json();
const { executions }: ListOpenWorkflowExecutionsResponse = await fetch(
Copy link
Copy Markdown
Contributor

@feedmeapples feedmeapples Jul 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can just use ListWorkflowExecutionsResponse always regardless of whether it's ListOpenWorkflowExecutionsResponse, ListClosedWorkflowExecutionsResponse, or the actual ListWorkflowExecutionsResponse

@stevekinney stevekinney merged commit 61972f0 into main Jul 29, 2021
@stevekinney stevekinney deleted the state-management branch July 29, 2021 22:00
Alex-Tideman added a commit that referenced this pull request Apr 2, 2026
Implement Tier 1 detections from existing data (#9, #11, #13, #15, #19,
#23, #35) and Tier 2 detections from event history scanning (#8, #12,
#26, #27, #28, #29, #30). Adds detectEventHistoryErrors with single-pass
scanning and updates getApplicableCommonErrors to accept optional event
history. All 35 error definitions now have active detection logic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants