07ba33a4d9
feature/doda-endpoints-faltantes
2026-04-28 14:53:08 -06:00
381149e276
Barra de ayuda contextualizada
2026-04-28 14:24:57 -05:00
52ad58aceb
feature/cliente-asignado-partes
2026-04-28 12:01:50 -06:00
243fa0bc3b
Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into fix/facturas_ame_mez
2026-04-28 12:50:18 -05:00
eba12a9246
REPORTES mexicanos y americanos de facturas corregido
2026-04-28 12:47:32 -05:00
b95afb138b
Merge branch 'feature/sitar-fractions-upgrade' into feature/scaf-partes-default
2026-04-28 11:05:46 -06:00
d67d1c5538
feature/sitar-fractions-upgrade
2026-04-28 10:50:58 -06:00
d145cc376e
Merge pull request 'fix/permisos' ( #343 ) from fix/permisos into development
...
Reviewed-on: ADUANASOFT/anexo76#343
2026-04-28 15:56:26 +00:00
bc433c7202
Permisis de admin
2026-04-28 09:47:39 -06:00
cbb31dc1c9
Arreglando las factruas
2026-04-28 09:29:39 -06:00
356ea99b04
Merge branch 'feature/errores-legibles-tabla' into development
2026-04-28 09:49:41 -05:00
9797ec96f8
fix: standardize multiplication notation from '×' to 'x' across various files for consistency
2026-04-28 09:48:20 -05:00
00cd9786d3
Merge branch 'feature/errores-legibles-tabla' into feature/visible-clicks-csv
2026-04-28 07:46:18 -06:00
4f31736a40
feature/errores-legibles-tabla
2026-04-28 07:24:52 -06:00
29928ef1f6
Parametro nuevo para aceptar los permisos
2026-04-27 16:22:41 -06:00
9f77e360a1
Merge branch 'development' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into fix/permisos
2026-04-27 15:46:05 -06:00
8260b64951
fix: corriegiendo la compilaciond el frontend de script mal ejecutado
2026-04-27 16:00:52 -05:00
c87865bcc5
fix: cambios locales antes del merge
2026-04-27 14:32:28 -05:00
94e08eee41
fix/pytest-fix-doda
2026-04-27 12:54:35 -06:00
c8e45f5ce2
chore: resolve second wave of merge conflicts, integrate new DODA despacho module and stabilize catalogues
2026-04-27 13:43:51 -05:00
8374975a30
chore: resolve remaining merge conflicts in data-table-actions components
2026-04-27 13:39:04 -05:00
eb5df06d24
feature/logica-pedimento-clarion
2026-04-27 12:03:26 -06:00
c3e4cf22fc
fix/env-api-unica
2026-04-27 11:08:33 -06:00
4d873f392e
fix/alembic-duration-cert-delete
2026-04-27 10:31:33 -06:00
5c2a84e95d
fix: solución de bloqueos y estandarización de permisos
2026-04-27 10:47:30 -05:00
2929890994
fix/carga-csv-headers
2026-04-27 09:38:15 -06:00
df6ffe422a
fix/filtros-catalogos
2026-04-27 08:08:54 -06:00
7f8599ac43
feature/api-doda-update
2026-04-27 07:04:03 -06:00
9d232998d6
feature/api-doda
2026-04-26 18:13:20 -06:00
d78d8f3599
Merge branch 'fix/empresa-cert-duracion' into feature/api-doda
2026-04-26 08:36:55 -06:00
855afe6670
fix/empresa-cert-duracion
2026-04-26 08:24:57 -06:00
ca21cdf58d
feat: Implement token issue detection and enhance license validation middleware; add tests for token issue message detection
2026-04-26 08:25:53 -05:00
0d0c51a7fc
Merge pull request 'fix/catalogo-conversion-filtros' ( #329 ) from fix/catalogo-conversion-filtros into development
...
Reviewed-on: ADUANASOFT/anexo76#329
2026-04-24 23:55:47 +00:00
73a6d92863
Implement row-level security (RLS) context management for database sessions. Refactor invoice processing and reverting tasks to utilize scoped database sessions with RLS context. Update middleware to extract and set company ID from requests. Enhance task dispatching to propagate RLS context via Celery headers. Update architecture documentation to reflect RLS implementation details.
2026-04-24 18:01:46 -05:00
6eb3d02211
fix/catalogo-conversion-filtros
2026-04-24 16:30:33 -06:00
f267afc5a6
Merge pull request 'fix/parte-pais-no-guarda' ( #319 ) from fix/parte-pais-no-guarda into development
...
Reviewed-on: ADUANASOFT/anexo76#319
2026-04-24 21:55:27 +00:00
cd6ca2c4d5
Merge pull request 'feature/api-sitar-frac-ame' ( #317 ) from feature/api-sitar-frac-ame into development
...
Reviewed-on: ADUANASOFT/anexo76#317
2026-04-24 21:51:21 +00:00
a9523853c9
Merge pull request 'feature/carril-expres-transportes' ( #315 ) from feature/carril-expres-transportes into development
...
Reviewed-on: ADUANASOFT/anexo76#315
2026-04-24 21:49:44 +00:00
fe51c508d1
Refactor Jenkinsfile to streamline CI image build and testing process
...
- Updated the Jenkinsfile to build backend and frontend images using Docker Compose, enhancing the efficiency of the CI pipeline.
- Removed the obsolete e2e_alembic_upgrade.py script, as its functionality is no longer required.
- Improved comments for clarity regarding the build and testing stages, ensuring better understanding of the CI process.
2026-04-24 16:03:47 -05:00
e204ba4b2b
Refactor Alembic upgrade command in Jenkinsfile for improved execution
...
- Updated the Alembic upgrade command to use a Python script for execution, addressing issues with configuration handling in Docker.
- Enhanced comments to clarify the purpose of the changes and their implications for E2E testing.
2026-04-24 14:21:26 -05:00
1bc9c69347
Refactor Alembic command execution in Jenkinsfile and remove obsolete script
...
- Updated the Alembic upgrade command in the Jenkinsfile to directly use Python for execution, eliminating reliance on a separate shell script that caused issues with command parsing.
- Revised comments to clarify the changes and their implications for the command context during E2E testing.
- Deleted the now-unnecessary jenkins-alembic-e2e.sh script to streamline the process.
2026-04-24 14:07:02 -05:00
8dcbfe8b3d
Refactor Alembic command execution in Jenkinsfile to use script
...
- Updated the Alembic upgrade command to execute a script instead of using a variable, addressing issues with command execution in the Docker environment.
- Revised comments to clarify the changes and their implications for the command context during E2E testing.
2026-04-24 14:03:40 -05:00
9d63b000bc
Refactor Docker entrypoints and remove unused scripts
...
- Removed custom entrypoint scripts for backend, frontend, and PostgreSQL services from docker-compose files.
- Added a new entrypoint script in the backend and frontend Dockerfiles to handle initialization without relying on host-mounted scripts.
- Updated Dockerfiles to ensure proper permissions for the new entrypoint scripts.
- Enhanced database initialization logic by moving schema and extension creation to the Alembic migration script.
2026-04-24 12:53:11 -05:00
cbe80953b3
fix/parte-pais-no-guarda
2026-04-24 10:49:35 -06:00
5ac757dbc1
chore: snapshot before development sync
2026-04-24 11:18:06 -05:00
3c40a48cb7
feature/api-sitar-frac-ame
2026-04-24 09:58:22 -06:00
38d10e6f51
feature/carril-expres-transportes
2026-04-24 09:18:41 -06:00
9bdb401e78
feature/filtros-cliente-proveedor
2026-04-24 08:33:27 -06:00
29c305cd2c
feaature/catalogo-empresa-mejoras
2026-04-23 14:28:56 -06:00
8c1dd07d76
fix/catalogos-fijos
2026-04-22 10:13:34 -06:00