Actions
Refactor #31742
closedTurn on eager_load for development
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
We have some features which lists all classes (e.g. descendants of a class) during boot. This creates situations when Foreman does not behave the same as in production and it can lead to confusion for users who don’t know about this problem. For example, when working on Subscription API (Foreman events and webhooks), you actually need to turn on eager_load to be able to do anything reasonable.
Discussion: https://community.theforeman.org/t/rfc-turn-eager-load-on-for-development/22125
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8292 added
Updated by Lukas Zapletal almost 4 years ago
- Related to Bug #31977: Turn on eager_load for test added
Updated by Lukas Zapletal almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|245d23de57e306ee1efec18ee69152f176ed3e17.
Actions