You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is inconsistency in the naming conventions used for application outputs, such as "Ring," "Stream," and "Channel.". For example, Citrix uses "Stream" (e.g., Current), while Microsoft uses "Channel" (e.g., Current).
To improve clarity and consistency, I propose that we standardise all these terms.
Below is the proposed standardised set of attributes: Name: The application's name. Architecture: The system architecture (e.g., X86, X64, ARM64). Installer: Previously referred to as "Type." This could include formats like MSI, EXE, and MSIX. Edition: Previously referred to as "Type," "Plugin," or "Release." Examples include Enterprise, Reader, Acrobat. Channel: Previously referred to as "Ring," "Channel," or "Stream." Examples include Current, Production, Public. Language: The language of the application (e.g., EN, NL). Date: The date when this version of the application was released. URI: Download URI Version: The specific version of the application. Build: The specific build of the application.
Have you tested against the current version?
Yes, I've updated Evergreen and tested against the current version.
I like this as an idea in principal, although there will inevitably be apps where vendors don't supply all of this data, so I guess there should be a core set of 'required' attributes and the rest are optional.
Example: If an app's language is not publicised, should it be assumed (defaulted) as en-us, en-gb (or en-au for you benefit @aaronparker 😂) or simply not set?
Release Date is one that is really useful, if the vendor publishes this, use their date, if they don't publish the release date as the first time Evergreen detects it as available?
Suggested Required attributes for each app:
Name
Architecture
Installer
URI
Version
Optional:
Everything else
N.B. I personally would prefer this change to be rolled out on an app-by-app basis over time, as this should reduce the work load of having to update all my scripts in one go that depend upon Evergreen - If they are all done in a big bang, I could have a few days where my workflow ceases to work.
Many of the properties names/values used in the current apps has been based on the properties provided by vendors - some vendors might refer to different names for what is essentially the same property. E.g. Channel or Release.
What is your feature request?
Currently, there is inconsistency in the naming conventions used for application outputs, such as "Ring," "Stream," and "Channel.". For example, Citrix uses "Stream" (e.g., Current), while Microsoft uses "Channel" (e.g., Current).
To improve clarity and consistency, I propose that we standardise all these terms.
Below is the proposed standardised set of attributes:
Name: The application's name.
Architecture: The system architecture (e.g., X86, X64, ARM64).
Installer: Previously referred to as "Type." This could include formats like MSI, EXE, and MSIX.
Edition: Previously referred to as "Type," "Plugin," or "Release." Examples include Enterprise, Reader, Acrobat.
Channel: Previously referred to as "Ring," "Channel," or "Stream." Examples include Current, Production, Public.
Language: The language of the application (e.g., EN, NL).
Date: The date when this version of the application was released.
URI: Download URI
Version: The specific version of the application.
Build: The specific build of the application.
Have you tested against the current version?
Have you reviewed the documentation?
The text was updated successfully, but these errors were encountered: