1e1348bc1a
Merge pull request 'dev' ( #41 ) from dev into master
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #41
2026-04-16 15:34:48 +00:00
f68029edc1
Merge pull request 'fix: serializar dates/Decimal en LogService con DjangoJSONEncoder' ( #40 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #40
2026-04-16 15:34:11 +00:00
juanjo
384f47df5e
Merge branch 'master' of https://git.v-encore-lab.com/Proyecto-SaaS/django-core-base
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-16 17:29:18 +02:00
juanjo
a8dbb62b09
fix: serializar dates/Decimal en LogService con DjangoJSONEncoder
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
DEPLOY_MULTI_BRACH/pipeline/pr-dev Build queued...
- Añadir _json_safe() que usa DjangoJSONEncoder para convertir objetos
no serializables (datetime.date, Decimal, UUID...) antes de guardar
en JSONField, evitando que response quede vacío silenciosamente
- Corregir condición status_code: usar 'is not None' para permitir status=0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-16 17:28:48 +02:00
juanjo
2684e251f7
Merge dev: fix serialización LogService
2026-04-16 17:28:48 +02:00
juanjo
94faedecae
Merge pre-dev: fix serialización LogService
2026-04-16 17:28:48 +02:00
3f95e92318
Merge pull request 'dev' ( #39 ) from dev into master
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #39
2026-04-16 15:11:49 +00:00
aed8661331
Merge pull request 'fix: corregir ruta de data/ y hacer LogService resiliente a fallos de BD' ( #38 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #38
2026-04-16 15:11:27 +00:00
juanjo
e908125d31
fix: corregir ruta de data/ y hacer LogService resiliente a fallos de BD
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
- Mover data/.gitkeep a app/data/.gitkeep (Django busca app/data/db.sqlite3,
no data/db.sqlite3 en la raíz del repo, porque BASE_DIR apunta a app/)
- Actualizar .gitignore para ignorar también app/data/*
- LogService.gestionar_log ahora captura excepciones internamente para que
un fallo de BD no rompa la petición (log omitido con WARNING, no 500)
- Mover import de Log dentro del método para evitar problemas de arranque
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-16 17:07:23 +02:00
juanjo
03663aacb4
Merge dev: fix ruta data/ y LogService resiliente
2026-04-16 17:07:23 +02:00
juanjo
0c18ffc2f9
Merge pre-dev: fix ruta data/ y LogService resiliente
2026-04-16 17:07:23 +02:00
77b722d739
Merge pull request 'dev' ( #37 ) from dev into master
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #37
2026-04-16 14:57:37 +00:00
3c7d47782b
Merge pull request 'feat: añadir app general con LogService centralizado' ( #36 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #36
2026-04-16 14:57:20 +00:00
juanjo
156b5ad77d
Merge dev: feat app general con LogService
2026-04-16 16:51:00 +02:00
juanjo
5d2a6469aa
Merge pre-dev: feat app general con LogService
2026-04-16 16:51:00 +02:00
juanjo
2f6564d9a6
feat: añadir app general con LogService centralizado
...
DEPLOY_MULTI_BRACH/pipeline/pr-dev This commit looks good
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
- Crear app/general con estructura estándar del proyecto:
· utilidades/acciones.py → LogService.gestionar_log() (única fuente de logs)
· utilidades/utils.py → get_client_ip()
· utilidades/custom_errors.py → ValidationError, ExternalServiceError, NotFoundError
· exception.py, request.py, serializers.py, validaciones/
- Registrar 'general' en INSTALLED_APPS y añadir general/ a urls.py
- Refactorizar promociones/views.py para usar LogService en lugar de Log directo
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-16 16:50:53 +02:00
e2ae400889
Merge pull request 'dev' ( #35 ) from dev into master
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #35
2026-04-16 14:37:32 +00:00
e597a05f08
Merge pull request 'refactor: mover BD SQLite a carpeta data/' ( #34 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #34
2026-04-16 14:36:39 +00:00
juanjo
4425141cb3
Merge dev: refactor mover BD SQLite a carpeta data/
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-16 16:34:16 +02:00
juanjo
29db0eb0a2
Merge pre-dev: refactor mover BD SQLite a carpeta data/
2026-04-16 16:34:00 +02:00
juanjo
91fc6900eb
refactor: mover BD SQLite a carpeta data/
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
- Mover db.sqlite3 de raíz a data/db.sqlite3
- Actualizar settings.py: fallback SQLite a data/ cuando DB_HOST no está definido
- Actualizar .gitignore: ignorar data/* pero mantener data/.gitkeep
- Actualizar init_db.py: mensaje apunta a data/db.sqlite3
- Añadir data/.gitkeep para anclar la carpeta en git
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-16 16:33:26 +02:00
0a73b91e12
Merge pull request 'fix: corregir name en common/apps.py' ( #33 ) from dev into master
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-16 14:13:02 +00:00
d444021a00
Merge pull request 'fix: corregir name en common/apps.py' ( #32 ) from pre-dev into dev
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-16 14:12:59 +00:00
juanjo
9fba8938ee
fix: corregir name en common/apps.py de 'apps.common' a 'common'
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-16 16:12:40 +02:00
508f3f028d
Merge pull request 'refactor: reorganizar estructura app/api_config' ( #31 ) from dev into master
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-16 14:02:19 +00:00
7a151a4768
Merge pull request 'refactor: reorganizar estructura app/api_config' ( #30 ) from pre-dev into dev
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-16 14:02:01 +00:00
juanjo
299428741b
refactor: reorganizar estructura del proyecto al estándar app/api_config
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
- core/ → app/api_config/
- apps/backend_admin/ → app/backend_admin/
- apps/common/ → app/common/
- apps/promociones/ → app/promociones/
- manage.py → app/manage.py
- Añadir app/requirements.txt
- Actualizar todos los imports y referencias (DJANGO_SETTINGS_MODULE, ROOT_URLCONF, WSGI_APPLICATION, INSTALLED_APPS)
- Actualizar Dockerfile con nuevo WORKDIR
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-16 16:01:17 +02:00
bc82249a29
Merge pull request 'Merge dev into master' ( #29 ) from dev into master
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-16 13:51:32 +00:00
56e7d77d63
Merge pull request 'Merge pre-dev into dev' ( #28 ) from pre-dev into dev
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-16 13:51:17 +00:00
juanjo
27ccce862d
Renombrar actions.py a acciones.py en backend_admin y promociones
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
DEPLOY_MULTI_BRACH/pipeline/pr-dev This commit looks good
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-16 15:42:21 +02:00
f3514d399e
Merge pull request 'dev' ( #27 ) from dev into master
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #27
2026-04-14 23:44:35 +00:00
1e72aa3e44
Merge pull request 'Update 0001_initial.py' ( #26 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
DEPLOY_MULTI_BRACH/pipeline/pr-master This commit looks good
Reviewed-on: #26
2026-04-14 23:17:11 +00:00
minguezsanzjuanjose
84baf8fbda
Update 0001_initial.py
DEPLOY_MULTI_BRACH/pipeline/pr-dev Build queued...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-15 01:16:07 +02:00
b08e74f459
Merge pull request 'fix' ( #25 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #25
2026-04-14 23:02:44 +00:00
minguezsanzjuanjose
5d69f89028
fix
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-15 01:01:46 +02:00
0ac0a859b9
Merge pull request 'dev' ( #24 ) from dev into master
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #24
2026-04-14 21:52:57 +00:00
02aca6a2a6
Merge pull request 'Update Jenkinsfile' ( #23 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
DEPLOY_MULTI_BRACH/pipeline/pr-master This commit looks good
Reviewed-on: #23
2026-04-14 21:48:28 +00:00
minguezsanzjuanjose
4a4d0940b3
Update Jenkinsfile
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-14 23:47:24 +02:00
7a9a1686fa
Merge pull request 'dev' ( #21 ) from dev into master
...
DEPLOY_MULTI_BRACH/pipeline/head There was a failure building this commit
Reviewed-on: #21
2026-04-14 21:28:08 +00:00
b4ab653c95
Merge pull request 'Update settings.py' ( #22 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/pr-master This commit looks good
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #22
2026-04-14 21:25:16 +00:00
minguezsanzjuanjose
c32092d216
Update settings.py
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-14 23:24:27 +02:00
049764b79c
Merge pull request 'Delete 0002_alter_log_options.py' ( #20 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/pr-master This commit looks good
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #20
2026-04-14 21:03:22 +00:00
minguezsanzjuanjose
7ba79c9739
Delete 0002_alter_log_options.py
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-14 23:02:45 +02:00
c60c140a97
Merge pull request 'cambios en migraciones' ( #19 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #19
2026-04-14 20:46:59 +00:00
minguezsanzjuanjose
bf5a38d425
cambios en migraciones
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-14 22:46:18 +02:00
f610eb24d4
Merge pull request 'feat: integración final de Jenkins con inyección de .env segura' ( #18 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #18
2026-04-14 19:31:55 +00:00
minguezsanzjuanjose
039349b5b1
feat: integración final de Jenkins con inyección de .env segura
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-14 21:30:19 +02:00
816cc276f8
Merge pull request 'fix' ( #17 ) from pre-dev into dev
...
DEPLOY_MULTI_BRACH/pipeline/head There was a failure building this commit
Reviewed-on: #17
2026-04-13 23:01:41 +00:00
minguezsanzjuanjose
9dd97b34f2
fix
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-14 01:00:37 +02:00
5a7209badb
Merge pull request 'dev' ( #16 ) from dev into master
...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Reviewed-on: #16
2026-04-12 20:57:46 +00:00