diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-23 11:53:28 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-23 13:52:06 +0200 |
commit | 1b5152b594fb5052c41168d79fdfb264fbcea932 (patch) | |
tree | 5e0769fe0c68871f33da98fd6b1a1e9e0f2c06f6 /mod/mod-ci-github-service-data.hxx | |
parent | d1b401a550ebcd903506e803c290b7a6db950ef0 (diff) |
Update service_data
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index 462e7f7..c9218f3 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -66,6 +66,8 @@ namespace brep // Kind and phase. // + // @@ TODO Serialize these fields. + // enum {local, remote /*, queue */} kind; bool pre_check; bool re_request; // Re-requested (rebuild). @@ -129,12 +131,15 @@ namespace brep // The check_suite constructor. // + // Note that check_sha and report_sha are both the SHA of the + // check_suite's head commit. + // service_data (bool warning_success, string iat_token, timestamp iat_expires_at, uint64_t installation_id, string repository_node_id, - string report_sha, + string head_sha, bool re_request); // The pull_request constructor. |