ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
app_version Struct Referencefinal

A versioned wrapper+engine bundle for a compute grid application. More...

#include <app_version.hpp>

Collaboration diagram for app_version:
Collaboration graph

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'.
 
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.
 

Detailed Description

A versioned wrapper+engine bundle for a compute grid application.

Combines a specific wrapper version with a specific engine version. The BOINC equivalent of 'app_version'. Per-platform package artefacts are tracked via ores_compute_app_version_platforms_tbl — each (app_version, platform) row owns the URI of its own packaged bundle.

Member Data Documentation

◆ change_reason_code

std::string change_reason_code

Code identifying the reason for the change.

References change_reasons table (soft FK).