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

index.erb: sort jobs by run_id #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

index.erb: sort jobs by run_id #21

wants to merge 1 commit into from

Conversation

carlocab
Copy link
Member

This will make it easier to match runs in the orchestrator with PRs in
Homebrew/core, since it will list together VMs deployed for a specific
PR next to each other.

This will make it easier to match runs in the orchestrator with PRs in
Homebrew/core, since it will list together VMs deployed for a specific
PR next to each other.
@Bo98
Copy link
Member

Bo98 commented May 13, 2024

Current order aligns with the order it will be processed, which seems a bit more useful for knowing when your PR will be processed. Sorting by run_id would put re-runs immediately to the top even though it actually isn't processed first.

@carlocab
Copy link
Member Author

carlocab commented May 13, 2024

I guess there should be a way to adjust the sort of the table dynamically...

@Bo98
Copy link
Member

Bo98 commented May 13, 2024

Sorting & filtering JS sounds like a nice feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants