-
Notifications
You must be signed in to change notification settings - Fork 10k
[IMP] conf: remove pillow inventory, cache werkzeug #13669
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
Conversation
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pallets inventory entirely, it doesn't seem to cause issues but also seems completely unused.
1aa7104
to
e22c720
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.
No idea where Pillow might have been used some day in the docs, so 🟢
@robodoo delegate+
It was probably in a docstring: the only location I found the werkzeug intersphinx support to be used is in the http backend APIdoc e.g. https://www.odoo.com/documentation/18.0/developer/reference/backend/http.html#odoo.http.Response. Intersphinx is invoked by the
and the
(possibly a few others), with it the objects are cross-linked, otherwise they're just written literally (in fact we can see this with |
@robodoo r+ |
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pallets inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13669 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
@robodoo squash (just noticed a typo in the commit message) |
Merge method set to squash. |
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13696 Forward-port-of: #13669 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13697 Forward-port-of: #13669 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13696 Forward-port-of: #13669 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13697 Forward-port-of: #13669 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13698 Forward-port-of: #13669 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13699 Forward-port-of: #13669 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13694 Forward-port-of: #13669 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13696 Forward-port-of: #13669 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13699 Forward-port-of: #13669 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure. Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small. Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused. closes #13695 Forward-port-of: #13669 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories.
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. closes #13752 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. X-original-commit: 5a69ad5
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. X-original-commit: 5a69ad5
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. X-original-commit: 5a69ad5
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. X-original-commit: 5a69ad5
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. X-original-commit: 5a69ad5
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. X-original-commit: 5a69ad5
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. closes #13756 X-original-commit: 5a69ad5 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. closes #13758 X-original-commit: 5a69ad5 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. closes #13759 X-original-commit: 5a69ad5 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. closes #13757 X-original-commit: 5a69ad5 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. closes #13753 X-original-commit: 5a69ad5 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. closes #13754 X-original-commit: 5a69ad5 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. closes #13759 X-original-commit: 5a69ad5 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Reaching external ressources while running tests is an important source of random error and can even causes deterministic errors when a service is down for a while. Runbot will soon block all external requests, this commit follows changes introduced in #13669 and vendors the python inventories. closes #13759 X-original-commit: 5a69ad5 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure.
Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small.
Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused.