Commit Graph

1031 Commits

Author SHA1 Message Date
36c2b174ad feature/utf8-normalizado 2026-04-14 09:34:51 -06:00
f6ebba2ffb Merge pull request 'feature/API-COBE' (#270) from feature/API-COBE into development
Reviewed-on: ADUANASOFT/anexo76#270
2026-04-13 23:39:38 +00:00
71e9a6e916 Remove unit tests for FacturaCoveDomainService related to VU configuration validation 2026-04-13 18:35:58 -05:00
8f4fd7ee90 feature/correcion-hash 2026-04-13 15:57:40 -06:00
233da55f40 feature/COVE-api-email-selector 2026-04-13 14:12:25 -06:00
07dd69a28a Merge branch 'feature/table-invoice' into feature/API-COBE 2026-04-13 13:51:01 -06:00
847180e800 Merge branch 'development' into feature/API-COBE 2026-04-13 13:44:20 -06:00
6eb4bbb149 Merge development into feature/table-invoice 2026-04-13 11:53:03 -06:00
a0a6b52fc1 feature/homogenizacion-estilos-catalogos-fijos-y-generales 2026-04-13 11:16:54 -06:00
aa8891145c feature/checkpoint 2026-04-10 11:26:15 -06:00
0b57742024 feature/catalog-fixed-fix-styles 2026-04-10 11:08:02 -06:00
55821e69e5 feature/upgrade-styles-pediment 2026-04-08 07:16:59 -06:00
72da392c30 Merge pull request 'bugfix/method-no-allowed-for-delete' (#269) from bugfix/package-no-delete-method into development
Reviewed-on: ADUANASOFT/anexo76#269
2026-04-07 22:26:10 +00:00
1d53ca9562 Merge pull request 'feature/tablas_configuracion' (#268) from feature/tablas_configuracion into development
Reviewed-on: ADUANASOFT/anexo76#268
2026-04-07 21:46:17 +00:00
db46237a3e Poniendo como ultima actulaizacion nuestra migracion 2026-04-07 16:43:13 -05:00
f7af5cb184 feature/filtros-cambio-posicion 2026-04-07 15:16:22 -06:00
a6e0a04451 Mezlca de migraciones mas recientes 2026-04-07 16:13:01 -05:00
15dd7c6225 Merge branch 'feature/API-COBE' of https://git.aduanasoft.com/ADUANASOFT/anexo76 into feature/API-COBE 2026-04-07 14:56:39 -06:00
9d8d27a9d0 fix/variable-encriptado 2026-04-07 14:55:55 -06:00
85b604e5de feature/mejora-tabla-buscador 2026-04-07 14:43:36 -06:00
5fc801f638 Merge branch 'development' into feature/API-COBE 2026-04-07 14:28:40 -05:00
3e97106a5a Se pusieron todos los parametros adcuadamente de facturas 2026-04-07 14:27:58 -05:00
74c1641dd4 bugfix/method-no-allowed-for-delete 2026-04-07 13:02:13 -06:00
2e529a0026 feature/botones-vu-more-actions 2026-04-07 12:30:32 -06:00
565afdef61 Merge pull request 'feature/MiniO-s3-integration' (#267) from feature/MiniO-s3-integration into development
Reviewed-on: ADUANASOFT/anexo76#267
2026-04-07 14:24:34 +00:00
4e08abafb8 merge-conflic-fix 2026-04-07 08:21:16 -06:00
df4024436b checkpoint 2026-04-07 08:15:02 -06:00
cc3942bbd7 feature/recive-respuesta-de-vucem 2026-04-06 15:53:25 -06:00
ad4fded2ce Todos los parametros de SCAI montadas y con su sistema CRUD 2026-04-06 16:03:27 -05:00
fe74481786 feature/api-cove-integration 2026-04-06 13:52:33 -06:00
0c25572d70 feature/correcion-al-borrar-datos-borrar-tambien-del-bucket 2026-04-06 08:13:01 -06:00
1355bf34c4 feature/file-manager-user-only-read 2026-04-06 07:43:43 -06:00
9439a6a775 feature/minio-s3-integration 2026-04-02 13:35:18 -06:00
c71741077f Merge pull request 'Add APP_VERSION handling in Dockerfile and config.py' (#265) from fix/versioning into development
Reviewed-on: ADUANASOFT/anexo76#265
2026-04-02 16:31:30 +00:00
4bc38b691f Add APP_VERSION handling in Dockerfile and config.py
Updated the Dockerfile to include an ARG and ENV for APP_VERSION, allowing for version specification during build time. Modified config.py to set a default APP_VERSION, which can be overridden by the environment, enhancing flexibility for deployment and runtime configuration.
2026-04-02 11:31:00 -05:00
49d635b79a Refactor Jenkinsfile to improve SSH known hosts handling. Introduced a variable for the development server host and updated the known hosts file path, enhancing security and maintainability during deployment processes. 2026-04-02 11:24:04 -05:00
5c18108e79 Refactor Jenkinsfile to simplify agent configuration by changing from a specific Docker label to 'any', allowing for more flexible build agent selection. 2026-04-02 11:20:56 -05:00
b784ea1cd5 Refactor Jenkinsfile to enhance build and deployment processes. Updated agent configuration to use a specific Docker label, improved database readiness checks with error handling, and implemented retry logic for Docker builds and pushes. Additionally, refined SSH key handling and ensured proper tagging for Docker images during the build process. 2026-04-02 11:18:18 -05:00
36424a2e04 Enhance Jenkinsfile to include passphrase handling for SSH key authentication. Added a passphrase variable for the development server SSH key, improving security during deployment processes. 2026-04-02 11:00:37 -05:00
6d7020b5c4 Add DEV_SERVER_USER credential handling in Jenkinsfile
Updated the Jenkinsfile to include a new credential for the development server user, enhancing the flexibility of user management during deployment. The SSH user variable now defaults to this new credential if available, improving security and maintainability.
2026-04-02 10:52:55 -05:00
d3318deb85 Update Jenkinsfile to improve SSH user handling and enhance security. Replaced direct user variable with a dedicated SSH user variable and added comments to clarify the docker login process, ensuring sensitive information is not exposed. 2026-04-02 10:42:20 -05:00
da6358b63d Enhance Jenkinsfile to improve SSH command execution. Added SSH private key handling and refactored the deployment commands into a script block for better readability and maintainability. 2026-04-02 10:39:15 -05:00
5ef77a9eef Add schema creation commands in Jenkinsfile for database setup
Updated the Jenkinsfile to include commands for creating necessary database schemas (core, a24, a76, and public) during the setup process, ensuring the database is properly initialized for testing.
2026-04-02 10:15:08 -05:00
1790838a44 Update Jenkinsfile to use Docker networks for test containers. Changed database connection URL to reference the container name and added cleanup for the test network. Improved handling of workspace paths for dependency installation. 2026-04-02 10:13:15 -05:00
65030361cf Refactor Jenkinsfile to dynamically locate the repository root for backend dependencies. Improved error handling for missing requirements files and updated the installation commands to reflect the new directory structure. 2026-04-02 10:11:40 -05:00
8d04a945b0 Enhance Jenkinsfile to handle multiple requirements files. Added conditional checks to install dependencies from either requirements.txt or base.txt, with error handling for missing files. 2026-04-02 10:08:59 -05:00
22e69b07ee Refactor Jenkinsfile to simplify agent configuration. Changed from a specific agent label to 'any', allowing for more flexible build agent selection. 2026-04-02 10:06:53 -05:00
33fb1b1b50 Merge pull request 'Refactor invoice mapping logic in edit page to improve data handling. Updated the mapping of logistics and compliance fields to use optional chaining and default values, enhancing robustness and clarity in the invoice data structure.' (#264) from fix/invoice-update into development
Reviewed-on: ADUANASOFT/anexo76#264
2026-04-02 14:55:23 +00:00
18e3c0a1bd Refactor invoice mapping logic in edit page to improve data handling. Updated the mapping of logistics and compliance fields to use optional chaining and default values, enhancing robustness and clarity in the invoice data structure. 2026-04-02 09:54:50 -05:00
4ce1897aad Merge pull request 'Refactor sort_order parameter in tenant and invoice routes to use 'pattern' instead of 'regex' for validation. This change enhances consistency across the API query parameters.' (#263) from fix/tenant-crud-query-pattern into development
Reviewed-on: ADUANASOFT/anexo76#263
2026-04-02 13:36:42 +00:00