Commit Graph

  • def0926359
    feat: add option to cache all crates (#137) Steven Hartland 2023-05-11 22:15:09 +0100
  • 827c240e23
    fix: cache key dependency on installed packages (#138) Steven Hartland 2023-05-11 22:12:12 +0100
  • 535f5f8f1c fix: cache key dependency on installed packages Steven Hartland 2023-05-11 11:30:32 +0100
  • 028a3ac2df feat: add option to cache all crates Steven Hartland 2023-05-11 10:43:25 +0100
  • 87ea7953af chore: replace lec with linefix Steven Hartland 2023-05-11 11:14:09 +0100
  • 5e9fae966f
    fix: cache restore failures (#136) Steven Hartland 2023-05-11 08:01:27 +0100
  • 7c4151a42f fix: cache restore failures Steven Hartland 2023-05-11 00:25:11 +0100
  • 366d0f1716 chore: use lec to ensure unix line endings Steven Hartland 2023-05-10 13:22:10 +0100
  • 127a0e9568
    "update dependencies and rebuild" Arpad Borsos 2023-05-02 22:03:29 +0200
  • 99229f978c
    Fix EISDIR error due to globbed directories (#1) (#132) Felix Riegger 2023-05-02 21:49:27 +0200
  • 7ceefde9a1 Revert dist changes Felix Riegger 2023-05-02 13:44:19 +0200
  • 1cc4eb3f03
    Fix EISDIR error due to globbed directories (#1) Felix Riegger 2023-04-27 19:30:44 +0200
  • ae278a352e Reproduce EISDIR error Felix Riegger 2023-04-27 14:28:10 +0200
  • 6fd3edff69
    2.2.1 v2.2.1 Arpad Borsos 2023-02-24 10:59:55 +0100
  • a1c019f71a
    update dependencies and rebuild Arpad Borsos 2023-02-24 10:58:39 +0100
  • 034fa743fe
    Update workspaces docs Thomas Eizinger 2023-02-23 09:14:31 +1100
  • 664ce0090f
    chore: Create check-dist.yml (#96) Jongwoo Han 2022-12-17 18:01:41 +0900
  • 64c0cc0f52 chore: Create check-dist.yml jongwooo 2022-12-16 22:14:51 +0900
  • 359a70e43a
    2.2.0 v2.2.0 Arpad Borsos 2022-11-09 20:14:41 +0100
  • ecee04e7b3
    feat: add save-if option, closes #66 (#91) Lucas Fernandes Nogueira 2022-11-06 15:15:00 -0300
  • bcbd604d7b
    feat: add save-if option, closes #66 Lucas Nogueira 2022-11-06 15:00:35 -0300
  • b894d59a8d
    2.1.0 v2.1.0 Arpad Borsos 2022-11-06 10:06:04 +0100
  • e78327dd9e
    small code style improvements, README and CHANGELOG updates Arpad Borsos 2022-11-06 09:37:23 +0100
  • ccdddcc049
    only hash Cargo.toml/Cargo.lock that belong to a configured workspace (#90) Lucas Fernandes Nogueira 2022-11-05 17:18:04 -0300
  • df5298f6e0
    also search for rust-toolchain files on each workspace Lucas Nogueira 2022-11-05 16:19:47 -0300
  • 4b699461db
    compute hash after sorting keyFiles Lucas Nogueira 2022-11-05 16:18:37 -0300
  • f9263a51b3
    revert dist change Lucas Nogueira 2022-11-05 11:38:29 -0300
  • 88f224fae6
    only hash Cargo.toml/Cargo.lock that belong to a configured workspace Lucas Nogueira 2022-11-05 11:34:55 -0300
  • b5ec9edd91
    2.0.2 v2.0.2 Arpad Borsos 2022-11-03 11:26:28 +0100
  • 3f2513fdf4
    avoid calling cargo metadata on pre-cleanup Arpad Borsos 2022-11-03 11:26:22 +0100
  • 19c46583c5
    update dependencies Arpad Borsos 2022-11-03 11:09:40 +0100
  • b8e72aae83
    Added `prefix-key` `cache-directories` and `cache-targets` options (#85) Mikhail Katychev 2022-10-18 16:05:42 -0500
  • b5b351d410
    README.md feedback Mikhail Katychev 2022-10-18 15:16:56 -0500
  • c6851e9df7
    Update README.md Mikhail Katychev 2022-10-18 15:15:10 -0500
  • 27296ec521
    npm run prepare Mikhail Katychev 2022-10-17 17:00:15 -0500
  • e713427804
    added prefix-key, cache-directories, and cache-targets as features Mikhail Katychev 2022-10-17 16:36:37 -0500
  • 22c9328bcb
    2.0.1 v2.0.1 Arpad Borsos 2022-10-16 16:54:17 +0200
  • d4d463bd9b
    bump deps and rebuild Arpad Borsos 2022-10-14 21:54:25 +0200
  • c4652c677c
    Update `@actions/core` (#83) Tobias Bieniek 2022-10-14 21:47:06 +0200
  • 1d97b62574
    Update `@actions/cors` Tobias Bieniek 2022-10-14 00:07:49 +0200
  • bd6a7592fd
    Put right name for shared key parameter Nikita Bishonen 2022-10-13 11:11:47 +0400
  • c2258624e5 Allow opting out of caching CARGO_HOME/bin. Benjy Weinberger 2022-10-12 17:21:17 -0700
  • 9244268a9e
    Merge ccd52e1077 into 76686c56f2 MOZGIII 2022-09-20 14:49:43 +0200
  • 76686c56f2
    docs: Fix github workflows directory (#79) Sibi Prabakaran 2022-09-19 12:25:11 +0530
  • 1b43d2f2c3
    remove outdated versioning note Arpad Borsos 2022-09-19 08:49:21 +0200
  • f635efcf16
    docs: Fix github workflows directory Sibi Prabakaran 2022-09-19 12:08:31 +0530
  • ccd52e1077 Update package.lock (for whatever reason this is) MOZGIII 2022-09-04 18:51:52 +0400
  • 6978315cd7 Update build artifacts MOZGIII 2022-09-04 18:51:30 +0400
  • e7d31ca62b Implement timeouts and retries logic MOZGIII 2022-09-04 18:50:24 +0400
  • 20b9201e8a
    bump cargo hash Arpad Borsos 2022-09-04 13:31:17 +0200
  • 0d72e5f9a0
    revert explicit dir close Arpad Borsos 2022-09-04 13:22:47 +0200
  • 86531941c2
    Merge branch 'master' of https://github.com/Swatinem/rust-cache Arpad Borsos 2022-09-04 13:10:54 +0200
  • be4be3720d
    explicitly close dir handles, add more logging, cleanups Arpad Borsos 2022-09-04 13:10:36 +0200
  • 213334cd98
    cargo update Arpad Borsos 2022-09-04 12:04:06 +0200
  • b8d4fa4eaf
    update dependencies, use watto as example Arpad Borsos 2022-09-04 12:03:43 +0200
  • 90429b3dea
    ci: Disable rustup self-updates (#68) Kamil Ogórek 2022-08-09 14:23:59 +0200
  • f1b1a1a78f ci: Disable rustup self-updates Kamil Ogórek 2022-08-09 09:11:52 +0200
  • 6720f05bc4
    2.0.0 v2.0.0 Arpad Borsos 2022-07-16 12:42:19 +0200
  • 5733786579
    rebuild Arpad Borsos 2022-07-16 12:42:15 +0200
  • 622616010e
    prepare v2 Arpad Borsos 2022-07-16 12:38:38 +0200
  • 0497f9301f
    improve registry cleanpu Arpad Borsos 2022-07-09 19:20:02 +0200
  • 7b8626742a
    update registry cleaning Arpad Borsos 2022-07-09 18:51:34 +0200
  • 911d8e9e55
    test sparse registry Arpad Borsos 2022-07-09 17:49:43 +0200
  • 875be5ce2d
    bump cache Arpad Borsos 2022-07-09 17:39:42 +0200
  • 07a2ee71bc
    lol, dependency check was reversed Arpad Borsos 2022-07-09 17:37:48 +0200
  • 7c190ef171
    fix actual test code ;-) Arpad Borsos 2022-07-09 17:20:01 +0200
  • fffd6895b2
    add some more tests Arpad Borsos 2022-07-09 17:17:14 +0200
  • 86bae2494f
    clean nested and arbitrary profile and target directories Arpad Borsos 2022-07-09 16:14:38 +0200
  • 827b33fbd0
    pretty printing and fix workspace package retrieval Arpad Borsos 2022-07-09 15:51:45 +0200
  • 36af5cb1ae
    fix pretty printing and selftest Arpad Borsos 2022-07-09 15:39:43 +0200
  • cb43a50800
    fix env filtering Arpad Borsos 2022-07-09 15:31:33 +0200
  • f6e3aa3e12
    use run workspace Arpad Borsos 2022-07-09 15:28:28 +0200
  • 11be10514b
    fix pretty printing Arpad Borsos 2022-07-09 15:25:09 +0200
  • e1846a926d
    rebuild Arpad Borsos 2022-07-09 15:21:35 +0200
  • 6ed4c28a7c
    rewrite it all Arpad Borsos 2022-07-09 15:19:29 +0200
  • 5df06440c6
    correct toolchain invocation Arpad Borsos 2022-07-09 12:38:23 +0200
  • 3fedbbb115
    commit workspace lockfile Arpad Borsos 2022-07-09 12:26:22 +0200
  • fc84c9d9a3
    move selftests to subdirectory and run more selftests Arpad Borsos 2022-07-09 12:23:37 +0200
  • 260a713186
    Cache multiple target directories from 'target-dir' Nick Mosher 2021-07-16 16:58:46 -0400
  • fa61956921
    Include env vars in the generated cache key Dominik Nakamura 2021-10-07 11:35:31 +0900
  • 85515e0da7 Test Nick Mosher 2022-07-08 22:03:46 -0400
  • 7b1ce03741 Add dep to bump cache for test Nick Mosher 2022-07-08 21:57:52 -0400
  • eaa768e3b0 Add info logs for package detection Nick Mosher 2022-07-08 21:35:29 -0400
  • 971fd2148b Update getPackages Nick Mosher 2022-07-08 21:26:12 -0400
  • b6a2848a50 Add multiple crates to wasm test workspace. Update selftest Nick Mosher 2022-07-08 21:08:56 -0400
  • fca91510b6 Rename config variable to 'workspace-paths' Nick Mosher 2022-07-08 20:47:09 -0400
  • bd480418f0 Cache multiple target directories from 'target-dir' Nick Mosher 2021-07-16 16:58:46 -0400
  • 81d053bdb0
    update dependencies and rebuild v1 Arpad Borsos 2022-06-26 12:35:07 +0200
  • 5040f39404
    Skip registry cleaning if no registry was found (#65) Vlad-Shcherbina 2022-06-26 10:51:36 +0200
  • f04d3fad26 Skip registry cleaning if no registry was found Vlad Shcherbina 2022-06-26 09:49:20 +0200
  • 2055a01dcd
    Improve diagnostics: show exception stack trace (#63) Vlad-Shcherbina 2022-06-25 23:20:01 +0200
  • 838480335e Improve diagnostics: show exception stack trace Vlad Shcherbina 2022-06-25 22:12:28 +0200
  • cb2cf0cc7c
    1.4.0 v1.4.0 Arpad Borsos 2022-04-08 17:27:07 +0200
  • 74e8e24b6d
    Update dependencies, clean both debug and release targets Arpad Borsos 2022-04-08 17:25:03 +0200
  • db260f722e
    Accept additional env var filters as input Dominik Nakamura 2022-03-14 12:48:38 +0900
  • c4f3eceb2f
    Only include env vars that are specific to Rust Dominik Nakamura 2022-03-14 12:28:14 +0900
  • 5f6b32160d
    Include env vars in the generated cache key Dominik Nakamura 2021-10-07 11:35:31 +0900
  • f8f67b7515
    Add a LICENSE file Arpad Borsos 2022-03-05 10:21:32 +0100
  • 5b2b053862
    Improve Cache Details documentation (#49) Ed Morley 2022-03-05 09:04:16 +0000
  • 587098aaf4
    Improve Cache Details documentation Ed Morley 2022-03-04 15:53:04 +0000