-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose Checkbox version in JSON output (submission.json) (new) (#1595)
* Add Checkbox version to the Jinja2 template data The Jinja2 template data already has `client_version`, which internally uses the `plainbox.get_version_string()` function to return either the Checkbox version as a string like Checkbox 3.3.1.dev333+gbe9508960.d20240701 either information about the Snap being used, if Checkbox is run as a snap: checkbox 4.2.0-dev127 (10238) This commit adds a `checkbox_version` field that always contains only the Checkbox version, without any additional string, such as : 3.3.1.dev333+gbe9508960.d20240701 This allows for a more precise tracking of what version of the Checkbox framework is used for debugging purposes. Fix #1580 * Add client_version and checkbox_version to submission JSON output * Update JSON schema reference to include client_version and checkbox_version
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters