-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Various server CLI #14294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Various server CLI #14294
Conversation
Introduced by odoo/odoo#112000 in 17.0
Introduced by odoo/odoo#195280 in saas-18.1
Does nothing since odoo/odoo#78857 and was removed in odoo/odoo#115076 both in 16.0.
--dev=all actually means --dev=xml,qweb,reload
988a686
to
5ee04f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robodoo delegate+
Runbot is red 👀
Also, you should avoid referencing PRs in your commit messages. Those PRs will quickly be spammed by "someone pushed a commit that references this" notifications that are logged each time you or robodoo ( 👋 forward-ports) push/force-push your commits.
|
||
.. option:: --db_replica_port <port> | ||
|
||
port the replica database listens on, defaults to :option:`--db_port` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
port the replica database listens on, defaults to :option:`--db_port` | |
the port the replica database listens on, defaults to :option:`--db_port` |
* ``replica``: simulate :option:`db_replica_host` but connect to the same datbase server as | ||
:option:`db_host`, this makes it possible to test read-only features without the need to setup | ||
a replicated database. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* ``replica``: simulate :option:`db_replica_host` but connect to the same datbase server as | |
:option:`db_host`, this makes it possible to test read-only features without the need to setup | |
a replicated database. | |
* ``replica``: simulate :option:`db_replica_host` but connect to the same database server as | |
:option:`db_host`, this makes it possible to test read-only features without the need to set up | |
a replicated database. |
* ``access``: log the traceback next to the AccessError when it results as a 403 - Forbidden | ||
HTTP response. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* ``access``: log the traceback next to the AccessError when it results as a 403 - Forbidden | |
HTTP response. | |
* ``access``: log the traceback next to the AccessError when it results in a 403 - Forbidden | |
HTTP response. |
I'll backport most of them in their appropriate version, but it helps me to have them all in master first.
[FIX] developer/reference/cli: --db_replica_host
Introduced by odoo/odoo#112000 in 17.0
[FIX] developer/reference/cli: --dev=replica
Introduced by odoo/odoo#195280 in saas-18.1
[FIX] developer/reference/cli: --dev=pdb was removed
Does nothing since odoo/odoo#78857 and was removed in odoo/odoo#115076
both in 16.0.
[FIX] developer/reference/cli: --dev=all is a lie
--dev=all actually means --dev=xml,qweb,reload
[IMP] developer/reference/cli: --dev=access