hercules-ci-effects icon indicating copy to clipboard operation
hercules-ci-effects copied to clipboard

Expressions to change the world (just a tiny bit)

Results 40 hercules-ci-effects issues
Sort by recently updated
recently updated
newest added

More descriptive. Improve docs to clarify that it's required. (no copying of all secrets by default)

A phase before effect phase for some preparatory building, such as an impure website in `netlifyDeploy`.

enhancement

`run*` was kind of unnecessary and contributors are not inclined to use it. Maybe it somewhat useful to distinguish effects from functions that generate bash commands, like `ssh`. This could...

The `dependencies` attribute usually covers the `prebuilt` one anyway, so we don't gain much from the extra complexity of multiple attrs. Plan: two parameters, a low-level one and a high-level...

The production code does not use the flake inputs, yet the end up in the user's lock file. Try to move the test code into a separate flake?

I'm unable to adapt https://docs.hercules-ci.com/hercules-ci-effects/guide/write-a-custom-effect/ for flake.nix Could we have docs on adding the simplest effect? Here's what I tried: https://github.com/srid/haskell.page/commit/0e08e8f0e9eb84c3c6555991a65315925fbb7f29#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0R13 (I assumed that the agent would iterate all top-level...