semantics
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# #region CleanReleaseCliScript [C:3] [TYPE Module] [SEMANTICS cli, clean-release, candidate, artifacts, manifest]
|
||||
# #region CleanReleaseCliScript [C:3] [TYPE Module] [SEMANTICS clean-release, artifact, manifest, candidate, cli]
|
||||
# @BRIEF Provide headless CLI commands for candidate registration, artifact import and manifest build.
|
||||
# @LAYER: Scripts
|
||||
# @RELATION CALLS -> ComplianceOrchestrator
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# #region CleanReleaseTuiScript [C:3] [TYPE Module] [SEMANTICS clean-release, tui, ncurses, interactive-validator]
|
||||
# #region CleanReleaseTuiScript [C:3] [TYPE Module] [SEMANTICS clean-release, validate, compliance, release, tui-facade-adapter]
|
||||
# @BRIEF Interactive terminal interface for Enterprise Clean Release compliance validation.
|
||||
# @LAYER: UI
|
||||
# @RELATION DEPENDS_ON -> [ComplianceExecutionService]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# #region CreateAdminScript [C:3] [TYPE Module] [SEMANTICS admin, setup, user, auth, cli]
|
||||
# #region CreateAdminScript [C:3] [TYPE Module] [SEMANTICS admin, search, user, cli]
|
||||
#
|
||||
# @BRIEF CLI tool for creating the initial admin user.
|
||||
# @LAYER: Scripts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# #region InitAuthDbScript [C:2] [TYPE Module] [SEMANTICS setup, database, auth, migration]
|
||||
# #region InitAuthDbScript [C:2] [TYPE Module] [SEMANTICS auth]
|
||||
#
|
||||
# @BRIEF Initializes the auth database and creates the necessary tables.
|
||||
# @LAYER: Scripts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# #region MigrateSqliteToPostgresScript [C:3] [TYPE Module] [SEMANTICS migration, sqlite, postgresql, config, task_logs, task_records]
|
||||
# #region MigrateSqliteToPostgresScript [C:3] [TYPE Module] [SEMANTICS sqlalchemy, sqlite, storage, task, history, config]
|
||||
#
|
||||
# @BRIEF Migrates legacy config and task history from SQLite/file storage to PostgreSQL.
|
||||
# @LAYER: Scripts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# #region SeedPermissionsScript [C:3] [TYPE Module] [SEMANTICS setup, database, auth, permissions, seeding]
|
||||
# #region SeedPermissionsScript [C:3] [TYPE Module] [SEMANTICS rbac, search, auth]
|
||||
#
|
||||
# @BRIEF Populates the auth database with initial system permissions.
|
||||
# @LAYER: Scripts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# #region SeedSupersetLoadTestScript [C:3] [TYPE Module] [SEMANTICS superset, load-test, charts, dashboards, seed, stress]
|
||||
# #region SeedSupersetLoadTestScript [C:3] [TYPE Module] [SEMANTICS superset, validate]
|
||||
#
|
||||
# @BRIEF Creates randomized load-test data in Superset by cloning chart configurations and creating dashboards in target environments.
|
||||
# @LAYER: Scripts
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# #region test_dataset_dashboard_relations_script [C:2] [TYPE Module] [SEMANTICS scripts, test, dataset, dashboard, superset, relations]
|
||||
# #region test_dataset_dashboard_relations_script [C:2] [TYPE Module] [SEMANTICS pydantic, dashboard, dataset, test, superset]
|
||||
# @BRIEF Tests and inspects dataset-to-dashboard relationship responses from Superset API.
|
||||
"""
|
||||
Script to test dataset-to-dashboard relationships from Superset API.
|
||||
|
||||
Reference in New Issue
Block a user