refactor: rebrand decp.info to colibre #57
- Rename project from decp.info to colibre across all codebase - Update domain from https://decp.info to https://colibre.fr - Update GitHub repo references to ColinMaudry/colibre - Rename deployment files: decpinfo-backup.* → colibre-backup.* - Update project configuration and documentation - Rename project assets: decp.info.png → colibre.png - Update environment variables and constants (DOMAIN_NAME, TOKEN_PREFIX, GITHUB_REPO, etc.) - Update URLs in all pages, tests, and configuration files - Keep DECP acronym in text (unchanged per requirements) - Add rebrand note to README.md Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
+4
-4
@@ -43,10 +43,10 @@ _TEST_DATA = [
|
||||
_PARQUET_PATH = Path(os.path.abspath("tests/test.parquet"))
|
||||
|
||||
# Base DuckDB de test ISOLÉE : src.db lit le chemin via DUCKDB_PATH (défaut
|
||||
# ./decp.duckdb). On la place dans tests/ pour ne JAMAIS toucher au decp.duckdb
|
||||
# de dev/prod — plus besoin de sauvegarder/restaurer. Le nom decp.duckdb
|
||||
# correspond au motif **/decp.duckdb déjà présent dans .gitignore.
|
||||
_DB_PATH = Path(os.path.abspath("tests/decp.duckdb"))
|
||||
# ./colibre.duckdb). On la place dans tests/ pour ne JAMAIS toucher au colibre.duckdb
|
||||
# de dev/prod — plus besoin de sauvegarder/restaurer. Le nom colibre.duckdb
|
||||
# correspond au motif **/colibre.duckdb déjà présent dans .gitignore.
|
||||
_DB_PATH = Path(os.path.abspath("tests/colibre.duckdb"))
|
||||
os.environ["DUCKDB_PATH"] = str(_DB_PATH)
|
||||
|
||||
# Schéma déterministe et hors-ligne : on COPIE le fixture committé vers un cache
|
||||
|
||||
Reference in New Issue
Block a user