rename ss-tools to superset-tools across the entire project
- Replace all occurrences of 'ss-tools' with 'superset-tools' in 104 files - Rename git bundle file ss-tools.bundle → superset-tools.bundle - Update .gitignore pattern accordingly - Preserve variable names (hasSsTools etc.) and code identifiers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
PROJECT_NAME = "ss-tools API"
|
||||
PROJECT_NAME = "superset-tools API"
|
||||
PROJECT_BRIEF = "Superset Tools Backend — GRACE-Poly semantic contracts"
|
||||
OUTPUT_DIRECTORY = docs/api/html
|
||||
INPUT = /home/busya/dev/ss-tools/docs/api/doxygen_stripped.txt
|
||||
INPUT = /home/busya/dev/superset-tools/docs/api/doxygen_stripped.txt
|
||||
FILE_PATTERNS = *.txt
|
||||
RECURSIVE = NO
|
||||
EXTENSION_MAPPING = txt=C
|
||||
|
||||
@@ -16919,7 +16919,7 @@ void TranslationE2E(void);
|
||||
|
||||
/// @defgroup PlaywrightConfig "PlaywrightConfig"
|
||||
/// @{
|
||||
/// @brief Playwright E2E test configuration for ss-tools frontend.
|
||||
/// @brief Playwright E2E test configuration for superset-tools frontend.
|
||||
/// @invariant All E2E tests run against a fully deployed stack (DB + backend + frontend).
|
||||
/// @}
|
||||
void PlaywrightConfig(void);
|
||||
|
||||
@@ -17224,7 +17224,7 @@
|
||||
|
||||
// --- PlaywrightConfig (frontend/playwright.config.js)
|
||||
/**!
|
||||
* @brief Playwright E2E test configuration for ss-tools frontend.
|
||||
* @brief Playwright E2E test configuration for superset-tools frontend.
|
||||
* @complexity 3
|
||||
* @invariant All E2E tests run against a fully deployed stack (DB + backend + frontend).
|
||||
* @ux_state ConfigLoaded -> Browser contexts are created with predefined env settings.
|
||||
|
||||
@@ -14402,7 +14402,7 @@
|
||||
|
||||
// --- PlaywrightConfig (frontend/playwright.config.js)
|
||||
/**!
|
||||
* @brief Playwright E2E test configuration for ss-tools frontend.
|
||||
* @brief Playwright E2E test configuration for superset-tools frontend.
|
||||
* @invariant All E2E tests run against a fully deployed stack (DB + backend + frontend).
|
||||
*/
|
||||
|
||||
|
||||
@@ -14402,7 +14402,7 @@
|
||||
|
||||
// --- PlaywrightConfig (frontend/playwright.config.js)
|
||||
/**!
|
||||
* @brief Playwright E2E test configuration for ss-tools frontend.
|
||||
* @brief Playwright E2E test configuration for superset-tools frontend.
|
||||
* @invariant All E2E tests run against a fully deployed stack (DB + backend + frontend).
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user