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
As a developer I need to know which version of Platform a user is running so that I can find and fix the root cause of an issue.
Description
Get the commit numbers from all repositories that are pulled into the Paratext 10 Studio build and list them as part of the version in the about dialog. Also write them to a file, so that even when Paratext is not starting it can be retrieved.
Background
The about dialog of Paratext 10 Studio shows the commit from the https://github.com/paranext/paratext-10-studio/ repository (which is very good).
However the Paratext 10 Studio build also pulls in the latest code (at build time) on main from
Therefore, to identify the software state, the included commit numbers from these repositories are needed as well.
e.g. see that in between #28, #29 and #30 the build number is unchanged, because no Paratext specific change was done in the PT10S repository.
Implementation idea
Testing ideas
The text was updated successfully, but these errors were encountered:
User Story
As a developer I need to know which version of Platform a user is running so that I can find and fix the root cause of an issue.
Description
Get the commit numbers from all repositories that are pulled into the Paratext 10 Studio build and list them as part of the version in the about dialog. Also write them to a file, so that even when Paratext is not starting it can be retrieved.
Background
The about dialog of Paratext 10 Studio shows the commit from the https://github.com/paranext/paratext-10-studio/ repository (which is very good).
However the Paratext 10 Studio build also pulls in the latest code (at build time) on main from
Therefore, to identify the software state, the included commit numbers from these repositories are needed as well.
e.g. see that in between #28, #29 and #30 the build number is unchanged, because no Paratext specific change was done in the PT10S repository.
Implementation idea
Testing ideas
The text was updated successfully, but these errors were encountered: