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

Add JSON converters for container and acl structures #173

Merged
merged 8 commits into from
Oct 20, 2020

Commits on Oct 20, 2020

  1. [nspcc-dev#172] Update neofs-api with rich docs and JSON attributes

    Signed-off-by: Alex Vanin <alexey@nspcc.ru>
    alexvanin committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    bc3cde1 View commit details
    Browse the repository at this point in the history
  2. [nspcc-dev#172] v2/acl: Rename target keyList field to keys

    According to new neofs-api target filed `key_list`
    rename to `keys`.
    
    Signed-off-by: Alex Vanin <alexey@nspcc.ru>
    alexvanin committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    5e2573f View commit details
    Browse the repository at this point in the history
  3. [nspcc-dev#172] v2/acl: Add JSON converters for EACL and bearer token

    Signed-off-by: Alex Vanin <alexey@nspcc.ru>
    alexvanin committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    249624c View commit details
    Browse the repository at this point in the history
  4. [nspcc-dev#172] v2/container: Add JSON converter for container

    Signed-off-by: Alex Vanin <alexey@nspcc.ru>
    alexvanin committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    240731b View commit details
    Browse the repository at this point in the history
  5. [nspcc-dev#172] v2/netmap: Add JSON converter for node info

    Signed-off-by: Alex Vanin <alexey@nspcc.ru>
    alexvanin committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    8f61b95 View commit details
    Browse the repository at this point in the history
  6. [nspcc-dev#172] Use protobuf v2 API for go

    Signed-off-by: Alex Vanin <alexey@nspcc.ru>
    alexvanin committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e71bd6b View commit details
    Browse the repository at this point in the history
  7. [nspcc-dev#172] util/proto: Resolve protobuf compile warnings

    Signed-off-by: Alex Vanin <alexey@nspcc.ru>
    alexvanin committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    381338d View commit details
    Browse the repository at this point in the history
  8. [nspcc-dev#172] v2: Use protojson package

    Signed-off-by: Alex Vanin <alexey@nspcc.ru>
    alexvanin committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    007eb25 View commit details
    Browse the repository at this point in the history