- Dec 01, 2022
-
-
Simon Genin (ges) authored
The tooling has been introduce in later version of odoo. It is a problem when somebody switches to older branches without disabling the tooling as it would then try to commit the tooling config files. We just add a few lines in the gitignore to prevent this issue. closes odoo/odoo#106945 X-original-commit: b469295c Related: odoo/enterprise#34551 Signed-off-by:
Jorge Pinna Puissant (jpp) <jpp@odoo.com>
-
- Mar 29, 2022
-
-
Samuel Degueldre authored
In #86163 we added a check on the branch name to avoid running the tooling on stable branches, however this check used bash-specific syntax. While the hashbang in the pre-commit hook specifies that the hook should be run using bash, we were using the npm module "husky" to manage git hooks, which would ignore this hashbang and always run the hook using sh, causing the hook to fail in all cases. After some consideration, we have decided to stop using husky, as its main purpose is to make hook management easier in npm-based projects. Since we already need a script to enable the tooling, we can do essentially the same thing that husky is doing but with more control over the process with no drawbacks. closes odoo/odoo#87436 X-original-commit: 3104ab16 Signed-off-by:
Simon Genin (ges@odoo) <ges@odoo.com>
-
- Jun 18, 2021
-
-
Simon Genin (ges) authored
Provide an opt in js tooling system by adding a node env with prettier and eslint configured. 3 bash scripts are provided: enable.sh, disable.sh and reload.sh. Enable.sh: add to the community root (and optionaly to the enterprise root) the env. Disable.sh: remove the env. Reload.sh: disable then enable.
-
- Feb 15, 2021
-
-
Simon Genin (ges) authored
With the new native JS module system, we have a lot of new features for the developer: autocompletion, docstrings, ... However, it does not work across modules: if a JS file in /addons/stock/static/src/some_file.js want to import a file in web, say /addons/web/static/src/blabla.js, we will need to use a statement like this: import { something } from '@web/blabla'; Obviously, there is no automatic way for IDEs to know that '@web' should map to 'addons/web'. This is why we propose to use a tsconfig.json that defines the mapping between modules and their paths. This is not mandatory, and only affects those developers that work commonly in JS. Part of PR 63177 Co-authored-by:
Francois (fge) <fge@odoo.com>
-
- Apr 20, 2020
-
-
Sébastien Theys authored
Code owners are automatically requested for review when someone opens a pull request that modifies code that they own. Code owners are not automatically requested to review draft pull requests. https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners closes odoo/odoo#47388 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
-
- Oct 03, 2017
-
-
Christophe Monniez authored
-
- Sep 14, 2017
-
-
Xavier Morel authored
* gitignore pycache folders (apparently appear for some) * update xlwt requirement: 1.1.2 does not work with Python 3.6, 1.2 should work, 1.3 officially supports it
-
- Sep 23, 2016
-
-
Christophe Simonis authored
-
- Feb 08, 2015
-
-
Antony Lesuisse authored
Try a "git blame" or "git shortlog -nse" Still around 10 commit remaining to be indentified.
-
- Oct 29, 2014
-
-
Christophe Simonis authored
-
- May 28, 2014
-
-
Denis Ledoux authored
-
- May 21, 2014
-
-
Thibault Delavallée authored
-
- May 19, 2014
-
-
Xavier Morel authored
previous port only had the web client's rules
-
- May 17, 2014
-
-
Guillermo Bisheimer authored
-
- May 16, 2014
-
-
Xavier Morel authored
-
- Jun 08, 2009
-
-
Jimmy Angelakos authored
bzr revid: vyruss@hellug.gr-20090608003943-i0719tclkmxxztv1
-
- Apr 21, 2009
-
-
Panos Christeas authored
bzr revid: p_christ@hol.gr-20090421085332-ayl6nrsrbsoo261y
-
- Nov 24, 2008
-
-
Panos Christeas authored
bzr revid: p_christ@hol.gr-20081124152022-6t37e0c27871vfux
-