Skip to content
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

refactor: drives model config into mongo from dqlite. #18042

Merged
merged 29 commits into from
Oct 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cdb70a4
refactor: drives model config into mongo from dqlite
tlm Sep 6, 2024
70f1580
feat: add model config provider
tlm Sep 19, 2024
1c13090
refactor: add missing model config defaults
tlm Sep 19, 2024
617cde9
feat: add missing model config defaults to dummy
tlm Sep 19, 2024
029107e
feat: add model config defaults to ec2 provider
tlm Sep 19, 2024
baa7ee9
feat: add model config defaults to equinx provider
tlm Sep 19, 2024
3021cb0
feat: add model config defaults to gce provider
tlm Sep 19, 2024
db61fa9
feat: add model config defaults to lxd provider
tlm Sep 19, 2024
f4a848a
feat: add model config defaults to maas provider
tlm Sep 19, 2024
007554e
feat: adds model config defaults to manual provider
tlm Sep 19, 2024
da909c4
feat: add model config defaults to oci provider
tlm Sep 19, 2024
0f1c51b
feat: adds openstack model config defaults provider
tlm Sep 19, 2024
7cef763
feat: add vspher model config defaults provider
tlm Sep 19, 2024
ee8e746
feat: add kubernetes model config defaults provider
tlm Sep 19, 2024
0f02098
feat: provider defaults in model config
tlm Sep 24, 2024
420189c
refactor: modelmanager onto domain service changes
tlm Sep 25, 2024
4205836
refactor: broken tests for model config defaults
tlm Sep 25, 2024
dd4ae92
style: implementing missing type comment
tlm Sep 25, 2024
f8207fa
style: apply pr feedback
tlm Sep 26, 2024
f21f9ce
test: fixes test in model manager facade
tlm Sep 26, 2024
d2022e9
style: address PR concerns around docs
tlm Oct 1, 2024
ac97105
refactor: remove unused config schema
tlm Oct 1, 2024
f09d374
refactor: remove more config schema source getter
tlm Oct 1, 2024
d9c781d
refactor: remove config schema source from bootstrap
tlm Oct 1, 2024
5436c91
feat: provider defaults during bootstrap
tlm Oct 2, 2024
cee4219
feat: modelmanager remove unused test code
tlm Oct 2, 2024
6149117
refactor: remove unused cloud getter
tlm Oct 2, 2024
5cccfbe
test: add dummy provider import for testing
tlm Oct 2, 2024
5c90ed9
test: remove go routine from dummy provider
tlm Oct 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: implementing missing type comment
  • Loading branch information
tlm committed Sep 26, 2024
commit dd4ae9287958c872b7b1876e15bb4110ce1f3ad0
2 changes: 1 addition & 1 deletion domain/modeldefaults/state/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package state

// modelCloudType represents
// modelCloudType represents the cloud type of the models cloud.
type modelCloudType struct {
CloudType string `db:"cloud_type"`
}
Expand Down