Difference between revisions of "User: Bgrenon"

From Genesys Documentation
Jump to: navigation, search
Line 27: Line 27:
 
tables=RNElements,ComponentRN,Component
 
tables=RNElements,ComponentRN,Component
 
|join on=RNElements.Version=ComponentRN.ReleaseNumber,ComponentRN.ComponentId HOLDS Component.Id
 
|join on=RNElements.Version=ComponentRN.ReleaseNumber,ComponentRN.ComponentId HOLDS Component.Id
|fields=Component.Name=Component,MAX(PrivateEditionReleaseDate)=ReleaseDate,ReleaseNumber
+
|fields=Component.Name=Component,MAX(PrivateEditionReleaseDate)=ReleaseDate,ReleaseNumber,ComponentId,Version=ReleaseNumber
 
|where=ComponentRN._pageNamespace="0" AND PrivateEditionReleaseDate IS NOT NULL
 
|where=ComponentRN._pageNamespace="0" AND PrivateEditionReleaseDate IS NOT NULL
 
|format=template
 
|format=template
Line 34: Line 34:
 
|intro=<table class="sortable"><tr><th>Service</th><th>Release Number</th><th>Release Date</th><th>Updated Helm Charts</th><th>Updated Containers</tr>
 
|intro=<table class="sortable"><tr><th>Service</th><th>Release Number</th><th>Release Date</th><th>Updated Helm Charts</th><th>Updated Containers</tr>
 
|outro=</table>
 
|outro=</table>
|group by=IpName
+
|group by=Component.Name
 
}}
 
}}
  
 
</tabber>
 
</tabber>

Revision as of 21:00, April 6, 2022

No results

No results

A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT `cargo__Component`.`Name` AS `Component`,MAX(PrivateEditionReleaseDate) AS `ReleaseDate`,`Version` AS `ReleaseNumber`,`ComponentId` AS `ComponentId` FROM `cargo__RNElements` LEFT OUTER JOIN `cargo__ComponentRN` ON ((`cargo__RNElements`.`Version`=`cargo__ComponentRN`.`ReleaseNumber`)) LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) WHERE `cargo__ComponentRN`.`_pageNamespace`="0" AND PrivateEditionReleaseDate IS NOT NULL GROUP BY `cargo__Component`.`Name` ORDER BY `cargo__Component`.`Name`,MAX(PrivateEditionReleaseDate),`Version`,`ComponentId` LIMIT 100 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS `cargo__Component`.`Id`)) WHERE `cargo__ComponentRN`.`_pageNamespace`="0' at line 1 (127.0.0.1)

Retrieved from "https://all.docs.genesys.com/User:Bgrenon (2024-10-06 23:34:07)"