Difference between revisions of "User: Bgrenon"
Line 23: | Line 23: | ||
|-| | |-| | ||
Latest updates per component= | Latest updates per component= | ||
− | |||
{{#cargo_query: | {{#cargo_query: | ||
− | tables= | + | tables=Issue,ComponentRN,ComponentRN__ComponentId,ComponentRN__DeploymentTypeId,Component |
− | |join on= | + | |join on=Issue._pageName=ComponentRN._pageName,ComponentRN._ID=ComponentRN__ComponentId._rowID,ComponentRN._ID=ComponentRN__DeploymentTypeId._rowID,ComponentRN.ComponentId HOLDS Component.Id |
− | |fields= | + | |fields=Component.Name=Service,ComponentRN.ReleaseNumber,PrivateEditionReleaseDate=ReleaseDate,Containers,ComponentId |
|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> | ||
Line 35: | Line 34: | ||
|where=ComponentRN._pageNamespace="0" AND PrivateEditionReleaseDate IS NOT NULL | |where=ComponentRN._pageNamespace="0" AND PrivateEditionReleaseDate IS NOT NULL | ||
|named args=yes | |named args=yes | ||
− | |group by=ReleaseDate | + | |group by=ComponentRN._pageName |
+ | |order by=ComponentRN.ReleaseDate DESC | ||
}} | }} | ||
</tabber> | </tabber> |
Revision as of 12:30, April 6, 2022
No results
IpName | ReleaseDate | Version | Container |
---|---|---|---|
IpName | ReleaseDate | Version | Container |
Voice Exporter | October 25, 2024 | 9.0.003.32 | pureengage-docker-production.jfrog.io/voice-exporter:9.0.003.32 |
Query: SELECT `cargo__Component`.`Name` AS `Service`,`cargo__ComponentRN`.`ReleaseNumber` AS `ReleaseNumber`,`PrivateEditionReleaseDate` AS `ReleaseDate`,`Containers` AS `Containers`,`ComponentId` AS `ComponentId` FROM `cargo__Issue` LEFT OUTER JOIN `cargo__ComponentRN` ON ((`cargo__Issue`.`_pageName`=`cargo__ComponentRN`.`_pageName`)) LEFT OUTER JOIN `cargo__ComponentRN__ComponentId` ON ((`cargo__ComponentRN`.`_ID`=`cargo__ComponentRN__ComponentId`.`_rowID`)) LEFT OUTER JOIN `cargo__ComponentRN__DeploymentTypeId` ON ((`cargo__ComponentRN`.`_ID`=`cargo__ComponentRN__DeploymentTypeId`.`_rowID`)) 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__ComponentRN`.`_pageName` ORDER BY `cargo__ComponentRN`.`ReleaseDate` DESC 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)