1. 04 Apr, 2025 4 commits
    • Graham King's avatar
      chore: Upgrade Rust to 1.86 (#518) · e99aa1e1
      Graham King authored
      Also upgrade the cargo resolver to v3, the default.
      
      New clippy lints:
      - `next_back()` instead of `last()` for a double-ended iterator. That avoids walking the whole list.
      - ` repeat_n` instead of `repeat.take`. That avoids cloning.
      - Doc indenting
      e99aa1e1
    • Graham King's avatar
      chore: Add devops in more CODEOWNERS (#512) · 123f3386
      Graham King authored
      123f3386
    • Graham King's avatar
      feat: Python decorator dynamo_worker takes optional `static` parameter without etcd (#494) · 88ad3425
      Graham King authored
      Adds `@dynamo_worker(static = True)` to create a static worker which has a predictable name and hence does not require discovery or `etcd` to be running. There can only be a single static worker per namespace / component / endpoint trio.
      
      This contrasts with the default dynamic `dynamo_worker` endpoints we have now, which get a unique random name (based on namespace/component/endpoint), and are discovered by ingress components using etcd.
      
      Also change the hello_world example to use `dynamo_worker(static = True)` so that it is exercised and demonstrated somewhere.
      
      For NIM.
      88ad3425
    • Kyungmin Lee's avatar
      fix: broken link to dynamo run (#517) · bd8f0804
      Kyungmin Lee authored
      bd8f0804
  2. 03 Apr, 2025 8 commits
  3. 02 Apr, 2025 8 commits
  4. 01 Apr, 2025 7 commits
  5. 31 Mar, 2025 6 commits
  6. 28 Mar, 2025 1 commit
  7. 27 Mar, 2025 1 commit
  8. 26 Mar, 2025 5 commits