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: 17cc2bd
Choose a base ref
...
head repository: dstackai/dstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa6875b
Choose a head ref
  • 14 commits
  • 49 files changed
  • 4 contributors

Commits on Nov 7, 2025

  1. Configuration menu
    Copy the full SHA
    d2a8870 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acaa96e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. [Internal] Add kubernetes type stubs (#3272)

    * Use `call_api_method()` for expected-to-fail API calls only
    * Drop `get_value()` altogether (with type stubs it brings more harm
      than good)
    un-def authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    f9576a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Forbid running multinode tasks on non-cluster fleets (#3277)

    * Forbid running multinode tasks on non-cluster fleets
    
    * Guarantee fleet cluster placement with concurrent provisioning
    
    * Fix tests
    
    * Fix fleet lock on sqlite
    
    * Simplify fleet selection code
    
    * Recommend AsyncExitStack
    
    * Use is_db_sqlite() and is_db_postgres()
    r4victor authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    2e3152c View commit details
    Browse the repository at this point in the history
  2. [Feature] Make proxy service HTTP timeout configurable (#3275)

    - Allow the proxy service clients to read their timeout from DSTACK_SERVICE_CLIENT_TIMEOUT, falling back to the previous 60s default so operators can tune it without code changes.
      - Document the new environment variable in the server reference so the knob is discoverable.
    
      AI-Assistance: This PR description was prepared with help from codex.
    earandap authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    8e89462 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

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

Commits on Nov 13, 2025

  1. Support placement groups for elastic fleets (#3282)

    * Support placement groups for elastic fleets
    
    * Test placement group creation
    
    * Update run_job() signatures
    
    * Fix non-master jobs stuck with waiting master job
    
    * Simplify tests
    
    * Fix run_jobs signature
    r4victor authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    f5ca910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da4943d View commit details
    Browse the repository at this point in the history
  3. Kubernetes: support IP based load balancers (#3283)

    Extends Kubernetes backend gateway support to providers that provide
    IPs, not domain names, for externally-accessible Services.
    
    Tested on Nebius (mk8s) and Google Cloud (GKE).
    
    Part-of: #3126
    un-def authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    a758bd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7294d1 View commit details
    Browse the repository at this point in the history
  5. Document retry duration

    r4victor committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    7027196 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54cf8bb View commit details
    Browse the repository at this point in the history
  7. Improved remote repo support (#3279) (#3285)

    Revert detecting and passing `default_repo_branch` for backward comnpatibility of the `datack-runner`
    peterschmidt85 authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    f21a989 View commit details
    Browse the repository at this point in the history
  8. Fix release gateway-build

    r4victor committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    fa6875b View commit details
    Browse the repository at this point in the history
Loading