122 Commits

Author SHA1 Message Date
Omar Oughriss
f58579a621 Replace 'ext' tag with 'int-dev'
All checks were successful
build-and-push-int-dev / build_push (push) Successful in 32s
int-dev
2025-09-22 15:01:39 +02:00
Omar Oughriss
ad69800511 Rename workflow 2025-09-22 13:57:03 +02:00
Omar Oughriss
dd5d3f44e1 Replace 'ext' tag to 'int-dev' 2025-09-22 13:54:40 +02:00
dev4
44aab5bf75 docs: add architecture, installation, deployment, functional, technical, flows, quality, security, TODO [skip ci] 2025-09-22 07:31:59 +00:00
dev4
f9154d6b23 update submodule 2025-09-22 06:23:37 +00:00
dev4
1bf3cfa081 update submodule 2025-09-22 05:59:38 +00:00
dev4
6a65be781c update submodule 2025-09-22 05:45:37 +00:00
dev4
a18e23744d ci: docker_tag=ext - Trigger CI build for Docker images
All checks were successful
build-and-push-ext / build_push (push) Successful in 7s
2025-09-21 19:57:48 +00:00
dev4
a5445f5a5b ci: docker_tag=ext - Update for 4NK_env integration 2025-09-21 19:55:47 +00:00
dev4
65b2da6d04 ci: docker_tag=ext - Migrate to Debian base with minimal packages
All checks were successful
build-and-push-ext / build_push (push) Successful in 1m47s
2025-09-21 18:24:52 +00:00
dev4
a573c475f7 ci: docker_tag=ext - Optimize Dockerfile to reduce image size (remove dev tools)
All checks were successful
build-and-push-ext / build_push (push) Successful in 15s
2025-09-21 18:09:18 +00:00
dev4
b0ab709d49 ci: docker_tag=ext
Some checks failed
build-and-push-ext / build_push (push) Failing after 11m46s
2025-09-21 17:05:50 +00:00
dev4
e350f460dc ci: docker_tag=ext 2025-09-21 16:57:41 +00:00
dev4
dd159e6569 ci: docker_tag=ext - Fix Alpine Dockerfile - remove cscope package
Some checks are pending
build-and-push-ext / build_push (push) Waiting to run
2025-09-21 15:36:16 +00:00
dev4
fdd6b902c8 ci: docker_tag=ext - Update Dockerfiles with comprehensive dependencies and tools 2025-09-21 13:45:53 +00:00
dev4
4ee8bc8aed ci: docker_tag=ext - Mise à jour Dockerfile avec outils requis et .cursorignore 2025-09-21 13:27:04 +00:00
dev4
9159d20792 ci: docker_tag=ext - Fix Dockerfile to use HTTPS and ext branch 2025-09-21 13:07:41 +00:00
dev4
b312e3a093 ci: docker_tag=ext - Modifier workflow pour déclenchement sur tag ext au lieu de branche dev4
All checks were successful
build-and-push-ext / build_push (push) Successful in 7s
2025-09-21 08:58:52 +00:00
dev4
22d4084915 ci: docker_tag=ext - Update Dockerfiles to use dev4 branch for sdk-signer-client
All checks were successful
build-and-push-ext / build_push (push) Successful in 44s
2025-09-21 08:23:15 +00:00
dev4
0f42988408 docs: Documentation API Funds complète
All checks were successful
build-and-push-ext / build_push (push) Successful in 6s
- Ajout de docs/API_FUNDS.md avec documentation complète
- Problèmes résolus documentés (TypeScript, Docker, API 404)
- Tests unitaires et d'intégration documentés
- Configuration Docker socket et CLI documentée
2025-09-20 22:15:02 +00:00
dev4
4b8cf2b22f Add API funds documentation
All checks were successful
build-and-push-ext / build_push (push) Successful in 7s
- Document /api/v1/funds/transfer endpoint
- Document /api/v1/funds/check endpoint
- Document required Docker socket mounting
- Document Bitcoin wallet requirements
2025-09-20 21:50:30 +00:00
dev4
7fc16f2d48 Optimize Dockerfile and add comprehensive tests
All checks were successful
build-and-push-ext / build_push (push) Successful in 7s
- Remove unnecessary Docker tools, keep only docker-cli
- Add unit and integration tests for funds API and signer service
- Update documentation and changelog
- Fix TypeScript compilation errors
2025-09-20 21:24:24 +00:00
dev4
d1968b448d fix: Correction des tests unitaires et d'intégration
All checks were successful
build-and-push-ext / build_push (push) Successful in 7s
- Tests simplifiés pour éviter les dépendances complexes
- Mock des routes sans dépendances externes
- Tests unitaires pour les routes funds
- Tests d'intégration pour l'API
- Configuration Jest fonctionnelle
- Tous les tests passent
2025-09-20 20:10:14 +00:00
dev4
52baaa9956 feat: Optimisation Dockerfile, documentation complète et tests
All checks were successful
build-and-push-ext / build_push (push) Successful in 35s
- Dockerfile optimisé: seulement docker-cli pour bitcoin-cli
- README.md complet avec tous les endpoints et configuration
- CHANGELOG.md mis à jour avec v1.1.1
- Tests unitaires pour les routes funds
- Tests d'intégration pour le signer
- Configuration Jest avec coverage
- Scripts de test dans package.json
- Fichier .env.test pour les tests
2025-09-20 20:08:41 +00:00
dev4
567e57abe8 feat: Ajout de l'API de transfert automatique de fonds
Some checks failed
build-and-push-ext / build_push (push) Failing after 10s
- Route /api/v1/funds/transfer pour transférer des fonds
- Route /api/v1/funds/check pour vérifier les fonds
- Intégration dans le service ihm_client pour détection automatique
- Service de détection de fonds en Node.js
2025-09-20 16:17:36 +00:00
dev4
4ff4f07ac5 docs: Documentation des corrections appliquées
All checks were successful
build-and-push-ext / build_push (push) Successful in 8s
- Correction du problème de healthcheck
- Ajout des endpoints manquants
- Configuration des services
- Installation des outils système
2025-09-20 14:23:08 +00:00
dev4
e3360651af ci: docker_tag=ext - Configuration WebSocket corrigée: RELAY_URLS avec relay local et bootstrap externe
All checks were successful
build-and-push-ext / build_push (push) Successful in 7s
2025-09-20 13:42:18 +00:00
dev4
5d2a4b2ded feat: ajout endpoint racine avec documentation API
All checks were successful
build-and-push-ext / build_push (push) Successful in 16s
2025-09-20 12:43:57 +00:00
dev4
391116b1cc docs: Mise à jour de l'analyse du projet
All checks were successful
build-and-push-ext / build_push (push) Successful in 7s
- Mise à jour de docs/ANALYSE.md avec les dernières modifications
2025-09-20 10:49:41 +00:00
dev4
2eceab024d ci: docker_tag=ext - Update for dev4 deployment
All checks were successful
build-and-push-ext / build_push (push) Successful in 13s
2025-09-19 17:03:57 +00:00
dev4
9d7c11a2b7 ci: docker_tag=ext - Fix: fetch entite/personne data separately v1.1.0
All checks were successful
build-and-push-ext / build_push (push) Successful in 22s
2025-09-19 12:24:55 +00:00
dev4
c4d8676b55 ci: docker_tag=ext - Fix: use sub instead of profile_idn and correct URL base v1.0.9
All checks were successful
build-and-push-ext / build_push (push) Successful in 23s
2025-09-19 12:20:52 +00:00
dev4
0c74cccc04 ci: docker_tag=ext - Add retry logic for getUserRattachements v1.0.8
All checks were successful
build-and-push-ext / build_push (push) Successful in 23s
2025-09-19 12:12:40 +00:00
dev4
2d0d77be1c ci: docker_tag=ext - Fix IdNot API endpoints with retry logic v1.0.7
All checks were successful
build-and-push-ext / build_push (push) Successful in 23s
2025-09-19 11:59:29 +00:00
dev4
d3beff89c8 ci: docker_tag=ext chore(back): v1.0.6 IdNot fallback via sub rattachements
All checks were successful
build-and-push-ext / build_push (push) Successful in 23s
2025-09-19 09:18:13 +00:00
dev4
58f2dfab52 ci: docker_tag=ext chore(back): v1.0.5 token claims + validation profile_idn
All checks were successful
build-and-push-ext / build_push (push) Successful in 23s
2025-09-19 08:17:39 +00:00
dev4
6a0c1ce817 ci: docker_tag=ext chore(back): v1.0.4 logs IdNot enrichis
All checks were successful
build-and-push-ext / build_push (push) Successful in 26s
2025-09-19 08:01:16 +00:00
dev4
8c8b9ce7d6 ci: docker_tag=ext chore(back): log analyse IdNot (rattachement)
All checks were successful
build-and-push-ext / build_push (push) Successful in 15s
2025-09-19 07:23:42 +00:00
dev4
723b532c64 ci: docker_tag=ext chore(back): v1.0.3 IdNot 4xx passthrough robuste
All checks were successful
build-and-push-ext / build_push (push) Successful in 24s
2025-09-19 07:09:19 +00:00
dev4
bd042533b2 ci: docker_tag=ext fix(back): map JSON parse errors to 400; bump 1.0.2; docs/tests updated
All checks were successful
build-and-push-ext / build_push (push) Successful in 24s
2025-09-18 21:55:24 +00:00
dev4
78b920a18b fix(idnot): mapper 400->400 et 401->401 (évite 502) | ci: docker_tag=ext
All checks were successful
build-and-push-ext / build_push (push) Successful in 15s
2025-09-18 20:18:37 +00:00
dev4
4c3848ceea fix(idnot): renvoyer 4xx pour erreurs métier (pas 502) | ci: docker_tag=ext
All checks were successful
build-and-push-ext / build_push (push) Successful in 16s
2025-09-18 20:13:35 +00:00
dev4
0b9aabd046 ci(gitea): fix build target to ext | ci: docker_tag=ext
All checks were successful
build-and-push-ext / build_push (push) Successful in 23s
2025-09-18 19:49:10 +00:00
dev4
7f5c7f041c feat(idnot): accepter code en JSON body sur POST /api/v1/idnot/auth | ci: docker_tag=ext 2025-09-18 19:36:28 +00:00
dev4
10832ef375 ci: docker_tag=ext
All checks were successful
build-and-push-ext / build_push (push) Successful in 7s
2025-09-18 17:01:10 +00:00
dev4
e78df8a9f1 ci: docker_tag=ext feat: CORS dynamique + vars exemple
All checks were successful
build-and-push-ext / build_push (push) Successful in 16s
2025-09-18 15:11:09 +00:00
dev4
8eb33adc1f ci: docker_tag=ext
All checks were successful
build-and-push-ext / build_push (push) Successful in 15s
feat(api): GET /api/subscriptions/current (stub via ENABLE_SUBSCRIPTION_STUB)
chore(types): compléter stub sdk-signer-client (timeout, reconnect, options)
chore(ts): build sans toucher signer
2025-09-18 10:12:56 +00:00
dev4
b283f90b75 ci: docker_tag=ext | docs(tests): analyse back-mini
All checks were successful
build-and-push-ext / build_push (push) Successful in 6s
2025-09-18 07:49:56 +00:00
dev4
2e75583f8e ci: docker_tag=ext
All checks were successful
build-and-push-ext / build_push (push) Successful in 6s
2025-09-17 16:28:52 +00:00
dev4
e1f8a690aa chore(cursor): ajouter .cursor/config.json
Some checks failed
build-and-push-ext / build_push (push) Failing after 5s
2025-09-17 16:27:39 +00:00