misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
10.08k stars 1.38k forks source link

CI feature: integrate pull request preview environments #9866

Open waveywaves opened 1 year ago

waveywaves commented 1 year ago

I would like to support Misskey by implementing Uffizzi preview environments. Disclaimer: I work on Uffizzi.

Uffizzi is a Open Source full stack previews engine and our platform is available completely free for Misskey (and all open source projects). This will provide maintainers with preview environments of every PR in the cloud, which enables faster iterations and reduces time to merge. You can see the open source repos which are currently using Uffizzi over here

Uffizzi is purpose-built for the task of previewing PRs and it integrates with your workflow to deploy preview environments in the background without any manual steps for maintainers or contributors.

We can go ahead and create an Initial PoC for you right away if you think there is value in this proposal.

acid-chicken commented 1 year ago

@waveywaves Thank you for your information!

We're currently using Okteto for preview environment (see #8331) but it's not fully utilized due to save a small amount of usage quota. So, I think your proposal could be of value to us depending on the features and usage quota.

waveywaves commented 1 year ago

@acid-chicken Uffizzi is free for all open source projects.