Frostebite
Frostebite
Large Package handling improvements (auto update project manifest.json reference to shared directory in cloud runner environment)
LZ4 compression reduces storage by an amount similar (although slightly less effective than) zip. Users who make heavy use of Cloud Runner benefit from reducing overall storage size quite considerably....
Plugins
Does Ungit support plugins that would reskin the UI? Does Ungit support plugins that change elements on the page? e.g. show github actions status in UI If not, could it...
**Context** **Suggested solution** **Considered alternatives** **Additional details**
**Context** **Suggested solution** **Considered alternatives** **Additional details**
**Bug description** Log stream while running kubernetes job is occasionally interrupted, the job seems to be deleted, and the message "RPC Failure" is shown. **How to reproduce** Inconsistent, use cloud...
I've seen quite a few `aws` cli usage passed to github actions steps directly like that. I was wondering if it would make more sense to start using https://www.npmjs.com/package/aws-sdk and...
Would it be easier to read if this was extracted to a shell script as well? Or would there be a way to run the same commands here, but as...
When I see commands in a github action step, I'm always wondering if it's better to have them in the yaml or expose a shell script so we gain syntax...