Commit graph

  • f3bddc2ba5 [#164] sdk/object: Define filters to search virtual objects Leonard Lyubich 2020-09-30 18:57:39 +0300
  • 09e6093e64 [#164] sdk/object: Define filters to search root objects Leonard Lyubich 2020-09-30 18:54:07 +0300
  • 9799e5d48c [#164] sdk/object: Return nil parent if parent fields are empty Leonard Lyubich 2020-09-30 18:40:57 +0300
  • ae81f4584e [#164] sdk/object: Add parent ID getter and setter Leonard Lyubich 2020-09-30 18:39:27 +0300
  • 420d956062 [#162] sdk/object: Detach header verification functions Leonard Lyubich 2020-09-29 15:18:52 +0300
  • 2cc58e36f8 [#160] sdk/client: Set object identifier in Head result Leonard Lyubich 2020-09-25 17:35:36 +0300
  • c814cc62fa [#158] pkg/client: Ignore EOF on buffer copy in object.Put Alex Vanin 2020-09-25 14:59:07 +0300
  • d19e5418da [#159] sdk: Define object range in object pkg Leonard Lyubich 2020-09-25 15:51:34 +0300
  • 14fa89b819 [#155] sdk/object: Add Object to RawObject converter Leonard Lyubich 2020-09-22 15:10:01 +0300
  • cecdeeac73 [#155] sdk/object: Add CutPayload method to RawObject Leonard Lyubich 2020-09-22 14:42:17 +0300
  • dbb5102c02 [#155] sdk/object: Add object type getter/setter Leonard Lyubich 2020-09-22 14:02:36 +0300
  • 2fb1547cd8 [#155] sdk/object: Define object types Leonard Lyubich 2020-09-22 14:01:10 +0300
  • b991e014a9 [#155] sdk/eacl: Fix package cross dependency Leonard Lyubich 2020-09-22 13:55:17 +0300
  • c66b23995c [#155] sdk/object: Add session token getter/setter Leonard Lyubich 2020-09-22 13:53:10 +0300
  • 3347e53cde [#151] sdk/netmap: Add public key getter for node Alex Vanin 2020-09-21 15:56:21 +0300
  • c43f7d816d cicd: Update GH Actions setup Stanislav Bogatyrev 2020-09-21 21:17:49 +0300
  • 81975017b2 sdk/v2: Remove unused marshallers Alex Vanin 2020-09-21 17:22:35 +0300
  • f21cecfc43 sdk/v2: Fix typo found by golangci-lint Alex Vanin 2020-09-21 17:21:48 +0300
  • 8e0ddc5579 Update CI pipeline Alex Vanin 2020-09-21 17:15:17 +0300
  • 78079bea04 docs: Added 2.0.0 Changelog Stanislav Bogatyrev 2020-09-21 16:12:03 +0300
  • 6b319b410b docs: Update README Stanislav Bogatyrev 2020-09-20 22:29:00 +0300
  • e97f7096c6 Add credits and contribution guide Stanislav Bogatyrev 2020-09-18 11:25:43 +0300
  • 1a9b163561 Simplify Makefile Stanislav Bogatyrev 2020-09-18 11:25:11 +0300
  • 59033d330d [#143] sdk/client: Add call option to set bearer token Alex Vanin 2020-09-15 13:46:56 +0300
  • 96de0bd25a [#143] sdk/token: Define bearer token structure Alex Vanin 2020-09-15 13:45:20 +0300
  • 0259a06783 [#150] sdk/token: Add owner ID Leonard Lyubich 2020-09-17 18:04:04 +0300
  • 73220620c5 [#148] sdk/client: Support object search rpc Alex Vanin 2020-09-17 13:12:48 +0300
  • 549fcad76e [#148] sdk/object: Change search filters v2 converter return type Alex Vanin 2020-09-17 13:00:27 +0300
  • 353448c0c3 [#149] sdk/object: Add address field getters and setters Leonard Lyubich 2020-09-17 13:16:43 +0300
  • 7ef249f8db [#149] sdk/netmap: Add net address getter to Node Leonard Lyubich 2020-09-17 13:11:40 +0300
  • f8e7a577de [#149] sdk/container: Add function to calculate identifier Leonard Lyubich 2020-09-17 13:08:04 +0300
  • fea8cd48f2 [#146] sdk/object: Add structures for object search rpc call Alex Vanin 2020-09-17 12:20:35 +0300
  • f60069ec9f [#146] sdk/object: Move well-known header const to object type Alex Vanin 2020-09-17 12:20:11 +0300
  • 2a7e91fa13 [#144] sdk/token: Use MarshalBinary to uuid of session token Alex Vanin 2020-09-16 15:19:43 +0300
  • 5fa271e141 [#144] sdk/client: Add call option to set session token Alex Vanin 2020-09-15 13:51:36 +0300
  • 3783133173 [#144] sdk/client: Add RPC to create session token Alex Vanin 2020-09-15 13:49:20 +0300
  • dfcc21242b [#144] sdk/token: Define session token structure Alex Vanin 2020-09-15 13:47:43 +0300
  • 0b9ddd10f8 [#145] sdk/object: Implement Object deserialization function Leonard Lyubich 2020-09-16 14:23:09 +0300
  • 1ac6f2eeeb [#145] sdk/object: Refactor logic of field setters Leonard Lyubich 2020-09-16 14:16:58 +0300
  • 052a4a97dc [#139] sdk/acl: Highlight prefix of well known header names Alex Vanin 2020-09-16 12:15:20 +0300
  • d1499e65b9 [#139] sdk/acl: Add test coverage for EACL structures Alex Vanin 2020-09-14 18:21:11 +0300
  • 790add6538 [#139] v2/object: Fix string conversion errors for go1.15 Alex Vanin 2020-09-11 17:35:07 +0300
  • 15f803119b [#139] sdk/client: Support EACL in RPC client Alex Vanin 2020-09-10 18:08:08 +0300
  • edf2e2d62f [#139] sdk/acl: Add eACL structures Alex Vanin 2020-09-10 17:51:58 +0300
  • 182a3af9b8 [#139] v2/acl: Rename TargetInfo to Target Alex Vanin 2020-09-10 13:01:31 +0300
  • 3c7c363002 [#142] sdk/container: Add converters to and from v2 Alex Vanin 2020-09-15 11:04:36 +0300
  • 012cea1add [#142] sdk/container: Use placement policy from neofs-api v2.0 Alex Vanin 2020-09-15 11:03:15 +0300
  • 1cbfb337a7 [#142] sdk/netmap: Add type aliases for netmap policy Alex Vanin 2020-09-15 11:01:48 +0300
  • 644a21edca [#141] sdk/client: Fix object operations Leonard Lyubich 2020-09-11 18:32:09 +0300
  • 4fd6839473 [#140] sdk/object: Implement object format control functions Leonard Lyubich 2020-09-11 18:19:36 +0300
  • bfdf8a452f [#140] sdk/object: Implement ID comparison method Leonard Lyubich 2020-09-11 18:18:29 +0300
  • 5473b4ef95 [#140] sdk: Implement checksum comparison function Leonard Lyubich 2020-09-11 18:18:02 +0300
  • 6ce70d4a18 [#140] sdk/object: Refactor object types Leonard Lyubich 2020-09-10 16:11:12 +0300
  • e40995b5d4 [#140] sdk: Define Signature type Leonard Lyubich 2020-09-10 16:10:33 +0300
  • 20d644758b [#140] sdk/object: Define Attribute type Leonard Lyubich 2020-09-10 14:49:17 +0300
  • 5902f96f3e [#140] sdk: Define checksum type Leonard Lyubich 2020-09-10 14:30:29 +0300
  • e0c34a51f2 [#140] sdk: Refactor version type Leonard Lyubich 2020-09-10 14:29:11 +0300
  • 524280a5e8 [#140] sdk: Refactor reference types Leonard Lyubich 2020-09-10 12:57:29 +0300
  • 2026473733 [#137] sdk: Implement netmap filtering and selection Evgenii Stratonikov 2020-09-05 13:37:47 +0300
  • efbf73b775 [#138] sdk/object: Fix head request Alex Vanin 2020-09-08 13:42:25 +0300
  • 581cb2d2ba [#138] v2/object: Update to neofs-api jindo release Alex Vanin 2020-09-08 13:39:13 +0300
  • c0cc4a4374 [#138] v2/netmap: Update to neofs-api jindo release Alex Vanin 2020-09-08 13:19:22 +0300
  • b19e3a48db [#135] sdk/client: Implement object operations Leonard Lyubich 2020-09-04 13:05:57 +0300
  • 9b0eef0d43 [#135] sdk/object: Add Release method to RawObject Leonard Lyubich 2020-09-04 13:04:24 +0300
  • 8e9d456038 [#135] sdk/container: Fix IDFromV2 nil-behavior Leonard Lyubich 2020-09-04 12:17:19 +0300
  • 047bae63d0 [#135] sdk/object: Fix IDFromV2 nil-behavior Leonard Lyubich 2020-09-04 12:16:08 +0300
  • 59f804faa2 [#136] v2/acl: Fix record stable size Alex Vanin 2020-09-04 14:25:35 +0300
  • 148618b5b3 [#134] v2/netmap: Update unified structures Alex Vanin 2020-09-04 13:05:56 +0300
  • 505ef59dd6 [#134] v2/netmap: Regenerate proto files Alex Vanin 2020-09-04 11:47:15 +0300
  • 94c4e05aa2 [#134] v2/netmap: Remove prototype of stable marshaller Alex Vanin 2020-09-04 11:20:08 +0300
  • 7a6c5eac1e [#134] v2/acl: Update unified structures Alex Vanin 2020-09-04 10:50:36 +0300
  • 09cc2a5037 [#134] v2/acl: Regenerate proto files Alex Vanin 2020-09-04 10:50:09 +0300
  • de505ddee9 [#133] sdk: Use cid wrapper to sign container delete request Alex Vanin 2020-09-02 14:58:28 +0300
  • acbdbd410e [#132] sdk/object: Implement useful methods and function Leonard Lyubich 2020-09-02 14:51:29 +0300
  • f18e8535c5 [#132] sdk/object: Add payload field to Object Leonard Lyubich 2020-09-02 14:48:25 +0300
  • e222c441e5 [#132] v2/object: Implement stable unmarshaler on Object Leonard Lyubich 2020-09-02 14:46:43 +0300
  • c125749c6e [#132] sdk/object: Implement Address type Leonard Lyubich 2020-09-02 14:43:37 +0300
  • 104604acae [#132] v2/refs: Implement stable unmarshaler on Address Leonard Lyubich 2020-09-02 14:40:20 +0300
  • 9cba1e233d [#131] sdk: Add owner stringer and script hash converter Alex Vanin 2020-09-01 17:28:40 +0300
  • 8c3f8268b9 [#130] sdk: Define object types Leonard Lyubich 2020-09-01 16:31:57 +0300
  • a65db08608 [#130] sdk: Define object identifier type Leonard Lyubich 2020-09-01 16:11:38 +0300
  • edd0004b93 [#129] v2: Add unified structure for NodeInfo Alex Vanin 2020-09-01 10:46:20 +0300
  • ac0d57cc9b [#129] v2: Regenerate NodeInfo struct from API Alex Vanin 2020-09-01 10:45:51 +0300
  • 63c8d6e9ea [#128] sdk: Use owner ID instead of NEO3Wallet Leonard Lyubich 2020-08-31 11:15:46 +0300
  • c9d38aa2e1 [#128] sdk: Implement owner ID type Leonard Lyubich 2020-08-31 10:46:10 +0300
  • 1c3e69721b [#128] sdk: Implement Bytes method on NEO3Wallet type Leonard Lyubich 2020-08-31 10:45:46 +0300
  • 2b20230d7f [#128] sdk: Remove old container ID with the new one Leonard Lyubich 2020-08-28 16:14:04 +0300
  • 8df69c4042 sdk: Define container identifier type Leonard Lyubich 2020-08-28 10:27:41 +0300
  • 7f4544ede0 [#126] sdk: add usage example Alex Vanin 2020-08-25 15:11:06 +0300
  • aa539cd0c4 [#126] sdk: implement container rpc for in client Alex Vanin 2020-08-25 14:52:18 +0300
  • 25e6b45b57 [#126] sdk: implement accounting rpc in client Alex Vanin 2020-08-25 14:51:53 +0300
  • 86e6221b76 [#126] sdk: add sdk client for all available api requests Alex Vanin 2020-08-25 14:51:00 +0300
  • 10137b44dd [#126] v2: make stable marshal wrapper public Alex Vanin 2020-08-25 14:47:55 +0300
  • 8c920d75a6 [#126] sdk: add reference types Alex Vanin 2020-08-25 14:44:21 +0300
  • 86d56086e3 Rename unified client constructors Alex Vanin 2020-08-24 10:17:03 +0300
  • 55a6509e8f v2: Define API service interfaces Leonard Lyubich 2020-08-22 12:28:33 +0300
  • ecb0a4be67 Split object service structs from types Alex Vanin 2020-08-21 15:59:30 +0300
  • ae1c1a351c Fix unified client tests Alex Vanin 2020-08-21 15:49:49 +0300
  • 252b7036c7 Adopt service session removal in packages Alex Vanin 2020-08-20 13:41:55 +0300
  • 07f25bd012 Merge session and service packages into session package Alex Vanin 2020-08-20 13:32:02 +0300