Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(site): retry and debug passing build parameters options#12384

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
BrunoQuaresma merged 9 commits intomainfrombq/add-retry-button-with-ephemeral
Mar 4, 2024

Conversation

BrunoQuaresma
Copy link
Collaborator

Close#11748

Screenshot 2024-03-01 at 14 52 39

@BrunoQuaresmaBrunoQuaresma requested a review froma teamMarch 1, 2024 17:53
@BrunoQuaresmaBrunoQuaresma self-assigned thisMar 1, 2024
@BrunoQuaresmaBrunoQuaresma requested review fromKira-Pilot and removed request fora teamMarch 1, 2024 17:53

rest.get("/api/v2/integrations/jfrog/xray-scan", (_, res, ctx) => {
return res(ctx.status(404));
}),
Copy link
Member

Choose a reason for hiding this comment

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

Why did we add these?

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

To avoid getting unhandled request warnings during tests. The warning was introduced many PRs ago but I only noticed it now since it was messing with the output for my tests so I just fixed it.

@@ -438,4 +438,102 @@ describe("WorkspacePage", () => {
});
});
});

it("retry with build parameters", async () => {
Copy link
Member

Choose a reason for hiding this comment

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

nice!

BrunoQuaresma reacted with heart emoji
...MockTemplateVersionParameter1,
display_name: "Parameter 1",
ephemeral: true,
} satisfies TemplateVersionParameter;
Copy link
Member

Choose a reason for hiding this comment

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

Why do we have to usesatisifes here and above?

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

When typing the variable directly it was missing a few attribute types after destructuring so usingsatisfies fixed that.

Copy link
Member

@Kira-PilotKira-Pilot left a comment

Choose a reason for hiding this comment

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

When Storybook is happy I'm happy!

@BrunoQuaresmaBrunoQuaresma changed the titlefix(site): add option to retry and debug passing build parametersfix(site): retry and debug passing build parameters optionsMar 4, 2024
@BrunoQuaresmaBrunoQuaresma merged commitafcea74 intomainMar 4, 2024
@BrunoQuaresmaBrunoQuaresma deleted the bq/add-retry-button-with-ephemeral branchMarch 4, 2024 13:25
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMar 4, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@Kira-PilotKira-PilotKira-Pilot approved these changes

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Not possible to easily change ephemeral parameters on failed build
2 participants
@BrunoQuaresma@Kira-Pilot

[8]ページ先頭

©2009-2025 Movatter.jp