1
0
Fork 1
mirror of https://github.com/MingweiSamuel/Riven.git synced 2025-04-11 08:23:16 -07:00

Commit graph

  • 0c924d8e8c refactor: use thiserror for errors, cleanup comments, clippy v/2.x.x Mingwei Samuel 2025-04-10 21:25:22 -0700
  • 1fa6044643
    feat: add try_ methods requiring min_capacity to be available to execute ("minimum quota feature") () Brian Morin (Blitz) 2025-04-10 22:10:27 -0700
  • da6b5c7b3a
    Merge 0cb0e77f50 into 1cbd3d965c Mingwei Samuel 2025-04-10 17:55:14 -0700
  • 1cbd3d965c test: remove archived match EUW1_6349186754 Mingwei Samuel 2025-04-10 10:52:03 -0700
  • c56d0d4571 Fix metrics feature Brian Morin 2025-04-03 12:38:17 -0700
  • 5c7de6f764 Use TryRequestResult<T> instead of Option<T> for try_ apis Brian Morin 2025-04-03 11:59:57 -0700
  • 6306d9030b Comment fixes per review Brian Morin 2025-04-03 11:03:55 -0700
  • 19ad249f7b Clippy Brian Morin 2025-03-31 16:31:35 -0700
  • 2ee0041f72 Merge mainline Brian Morin 2025-03-31 16:23:42 -0700
  • f3ea0c746f Only record metrics if the RPC was made. Add the rest of the documentation to the try_ methods. Brian Morin 2025-03-31 15:52:16 -0700
  • 0cb0e77f50 fixup! champion.rs build.rs proof of concept buildrs Mingwei Samuel 2025-03-19 16:42:27 -0700
  • d9ad34a45a champion.rs build.rs proof of concept Mingwei Samuel 2025-03-07 15:04:44 -0800
  • aa74790e8b Release 2.66.0 Mingwei Samuel 2025-03-18 16:32:00 -0700
  • 88fd078b3d
    fix & test docs, cleanup CI, cleanup Cargo.toml, regen () Mingwei Samuel 2025-03-18 16:31:14 -0700
  • 25ea7b5b57 fixup! docs: fix bare links, test docs in CI, regen cleanups Mingwei Samuel 2025-03-18 16:18:15 -0700
  • f8749d06d6 docs: fix bare links, test docs in CI, regen Mingwei Samuel 2025-03-18 14:25:52 -0700
  • 7630f02c30 docs: fix RiotApi reference to old summoner_by_name endpoint Mingwei Samuel 2025-03-15 16:09:46 -0700
  • 3e6ccfcd81 feat: allow endpoints to use other endpoint/module DTOs Mingwei Samuel 2025-03-12 17:10:26 -0700
  • 0aa31d53aa style: add tracing as an explicit feature Mingwei Samuel 2025-03-12 13:45:43 -0700
  • 4361dd3add Release 2.65.0 Mingwei Samuel 2025-03-12 11:16:38 -0700
  • c91e0b51d8 test: add more match tests Mingwei Samuel 2025-03-12 09:54:53 -0700
  • ab80137e6f
    feat: eserde feature for better maintenance () Mingwei Samuel 2025-03-12 09:46:19 -0700
  • 698b7951b8 fixup! use eserde feature for testing Mingwei Samuel 2025-03-12 09:37:28 -0700
  • cd6e1aed3d use eserde feature for testing Mingwei Samuel 2025-03-12 09:11:06 -0700
  • 62a1c069cf upstream eserde Mingwei Samuel 2025-03-12 08:59:34 -0700
  • e496eedf7b reformat error message, clippy fix Mingwei Samuel 2025-03-07 06:30:51 -0800
  • fd8c942038 cleanup conditional compilation Mingwei Samuel 2025-03-06 17:46:24 -0800
  • d35748805e eserde working! (except for serde_json::Map<String, serde_json::Value>) Mingwei Samuel 2025-03-01 01:22:05 -0800
  • ae39209269 eserde doesn't work for deserialize_with Mingwei Samuel 2025-02-21 15:51:42 -0800
  • 1b42ac7d1a feat: allow reporting multiple reqwest errors Mingwei Samuel 2025-02-21 15:34:57 -0800
  • b8c6d2583f Merge main Brian Morin 2025-03-11 12:41:48 -0700
  • a8c457fad7 Update Cargo.lock for cargo audit security Mingwei Samuel 2025-03-07 18:54:22 -0800
  • 66b1bc0533 Release 2.64.0 Mingwei Samuel 2025-03-06 17:47:46 -0800
  • 28b560078e regen for match-v5 playerScore changes Mingwei Samuel 2025-03-06 17:47:12 -0800
  • 59bea3e371 Update to latest for new League entries by puuid endpoint Brian Morin 2025-02-25 10:50:11 -0800
  • a7afd8b2be Release 2.63.0 Mingwei Samuel 2025-02-24 21:09:53 -0800
  • 64cc55ec4d regen for val-match-v1 optional fields for aborted games Mingwei Samuel 2025-02-24 21:58:37 -0800
  • c7b5de6e54 use tracing for dev logging Mingwei Samuel 2025-02-24 21:57:46 -0800
  • 1a00d7277b Set/increase ~2.0 sec default when Retry-After header missing due to https://github.com/RiotGames/developer-relations/issues/1050 Mingwei Samuel 2025-02-24 21:56:55 -0800
  • 0c1acf922a fix RUST_LOG in CI Mingwei Samuel 2025-02-24 21:26:32 -0800
  • bebcae9dae regen for feats fields Mingwei Samuel 2025-02-24 21:09:38 -0800
  • 959ce4a12d regen for new puuid fields/method Mingwei Samuel 2025-02-24 20:51:20 -0800
  • 09b3a46388 ci: commit Cargo.lock for the sake of MSRV testing Mingwei Samuel 2025-02-21 14:32:54 -0800
  • 9710971a29
    Merge branch 'MingweiSamuel:v/2.x.x' into feature/min-quota Brian Morin (Blitz) 2025-02-06 17:47:54 -0800
  • f6be1e87a8 Release 2.62.0 Mingwei Samuel 2025-01-31 10:50:48 -0800
  • 100b9f9afc Regen for 2025-01-22 patch Mingwei Samuel 2025-01-31 10:49:35 -0800
  • 40634e44e6 test: new TFT revival game Mingwei Samuel 2025-01-31 10:42:45 -0800
  • 9e9b36335a Fix typeo Brian Morin 2025-01-19 23:52:17 -0800
  • 717818789e Clippy (tests) Brian Morin 2025-01-19 13:56:19 -0800
  • d85fdb16cb Clippy Brian Morin 2025-01-19 13:52:31 -0800
  • 6f49cce887 Documentation/comment updates after self-review Brian Morin 2025-01-19 13:29:19 -0800
  • 4067363545 First draft of try_X(min_capacity, ...) APIs Brian Morin 2025-01-19 13:11:30 -0800
  • 343d26bdb7 release 2.61.1 Mingwei Samuel 2025-01-15 12:21:59 -0800
  • 561139e91f
    chore: set msrv, min dependency versions, fix () Mingwei Samuel 2025-01-15 12:21:05 -0800
  • ad780027da fixup! chore: set msrv (check in ci), min dependency versions Mingwei Samuel 2025-01-15 12:11:31 -0800
  • 8b434c9168 chore: set msrv (check in ci), min dependency versions Mingwei Samuel 2025-01-15 12:10:02 -0800
  • bb8bd229f0 Release 2.61.0 Mingwei Samuel 2025-01-13 11:56:49 -0800
  • 9ede8f23bb test: wasm cleanup deprecated static Mingwei Samuel 2025-01-13 11:56:03 -0800
  • 29a2819341 style: token bucket dead code false positive Mingwei Samuel 2025-01-13 11:37:06 -0800
  • 318ac138c5 simplify metrics into async fn Mingwei Samuel 2025-01-13 11:31:36 -0800
  • 9718cebcfc ci: --all-features on lints Mingwei Samuel 2025-01-13 10:40:54 -0800
  • bcbb39a3d3 feat: add route to tracing spans, use tracing in testing Mingwei Samuel 2025-01-13 10:38:54 -0800
  • 257d2ee7b6 test: add metrics to test-full.bash Mingwei Samuel 2025-01-13 10:04:33 -0800
  • 7e774ccfe5
    feat: add basic metrics support () Brian Morin (Blitz) 2025-01-13 09:47:24 -0800
  • c43d606747 release 2.60.0 Mingwei Samuel 2025-01-10 16:31:31 -0800
  • 15aab41276 regen for val-content totems fix Mingwei Samuel 2025-01-10 16:31:10 -0800
  • 979c1bc10d update tests for val-content Mingwei Samuel 2025-01-10 16:30:46 -0800
  • 3c90e0ef3a regen fix version Mingwei Samuel 2025-01-10 15:55:35 -0800
  • 3fd5955492 release 2.59.0 Mingwei Samuel 2025-01-10 15:54:43 -0800
  • 623dce2280 regen for season updates Mingwei Samuel 2025-01-10 15:54:27 -0800
  • 5b70c9203c update league tests for regen Mingwei Samuel 2025-01-10 15:45:55 -0800
  • cc2f419dfb add/update league-v4 tests Mingwei Samuel 2025-01-10 15:40:19 -0800
  • 0885faefcf Add EUW switfplay match (failing) Mingwei Samuel 2025-01-10 15:22:21 -0800
  • 72e873f9de Use an async block per PR feedback Brian Morin 2025-01-09 17:48:52 -0800
  • 7c1b052754 First draft of metrics feature Brian Morin 2025-01-09 15:34:19 -0800
  • a6983720d8 Release 2.58.0 Mingwei Samuel 2025-01-08 11:05:37 -0800
  • 0fcf46ac47 Consolidate SG2 tests Mingwei Samuel 2025-01-07 11:03:14 -0800
  • b897047b5c regen for SG2 unification, new clash PUUID endpoint Mingwei Samuel 2025-01-07 11:03:05 -0800
  • 19c328e520 cleanups for clippy Mingwei Samuel 2024-12-19 09:54:52 -0800
  • a2e2b6ed6c style: format Mingwei Samuel 2024-11-05 23:52:50 -0800
  • a7f72cd21a style: cleanups for clippy Mingwei Samuel 2024-11-03 22:46:47 -0800
  • 78c88a0a3f Release 2.57.0 Mingwei Samuel 2024-11-03 22:12:45 -0800
  • 381db0feff Regen for bountyGold fix Mingwei Samuel 2024-11-03 22:21:13 -0800
  • 0be6a3b34c Add test for (failing) Mingwei Samuel 2024-11-03 22:15:52 -0800
  • d01c2e8d58 Regen again for missing fields Mingwei Samuel 2024-11-03 22:01:08 -0800
  • c211e1d9a2 test: update tests to pass after changes 1337MARCEL 2024-10-23 02:48:44 +0200
  • a243e93609 Regen for champion AMBESSA and val-console endpoints Mingwei Samuel 2024-11-03 21:10:22 -0800
  • 370fff7d82
    chore: update once more for upcoming LoL champ 1337MARCEL 2024-10-24 23:26:07 +0200
  • 5882357926
    test: update tests to pass after changes 1337MARCEL 2024-10-23 02:48:44 +0200
  • ed4b0944fe
    fix: correct issues introduced by script 1337MARCEL 2024-10-23 02:47:12 +0200
  • f3e0b6c213
    feat: update to latest data structs and endpoints 1337MARCEL 2024-10-23 01:25:09 +0200
  • 5946183242 Release 2.56.0 Mingwei Samuel 2024-07-20 11:16:30 -0700
  • 3626b84326 Regen for STRAWBERRY Mingwei Samuel 2024-07-20 11:16:15 -0700
  • a584d07aef Add Swarm STRAWBERRY test matches Mingwei Samuel 2024-07-20 11:16:03 -0700
  • 3ac05c4068 Release 2.55.0 Mingwei Samuel 2024-07-17 08:46:23 -0700
  • e81fc997a3 Regen for 14.14 updates Mingwei Samuel 2024-07-17 08:46:09 -0700
  • 0b19e4e16a test: add match JP1_455137806 for swarm fields Mingwei Samuel 2024-07-17 08:42:22 -0700
  • bfb687ef5b refactor: use memo-map instead of improvised CHashMap Mingwei Samuel 2024-07-11 16:59:11 -0700
  • 689b422935 Release 2.54.0 Mingwei Samuel 2024-07-03 09:25:51 -0700
  • ae37b8f164 test: add basic me1 platform tests Mingwei Samuel 2024-07-03 09:25:32 -0700