3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-04 04:49:56 +00:00

Commit graph

  • ae1c2c2e42
    Merge 24e5ee3e73 into 9d47c6ad4b Luiz Miguel 2025-03-22 10:51:28 -0300
  • 24e5ee3e73
    Update README.md Luiz Miguel 2025-03-22 10:51:10 -0300
  • c0745ebe3f
    Merge 829dfd6b08 into 9d47c6ad4b Jonathan Kelley 2025-03-20 11:07:09 +0100
  • 9d47c6ad4b
    2.7.8 master v2.7.8 v2 Arpad Borsos 2025-03-19 08:16:06 +0100
  • 2f124887c3 Discard files older than 3 days from cache Alexander van Saase 2025-03-11 12:54:37 +0100
  • 3abbfe0f3f Update dist directory Jeroen Bransen 2024-12-18 10:48:48 +0100
  • 2c11e3358f When cache-all-crates == true, don't remove workspace members target Jeroen Bransen 2024-12-18 10:44:29 +0100
  • 27b8ea9368
    Include CPU arch in the cache key (#228) Linda_pp 2025-02-08 23:36:01 +0900
  • c9582041b2 Include CPU arch in the cache key rhysd 2025-02-07 23:22:36 +0900
  • 829dfd6b08
    serialization bugs Jonathan Kelley 2025-01-28 23:37:52 -0800
  • 5bbbdb9115
    save state with incremental Jonathan Kelley 2025-01-28 23:20:55 -0800
  • 470b5b92f9
    force a cache Jonathan Kelley 2025-01-28 23:07:34 -0800
  • 6095cc4363
    cache the roots not the files Jonathan Kelley 2025-01-28 22:53:29 -0800
  • 01addf7215
    new restore technique Jonathan Kelley 2025-01-28 22:28:27 -0800
  • 64b8867183
    fix paths for cache dir Jonathan Kelley 2025-01-28 22:02:28 -0800
  • b37d2821f8
    remove invalidation Jonathan Kelley 2025-01-28 21:58:20 -0800
  • 07fbca13c8
    hmm Jonathan Kelley 2025-01-28 21:52:44 -0800
  • bd6c4068e7
    fix accidentally deleting ache Jonathan Kelley 2025-01-28 21:45:23 -0800
  • 6f58383b83
    save before clearing Jonathan Kelley 2025-01-28 21:41:21 -0800
  • 8c8c35255e
    bump js Jonathan Kelley 2025-01-28 21:27:46 -0800
  • 70758ffdc7
    better logging, better staging Jonathan Kelley 2025-01-28 21:14:58 -0800
  • a0f80e7b74
    save incrementals Jonathan Kelley 2025-01-28 21:00:55 -0800
  • af6c167d5d
    restore from secondary branch Jonathan Kelley 2025-01-28 20:59:32 -0800
  • 8c044fe7cc
    disambiguate incremental caches Jonathan Kelley 2025-01-28 20:24:43 -0800
  • 2de18fd6ad
    tack on incremental for incremental caches Jonathan Kelley 2025-01-28 20:19:58 -0800
  • 36c8b73442
    cause save state if no incrementa.json Jonathan Kelley 2025-01-28 19:22:56 -0800
  • 0381560ff9
    move target clean Jonathan Kelley 2025-01-28 19:03:35 -0800
  • 3231cccdde
    dist Jonathan Kelley 2025-01-28 18:53:15 -0800
  • acd5291606
    dist Jonathan Kelley 2025-01-28 18:52:29 -0800
  • 9fdf1295a5
    damn im dumb, commit the js Jonathan Kelley 2025-01-28 18:49:43 -0800
  • debe4b4f36
    add logging re incremnetal Jonathan Kelley 2025-01-28 18:42:45 -0800
  • c9276fc739
    make sure to invalidate cache Jonathan Kelley 2025-01-28 18:38:08 -0800
  • 046710c449
    add incremental flag to constructor Jonathan Kelley 2025-01-28 18:24:39 -0800
  • 3c291936b0
    add logging Jonathan Kelley 2025-01-28 18:22:39 -0800
  • 3faf29c29b
    wip: add incremental mtime restore Jonathan Kelley 2025-01-28 18:13:52 -0800
  • f0deed1e0e
    2.7.7 v2.7.7 Arpad Borsos 2024-12-29 08:48:10 +0100
  • 008623fb83
    also cache cargo install metadata Arpad Borsos 2024-12-29 08:47:45 +0100
  • 720f7e45cc
    2.7.6 v2.7.6 Arpad Borsos 2024-12-28 08:37:30 +0100
  • 4b1f006ad2
    update dependencies, in particular @actions/cache Arpad Borsos 2024-12-28 08:36:36 +0100
  • e8e63cdbf2
    Allow opting out of caching $CARGO_HOME/bin. (#216) Benjy Weinberger 2024-12-09 23:47:51 -0800
  • 11bb1727f7 Revert "Generate files under dist/." Benjy Weinberger 2024-12-09 14:21:46 -0800
  • 9a2e0d3212
    add runner OS in cache key (#220) Rano | Ranadeep 2024-12-09 22:32:01 +0100
  • 342be2ce54
    fix check-dist on ci Ranadeep Biswas 2024-12-09 12:58:49 +0100
  • 19dc6a9c17 Generate files under dist/. Benjy Weinberger 2024-12-08 15:16:30 -0800
  • 5ea9070fd2 Conform to local style. Benjy Weinberger 2024-12-08 15:14:45 -0800
  • 9f195d91fe Merge branch 'master' into cache-bin Benjy Weinberger 2024-12-08 15:08:00 -0800
  • e89acd5884
    add runner OS in cache key Ranadeep Biswas 2024-11-29 16:36:14 +0100
  • c00f3025ca
    Adds an option to do lookup-only of the cache (#217) Daniel LeCheminant 2024-11-08 11:36:34 -0800
  • b217c11c5a Adds an option to do lookup-only of the cache Daniel LeCheminant 2024-11-06 17:08:41 -0800
  • 929b95c873 Remove superfluous comment Benjy Weinberger 2024-10-29 17:56:28 -0700
  • 911e6ff671 Update README Benjy Weinberger 2024-10-29 17:51:59 -0700
  • 5ed697a689 Allow opting out of caching CARGO_HOME/bin. Benjy Weinberger 2022-10-12 17:21:17 -0700
  • 68b3cb7503
    Updated artifact upload action to v4 (#212) guylamar2006 2024-10-17 02:52:18 -0500
  • e060a31bd7
    Updated artifact upload action to v4 guylamar2006 2024-10-15 08:52:25 -0500
  • 82a92a6e8f
    2.7.5 v2.7.5 Arpad Borsos 2024-10-12 12:15:11 +0200
  • 598fe25fa1
    update dependencies, rebuild Arpad Borsos 2024-10-12 12:14:29 +0200
  • 8f842c2d45
    Support Cargo.lock format cargo-lock v4 (#211) Jiahao XU 2024-10-09 05:55:46 +1100
  • 0d5ebfd17a
    Support Cargo.lock format cargo-lock v4 Jiahao XU 2024-10-09 00:52:04 +1100
  • 96a8d65dba
    Only run macOsWorkaround() on macOS (#206) Gunnar Lilleaasen 2024-09-17 17:45:02 +0200
  • 5f75ff48e2
    Rebuild dist js. Gunnar André Saxvik-Lilleaasen 2024-09-17 09:34:38 +0200
  • ba53a2152f
    Only run macOsWorkaround() on macOS. Gunnar Lilleaasen 2024-09-12 09:43:39 +0200
  • b6b776b21b
    Merge 5d260ed846 into 9bdad043e8 Aditya Maru 2024-07-17 15:48:25 -0400
  • 9bdad043e8
    fix: usage of deprecated version of node (#197) Hamir Mahal 2024-05-03 07:02:43 -0700
  • e486a419e6
    fix: usage of action that uses deprecated Hamir Mahal 2024-05-03 00:31:01 -0700
  • 37b62a5ffa
    chore: changes from formatting on save Hamir Mahal 2024-05-03 00:30:46 -0700
  • 5d260ed846
    Merge pull request #2 from useblacksmith/bump-version Aditya Maru 2024-04-20 15:03:50 -0400
  • b0af3215c8 dist: bump version cache Aditya Maru 2024-04-20 13:48:14 -0400
  • f7a52f6914
    "add jsonpath test" Arpad Borsos 2024-03-24 10:00:25 +0100
  • 2bceda3912
    "update dependencies" Arpad Borsos 2024-03-24 09:56:50 +0100
  • 640a22190e
    Upgrade checkout action from version 3 to 4 (#190) Carsten Wenderdel 2024-02-27 08:23:34 +0100
  • ee2a7cc1f9 Upgrade checkout action from version 3 to 4 Carsten Wenderdel 2024-02-26 22:42:39 +0100
  • d608e9bf47
    .github: update rust README.md Aditya Maru 2024-02-17 08:19:02 -0500
  • 90d9268c8e
    Merge pull request #1 from useblacksmith/add-blacksmith-support Aayush Shah 2024-02-05 17:13:01 -0800
  • 50188d7e37
    configure blacksmith to be the default over github Aayush 2024-02-05 16:17:16 -0800
  • e5591783d4
    use the latest version of the @useblacksmith/cache toolkit package Aayush Shah 2024-02-05 16:07:55 -0800
  • 1582741630
    update dependencies Arpad Borsos 2024-02-04 09:29:45 +0100
  • d2fc93d000 *: add support for blacksmith cache to rust cache Aditya Maru 2024-01-30 18:40:27 -0500
  • 23bce251a8
    2.7.3 v2.7.3 Arpad Borsos 2024-01-14 09:31:14 +0100
  • 378c8285a4
    Work around upstream GitHub issue and update dependencies Arpad Borsos 2024-01-14 09:26:03 +0100
  • a226033982
    2.7.2 v2.7.2 Arpad Borsos 2024-01-10 19:34:14 +0100
  • d30f1144e8
    Only key by Cargo.toml and Cargo.lock files of workspace members (#180) Max Heller 2023-12-03 05:57:51 -0500
  • 1b681b21ae
    workspace can only have one Cargo.lock Max Heller 2023-11-25 10:22:02 -0500
  • 542fe36d5b
    only key by Cargo.toml and Cargo.lock files of workspace members Max Heller 2023-11-25 08:40:06 -0500
  • b1db5f9d5f
    Update action runtime to node20 (#175) Linda_pp 2023-10-26 03:36:38 +0900
  • e979ff71a1 Update action runtime to node20 rhysd 2023-10-25 21:55:02 +0900
  • 3cf7f8cc28
    2.7.1 v2.7.1 Arpad Borsos 2023-10-21 10:37:46 +0200
  • e03705e031
    changelog Arpad Borsos 2023-10-21 10:37:41 +0200
  • b86d1c6caa
    bump all the other dependencies too Arpad Borsos 2023-10-21 10:36:18 +0200
  • f27990c89a
    Update Dependencies (#172) Wyatt Herkamp 2023-10-20 09:35:55 -0400
  • 426852e2c9 Update to smol-toml 1.1.3 Wyatt Herkamp 2023-10-18 08:06:12 -0400
  • 33517043cd Update Dependencies Wyatt Herkamp 2023-10-17 10:00:30 -0400
  • a95ba19544
    2.7.0 v2.7.0 Arpad Borsos 2023-09-12 19:34:11 +0200
  • 82c8487d00
    changelog Arpad Borsos 2023-09-12 19:34:01 +0200
  • 67c46e7159
    Support for trybuild and similar macro testing tools (#168) Filippo Neysofu Costa 2023-09-12 19:32:03 +0200
  • e7885656e0
    npm run prepare Filippo Costa 2023-09-12 18:20:01 +0200
  • a15c3f638c
    Attempt at trybuild test Filippo Costa 2023-08-26 05:26:41 +0200
  • ed409e7cdb
    Support for trybuild/kaos/macrotest Filippo Costa 2023-08-26 05:26:29 +0200
  • 44b6087283
    Fix save-if documentation in readme (#166) Lucas Kent 2023-08-24 23:18:39 +1000
  • c940897cde Fix save-if documentation in readme Lucas Kent 2023-08-24 12:58:42 +1000
  • e207df5d26
    2.6.2 v2.6.2 Arpad Borsos 2023-08-20 10:28:01 +0200