Commit graph

148 commits

Author SHA1 Message Date
0f04bb6cea [FIX] git_tool: ignore crash and print problem
- the last problem was Moved Permanently. The print help to debug
2022-12-21 22:59:01 -05:00
1928128fb5 [UPD] release v1.4.0 2022-10-05 23:06:23 -04:00
615c5dba35 Revert "[FIX] script docker: docker-compose use lowercase name"
- Revert file script/generate_config.sh

This reverts commit 24bb559ed9.
2022-10-05 16:52:46 -04:00
c03612af01 [ADD] debian install parallel 2022-10-04 23:31:10 -04:00
24bb559ed9 [FIX] script docker: docker-compose use lowercase name 2022-10-04 23:31:10 -04:00
deea0471d2 [UPD] poetry to 1.1.14 2022-10-04 23:31:10 -04:00
aac73b57dd [FIX] script prettier_xml: force print_width to maximum
- Some XML string broke when formating, adding space in url by example
2022-10-04 23:22:41 -04:00
af7d5c7a3a [FIX] script install_production: ignore HEAD when checkout tag
- Install with ERPLIBRE_VERSION from env_var.sh
2022-05-26 22:27:04 -04:00
817fe8eb95 [ADD] script install_addons_theme 2022-05-22 02:34:44 -04:00
edd00b3515 [ADD] makefile: support test_website_attachments
- generate image test_website_attachments
- execute test
- run_parallel_test support choosing image db to restore
2022-05-22 02:34:40 -04:00
7e6fa0ec03 [ADD] test: test.sh script with coverage
- code generator coverage
2022-05-22 02:34:40 -04:00
9c85e0e1e8 [FIX] script db_restore.py: use config.conf instead of config.py 2022-05-22 02:34:40 -04:00
c1ee6d2f77 [ADD] manifest: repo erplibre-3D-printing-addons 2022-05-22 02:22:06 -04:00
640335a992 [ADD] support code_generator_demo_website_multiple_snippet 2022-05-22 02:20:41 -04:00
9711107b0c [ADD] script open terminal: default ERPLibre_erplibre_addons 2022-03-30 21:25:47 -04:00
5040432365 [UPD] black format version 22.3.0 2022-03-29 23:43:57 -04:00
323ef08057 [UPD] test: separate parallel test for easier debugging 2022-03-29 23:43:57 -04:00
cd89b95f79 [FIX] script new_project: validate addons path not exist before create it
- validate with relative path
2022-03-29 23:43:57 -04:00
fd9b4123b0 [ADD] repo MathBenTech erplibre-family-management 2022-03-29 23:43:57 -04:00
a4c3ac035a [ADD] OmniaGIT odoo PLM 2022-03-03 13:21:37 -05:00
ec6dafbc8c [IMP] poetry_update: support insensitively requirement name
- will ignore the case when compare requirement
2022-03-03 13:21:37 -05:00
6af622e51d
Merge pull request #46 from ERPLibre/ajepe_odoo-addons
Ajepe odoo addons - module restful
2022-02-10 20:45:12 -05:00
03cca7f60e
Merge pull request #45 from ERPLibre/makefile_more_module
Makefile clean for debug, and more module in images
2022-02-10 20:44:55 -05:00
cf19262827 [ADD] script: db drop only test 2022-02-10 20:44:33 -05:00
0a800a0506 [ADD] script restful: documentation and example 2022-02-10 02:03:38 -05:00
80934c8983 [ADD] manifest new repo: ajepe odoo-addons to get module restful 2022-02-10 01:34:08 -05:00
aeaa6933a8 [UPD] run_parallel_test: support all test in asyncio
- Support running test in sandbox to fix conflict test
- Support search_class_module for all template
- Add option to run without parallel
- Separate mariadb test to increase speed
- Separate test in multiple test
- Add pool thread, can set max thread
- Keep cache, async copytree, add ignore pattern instead rm
- Support all os command with asyncio
2022-02-10 00:53:59 -05:00
5065dc2f2a [FIX] test new_project: use temp file for config
- All addons script support config
- script/repo_revert_git_diff_date_from_code_generator support multi repo
2022-02-10 00:53:59 -05:00
cc5fcd1337 [FIX] script new_project: remove unused substring 2022-02-10 00:53:59 -05:00
f525de5ab2 [UPD] update to version v1.3.0 2022-01-25 19:09:25 -05:00
04b34a793d [UPD] install_locally.sh: revert poetry env use .venv 2022-01-24 18:26:52 -05:00
9d055fa177 [UPD] poetry: version 1.1.12
- Update security issue, pyyaml 6.0, urllib3 1.26.8
2022-01-24 17:56:10 -05:00
83b8792227 [UPD] script: format and isort 2022-01-24 14:09:17 -05:00
24e5cba22b [UPD] makefile: improve test
- prevent makefile cache to ignore test
- update image_db_create_erplibre_base
- add mariadb migrator test
- add helloworld test
- fix other test
- add isort format
- add show log of test
- add clean to remove temporary file
2022-01-24 14:09:17 -05:00
028ff27498 [ADD] manifest: remote novacode-nl and project design-themes
- security update lxml and pillow
- downgrade Werkzeug, odoo12 need this version
2022-01-24 14:07:12 -05:00
73e58f59dd [UPD] python version 3.7.12 2022-01-24 14:05:12 -05:00
684f8dd4d7 Release v1.2.1 2021-09-28 01:41:36 -04:00
e919a2725c [ADD] poetry_update.py: dry option to execute without result
Signed-off-by: Mathieu Benoit <mathben@technolibre.ca>
2021-09-28 01:41:36 -04:00
02043d9467 [FIX] install_locally_dev.sh: delete all tag in OCA-maintainer-tools 2021-09-28 01:41:36 -04:00
8ba5d7c414 [UPD] add script generate_config to improve speed to generate configuration
- remove generate config config install_locally.sh
2021-09-27 23:25:00 -04:00
7de6ef1f6a [FIX] OCA_maintainer-tools conflict when install with tag 2021-09-27 21:24:48 -04:00
6859a2d3ab [FIX] script fork_project_ERPLibre.py missing execution permission 2021-09-27 21:24:28 -04:00
e48214165a [FIX] docker: remove dot from docker name 2021-07-21 05:44:10 -04:00
7e5ae534db [ADD] doc: Migration docker postgresql 2021-07-21 05:43:52 -04:00
6bb4dafba6 [UPD] script: format code 2021-07-20 21:05:47 -04:00
1fdad0ee31 [FIX] config: remove image_db from configuration path
- Add format code in release
2021-07-20 21:05:47 -04:00
8974735f64 [FIX] install locally multiple workers when proxy_mode is enable 2021-07-20 21:05:47 -04:00
cb88d0f122 [FIX] missing postgis ubuntu installation 2021-07-20 21:05:47 -04:00
9cdbeac9ba [FIX] production installation documentation with proxy nginx 2021-07-20 21:05:40 -04:00
a657de81f8 [FIX] release docker execution 2021-07-20 00:31:15 -04:00