-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a boot device field to Instance, forward along as appropriate #6585
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94908e7 - Browse repository at this point
Copy the full SHA 94908e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c2fe2 - Browse repository at this point
Copy the full SHA 55c2fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e5ba81 - Browse repository at this point
Copy the full SHA 3e5ba81View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a70c9f - Browse repository at this point
Copy the full SHA 1a70c9fView commit details
Commits on Sep 21, 2024
-
generalize {set,clear}_boot_device into other instance setting changes
additionally, add a general-purpose instance update endpoint to change the boot device for an existing instance, as well as tests that the constraints around what we can do with boot devices and the boot device field are checked.
Configuration menu - View commit details
-
Copy full SHA for 60993d3 - Browse repository at this point
Copy the full SHA 60993d3View commit details -
setting boot device does not have the instance_attach_disk problem
if the disk is not in the same project, it will not be attached, so it will not be eligible to be the boot device.
Configuration menu - View commit details
-
Copy full SHA for 097a961 - Browse repository at this point
Copy the full SHA 097a961View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8844c - Browse repository at this point
Copy the full SHA 5f8844cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7c290 - Browse repository at this point
Copy the full SHA 7b7c290View commit details -
first_async introduced some types issues, oops
also no longer need authz_project_disk
Configuration menu - View commit details
-
Copy full SHA for a059312 - Browse repository at this point
Copy the full SHA a059312View commit details -
unwind deteching if a boot disk is present and unattached vs nonexistant
might return to this later, but as-is i've gotten something wrong with the query..
Configuration menu - View commit details
-
Copy full SHA for b7833bf - Browse repository at this point
Copy the full SHA b7833bfView commit details -
allow reconfiguration of instances in Creating
(and fix a few test references to now-boot_device_id)
Configuration menu - View commit details
-
Copy full SHA for 53873aa - Browse repository at this point
Copy the full SHA 53873aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cae16ea - Browse repository at this point
Copy the full SHA cae16eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 662401d - Browse repository at this point
Copy the full SHA 662401dView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb34a5 - Browse repository at this point
Copy the full SHA efb34a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb1ff5 - Browse repository at this point
Copy the full SHA 4eb1ff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for da9e29c - Browse repository at this point
Copy the full SHA da9e29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b21005 - Browse repository at this point
Copy the full SHA 1b21005View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1537af9 - Browse repository at this point
Copy the full SHA 1537af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a1ba0 - Browse repository at this point
Copy the full SHA 31a1ba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf36e98 - Browse repository at this point
Copy the full SHA bf36e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7863f - Browse repository at this point
Copy the full SHA 5a7863fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73069f2 - Browse repository at this point
Copy the full SHA 73069f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d7972 - Browse repository at this point
Copy the full SHA 60d7972View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4688d8 - Browse repository at this point
Copy the full SHA a4688d8View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed5f0e5 - Browse repository at this point
Copy the full SHA ed5f0e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e299a - Browse repository at this point
Copy the full SHA e4e299aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e76de - Browse repository at this point
Copy the full SHA 02e76deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b65dfe - Browse repository at this point
Copy the full SHA 6b65dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35be25f - Browse repository at this point
Copy the full SHA 35be25fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6b1e73 - Browse repository at this point
Copy the full SHA d6b1e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a0268 - Browse repository at this point
Copy the full SHA 93a0268View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 886f735 - Browse repository at this point
Copy the full SHA 886f735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 996687e - Browse repository at this point
Copy the full SHA 996687eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d599b3 - Browse repository at this point
Copy the full SHA 7d599b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd0919 - Browse repository at this point
Copy the full SHA 0bd0919View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c8554 - Browse repository at this point
Copy the full SHA e8c8554View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c04206 - Browse repository at this point
Copy the full SHA 9c04206View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef268bf - Browse repository at this point
Copy the full SHA ef268bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70344ad - Browse repository at this point
Copy the full SHA 70344adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73882b5 - Browse repository at this point
Copy the full SHA 73882b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 404801c - Browse repository at this point
Copy the full SHA 404801cView commit details
Commits on Sep 30, 2024
-
Merge branch 'main' into ixi/boot-order
also update propolis to the matching version now that #756 is merged
Configuration menu - View commit details
-
Copy full SHA for 28cdc3d - Browse repository at this point
Copy the full SHA 28cdc3dView commit details -
instance create API: boot disk name -> boot disk attachment
"you gotta run cargo xtask openapi generate"
Configuration menu - View commit details
-
Copy full SHA for 8b22d56 - Browse repository at this point
Copy the full SHA 8b22d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 899f781 - Browse repository at this point
Copy the full SHA 899f781View commit details