Bug #7561
closedInconsistent quotation in YAML representation of event
0%
Description
In the "YAML data" view of event details, various attribute values are quoted inconsistently. Generally, the values are not quoted, including strings with whitespace. Then there are exceptions - the datetimes are (always) quoted, some IPv6 addresses are quoted (while others are not) and some of the country codes are quoted. Here is an example:
https://mentat-hub.cesnet.cz/mentat/events/18626-PDNS-22704-2022047-30505-CRYPTO-24637-14489-31809/show#tab-event-data-yaml
Is there anything special about Norway?
Related issues
Updated by Pavel Kácha almost 3 years ago
Radko Krkoš wrote:
Is there anything special about Norway?
Actually yes. YAML accepts 'yes' ano 'no' as booleans...
Updated by Radko Krkoš almost 3 years ago
OK, putting quotes around all strings might be against the spirit of YAML. There goes the Norway case and the IPv6s. That leaves the timestamps which are valid [1] in YAML and do not need to be strings.
Updated by Pavel Kácha almost 3 years ago
Aaand just a note - afaik YAML view was just a hack to better view the whole Idea event where default view does not suffice and JSON is quite unreadable. So I'd suggest not jumping into solving this issue, but rather extending default ("nice") Idea view to actually NOT hide unusual things and making it more usable. (And then get rid of YAML view altogether.)
Updated by Pavel Kácha over 2 years ago
AFAIK YAML was added just for convenience - another view for human (something aking less curly JSON). I guess we should streamline/enhance main view of the event (so there is minimal incentive for user to go for JSON/YAML) and get rid of YAML altogether.
Updated by Pavel Kácha about 1 year ago
- Related to Feature #7678: Better event view added
Updated by Rajmund Hruška 11 months ago
- Status changed from New to Rejected
We got rid of YAML in #7678.
Updated by Rajmund Hruška 11 months ago
- Target version changed from Backlog to Rejected