Difference between revisions of "User: Bgrenon"

From Genesys Documentation
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
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}}
+
<h1><a href="https://app.tango.us/app/workflow/f7be3efb-6fd0-40b8-bad0-fb40a73991f4?utm_source=magicCopy&utm_medium=magicCopy&utm_campaign=workflow%20export%20links" target="_blank">Adding a new service to the Private Edition data structure</a></h1>
 +
<div><b>Date:</b> October 3, 2022</div>
 +
<div><b>Author:</b> B Grenon</div>
 +
<div><b>Source:</b> <a href="https://app.tango.us/app/workflow/f7be3efb-6fd0-40b8-bad0-fb40a73991f4?utm_source=magicCopy&utm_medium=magicCopy&utm_campaign=workflow%20export%20links" target="_blank">Tango</a></div>
 +
<hr/>
  
<tabber>
 
Updated in last 7 days=
 
{{#cargo_query:
 
tables=ArticleCloudRN__ComponentId,ArticleCloudRN,Component,ComponentRN__ComponentId,ComponentRN,DeploymentType
 
|join on=ArticleCloudRN__ComponentId._value=Component.Id,ArticleCloudRN__ComponentId._rowID=ArticleCloudRN._ID,ArticleCloudRN__ComponentId._value = ComponentRN__ComponentId._value,ComponentRN__ComponentId._rowID=ComponentRN._ID,ComponentRN.DeploymentTypeId HOLDS DeploymentType.Id
 
|fields=Component.Name=Service,CONCAT('[[',ArticleCloudRN._pageName,'#',DATE_FORMAT(MAX(ReleaseDate),'%M %d, %Y'),'|',DATE_FORMAT(MAX(PrivateEditionReleaseDate),'%M %d, %Y'),']]')=Release Date,MAX(ReleaseNumber)=ReleaseNumber,CONCAT('[[File:',Image,'|80px]]')=Supported Cloud,Highlight=Highlights,ComponentId,MAX(ReleaseDate)=ReleaseDate,ReleaseNumber=Release,Component.IpName=IpName,Containers
 
|where=DATEDIFF(ReleaseDate,NOW()) >= -7 AND ComponentRN._pageNamespace="0" AND ArticleCloudRN._pageNamespace="0" AND ArticleCloudRN._pageName LIKE "%{{#explode:{{FULLPAGENAME}}|/|2}}%" AND PrivateEditionReleaseDate IS NOT NULL AND Component.IpName IS NOT NULL
 
|having=MAX(ReleaseNumber)
 
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Released on</th><th>Release Number</th><th>Helm updates</th><th>Container updates</th></tr>
 
|outro=</table>
 
|format=template
 
|template=LatestContainers
 
|named args=yes
 
|group by=ComponentRN.ComponentId
 
}}
 
|-|
 
Updated in last 30 days=
 
{{#cargo_query:
 
tables=ArticleCloudRN__ComponentId,ArticleCloudRN,Component,ComponentRN__ComponentId,ComponentRN,DeploymentType
 
|join on=ArticleCloudRN__ComponentId._value=Component.Id,ArticleCloudRN__ComponentId._rowID=ArticleCloudRN._ID,ArticleCloudRN__ComponentId._value = ComponentRN__ComponentId._value,ComponentRN__ComponentId._rowID=ComponentRN._ID,ComponentRN.DeploymentTypeId HOLDS DeploymentType.Id
 
|fields=Component.Name=Service,CONCAT('[[',ArticleCloudRN._pageName,'#',DATE_FORMAT(MAX(ReleaseDate),'%M %d, %Y'),'|',DATE_FORMAT(MAX(PrivateEditionReleaseDate),'%M %d, %Y'),']]')=Release Date,MAX(ReleaseNumber)=ReleaseNumber,CONCAT('[[File:',Image,'|80px]]')=Supported Cloud,Highlight=Highlights,ComponentId,MAX(ReleaseDate)=ReleaseDate,ReleaseNumber=Release,Component.IpName=IpName,Containers
 
|where=DATEDIFF(ReleaseDate,NOW()) >= -30 AND ComponentRN._pageNamespace="0" AND ArticleCloudRN._pageNamespace="0" AND ArticleCloudRN._pageName LIKE "%{{#explode:{{FULLPAGENAME}}|/|2}}%" AND PrivateEditionReleaseDate IS NOT NULL AND Component.IpName IS NOT NULL
 
|having=MAX(ReleaseNumber)
 
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Released on</th><th>Release Number</th><th>Helm updates</th><th>Container updates</th></tr>
 
|outro=</table>
 
|format=template
 
|template=LatestContainers
 
|named args=yes
 
|group by=ComponentRN.ComponentId
 
}}
 
|-|
 
Latest containers per component=
 
{{#cargo_query:
 
tables=ArticleCloudRN__ComponentId,ArticleCloudRN,Component,ComponentRN__ComponentId,ComponentRN,DeploymentType
 
|join on=ArticleCloudRN__ComponentId._value=Component.Id,ArticleCloudRN__ComponentId._rowID=ArticleCloudRN._ID,ArticleCloudRN__ComponentId._value = ComponentRN__ComponentId._value,ComponentRN__ComponentId._rowID=ComponentRN._ID,ComponentRN.DeploymentTypeId HOLDS DeploymentType.Id
 
|fields=Component.Name=Service,CONCAT('[[',ArticleCloudRN._pageName,'#',DATE_FORMAT(MAX(ReleaseDate),'%M %d, %Y'),'|',DATE_FORMAT(MAX(PrivateEditionReleaseDate),'%M %d, %Y'),']]')=Release Date,MAX(ReleaseNumber)=ReleaseNumber,CONCAT('[[File:',Image,'|80px]]')=Supported Cloud,Highlight=Highlights,ComponentId,MAX(ReleaseDate)=ReleaseDate,ReleaseNumber=Release,Component.IpName=IpName,Containers
 
|where=ComponentRN._pageNamespace="0" AND ArticleCloudRN._pageNamespace="0" AND ArticleCloudRN._pageName LIKE "%{{#explode:{{FULLPAGENAME}}|/|2}}%" AND PrivateEditionReleaseDate IS NOT NULL AND Component.IpName IS NOT NULL
 
|having=MAX(ReleaseNumber)
 
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Released on</th><th>Release Number</th><th>Helm updates</th><th>Container updates</th></tr>
 
|outro=</table>
 
|format=template
 
|template=LatestContainers
 
|named args=yes
 
|group by=ComponentRN.ComponentId
 
}}
 
</tabber>
 
  
<!--
 
  
Updated in last 7 days=
 
{{#cargo_query:
 
tables=RNElements,ComponentRN
 
|join on=RNElements.Version=ComponentRN.ReleaseNumber
 
|fields=IpName,DATE_FORMAT((ReleaseDate),'%M %d, %Y')=ReleaseDate,Version,Container
 
|where=DATEDIFF(ReleaseDate,NOW()) >= -7 AND ComponentRN._pageNamespace="0" AND PrivateEditionReleaseDate IS NOT NULL
 
|limit=500
 
|format=dynamic table
 
|merge similar cells=yes
 
}}
 
|-|
 
Updated in last 30 days=
 
{{#cargo_query:
 
tables=RNElements,ComponentRN
 
|join on=RNElements.Version=ComponentRN.ReleaseNumber
 
|fields=IpName,DATE_FORMAT((ReleaseDate),'%M %d, %Y')=ReleaseDate,Version,Container
 
|where=DATEDIFF(ReleaseDate,NOW()) >= -30 AND ComponentRN._pageNamespace="0" AND PrivateEditionReleaseDate IS NOT NULL
 
|limit=500
 
|format=dynamic table
 
}}
 
  
-->
+
<div><h3>1. <a href="https://all.docs.genesys.com/Draft:ContentAdmin/Internal/SiteDashboard/Services" target="_blank">Go to Manage Private Edition Service Groups and Services - Genesys Documentation</a></h3>
 +
</div>
 +
 
 +
 
 +
 
 +
<div><h3>2. Click on Services</h3>
 +
<img src="https://images.tango.us/public/screenshot_2ed52597-5a2c-4d62-b0d0-3b93e15b8ab3.png?fm=png&crop=focalpoint&fit=crop&fp-x=0.2113&fp-y=0.4674&fp-z=2.7636&w=1200&mark-w=0.2&mark-pad=0&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n&ar=3282%3A1792" width="600" alt="Click on Services" />
 +
</div>
 +
 
 +
 
 +
 
 +
<div><h3>3. Click on Add another</h3>
 +
<img src="https://images.tango.us/public/screenshot_dddbe1f7-ee60-4e7d-a04c-7369dfbb555a.png?fm=png&crop=focalpoint&fit=crop&fp-x=0.5000&fp-y=0.5000&fp-z=1.0000&w=1200&mark-w=0.2&mark-pad=0&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n&ar=3282%3A1792" width="600" alt="Click on Add another" />
 +
</div>
 +
 
 +
 
 +
 
 +
<div><h3>4. Add your service name</h3>
 +
<img src="https://images.tango.us/public/screenshot_6ad56089-a679-42cb-aac7-6426698f7ed1.png?fm=png&crop=focalpoint&fit=crop&fp-x=0.2017&fp-y=0.6462&fp-z=2.0152&w=1200&mark-w=0.2&mark-pad=0&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n&ar=3282%3A1792" width="600" alt="Add your service name" />
 +
</div>
 +
 
 +
 
 +
 
 +
<div><h3>5. Select the workspace you want this to apply to</h3>
 +
<img src="https://images.tango.us/public/screenshot_31f92ed3-132f-4e7d-b363-db974ffd06fd.png?fm=png&crop=focalpoint&fit=crop&fp-x=0.1900&fp-y=0.6934&fp-z=2.2735&w=1200&mark-w=0.2&mark-pad=0&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n&ar=3282%3A1792" width="600" alt="Select the workspace you want this to apply to" />
 +
</div>
 +
 
 +
 
 +
 
 +
<div><h3>6. Give a URL shortname for the PE guide.</h3>
 +
<img src="https://images.tango.us/public/screenshot_72c4cd2b-6fdf-49f3-994b-a823586479e0.png?fm=png&crop=focalpoint&fit=crop&fp-x=0.2940&fp-y=0.7896&fp-z=2.0152&w=1200&mark-w=0.2&mark-pad=0&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n&ar=3282%3A1792" width="600" alt="Give a URL shortname for the PE guide." />
 +
</div>
 +
 
 +
 
 +
 
 +
<div><h3>7. Click Save page to finish.</h3>
 +
<img src="https://images.tango.us/public/screenshot_919aec40-24e4-42cd-9af0-30f2dd6af7ef.png?fm=png&crop=focalpoint&fit=crop&fp-x=0.0774&fp-y=0.7093&fp-z=2.8037&w=1200&mark-w=0.2&mark-pad=0&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n&ar=3282%3A1792" width="600" alt="Click Save page to finish." />
 +
</div>
 +
 
 +
 
 +
 
 +
<hr/>
 +
<div>
 +
<a href="https://app.tango.us/app/workflow/f7be3efb-6fd0-40b8-bad0-fb40a73991f4?utm_source=magicCopy&utm_medium=magicCopy&utm_campaign=workflow%20export%20links" target="_blank"><em>This Workflow was created with Tango.</em></a>
 +
</div>

Latest revision as of 19:50, October 3, 2022

<a href="https://app.tango.us/app/workflow/f7be3efb-6fd0-40b8-bad0-fb40a73991f4?utm_source=magicCopy&utm_medium=magicCopy&utm_campaign=workflow%20export%20links" target="_blank">Adding a new service to the Private Edition data structure</a>

Date: October 3, 2022
Author: B Grenon



1. <a href="https://all.docs.genesys.com/Draft:ContentAdmin/Internal/SiteDashboard/Services" target="_blank">Go to Manage Private Edition Service Groups and Services - Genesys Documentation</a>









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