Activity log for bug #1348262

Date Who What changed Old value New value Message
2014-07-24 16:36:36 Dolph Mathews bug added bug
2014-07-24 16:38:12 OpenStack Infra keystone: status Triaged In Progress
2014-07-30 23:18:58 Dolph Mathews tags pki
2014-09-03 14:44:33 Dolph Mathews keystone: milestone juno-3
2014-09-03 14:44:43 Dolph Mathews keystone: assignee Dolph Mathews (dolph)
2014-09-03 14:44:47 Dolph Mathews keystone: status In Progress Triaged
2014-09-04 20:22:00 Lance Bragstad tags pki low-hanging-fruit pki
2014-09-09 09:07:42 Alexander Makarov keystone: assignee Alexander Makarov (amakarov)
2014-09-10 10:23:37 OpenStack Infra keystone: status Triaged In Progress
2014-10-09 07:10:58 OpenStack Infra keystone: assignee Alexander Makarov (amakarov) Marek Denis (marek-denis)
2014-10-09 10:03:30 Alexander Makarov keystone: assignee Marek Denis (marek-denis) Alexander Makarov (amakarov)
2014-10-24 01:10:18 OpenStack Infra keystone: status In Progress Fix Committed
2014-11-20 19:44:54 Morgan Fainberg keystone: milestone kilo-1
2014-12-17 08:11:27 Thierry Carrez keystone: status Fix Committed Fix Released
2014-12-17 14:41:12 Dolph Mathews description In the race to produce smaller PKI tokens, we've overlooked that we can produce smaller JSON bodies by removing all whitespace between structural characters. For example, the following JSON blobs are all equally valid: { "key" : "value" } ... as compared to what we're producing today: {"key":"value"} ... as compared to all unnecessary whitespace removed: {"key":"value"} This optimization would save us a few bytes in both PKI and PKIZ tokens. In the race to produce smaller PKI tokens, we've overlooked that we can produce smaller JSON bodies by removing all whitespace between structural characters. For example, the following JSON blobs are all equally valid:   { "key" : "value" , "foo" : "bar" } ... as compared to what we're producing today:   {"key": "value", "foo": "bar"} ... as compared to all unnecessary whitespace removed:   {"key":"value","foo":"bar"} This optimization would save us a few bytes in both PKI and PKIZ tokens.
2015-04-30 08:02:50 Thierry Carrez keystone: milestone kilo-1 2015.1.0