diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-23 10:20:48 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-23 15:33:34 +0200 |
commit | 541cf26875c0ffa393a9653705f9504e8211021e (patch) | |
tree | 1f2e0cd603fc2f9747d7ab5e5da387fa5f78e220 /mod/ci-common.hxx | |
parent | 1b5152b594fb5052c41168d79fdfb264fbcea932 (diff) |
handle_pull_request(): Create pre-check CI request
Diffstat (limited to 'mod/ci-common.hxx')
-rw-r--r-- | mod/ci-common.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/ci-common.hxx b/mod/ci-common.hxx index 4bd63c2..c03abf8 100644 --- a/mod/ci-common.hxx +++ b/mod/ci-common.hxx @@ -101,6 +101,9 @@ namespace brep // // Note: should be called out of the database transaction. // + // @@ TMP Shouldn't the comments mention that if tenant_service.id is an + // empty string then the generated tenant id will be used? + // enum class duplicate_tenant_mode {fail, ignore, replace, replace_archived}; enum class duplicate_tenant_result {created, ignored, replaced}; |