Actions
Bug #12689
closedthe repo export action relies on date strings instead of date objects for 'since' parameter
Description
The repo export action in actions/katello/repository/export.rb currently expects a date timestamp in string format. However, Rails 4 seems to convert strings without TZ to local time instead of UTC time. When the Rails 4 branch is applied on top of master, this causes some test breakage.
Ideally, the repo export action would take a time object instead of a string, with conversion happening in the controller.
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5644 added
Updated by Chris Duryee almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|46aef9b6f4f1a3935dbc93f187f4fee35b71a173.
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 86
- Triaged changed from No to Yes
Actions