From 1fb961063acf324f3e9ea392ac5e5070e201f859 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 27 Aug 2025 11:56:47 +0200 Subject: [PATCH] chore(refine): adapter .gitea/docs/scripts au projet sdk_signer --- .gitea/ISSUE_TEMPLATE/bug_report.md | 5 +++-- .gitea/ISSUE_TEMPLATE/feature_request.md | 5 +++-- .gitea/PULL_REQUEST_TEMPLATE.md | 3 ++- .gitea/README.md | 1 + .gitea/workflows/LOCAL_OVERRIDES.yml | 1 + .gitea/workflows/ci.yml | 7 ++++--- .gitea/workflows/release.yml | 1 + .gitea/workflows/template-sync.yml | 1 + docs/deployment.md | 1 + docs/docker-support.md | 1 + docs/release-notes-0.1.1.md | 1 + docs/template-alignment.md | 1 + scripts/README.md | 1 + scripts/checks/version_alignment.sh | 1 + scripts/release/guard.sh | 1 + scripts/scripts/auto-ssh-push.sh | 1 + scripts/scripts/init-ssh-env.sh | 1 + scripts/scripts/setup-ssh-ci.sh | 1 + 18 files changed, 26 insertions(+), 8 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/bug_report.md index da4e36d..79725f7 100644 --- a/.gitea/ISSUE_TEMPLATE/bug_report.md +++ b/.gitea/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug Report -about: Signaler un bug pour nous aider à améliorer 4NK Node +about: Signaler un bug pour nous aider à améliorer sdk_signer title: '[BUG] ' labels: ['bug', 'needs-triage'] assignees: '' @@ -34,7 +34,7 @@ Si applicable, ajoutez une capture d'écran pour expliquer votre problème. - **OS** : [ex: Ubuntu 20.04, macOS 12.0, Windows 11] - **Docker** : [ex: 20.10.0] - **Docker Compose** : [ex: 2.0.0] -- **Version 4NK Node** : [ex: v1.0.0] +- **Version sdk_signer** : [ex: v1.0.0] - **Architecture** : [ex: x86_64, ARM64] ## 📋 Configuration @@ -95,3 +95,4 @@ Toute autre information pertinente sur le problème. --- **Merci de votre contribution !** 🙏 + diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.md b/.gitea/ISSUE_TEMPLATE/feature_request.md index 6041f4a..408ea0b 100644 --- a/.gitea/ISSUE_TEMPLATE/feature_request.md +++ b/.gitea/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature Request -about: Proposer une nouvelle fonctionnalité pour 4NK Node +about: Proposer une nouvelle fonctionnalité pour sdk_signer title: '[FEATURE] ' labels: ['enhancement', 'needs-triage'] assignees: '' @@ -153,4 +153,5 @@ Comment mesurer le succès de cette fonctionnalité ? --- -**Merci de votre contribution à l'amélioration de 4NK Node !** 🌟 +**Merci de votre contribution à l'amélioration de sdk_signer !** 🌟 + diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index 621d01a..86f8703 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -# Pull Request - 4NK Node +# Pull Request - sdk_signer ## 📋 Description @@ -178,3 +178,4 @@ Informations supplémentaires importantes pour les reviewers. --- **Merci pour votre contribution !** 🙏 + diff --git a/.gitea/README.md b/.gitea/README.md index 167066d..3a1b4d4 100644 --- a/.gitea/README.md +++ b/.gitea/README.md @@ -1,3 +1,4 @@ # .gitea Fichiers de configuration Gitea (issues, templates, workflows) à ajouter au besoin. + diff --git a/.gitea/workflows/LOCAL_OVERRIDES.yml b/.gitea/workflows/LOCAL_OVERRIDES.yml index 12c8c45..235d535 100644 --- a/.gitea/workflows/LOCAL_OVERRIDES.yml +++ b/.gitea/workflows/LOCAL_OVERRIDES.yml @@ -12,3 +12,4 @@ policy: allow_only_listed_paths: true require_expiry: true audit_in_ci: true + diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5dd8de7..c8afdc0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI - 4NK Node +name: CI - sdk_signer on: push: @@ -263,8 +263,8 @@ jobs: - name: Validate documentation run: | # Vérifier la cohérence de la documentation - if ! grep -q "4NK Node" README.md; then - echo "README.md should mention '4NK Node'" + if ! grep -q "sdk_signer" README.md; then + echo "README.md should mention 'sdk_signer'" exit 1 fi @@ -343,3 +343,4 @@ jobs: run: | echo "❌ Some tests failed!" exit 1 + diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 4add70e..8e21a14 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -33,3 +33,4 @@ jobs: docker tag $IMAGE:${{ steps.vars.outputs.version }} $IMAGE:latest docker push $IMAGE:${{ steps.vars.outputs.version }} docker push $IMAGE:latest + diff --git a/.gitea/workflows/template-sync.yml b/.gitea/workflows/template-sync.yml index e6710df..b1dba5f 100644 --- a/.gitea/workflows/template-sync.yml +++ b/.gitea/workflows/template-sync.yml @@ -37,3 +37,4 @@ jobs: - name: Mettre à jour TEMPLATE_VERSION (dans PR) # Doit remplacer la valeur par la ref appliquée + diff --git a/docs/deployment.md b/docs/deployment.md index 973de0a..b3d3db6 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -32,3 +32,4 @@ Variables utiles: ## Mise à jour - Pousser un tag `vX.Y.Z` (ex: `v0.1.1`) déclenche la release et met à jour l'image `:latest`. + diff --git a/docs/docker-support.md b/docs/docker-support.md index a7d61ef..df74681 100644 --- a/docs/docker-support.md +++ b/docs/docker-support.md @@ -42,3 +42,4 @@ docker compose up --build + diff --git a/docs/release-notes-0.1.1.md b/docs/release-notes-0.1.1.md index 6d0f4cc..6b7fc50 100644 --- a/docs/release-notes-0.1.1.md +++ b/docs/release-notes-0.1.1.md @@ -6,3 +6,4 @@ Date: 2025-08-26 - Docs déploiement actualisées (tags) - Tests utilitaires additionnels + diff --git a/docs/template-alignment.md b/docs/template-alignment.md index c2ae9e4..91c0807 100644 --- a/docs/template-alignment.md +++ b/docs/template-alignment.md @@ -9,3 +9,4 @@ Modifications principales: - Mise à jour `package.json` (license MIT), installation `vitest` et `@types/node`. - Build et tests: OK (`npm run build`, `npm test`). + diff --git a/scripts/README.md b/scripts/README.md index ecbe5b9..9a5b061 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,3 +1,4 @@ # scripts Scripts utilitaires pour CI/CD ou développement local. + diff --git a/scripts/checks/version_alignment.sh b/scripts/checks/version_alignment.sh index d682cf6..e399e72 100644 --- a/scripts/checks/version_alignment.sh +++ b/scripts/checks/version_alignment.sh @@ -18,3 +18,4 @@ if ! grep -Eq "^## \\[$(echo "$v" | sed 's/^v//')\\]" CHANGELOG.md; then fi echo "Version alignment OK" + diff --git a/scripts/release/guard.sh b/scripts/release/guard.sh index 46fde57..cb5410b 100644 --- a/scripts/release/guard.sh +++ b/scripts/release/guard.sh @@ -63,3 +63,4 @@ case "$mode" in esac echo "[release-guard] OK" + diff --git a/scripts/scripts/auto-ssh-push.sh b/scripts/scripts/auto-ssh-push.sh index 653b59c..5294e0a 100644 --- a/scripts/scripts/auto-ssh-push.sh +++ b/scripts/scripts/auto-ssh-push.sh @@ -149,3 +149,4 @@ case "$1" in esac echo "🎯 Push SSH automatique terminé !" + diff --git a/scripts/scripts/init-ssh-env.sh b/scripts/scripts/init-ssh-env.sh index 1ca7fa2..a125ab1 100644 --- a/scripts/scripts/init-ssh-env.sh +++ b/scripts/scripts/init-ssh-env.sh @@ -57,3 +57,4 @@ print_success "Scripts rendus exécutables (si présents)" # 6. Résumé echo "" print_success "=== Configuration SSH terminée ===" + diff --git a/scripts/scripts/setup-ssh-ci.sh b/scripts/scripts/setup-ssh-ci.sh index a9c3e5d..041c18c 100644 --- a/scripts/scripts/setup-ssh-ci.sh +++ b/scripts/scripts/setup-ssh-ci.sh @@ -52,3 +52,4 @@ else fi echo "🎯 Configuration SSH CI/CD terminée" +