Open ShrutiC-git opened 1 year ago
Hi there! Thanks fore reaching out, I think we can have it considered within the @goharbor/all-maintainers team!
sounds wonderful, @OrlinVasilev — we'll get on getting a PoC together!
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
@ShrutiC-git is there any update on this ?
@OrlinVasilev , here is the open PR for this. Waiting to hear what the community thinks and if any changes are needed from my end to move forward with this ~
fixed your link to PR, can you please provide some links to already in prod implementations thanks!
thanks, @OrlinVasilev Here is a list of open-source projects using ephemeral environments from Uffizzi.
You can see how the comment posted by Uffizzi looks like for a PR opened on Backstage. The link will take you to Backstage's ephemeral environment provisioned by Uffizzi.
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
@ShrutiC-git as we spoke can you prep some demo for our next community meeting: on 3rd of May here you can add it in the agenda https://github.com/goharbor/community/wiki/Harbor-Community-Meetings thank you!
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
Waiting for helm chart implementation!
Is your feature request related to a problem? Please describe. Yes, this issue focuses on the inability to test PR changes in isolation and therefore merge with confidence. Testing environments are often polluted and this takes time and might lead to pushing changes that are not as envisioned: particularly challenging for open-source projects.
Describe the solution you'd like I would like to propose using ephemeral, preview environments, powered by Uffizzi. I would like to support Harbor by implementing Uffizzi preview environments.
Disclaimer - I work on the Uffizzi project.
We are an Open Source, full stack, previews engine, and our platform is available completely free for Harbor (and all open source projects). An Uffizzi integration with Harbor will provision preview environments of every PR in the cloud, allowing changes to be reviewed faster and ultimately increasing release velocity. Here are the open-source projects which are currently using Uffizzi to provision previews.
Uffizzi is purpose-built for the task of previewing PRs; it integrates with your workflow to deploy preview environments in the background without any manual steps for maintainers or contributors; the preview does not have to be built every time someone wants to test changes.
Describe the main design/architecture of your solution The architecture uses a docker-compose alongside an image of the project. The docker-compose builds the app from the source — ensuring all local changes are reflected in the preview. For all the heavy lifting, like building the image, deploying/updating the preview, and posting the preview URL on the PR GHA workflows are utilized.
Describe the development plan you've considered To begin development, we will write-out a docker-compose. Looking across the repo, I do see some Dockerfiles. We will utilize these to start up all the services defining
Harbor
. Once a docker-compose is built and tested successfully, this will be integrated with GHA workflows, which would build the image and provision the preview.If this proposal is something that would be of value to Harbor, please do let me know. We'll go ahead and create a PoC for you!
cc @waveywaves