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

Add review-apps support #256

Closed
bohdan-shulha opened this issue Nov 4, 2024 · 0 comments
Closed

Add review-apps support #256

bohdan-shulha opened this issue Nov 4, 2024 · 0 comments

Comments

@bohdan-shulha
Copy link
Contributor

bohdan-shulha commented Nov 4, 2024

This feature highly depends on #255 .

We need to add a new tab to the "services page" - "Environments" (or "review apps", as it is going to be not strictly an "environment").

Clients should be able to connect their GitHub / GitLab / Whathevergit repository management tool and a new review app should be created each time a PR is made.

Review apps should be destroyed once the PR is removed.

Users should be able to specify for how long to keep the review apps up and running for PRs without updates for some period (like, removing apps after 1 week of inactivity).

Probably, we'll need to include the auto start/auto sleep functionality into the scope of this ticket, depending on the amount of work that has to be done.

Technical

To simplify infrastructure, APIs, database architecture, UX all review apps will be created per-worker. This way, users will be able to more easily start specific workers depending on, for example, files being changed.

@github-actions github-actions bot added the triage label Nov 4, 2024
bohdan-shulha added a commit that referenced this issue Nov 22, 2024
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

1 participant