-
Notifications
You must be signed in to change notification settings - Fork 207
Comparing changes
Open a pull request
base repository: dstackai/dstack
base: 0.19.38
head repository: dstackai/dstack
compare: 0.19.39
- 13 commits
- 129 files changed
- 6 contributors
Commits on Nov 21, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for f98a4cf - Browse repository at this point
Copy the full SHA f98a4cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9caba5 - Browse repository at this point
Copy the full SHA c9caba5View commit details -
Fix LEGACY_REPO_DIR_DISABLED feature flag (#3314)
RunSpec.repo_dir = None is valid if there are no repos in the configuration
Configuration menu - View commit details
-
Copy full SHA for 7bae836 - Browse repository at this point
Copy the full SHA 7bae836View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 40cb4a0 - Browse repository at this point
Copy the full SHA 40cb4a0View commit details
Commits on Nov 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0f28c92 - Browse repository at this point
Copy the full SHA 0f28c92View commit details
Commits on Nov 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6dd1057 - Browse repository at this point
Copy the full SHA 6dd1057View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 85dd21e - Browse repository at this point
Copy the full SHA 85dd21eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 495d376 - Browse repository at this point
Copy the full SHA 495d376View commit details -
[Docs] Generate external links CSS decoration automatically (#3320)
* [Docs] Generate external links CSS decoration automatically (without manual hardcoded HTML) * [Docs] Bugfix
Configuration menu - View commit details
-
Copy full SHA for 120ef05 - Browse repository at this point
Copy the full SHA 120ef05View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 0255f94 - Browse repository at this point
Copy the full SHA 0255f94View commit details
Commits on Nov 26, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for ea6a5e6 - Browse repository at this point
Copy the full SHA ea6a5e6View commit details -
[Blog] SGLang router integration and disaggregated inference roadmap
Added multi-node replicas to roadmap
Configuration menu - View commit details
-
Copy full SHA for a05cf74 - Browse repository at this point
Copy the full SHA a05cf74View commit details
Commits on Nov 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e76696c - Browse repository at this point
Copy the full SHA e76696cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.19.38...0.19.39