Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dstackai/dstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19.38
Choose a base ref
...
head repository: dstackai/dstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.19.39
Choose a head ref
  • 13 commits
  • 129 files changed
  • 6 contributors

Commits on Nov 21, 2025

  1. Disable LEGACY_REPO_DIR with feature flag (#3305)

    * Disable LEGACY_REPO_DIR with feature flag
    
    Enabling DSTACK_FF_LEGACY_REPO_DIR_DISABLED does the following:
    - Changes `working_dir` default value from `/workflow` to
      the image's working dir, unless the client is older than 0.19.27,
      in which case `/workflow` is still used.
    - Forbids relative `working_dir` (client side only).
    - Makes `repos[].path` required, unless the client is older than
      0.19.27, in which case `/workflow` is still used
    
    Part-of: #3124
    
    * Use $DSTACK_WORKING_DIR in IDE link
    un-def authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    f98a4cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9caba5 View commit details
    Browse the repository at this point in the history
  3. Fix LEGACY_REPO_DIR_DISABLED feature flag (#3314)

    RunSpec.repo_dir = None is valid if there are no repos in the
    configuration
    un-def authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    7bae836 View commit details
    Browse the repository at this point in the history
  4. Add sglang_router details in examples, gateway and refs (#3313)

    * Add sglang_router details in examples, gateway and refs
    
    * [Docs] Improve the `sglang` router configuration with gateways
    
    ---------
    
    Co-authored-by: Bihan  Rana <[email protected]>
    Co-authored-by: peterschmidt85 <[email protected]>
    3 people authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    40cb4a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. [Docs] Add llms.txt and llms-full.txt (#3312)

    * [Docs] Add llms.txt and llms-full.txt #3311
    
    * [Docs] Add llms.txt and llms-full.txt #3311
    
    Review fix
    peterschmidt85 authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    0f28c92 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Configuration menu
    Copy the full SHA
    6dd1057 View commit details
    Browse the repository at this point in the history
  2. Optimize per fleet offers (#3316)

    * WIP: Support lazy max_offers for get_offers_by_requirements
    
    * Implement get_offers iterator for ComputeWithAllOffersCached
    
    * Refetch backend offers without limit to return all offers for the optimal fleet
    
    * Drop tensordock compute
    
    * Update get_offers() signatures
    
    * Fix get_backend_offers()
    
    * Replace yield with iter for LocalCompute
    
    * Fix var capture by generator expression
    
    * Fix exclude_not_available ignored
    
    * Drop tensordock configurator import
    r4victor authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    85dd21e View commit details
    Browse the repository at this point in the history
  3. Add AGENTS.md (#3319)

    r4victor authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    495d376 View commit details
    Browse the repository at this point in the history
  4. [Docs] Generate external links CSS decoration automatically (#3320)

    * [Docs] Generate external links CSS decoration automatically (without manual hardcoded HTML)
    
    * [Docs] Bugfix
    peterschmidt85 authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    120ef05 View commit details
    Browse the repository at this point in the history
  5. [Blog] SGLang router integration and disaggregated inference roadmap (#…

    …3323)
    
    * [Blog] SGLang router integration and disaggregated inference roadmap
    
    * [Blog] SGLang router integration and disaggregated inference roadmap
    peterschmidt85 authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    0255f94 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Implement users soft-deletion (#3326)

    * Add test_deletes_user_with_resources
    
    * Return 400 if deleting non-existent users
    
    * Implement users soft-delete
    
    * Fix deleting users with long names
    
    * Fix deleting projects with long names
    
    * Delete members when soft-deleting users
    
    * Forbid deleting admin user via api
    
    * Fix server_default
    r4victor authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    ea6a5e6 View commit details
    Browse the repository at this point in the history
  2. [Blog] SGLang router integration and disaggregated inference roadmap

    Added multi-node replicas to roadmap
    peterschmidt85 committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    a05cf74 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Configuration menu
    Copy the full SHA
    e76696c View commit details
    Browse the repository at this point in the history
Loading