- 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#101100 X-original-commit: c7bf932c Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com> Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-
- Jun 22, 2021
-
-
Simon Genin (ges) authored
closes odoo/odoo#72581 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>
-
- Jun 21, 2021
-
-
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#71127 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
-
- Jul 26, 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#74127 X-original-commit: 305a42f5 Signed-off-by:
Xavier Dollé (xdo) <xdo@odoo.com>
-
- Apr 07, 2021
-
-
Rémy Voet (ryv) authored
closes odoo/odoo#68907 X-original-commit: 93be72ee26cde49a92e0ffd49476f37565437e73 Signed-off-by:
Rémy Voet <ryv-odoo@users.noreply.github.com> Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com>
-
- Mar 24, 2021
-
-
Thibault Delavallée authored
closes odoo/odoo#68278 X-original-commit: 6b332a8b Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Feb 11, 2021
-
-
Jeremy Kersten authored
Using a new team rd-notif-muted closes odoo/odoo#65997 Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com>
-
- Feb 04, 2021
-
-
wan authored
closes odoo/odoo#65468 Signed-off-by:
William André (wan) <wan@odoo.com>
-
- Dec 07, 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#62763 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#62598 Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com>
-
- Oct 20, 2020
-
-
Thibault Delavallée authored
closes odoo/odoo#60336 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
-