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

UI: Include build status in list of active previews / Include link to build log #2

Open
jarstelfox opened this issue Feb 12, 2024 · 3 comments
Assignees

Comments

@jarstelfox
Copy link

See here:
image

the branch may have failed, but it's not immediately obvious the branch's strapi state

@dhmacs dhmacs self-assigned this Feb 13, 2024
@jarstelfox
Copy link
Author

I think this is done

@dhmacs
Copy link
Contributor

dhmacs commented Mar 19, 2024

@jarstelfox I didn't address this yet. The main complication is that is not straightforward to query the last background job for a given branch with the current setup. I'll post updates when I focus on this

@danielbeardsley
Copy link
Member

I briefly looked into this. Branches are persisted in the DB (sqllite), deployments are stored in redis, so there's not a convenient JOIN that can be added.

The easiest option may be to track the status of a branch in the DB (status of last deployment) and then provide a route that will navigate to the list of deployments, filtered by a given branch. Then we can link to that for each branch in the list.

However, this is not In-Progress so I moved it to the backlog.

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

No branches or pull requests

3 participants