- Sep 26, 2022
-
-
Xavier Morel authored
A "thematic break"[1] is composed of 3 or more characters (-, _, or *). The current separator using only 2 characters between the main body of the PR and the footer / addendum makes it more difficult to interpret the message. Update to 3 so e.g. the mergebot can strip the footer. [1]: https://spec.commonmark.org/0.30/#thematic-breaks closes odoo/odoo#101111 X-original-commit: c7bf932c Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com> Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-
- Jul 28, 2021
-
-
Xavier-Do authored
Github codeowner is replaced with a runbot version of codeowners for multiple reason: - github codeowners is difficult to maintain, the precedence rule will sometimes remove teams from some file because of a more specific rule added by another team. - github codeowner does not support version specific rules, especially the "all except master" rule. For this use case teams needs to adapt the new codeowner when freezing a new version. - github will trigger codeowner on failed rebase, and add almost all teams as reviewer. Runbot has specific commit and file limit to avoid this problem. - runbot codeowner is centralised and does not need to be managed cross repo/version - runbot codeowner works for enterprise Any mofification on codeowner should be requested to runbot team. closes odoo/odoo#74304 X-original-commit: 390dc53054ef9c5602826f4c591fd775fc1d54e4 Signed-off-by:
Xavier Dollé (xdo) <xdo@odoo.com>
-
- Jun 22, 2021
-
-
Simon Genin (ges) authored
closes odoo/odoo#72586 X-original-commit: 9ad46806 Signed-off-by:
Lucas Perais (lpe) <lpe@odoo.com> Signed-off-by:
Simon Genin (ges@odoo) <SimonGenin@users.noreply.github.com>
-
Olivier Dony authored
In order to also match ir_http.py and qweb files inside auth modules, the generic rules for those now also notify rd-security. closes odoo/odoo#72537 X-original-commit: cf50e37992381d0db8ff886900e154d3f57eadd8 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
-
- Jun 02, 2021
-
-
Victor Feyens authored
closes odoo/odoo#71589 Signed-off-by:
Victor Feyens (vfe) <vfe@odoo.com>
-
- Apr 08, 2021
-
-
Rémy Voet (ryv) authored
closes odoo/odoo#68954 X-original-commit: 2d114f8722ca4be1d81ac2f221ee45aa927c76dd Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com> Signed-off-by:
Rémy Voet <ryv-odoo@users.noreply.github.com>
-
- Apr 02, 2021
-
-
Thibault Delavallée authored
closes odoo/odoo#68290 X-original-commit: 6b332a8b Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Feb 15, 2021
-
-
wan authored
We keep the codeownership in stable versions but disable it in master to reduce the spam. Will be added back at each freeze. closes odoo/odoo#66150 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
- Feb 11, 2021
-
-
Jeremy Kersten authored
Using a new team rd-notif-muted closes odoo/odoo#66020 X-original-commit: 157ac9a5 Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com>
-
- Feb 04, 2021
-
-
wan authored
closes odoo/odoo#65571 X-original-commit: 41ac5b0e Signed-off-by:
William André (wan) <wan@odoo.com>
-
- Dec 08, 2020
-
-
Ivan Yelizariev authored
This should avoid situations when customer reported the same issue via two channels (github and odoo.com/help), which makes two group of people work in parallel on the same issue closes odoo/odoo#62996 X-original-commit: 714cb645 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
-
- Nov 30, 2020
-
-
Sébastien Theys authored
This rule was generating a lot of noise for very little gain. closes odoo/odoo#62611 X-original-commit: 1557a648 Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com>
-
- Oct 20, 2020
-
-
Thibault Delavallée authored
closes odoo/odoo#60362 X-original-commit: aa287dc0 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jun 09, 2020
-
-
Sébastien Theys authored
The goal of the module was to communicate with livechat operators on our production server, except the feature is disabled on our prod and we don't plan to reactivate it any time soon. closes odoo/odoo#52691 Related: odoo/upgrade#1313 Signed-off-by:
Christophe Simonis <chs@odoo.com>
-
- May 11, 2020
-
-
Sébastien Theys authored
`**` rules for `py` files in `mail` and `sms` were not working as expected: they only matched files directly inside the folder, without any depth. Indeed `gitignore` syntax specifies that a slash must follow the double asterisks. Doc: https://git-scm.com/docs/gitignore#_pattern_format Added `rd-sm` to the various mail test folders, and removed `rd-discuss` from `test_mass_mailing` specifically. Specified which files are to be observed in `tools` for `rd-images`, as it would otherwise generate too much noise. closes odoo/odoo#51019 Signed-off-by:
Olivier Dony (odo) <odo@openerp.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>
-
- Apr 04, 2018
-
-
Martin Trigaux authored
Avoid reports like #23893 where the text is too close to the -- mark
-
- Feb 19, 2016
-
-
Martin Trigaux authored
-