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 d75db60343
commit ec6421de35
129 changed files with 467 additions and 467 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
SSL Certificate Diagnostics for ss-tools.
SSL Certificate Diagnostics for superset-tools.
Tests all 4 layers with the actual libraries used in production.
Key finding from ADR-0009: use capath, NOT cafile — OpenSSL 3.x

View File

@@ -387,7 +387,7 @@ generate_report() {
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coverage Summary — ss-tools</title>
<title>Coverage Summary — superset-tools</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
@@ -449,7 +449,7 @@ generate_report() {
</head>
<body>
<div class="container">
<h1>Coverage Report — ss-tools</h1>
<h1>Coverage Report — superset-tools</h1>
<div class="subtitle">${subtitle}</div>
<div class="timestamp">Generated: ${TIMESTAMP}</div>
@@ -492,7 +492,7 @@ HTML_EOF
# ── Main ─────────────────────────────────────────────────────────────────
echo ""
bold "╔══════════════════════════════════════════════╗"
bold "║ ss-tools Coverage Summary Generator ║"
bold "║ superset-tools Coverage Summary Generator ║"
bold "╚══════════════════════════════════════════════╝"
if [ "$RUN_BACKEND" = false ] && [ "$RUN_FRONTEND" = false ]; then

View File

@@ -6,7 +6,7 @@ Uses word-boundary matching to prevent false positives from substrings.
"""
import subprocess, re, os, sys
WORKSPACE = "/home/busya/dev/ss-tools"
WORKSPACE = "/home/busya/dev/superset-tools"
# Domain → tag mapping (path fragments)
PATH_DOMAINS = {