Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autodetect value format [$20 awarded] #3310

Closed
uglide opened this issue Jan 24, 2015 · 3 comments
Closed

Autodetect value format [$20 awarded] #3310

uglide opened this issue Jan 24, 2015 · 3 comments

Comments

@uglide
Copy link
Collaborator

uglide commented Jan 24, 2015

Autodetect value format using following rule:

if binary:
  if valid_msgpack:
    return msg_pack
  else:
    return HEX
else:
  if valid_json:
    return json
  elseif valid_php:
    return php
  else:
    return plain_text

@uglide uglide added this to the 0.9.0 milestone Jan 24, 2015
@uglide uglide modified the milestones: 1.0.0, 0.9.0 Apr 24, 2015
@uglide uglide changed the title Autodetect value format Autodetect value format [$20] Aug 6, 2015
@uglide uglide added the bounty label Aug 6, 2015
@uglide uglide modified the milestones: 0.9.0, 1.0.0 Aug 6, 2015
@uglide uglide modified the milestones: 0.8.0-Release, 0.9.0 Oct 12, 2015
uglide added a commit that referenced this issue Oct 12, 2015
- Autodetect value format (issue #3310)
- Fix problem with MSGPACK formatter (issue #3466)
- Escape binary strings in value table
- Remove unused code from msgpack.js
@uglide
Copy link
Collaborator Author

uglide commented Oct 12, 2015

Implemented in 0.8.0-RC5 (will be released soon)

@uglide uglide closed this as completed Oct 12, 2015
@doberloh
Copy link

This is not working as intended. In the last build plain text seemed to be the default, now it loads up all of my values in HEX, I cant switch the mode back to plain text, and everything is unreadable.

@uglide
Copy link
Collaborator Author

uglide commented Oct 29, 2015

@doberloh Fix will be shipped in 0.8.2

@uglide uglide changed the title Autodetect value format [$20] Autodetect value format [$20 awarded] Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants