ea9be9b2ca
[FIX] script python: missing color log error
2024-05-03 23:13:59 -04:00
6d0c03dc25
[FIX] script run_parallel_test: check tpl_result before use
2024-05-03 23:13:59 -04:00
10cead294f
[FIX] script install ubuntu 23.10
2024-05-03 23:13:59 -04:00
44434f3457
[ADD] script system: search_docker_compose_erplibre.sh
2024-05-03 23:13:59 -04:00
c47d4d016e
[ADD] script run_parallel_test: argument json_model and output_result_dir
...
- change approch for test, use a dict to launch test instead of asyncio
callback. Like that, can configure automatic test from external.
- output_result_dir permit to extract result and log from each test for
external execution.
- create config_testcase.json with test testcase configuration for all
test
- detect when asyncio got execution error
2024-05-03 23:13:59 -04:00
e4e6571ca8
[UPD] script run_parallel_test.py: remove dependance config from async exec
2024-05-03 23:13:59 -04:00
c172c77159
[IMP] script check_addons_exist.py: argument output_path
...
- output the real path if module exist from configuration
2024-05-03 23:13:59 -04:00
f972acbc80
[ADD] pip install: support selenium (with python 3.7 strangely)
2024-05-03 23:13:59 -04:00
68d001e29a
[FIX] poetry: Poetry version 1.3.1 to 1.5.1 and upgrade freeze versions
2024-05-03 23:13:59 -04:00
6c66f36be5
Merge branch 'develop'
...
- Integrate Selenium
- Fix npm installation
- Support osx to open_terminal
- Improve Pycharm script
- Support default configuration Pycharm
- Change format script to reduce test error (but cause others
problems...)
- FAQ error git bind, kill git-daemon
- rename erplibre_workspace/it to erplibre_devops
- upgrade docker version buster to bullseye
2023-12-02 14:26:30 -05:00
43d50da91a
[UPD] changelog
2023-12-02 14:26:16 -05:00
5c694e3cac
[ADD] selenium script
2023-12-02 14:14:23 -05:00
5f7090489e
[FIX] new project missing odoo_conf
2023-12-02 14:14:23 -05:00
addb636042
[UPD] script open_terminal: support OSX
2023-12-02 14:14:23 -05:00
8632c1501d
[UPD] script pycharm: improve pycharm configuration management
...
- support default configuration
2023-12-02 14:14:23 -05:00
87730b5221
[UPD] format with script format.sh
2023-12-02 14:14:23 -05:00
eff77820ba
[UPD] docker: buster to bullseye, fix npm install
...
- add developer tools
- update wkhtmltox to works with bullseye
2023-12-02 14:14:23 -05:00
6e29572a2b
[FIX] run test: when format before doing commit break the test
...
- the test pass because it's formated before
2023-12-02 14:14:23 -05:00
a7ce311f28
[ADD] doc FAQ: kill git-daemon when already run
2023-12-02 14:14:23 -05:00
6e57b2584a
[FIX] npm installation
...
- install npm locally instead of globaly
2023-12-02 14:14:23 -05:00
91ab1e1a8e
[UPD] doc production: better guide to move to dev a prod
2023-09-07 15:19:13 -04:00
82ae8e20a5
Release v1.5.0
2023-07-07 03:15:31 -04:00
722ab6971f
[UPD] release 1.5.0
2023-07-07 03:10:36 -04:00
195a10e5e6
[ADD] poetry: odoorpc for module sync_external_model
2023-07-07 03:10:36 -04:00
9bcc193cdd
[FIX] makefile: image db create package dms missing restore db
2023-07-07 03:06:17 -04:00
c5895c90f1
[FIX] docker: remove pip vatnumber and add addons/addons path to configuration
2023-07-07 01:31:03 -04:00
f3a5bc9399
[UPD] multilingual-markdown: update to last version v1.0.3
2023-07-07 01:04:38 -04:00
27e2293937
[FIX] script: remove vat installation
...
- no need to Quebec
- no need suds-jurko
2023-07-06 23:24:35 -04:00
c584d08dc2
[FIX] script: disable OCA_maintainer-tools installation
...
- not use and crash for some environnement
2023-07-06 23:06:24 -04:00
508c0f29fc
Merge branch 'develop'
...
-security poetry update
2023-07-06 17:15:31 -04:00
63be154c48
[FIX] poetry security
2023-07-06 17:15:17 -04:00
ce48a15c79
[UPD] poetry dependency
2023-07-06 17:06:54 -04:00
c3b8d00d9a
Merge branch 'develop'
...
- security dependency poetry update
- add restful from ajepe by default
- fix script
2023-07-06 16:46:53 -04:00
afe9cbb2a8
[ADD] script format_python: simplify command to format python
2023-07-06 16:40:20 -04:00
ba6ddee291
[FIX] script: migrate prod to test, new odoo break with --dev all
2023-07-06 16:39:47 -04:00
50d5acb6e6
[UPD] manifest: ajepe fix restful no db argument
2023-07-06 16:37:49 -04:00
6629367580
[UPD] makefile: remove vat e_commerce package
2023-07-06 16:37:49 -04:00
26097b60d4
[UPD] makefile format erplibre: missing xml format
2023-07-06 16:37:49 -04:00
Marie-Michèle Poulin
55ea26e309
[UPD] poetry: dependancy update
2023-05-17 01:57:49 -04:00
Marie-Michèle Poulin
5328d7e0ea
[UPD] requirements: force old version python-keystoneclient==3.22.0
2023-05-17 01:57:42 -04:00
19182f7f9c
Merge branch 'revert_osx_fix_and_fix_ubuntu' into develop
...
- revert source activation from venv
- need to be activate from user and not the script
2023-05-17 01:55:39 -04:00
Marie-Michèle Poulin
a48c06b4bf
[REM] script: remove source from installation,it's not exist before install
2023-05-17 01:55:29 -04:00
Marie-Michèle Poulin
4bb807b22c
Revert "[ADD] script: source venv activate"
...
This reverts commit bd117ae755 .
2023-05-17 01:55:24 -04:00
ac869f5691
Merge branch 'new_project_with_model'
...
- new_project script can create models from configuration
- improve makefile format
2023-05-06 22:18:28 -04:00
1bfe4e962b
[UPD] script new_project: support relation and relation_field
2023-05-02 23:01:48 -04:00
028dde7d84
[IMP] new_project: support config to add model, field with type
...
- no validation, the cg will do it
2023-04-29 22:08:37 -04:00
818ea8ca83
[UPD] makefile: increase speed format with parallel
2023-04-29 22:07:07 -04:00
cbd9fba586
[UPD] format
2023-04-29 16:34:34 -04:00
427ab6150b
[ADD] makefile: test full fast with debug option
2023-04-29 16:28:25 -04:00
2af6f62ccf
[UPD] makefile: parallel make doc
2023-04-12 16:45:41 -04:00