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: don't show prebuild workspaces as tasks#19572

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 2 commits intomainfrombq/19570
Aug 28, 2025
Merged

Conversation

BrunoQuaresma
Copy link
Collaborator

Fixes#19570

Before:

image

After:

Screenshot 2025-08-27 at 09 11 31

Things to notice:

  • There is a task without a prompt at the end, it should not happen anymore
  • There is no test for this because we mock the API function and the fix was inside of it. It is a temp solution, the API should be ready to be used by the FE soon

@BrunoQuaresmaBrunoQuaresma requested a review froma teamAugust 27, 2025 12:16
@BrunoQuaresmaBrunoQuaresma self-assigned thisAug 27, 2025
@BrunoQuaresmaBrunoQuaresma requested review fromcode-asher and removed request fora teamAugust 27, 2025 12:16
Copy link
Member

@ParkreinerParkreiner left a comment

Choose a reason for hiding this comment

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

Some small nits, but this looks like a good change to me!

Comment on lines 2707 to 2709
}).then((res)=>
res.workspaces.filter((workspace)=>!workspace.is_prebuild),
);
Copy link
Member

Choose a reason for hiding this comment

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

Nit: I know this is valid, but I feel like if we're going to be usingawait syntax, we shouldn't be using promise-chaining in the same function scope, just for consistency

Copy link
Member

Choose a reason for hiding this comment

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

Also, could we add a comment giving some extra context for why we're filtering pre-builds out?

Copy link
Member

@code-ashercode-asher left a comment

Choose a reason for hiding this comment

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

the API should be ready to be used by the FE soon

So we will be fixing this later on the API side? If so, I think this change makes sense temporarily. 👍

BrunoQuaresma reacted with thumbs up emoji
@BrunoQuaresmaBrunoQuaresma mentioned this pull requestAug 28, 2025
@BrunoQuaresmaBrunoQuaresma merged commitabc946c intomainAug 28, 2025
27 checks passed
@BrunoQuaresmaBrunoQuaresma deleted the bq/19570 branchAugust 28, 2025 15:14
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsAug 28, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@ParkreinerParkreinerParkreiner approved these changes

@code-ashercode-ashercode-asher approved these changes

@aslilacaslilacAwaiting requested review from aslilacaslilac is a code owner

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

bug: Prebuilds are being displayed as tasks
3 participants
@BrunoQuaresma@Parkreiner@code-asher

[8]ページ先頭

©2009-2025 Movatter.jp