Actions
Refactor #10635
closedFormalize deprecation warnings
Description
We use different ways for deprecation warnins ::ActiveSupport::Deprecation.warn, logger.warn etc. We should introduce one way that would allow us to say in which version the deprecation will be dropped. Also it should make it easier to find things to drop during release process. One note about API parameters, we also need to mark parameters or whole entry points as deprecated but they won't be removed (just not included in next API version). apipie-rails will introduce deprecated option for params shortly.
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2444 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Category set to Plugin integration
- Translation missing: en.field_release set to 35
Updated by Alon Goldboim over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 319d1ffbed54f2c9eb988d132ec1586fb4d7c428.
Updated by Dominic Cleal over 9 years ago
- Related to Refactor #10988: Remove 1.11 deprecations added
Updated by Dominic Cleal over 9 years ago
- Related to Refactor #10989: Remove 1.12 deprecations added
Updated by Dominic Cleal over 9 years ago
- Related to Bug #11018: Taxonomy API updates throw "Invalid version format" deprecation-related error added
Updated by Dominic Cleal over 8 years ago
- Related to Refactor #13845: Remove 1.13 deprecations added
Actions