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:
2026-06-16 11:15:19 +03:00
parent da116eb6f7
commit 2f1916706a
129 changed files with 467 additions and 467 deletions

View File

@@ -1,5 +1,5 @@
// #region PlaywrightConfig [C:3] [TYPE Config] [SEMANTICS e2e, playwright, test, config]
// @BRIEF Playwright E2E test configuration for ss-tools frontend.
// @BRIEF Playwright E2E test configuration for superset-tools frontend.
// @RELATION DEPENDS_ON -> [EXT:frontend:EnvConfig]]
// @INVARIANT All E2E tests run against a fully deployed stack (DB + backend + frontend).
// @UX_STATE ConfigLoaded -> Browser contexts are created with predefined env settings.