Activity log for bug #1394605

Date Who What changed Old value New value Message
2014-11-20 14:40:04 Roman Vasilets bug added bug
2014-11-20 14:40:19 Roman Vasilets glance: assignee Roman Vasilets (rvasilets)
2014-11-20 14:46:16 OpenStack Infra glance: status New In Progress
2015-04-15 11:57:49 Kamil Rykowski description Don't use slashes for long lines - use parentheses instead. Example: https://github.com/openstack/glance/blob/master/glance/api/v2/schemas.py#L38 self.metadef_namespace_collection_schema = \ metadef_namespaces.get_collection_schema() Transformats to: self.metadef_namespace_collection_schema = ( metadef_namespaces.get_collection_schema()) According to the OpenStack Style Guidelines - http://docs.openstack.org/developer/hacking/#general - it is prefered to wrap long lines in parentheses and not a backslash for line continuation. As we are following those guidelines in our project - we should replace backslash with parentheses for line continuation.
2015-04-15 11:57:57 Kamil Rykowski glance: assignee Roman Vasilets (rvasilets) Kamil Rykowski (kamil-rykowski)
2015-08-10 15:08:39 Hemanth Makkapati glance: importance Undecided Wishlist
2015-08-17 14:35:17 OpenStack Infra glance: status In Progress Fix Committed
2015-09-01 13:53:22 Thierry Carrez glance: milestone liberty-3
2015-09-04 06:45:33 Thierry Carrez glance: status Fix Committed Fix Released
2015-10-15 13:33:34 Thierry Carrez glance: milestone liberty-3 11.0.0