mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	* 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