Initial project import

This commit is contained in:
2026-08-14 09:40:51 +03:00
parent 00040e5ce4
commit d7099bf80d
146 changed files with 30509 additions and 1055 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ def compact_smoke_result(smoke: dict[str, Any], *, max_failures: int) -> dict[st
def main() -> int:
parser = argparse.ArgumentParser(description="Build and optionally smoke-test saved-state form write matrix.")
parser.add_argument("--base-url", default="http://docker-gpu.cin.su:8011", help="1C REST adapter URL.")
parser.add_argument("--base-url", default="http://docker.cin.su:8011", help="1C REST adapter URL.")
parser.add_argument("--base-id", default="upo_test", help="Configured adapter base id.")
parser.add_argument("--table", default="ConfigCASSave", help="Saved-state SQL table.")
parser.add_argument("--file-name", default=DEFAULT_FORM_FILE, help="Saved-state form file name.")