Commit graph

16 commits

Author SHA1 Message Date
1fdad0ee31 [FIX] config: remove image_db from configuration path
- Add format code in release
2021-07-20 21:05:47 -04:00
bb4fc63fc2 [ADD] makefile format script directory with format_script 2021-06-27 00:52:18 -04:00
7e4972355d [FIX] missing ERPLibre_image_db in source_repo_addons
- Remove it from config, no need for now
2021-06-27 00:08:20 -04:00
22384a5126 [ADD] configuration: can generate config file repo odoo import from group
- Add feature git repo filter by group
- Makefile support configuration
- Can generate config import path with code_generator dependencies
- Base group is erplibre_base dependencies
2021-01-15 12:42:53 -05:00
187dc83bb4 [ADD] pull request show list of all repo from an organization 2020-09-30 20:52:13 -04:00
492fc4c5b0 [ADD] script to remove auto_install in manifest of all repo
- Script to show difference between actual code and manifest revision
This will help to don't forget divergence between missing push code
- Fix default_remote, using dict of all values instead of string
2020-09-30 20:52:13 -04:00
2888cbf890 [ADD] poetry support
- Auto regenerate poetry pyproject.toml from all requirements.txt with
script poetry_update.py
- Sort dependancy in pyproject.toml
- Rename directory venv to .venv
- In bash, use USER instead of whoami
- Remove python3 from ubuntu dependancy. Ignore python from system.
- Use pyenv with poetry
- Simplify pip installation script
2020-09-30 20:51:57 -04:00
a9ade0676f [FIX] repo_manifest duplicate remote source conflict name
- when trying discover new repo, but another organization exist with same
name, it's now adding organization + "_origin"
2020-07-25 04:56:18 -04:00
d5bd432d59 [FIX] add git_diff_repo_manifest to show diff code between 2 manifests 2020-07-14 22:19:11 -04:00
0c94c2d507 [FIX] script git_ venv bin update hasbang with environment 2020-07-14 02:30:02 -04:00
1589979d2d [FIX] support git_change_remote_https_to_git missing.py git remote origin 2020-07-14 02:30:02 -04:00
c30ad41634 [FIX] support multi empty line at end of source_repo_addons.csv 2020-07-14 02:30:02 -04:00
ac530f70d2 [ADD] Support manifest default.staged.xml
- Stage is a version between dev and prod, to update future prod with dev
- Add doc how to generate default.staged.xml
- Fix generate manifest when missing default remote
- Fix generate manifest path
2020-07-14 02:30:02 -04:00
8a11ab88c7 Script integrate manifest git-repo
- Add sync repo with manifest xml
- sync repo print to show missing or added repo
- Release 1.0.0 manifest for prod
- Support generation manifest from script
- Separate prod/dev installation locally script
- Generate repo and keep old manifest configuration when update
- Move manifest in directory ./manifest/
- Many general fixes
2020-07-05 22:55:13 -04:00
1b6ac6ab85 [FIX] integrates ERPLibre addons and SanteLibre addons 2020-04-28 02:44:57 -04:00
dae32637bc [IMP] Copy ERPLibre from https://github.com/mathbentech/InstallScript
- Fix many script and support feature to fork project with organization
2020-04-20 03:56:45 -04:00