xmo-odoo
                                            xmo-odoo
                                        
                                    /cc @Xavier-Do @d-fence
Idea of how to implement: - when splitting, add the staging as a possible false positive to the *branch*, add as source to the splits - when a split is...
Moving back to ideas because need to sync with runbot to see if they're actually interested or don't care.
Issue seem to be specifically that log calls from the Queue subclasses don't get picked up. I don't really get why, I don't see any special log configuration or anything....
> * `XMLParser` has been added the `resolve_entities=False`, actually fixing `PY012` as it requires it by definition. It's completely useless, just use `etree.fromstring` without a custom parser and everything works...
> > > * `XMLParser` has been added the `resolve_entities=False`, actually fixing `PY012` as it requires it by definition. > > > > > > It's completely useless, just use...
@robodoo override=ci/security
This issue also seems to cause the parser to get really confused: ```python match a: case _: pass match b: case _ as command: pass ``` This causes a syntax...
> just a small subprocess call in IoT to run a git command (we already use a similar structure to other git call on the IoT) `check_output` was basically deprecated...
> could you please check [#158445 (comment)](https://github.com/odoo/odoo/pull/158445#discussion_r1604595805)? 🙏 I can't say I really get why we're passing `should_authenticate: false` but I don't know the specifics of xendit's API. Also might...