Mike Mügge

Results 12 comments of Mike Mügge

Good catch. In hind-sight, I also think it needs a URL with a much smaller return body. This is one option: `/web_editor/static/src/xml/ace.xml` because: 1) it does not generate a session...

That's a great idea. Perhaps at this point its important to define what the objective is of the health-check. Should it be comprehensive or simple? Is it just check the...

Another thing to consider is compliance with deployment recommendations. So for example, @ https://www.odoo.com/documentation/10.0/setup/deploy.html#security its recommended to "set list_db configuration option to False, to prevent listing databases entirely". I know...

I am current using my proposal from above to get a static file, namely: `/web_editor/static/src/xml/ace.xml` Features: - does not create a cookie - uses stock code (no extra modules to...

@ysinjab Container health and Odoo system status / database status are different things. The point of the container health check is just to give you the basic running health status...

Folks you need to keep one thing in mind, the container starts a Python process with a PID attached to PID 1. The point of the container health check is...

Since Odoo is moving to OWL which is sort of based on Vue, I hope that you will also move to a Vue based UI and get away from QWeb....

Please excuse my ignorance .. and on top of it I'm probably the only one with this concern .. but this statement raises questions: "declare their controller endpoints as read/write...

@odony RE "We do not plan to support non transactional cases explicitly" - ah OK, that's a relief actually. The thing I try to make clear to clients, is that...

@HydrionBurst what you noted proves @Julien00859 's point. The sys admins know better. For example, the admin knows to use Postgresql synchronous replication, where the write is only returned as...