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,6 +1,6 @@
|
||||
# Установка и настройка ss-tools
|
||||
# Установка и настройка superset-tools
|
||||
|
||||
Эта документация описывает процесс установки и настройки ss-tools для локальной разработки и продакшн-среды.
|
||||
Эта документация описывает процесс установки и настройки superset-tools для локальной разработки и продакшн-среды.
|
||||
|
||||
## Содержание
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
```bash
|
||||
git clone <repository-url>
|
||||
cd ss-tools
|
||||
cd superset-tools
|
||||
```
|
||||
|
||||
### 2. Настройка переменных окружения
|
||||
@@ -159,7 +159,7 @@ psql -U postgres -d ss_tools
|
||||
Для полного релизного бандла (backend + frontend + postgres):
|
||||
|
||||
```bash
|
||||
cd /home/busya/dev/ss-tools
|
||||
cd /home/busya/dev/superset-tools
|
||||
./build.sh bundle v1.0.0-rc2-docker
|
||||
```
|
||||
|
||||
@@ -179,7 +179,7 @@ cd /home/busya/dev/ss-tools
|
||||
- `.env.enterprise-clean.example`
|
||||
|
||||
Результат легковесного бандла:
|
||||
- `ss-tools.v1.0.0.tar`
|
||||
- `superset-tools.v1.0.0.tar`
|
||||
- `sha256sums-light.v1.0.0.txt`
|
||||
- `manifest-light.v1.0.0.{txt,json}`
|
||||
- `docker-compose.light.yml`
|
||||
@@ -217,8 +217,8 @@ cp .env.enterprise-clean.example .env.enterprise-clean
|
||||
- `INITIAL_ADMIN_EMAIL=<optional>`
|
||||
|
||||
Также проверьте, что теги образов в [`.env.enterprise-clean`](.env.enterprise-clean.example) совпадают с реально загруженными:
|
||||
- `BACKEND_IMAGE=ss-tools-backend:v1.0.0-rc2-docker`
|
||||
- `FRONTEND_IMAGE=ss-tools-frontend:v1.0.0-rc2-docker`
|
||||
- `BACKEND_IMAGE=superset-tools-backend:v1.0.0-rc2-docker`
|
||||
- `FRONTEND_IMAGE=superset-tools-frontend:v1.0.0-rc2-docker`
|
||||
|
||||
### 5. Запуск в offline-контуре
|
||||
|
||||
@@ -403,7 +403,7 @@ export TASK_LOG_LEVEL=DEBUG
|
||||
#### A) Headless CLI (основной сценарий для CI/CD)
|
||||
|
||||
```bash
|
||||
cd /home/busya/dev/ss-tools/backend
|
||||
cd /home/busya/dev/superset-tools/backend
|
||||
|
||||
# Регистрация кандидата
|
||||
.venv/bin/python3 -m src.scripts.clean_release_cli candidate-register \
|
||||
@@ -447,7 +447,7 @@ cd /home/busya/dev/ss-tools/backend
|
||||
#### C) TUI thin client
|
||||
|
||||
```bash
|
||||
cd /home/busya/dev/ss-tools
|
||||
cd /home/busya/dev/superset-tools
|
||||
./run_clean_tui.sh <candidate_id>
|
||||
```
|
||||
|
||||
@@ -700,7 +700,7 @@ curl -X POST http://localhost:8001/api/auth/login \
|
||||
- [Настройка окружений](settings.md)
|
||||
- [Разработка плагинов](plugin_dev.md)
|
||||
- [API документация](http://localhost:8001/docs)
|
||||
- [GitHub Issues](https://github.com/yourusername/ss-tools/issues)
|
||||
- [GitHub Issues](https://github.com/yourusername/superset-tools/issues)
|
||||
|
||||
## Поддержка
|
||||
|
||||
|
||||
Reference in New Issue
Block a user