-
Notifications
You must be signed in to change notification settings - Fork 43
Comparing changes
Open a pull request
base repository: cachix/cachix-action
base: v8
head repository: cachix/cachix-action
compare: v10
- 16 commits
- 7 files changed
- 4 contributors
Commits on Jan 2, 2021
-
On error, just mark the error with `core.setFailed`, this is enough to kill the process. Replace child_process.execFileSync with '@actions/exec'.exec to be async all the way.
Configuration menu - View commit details
-
Copy full SHA for f22d9c7 - Browse repository at this point
Copy the full SHA f22d9c7View commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dd28952 - Browse repository at this point
Copy the full SHA dd28952View commit details
Commits on Jan 5, 2021
-
Merge pull request #72 from zimbatm/clean-errors
clean error outputs
Configuration menu - View commit details
-
Copy full SHA for 33a8b9c - Browse repository at this point
Copy the full SHA 33a8b9cView commit details
Commits on Jan 25, 2021
-
Avoid the following error when installing nix-unstable: experimental Nix feature 'nix-command' is disabled; use '--experimental-features nix-command' to overrideConfiguration menu - View commit details
-
Copy full SHA for 9831d0f - Browse repository at this point
Copy the full SHA 9831d0fView commit details -
Merge pull request #76 from zimbatm/no-unstable
only use stable nix commands
Configuration menu - View commit details
-
Copy full SHA for 26cfe1e - Browse repository at this point
Copy the full SHA 26cfe1eView commit details
Commits on Feb 18, 2021
-
Add
pushFilterto allow filtering cache derivationsThis allows filtering derivations to be pushed via an optional `pushFilter` variable. The use case behind it is to not push the actually built derivation, but only runtime and build dependencies. Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
Configuration menu - View commit details
-
Copy full SHA for f1560b9 - Browse repository at this point
Copy the full SHA f1560b9View commit details -
Merge pull request #77 from saschagrunert/push-filter
Add `pushFilter` to allow filtering cache derivations
Configuration menu - View commit details
-
Copy full SHA for 565940c - Browse repository at this point
Copy the full SHA 565940cView commit details
Commits on Mar 31, 2021
-
chore(deps): bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b76e7d9 - Browse repository at this point
Copy the full SHA b76e7d9View commit details
Commits on Apr 1, 2021
-
Merge pull request #78 from cachix/dependabot/npm_and_yarn/y18n-4.0.1
chore(deps): bump y18n from 4.0.0 to 4.0.1
Configuration menu - View commit details
-
Copy full SHA for 6e2051a - Browse repository at this point
Copy the full SHA 6e2051aView commit details
Commits on Apr 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 691ca2d - Browse repository at this point
Copy the full SHA 691ca2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2627f2 - Browse repository at this point
Copy the full SHA d2627f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2689c27 - Browse repository at this point
Copy the full SHA 2689c27View commit details
Commits on Apr 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fa1f7cd - Browse repository at this point
Copy the full SHA fa1f7cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c6d22 - Browse repository at this point
Copy the full SHA 13c6d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448ed60 - Browse repository at this point
Copy the full SHA 448ed60View commit details -
Merge pull request #81 from cachix/test-nix-master
test nix master with cachix
Configuration menu - View commit details
-
Copy full SHA for 73e75d1 - Browse repository at this point
Copy the full SHA 73e75d1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8...v10