refactor: rebrand project to HartOMat

This commit is contained in:
2026-04-06 12:45:47 +02:00
parent fa7093307a
commit b795f0e6d6
95 changed files with 608 additions and 497 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
cd "$(dirname "$0")/.."
echo "Starting Schaeffler Automat..."
echo "Starting HartOMat..."
docker compose up -d
echo ""
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
cd "$(dirname "$0")/.."
echo "Stopping Schaeffler Automat..."
echo "Stopping HartOMat..."
docker compose down
echo ""
+2 -2
View File
@@ -16,7 +16,7 @@ Usage:
# Custom credentials / host
python scripts/test_render_pipeline.py --sample --host http://localhost:8888 \
--email admin@schaeffler.com --password Admin1234!
--email admin@hartomat.com --password Admin1234!
Environment variables (alternative to flags):
TEST_HOST, TEST_EMAIL, TEST_PASSWORD
@@ -34,7 +34,7 @@ from pathlib import Path
# ---------------------------------------------------------------------------
DEFAULT_HOST = os.environ.get("TEST_HOST", "http://localhost:8888")
DEFAULT_EMAIL = os.environ.get("TEST_EMAIL", "admin@schaeffler.com")
DEFAULT_EMAIL = os.environ.get("TEST_EMAIL", "admin@hartomat.com")
DEFAULT_PASSWORD = os.environ.get("TEST_PASSWORD", "Admin1234!")
SAMPLE_STEP = Path(__file__).parent.parent / "step-sample-file" / "81113-l_cut.stp"