Difference between revisions of "User: Bgrenon"

From Genesys Documentation
Jump to: navigation, search
Line 1: Line 1:
 
{{NoteFormat|Content on this page is reserved for development and testing only; any content below should not be considered final or accurate for the purposes of Genesys Documentation.|3}}
 
{{NoteFormat|Content on this page is reserved for development and testing only; any content below should not be considered final or accurate for the purposes of Genesys Documentation.|3}}
  
<!-- finding all containers-->
+
<ul class="nav nav-tabs mb-3" id="myTabs" role="tablist">
<tabber>
+
  <li class="nav-item"><btn id="tab1Label" data-toggle="tab" class="nav-link active" role="tab" aria-controls="tab1" aria-selected="true">#tab1|Updated in last 7 days</btn></li>
Last 7 days=
+
  <li><btn id="btn2Label" data-toggle="tab" class="nav-link" role="tab" aria-controls="tab2" aria-selected="false">#tab2|Updated in last 30 days</btn></li>
 +
  <li><btn id="btn3Label" data-toggle="tab" class="nav-link" role="tab" aria-controls="tab3" aria-selected="false">#tab3|Latest containers per component</btn></li>
 +
</ul>
 +
 
 +
<div class="tab-content">
 +
  <div id="tab1" class="tab-pane fade show active" role="tabpanel" aria-labelledby="tab1Label">
 +
This table lists any Genesys Multicloud CX private edition release note from the last 7 days.
 
{{#cargo_query:
 
{{#cargo_query:
 
tables=ComponentRN,Component
 
tables=ComponentRN,Component
Line 17: Line 23:
 
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -7
 
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -7
 
}}
 
}}
|-|
+
<nowiki>*</nowiki>The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.
Last 30 days=
+
  </div>
 +
  <div id="tab2" class="tab-pane fade" role="tabpanel" aria-labelledby="tab2Label">
 +
This table lists any Genesys Multicloud CX private edition release note from the last 30 days.
 
{{#cargo_query:
 
{{#cargo_query:
 
tables=ComponentRN,Component
 
tables=ComponentRN,Component
Line 32: Line 40:
 
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -30
 
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -30
 
}}
 
}}
|-|
+
<nowiki>*</nowiki>The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.
Latest helm and containers=
+
  </div>
 +
<div id="tab3" class="tab-pane fade" role="tabpanel" aria-labelledby="tab3Label">
 +
This table lists the most current release note for each Genesys Multicloud CX private edition service.
 
{{#cargo_query:
 
{{#cargo_query:
 
tables=ComponentRN,Component
 
tables=ComponentRN,Component
Line 47: Line 57:
 
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0"
 
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0"
 
}}
 
}}
</tabber>
+
<nowiki>*</nowiki>The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.
 +
  </div>
 +
</div>

Revision as of 19:16, May 5, 2022

Warning
Content on this page is reserved for development and testing only; any content below should not be considered final or accurate for the purposes of Genesys Documentation.

This table lists any Genesys Multicloud CX private edition release note from the last 7 days.

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

Query: SELECT `cargo__ComponentRN`.`ComponentId` AS `ComponentId` FROM `cargo__ComponentRN` LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) WHERE PrivateEditionReleaseDate IS NOT NULL AND `cargo__ComponentRN`.`_pageNamespace`="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -7 GROUP BY `cargo__ComponentRN`.`ComponentId` ORDER BY `cargo__Component`.`Name` 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 PrivateEditionReleaseDate IS NOT NULL AN' at line 1 (127.0.0.1)

*The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.

This table lists any Genesys Multicloud CX private edition release note from the last 30 days.

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

Query: SELECT `cargo__ComponentRN`.`ComponentId` AS `ComponentId` FROM `cargo__ComponentRN` LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) WHERE PrivateEditionReleaseDate IS NOT NULL AND `cargo__ComponentRN`.`_pageNamespace`="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -30 GROUP BY `cargo__ComponentRN`.`ComponentId` ORDER BY `cargo__Component`.`Name` 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 PrivateEditionReleaseDate IS NOT NULL AN' at line 1 (127.0.0.1)

*The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.

This table lists the most current release note for each Genesys Multicloud CX private edition service.

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

Query: SELECT `cargo__ComponentRN`.`ComponentId` AS `ComponentId` FROM `cargo__ComponentRN` LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) WHERE PrivateEditionReleaseDate IS NOT NULL AND `cargo__ComponentRN`.`_pageNamespace`="0" GROUP BY `cargo__ComponentRN`.`ComponentId` ORDER BY `cargo__Component`.`Name` 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 PrivateEditionReleaseDate IS NOT NULL AN' at line 1 (127.0.0.1)

*The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.

Retrieved from "https://all.docs.genesys.com/User:Bgrenon (2024-07-28 04:44:55)"