2023-07-25 (Tuesday)
If there have been too many changes since the last CI/CD-run, you’ll get an error like
fatal: missing blob object ‘…’ error: remote did not send all necessary objects
To fix this, go to Settings -> CI/CD -> General pipelines -> Git strategy. Increase Git shallow clone limit or set it to 0.
(Using git clone instead of git fetch might also help)
2021-02-08 (Monday)
Main goal of these notes is to find something which works well together with Gitea
Agola https://agola.io Integrations with gitea, gitlab, github Built for scalability Needs an etcd cluster and a shared file system Minimum number of nodes? (normally you would use at least three for etcd) No installation instruction in the docs (the chapter “Installation” starts with the configuration) Buildbot https://buildbot.net/ Written in Python gitea plugin available: https://github.com/lab132/buildbot-gitea Minimum one machine (for master and worker), can scale to several masters and many workers per master.
2020-10-07 (Wednesday)
Bitbucket The Image comparison tool is very nice. You can view old and new images side by side, merged (whole image by percentage or with slider) and pixel differences.
The price structure is a trap. 10 users are very cheap (USD 10 pa?) and starting with the 11th user it gets expensive (USD 1800 pa?). Still not very expensive, but the jump is huge.
Can invite multiple reviewers.
Flexible work flow