Newer
Older
=======
History
=======
Fix issue when trying to build an image using python 3.5 with development tools.
7.0.4
-----
Fix copy of modules static with core in its path.
Push image to our registry too.
Fix reading odoo_type when using expansion.
7.0.3
-----
Omit Odoo manifests from coverage.
Fix copy of modules with core in its path.
7.0.2
-----
Fix colors of passing/failures in run_tests.
7.0.1
-----
Also add expanding in shell scripts.
7.0.0
-----
Rewrote expanding to allow blacklisting. It should be simpler to add new options.
Change to how output is colorized in shell scripts.
Add .expand to several options so that a super project can reuse other super projects.
Fix --odoo-help in docker_dev_start to avoid requiring a database.
docker_dev_start and do_tests: use socket when starting postgresql rather than a port that might be used on the host.
docker_dev_start stops doing systematic chown on the content of /mnt in the container. The argument ``--chown`` can be used to do that. This was needed when the odoo user changed in an image, a rare occurence.
Add :ref:`docker_pg.py` command to start postgres like :ref:`docker_dev_start.py` does when using ``--start-postgresql``, but without starting odoo.

Vincent Hatakeyama
committed
4.2.1
-----
Disable test, meaning that import_base_import does not work in odoo 13.
4.2
---
Adapt import scripts to odoo 13. import_base_import **does not work** in this version yet.
Fix missing PyYAML dependency.

Vincent Hatakeyama
committed
Colored logs.

Vincent Hatakeyama
committed
Docker calls are now done with the API rather than with subprocesses.
:file:`isort` shell script has been removed, it is now available as a python 3 script :ref:`docker_isort`.
Logging default is now the info level. Use `-q`/`--quiet` to decrease verbosity.

Vincent Hatakeyama
committed
4.1
---
Shell scripts stop assuming that they are in a directory inside the superproject, but assume they are called from the superproject directory instead.
Improve documentation generation.
Fix issue with pg.extensions key in config file.
Fix issue with flake8 call not using :file:`setup.cfg` preferences; it was called from another directory.
Default to pdb with pdb++ instead of ipdb. New option ``--ipdb`` to run ipdb instead if wanted.

Vincent Hatakeyama
committed
docker_dev_start: add argument to run SQL script after eventual restauration but before starting the server.
4.0
---
Change how documentation is generated, and do not exit with an error code on module generation errors.
3.3
---
Do not include CI files when duplicating sources.
Expose ``logging_from_verbose``.
Change failure and error detection in ``run_tests``.

Vincent Hatakeyama
committed
3.2
---
Changed several shell scripts to python 3 scripts.
Add odoo 13.
Add ODOO_ADDONS_PATH env var to start.
Add option to bind odoo sources in the image:
- ``update_duplicate_sources`` now relies on the metaproject clone URL instead
of its directory name. Works fine with the bitbucket.org ➔ orus.io move.
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
3.0
---
Script uses python 3.
2.20
----
- start locale py3o stack with ``docker_dev_start.py``
(when report_py3o_fusion_server is in module list).
2.19
----
- remove references to ``addon_dirs``, use ``module`` instead.
2.11
----
- create_documentation: Fix paths of per-module documentation.
- Support Odoo 10 ("odoo-bin" instead of "openerp-server").
2.10
----
Add script to duplicate code on another repository.
2.9
---
- conf2reST.py: Prefer anonymous links to avoid conflicts when the same version is shared by 2
repos (as the "link target" system would then be in use).
2.8
---
- add script to create archive of source
- create_documentation: only create documentation for used modules, reusing the setup.cfg key defined for create_archive if it is present
- docker_build: copy modules (defined in setup.cfg in superproject to a new directory for docker to do)
2.7
---
Add conf2reST.py script.
2.0
---
Read module_list, module_list_test, addon_dirs and odoo_type from setup.cfg instead of directories
1.0
---
Initial version