|
ORE Studio 0.0.4
|
A versioned wrapper+engine bundle for a compute grid application. More...
#include <app_version.hpp>

Public Attributes | |
| int | version = 0 |
| Version number for optimistic locking and change tracking. | |
| utility::uuid::tenant_id | tenant_id = utility::uuid::tenant_id::system() |
| Tenant identifier for multi-tenancy isolation. | |
| boost::uuids::uuid | id |
| UUID primary key for the app version. | |
| boost::uuids::uuid | app_id |
| FK reference to ores_compute_apps_tbl. | |
| std::string | wrapper_version |
| Version of the OreStudio wrapper binary, e.g. 'v1.2.0'. | |
| std::string | engine_version |
| Version of the underlying engine, e.g. 'ORE-Studio-7.1'. | |
| std::string | package_uri |
| URI pointing to the zipped wrapper+engine bundle in object storage. | |
| std::vector< std::string > | platforms |
| Supported platform identifiers, e.g. 'linux-x86_64', 'linux-arm64'. | |
| int | min_ram_mb |
| Minimum RAM in MB required by the node to run this app version. | |
| std::string | modified_by |
| Username of the person who last modified this app version. | |
| std::string | performed_by |
| Username of the account that performed this action. | |
| std::string | change_reason_code |
| Code identifying the reason for the change. | |
| std::string | change_commentary |
| Free-text commentary explaining the change. | |
| std::chrono::system_clock::time_point | recorded_at |
| Timestamp when this version of the record was recorded. | |
A versioned wrapper+engine bundle for a compute grid application.
Combines a specific wrapper version with a specific engine version for a given platform. The BOINC equivalent of 'app_version'. Nodes download the package_uri bundle and launch the wrapper to run the engine.
| std::string change_reason_code |
Code identifying the reason for the change.
References change_reasons table (soft FK).