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

Move db functions to ClusterTx #285

Merged
merged 16 commits into from
Jan 14, 2024
Merged

Conversation

monstermunchkin
Copy link
Member

@monstermunchkin monstermunchkin commented Dec 8, 2023

This moves db functions from Cluster to ClusterTx.

Progress:

  • internal/server/db/backup.go
  • internal/server/db/images.go
  • internal/server/db/instances.go
  • internal/server/db/network_acls.go
  • internal/server/db/network_forwards.go
  • internal/server/db/network_load_balancers.go
  • internal/server/db/network_peers.go
  • internal/server/db/network_zones.go
  • internal/server/db/networks.go
  • internal/server/db/profiles.go
  • internal/server/db/snapshots.go
  • internal/server/db/storage_buckets.go
  • internal/server/db/storage_pools.go
  • internal/server/db/storage_volume_snapshots.go
  • internal/server/db/storage_volumes.go
  • internal/server/db/warnings.go

@monstermunchkin monstermunchkin force-pushed the misc/db-rework-2 branch 6 times, most recently from 80f1063 to 98846c8 Compare December 13, 2023 22:14
@monstermunchkin monstermunchkin force-pushed the misc/db-rework-2 branch 5 times, most recently from 5fa4cc7 to 318e5ee Compare December 22, 2023 20:17
@monstermunchkin monstermunchkin force-pushed the misc/db-rework-2 branch 4 times, most recently from 9702b16 to 9635389 Compare January 7, 2024 20:11
@monstermunchkin monstermunchkin force-pushed the misc/db-rework-2 branch 9 times, most recently from 59eb632 to 5753695 Compare January 13, 2024 22:33
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
@monstermunchkin
Copy link
Member Author

@stgraber ready for review.

@stgraber stgraber merged commit 1dc89ce into lxc:main Jan 14, 2024
25 checks passed
@stgraber
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants