Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External: Get workflow runs #417

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

External: Get workflow runs #417

wants to merge 2 commits into from

Conversation

gwdawson
Copy link
Member

this adds some suggested changes to the external pr that was opened #397.

this pr hasn't been updated or commented on in the past week so we have made the suggested changes.

@gwdawson gwdawson self-assigned this Feb 12, 2025
@gwdawson gwdawson requested a review from a team as a code owner February 12, 2025 07:44
func (s *QueryHandler) handleWorkflowRunsQuery(ctx context.Context, q backend.DataQuery) backend.DataResponse {
query := &models.WorkflowRunsQuery{}
if err := UnmarshalQuery(q.JSON, query); err != nil {
return *err

Choose a reason for hiding this comment

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

Should this be marked as downstream error?

Copy link

@itsmylife itsmylife left a comment

Choose a reason for hiding this comment

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

looks good to me except the error source question I asked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants