cloudstack/engine
Vishesh 4c6c8216d5
Use join instead of views (#365)
* Use join instead of views for filtering volumes

* Use join instead of views for filtering events

* Use join instead of views for filtering accounts

* Use join instead of views for filtering domains

* Use join instead of views for filtering hosts

* Use join instead of views for filtering storage pools

* Use join instead of views for filtering service offerings

* Use join instead of views for filtering disk offerings

* Remove unused code

* Fix unit test

* Use disk_offering instead of disk_offering_view in service_offering_view

* Fixup

* Fix listing of diskoffering & serviceoffering

* Use constants instead of strings

* Make changes to prevent sql injection

* Remove commented code

* Prevent n+1 queries for template's response

* remove unused import

* refactor some code

* Add missing check for service offering's join with disk offering

* Fix n+1 queries for stoage pool metrics

* Remove n+1 queries from list accounts

* Remove unused imports

* remove todo

* Remove unused import

* Fixup query generation for nested joins

* Fixups

* Fix DB exception on ClientPreparedStatement

* events,alerts: Add missing indexes (#366)

* Fixup
2024-03-14 17:49:35 +05:30
..
api Storage drivers to decide if they need data motion for zone-wide use (#392) 2024-03-14 10:53:24 +05:30
components-api New API "checkVolume" to check and repair any leaks or repair all issues (#362) 2024-02-29 14:40:40 +05:30
network Updating pom.xml version numbers for release 4.18.1.0 2023-09-07 08:50:50 +02:00
orchestration Storage drivers to decide if they need data motion for zone-wide use (#392) 2024-03-14 10:53:24 +05:30
schema Use join instead of views (#365) 2024-03-14 17:49:35 +05:30
service Updating pom.xml version numbers for release 4.18.1.0 2023-09-07 08:50:50 +02:00
storage New API "checkVolume" to check and repair any leaks or repair all issues (#362) 2024-02-29 14:40:40 +05:30
userdata Fix build, missing imports 2023-09-28 14:31:24 +05:30
pom.xml Generate cloud-init multipart user data for template append policy (#7643) 2023-09-27 16:50:41 +05:30