Thanks to visit codestin.com
Credit goes to github.com

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.24
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.25
Choose a head ref
  • 16 commits
  • 113 files changed
  • 8 contributors

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    137a35d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfadcde View commit details
    Browse the repository at this point in the history
  3. Only register service replicas after probes pass (#2986)

    To avoid service disruptions during rolling
    deployments, only register a newly started replica
    to receive requests after all its probes pass, not
    immediately after it becomes `running`.
    jvstme authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    e13fb2c View commit details
    Browse the repository at this point in the history
  4. [Changelog] Introducing service probes (#2988)

    * [Changelog] Introducing service probes
    
    * Fix linter
    peterschmidt85 authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    b75bb5c View commit details
    Browse the repository at this point in the history
  5. Deprecate local repos (#2984)

    Closes: #2974
    un-def authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    e44751e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Support elastic fleets (#2967)

    * Do not auto-delete empty fleets that allow 0 nodes
    
    * Refactor offers filtering
    
    * Respect fleet nodes.max
    
    * Fix replicas typing
    
    * Support provisioning in empty fleets
    
    * Rebase migrations
    
    * Prioritize fleet choice by capacity and offer price
    
    * Unassign run from fleet for retrying
    
    * Comment on optimal fleet choice
    
    * Refactor fleet/instance selects to fix for update with outer join
    
    * If no fleets have available offers, create a new fleet
    
    * Revert respect nodes.max
    
    * Set nodes for autocreated fleet
    
    * Forbid new fleets creation with fleets specified
    
    * Use Range for replicas
    
    * Ensure models Config is inherited
    
    * Rebase migrations
    
    * Use fleets with no instances if fleets specified
    
    * Fix tests
    
    * Fix tests
    r4victor authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    5876f6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6423818 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

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

Commits on Aug 18, 2025

  1. Typo in URLs (#2995)

    mashcroft3 authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    38e66bc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    3e54439 View commit details
    Browse the repository at this point in the history
  2. The logs section is too short in the UI (#2989)

    * The logs section is too short in the UI #2961
    
    * The logs section is too short in the UI #2961
    olgenn authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    9a1557c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Configuration menu
    Copy the full SHA
    0d0e654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eaf494 View commit details
    Browse the repository at this point in the history
  3. Update examples (#3007)

    * remove `dstack init` prerequisite, as repos are optional
      since 0.19.25
    * replace repo paths with `files`
    
    Co-authored-by: peterschmidt85 <[email protected]>
    un-def and peterschmidt85 authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    40d072c View commit details
    Browse the repository at this point in the history
  4. Minor CLI fixes (#3008)

    1. Updated no repo initialized warning message
    2. Added logging when config validation errors
    peterschmidt85 authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    f2ec22c View commit details
    Browse the repository at this point in the history
  5. Minor CLI fixes (#3008)

    Updated version
    peterschmidt85 committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    f76cda6 View commit details
    Browse the repository at this point in the history
Loading