Commit graph

  • 3028718691 [#211] blobovnicza: Refactor ID implementation Leonard Lyubich 2020-11-25 18:55:40 +0300
  • 53b114cf8b [#211] blobstor: Remove global lock Leonard Lyubich 2020-11-25 14:30:48 +0300
  • 59f7cf9873 [#211] blobstor: Implement Exists method Leonard Lyubich 2020-11-25 14:18:54 +0300
  • 1ba556f5e7 [#211] blobstor: Define Iterate operation Leonard Lyubich 2020-11-25 12:53:17 +0300
  • 3c0ef270f4 [#211] blobstor: Define Exists operation Leonard Lyubich 2020-11-25 12:40:41 +0300
  • 915243c69e [#211] blobstor: Define DeleteSmall operation Leonard Lyubich 2020-11-25 12:11:39 +0300
  • 65da2025e5 [#211] blobstor: Rename Delete to DeleteBig Leonard Lyubich 2020-11-24 17:32:21 +0300
  • b605ea3678 [#211] blobstor: Refactor Put operation Leonard Lyubich 2020-11-24 17:24:07 +0300
  • 7afcde659d [#211] blobstor: Define GetRangeSmall operation interface Leonard Lyubich 2020-11-24 17:19:44 +0300
  • 0b130150ae [#211] blobstor: Rename GetRange to GetRangeBig Leonard Lyubich 2020-11-24 17:15:58 +0300
  • 2ba4ebc8c9 [#211] blobstor: Implement no-op GetSmall operation Leonard Lyubich 2020-11-24 17:02:41 +0300
  • 2f61d8d63c [#211] localstorage: Define blobovnicza ID Leonard Lyubich 2020-11-24 16:50:56 +0300
  • 6813f40665 [#211] blobstor: Refactor GetBig parameters and result Leonard Lyubich 2020-11-24 16:40:50 +0300
  • fb6857a1cb [#211] blobstor: Rename Get operation to GetBig Leonard Lyubich 2020-11-24 16:29:55 +0300
  • 4e8cc51e7b [#189] shard: Extend Info with WeightValues Leonard Lyubich 2020-11-19 18:04:09 +0300
  • 4f16a10235 [#189] localstorage: Implement DumpInfo method Leonard Lyubich 2020-11-19 16:54:21 +0300
  • 8fbda2a588 [#189] shard: Implement DumpInfo method Leonard Lyubich 2020-11-19 16:53:45 +0300
  • 24cf86e269 [#189] metabase: Implement DumpInfo method Leonard Lyubich 2020-11-19 16:53:22 +0300
  • eaa7068e3c [#189] blobstor: Implement DumpInfo method Leonard Lyubich 2020-11-19 16:52:37 +0300
  • dae8d3de5b [#189] shard: Fix missing return statement in SetMode method Leonard Lyubich 2020-11-19 16:51:58 +0300
  • cba87a1300 [#188] localstorage: Implement SetShardMode method Leonard Lyubich 2020-11-19 16:04:04 +0300
  • 3fa3661cad [#188] shard: Implement SetMode method Leonard Lyubich 2020-11-19 15:56:10 +0300
  • 2fb379b7dd [#188] shard: Define the enumeration of shard modes Leonard Lyubich 2020-11-19 15:41:10 +0300
  • 0b515837ca [#186] localstorage: Fix address forwarding in Delete method Leonard Lyubich 2020-11-19 15:13:42 +0300
  • 4ca1035aa4 [#186] cmd/neofs-node: Integrate new storage engine into application Leonard Lyubich 2020-11-19 13:58:27 +0300
  • 953387a1e5 [#186] object/acl: Use new storage engine for work Leonard Lyubich 2020-11-19 11:38:50 +0300
  • 046206f670 [#186] object/head: Use new storage engine for work Leonard Lyubich 2020-11-19 11:36:58 +0300
  • 2be8f154a0 [#186] object/put: Use new storage engine for work Leonard Lyubich 2020-11-19 11:29:38 +0300
  • 14442a0801 [#186] object/range: Use new storage engine for work Leonard Lyubich 2020-11-19 11:28:58 +0300
  • 9b32f131c0 [#186] object/rangehash: Use new storage engine for work Leonard Lyubich 2020-11-19 11:27:40 +0300
  • 1bce2a4e55 [#186] object/search: Use new storage engine for work Leonard Lyubich 2020-11-19 11:24:02 +0300
  • aa9eb2eaf2 [#186] policer: Use new storage engine for work Leonard Lyubich 2020-11-19 11:22:43 +0300
  • 1b867e53d7 [#186] replicator: Use new storage engine for work Leonard Lyubich 2020-11-19 11:21:58 +0300
  • 9a4cd01eb8 [#186] localstorage: Implement utility functions over StorageEngine Leonard Lyubich 2020-11-19 11:15:49 +0300
  • 70a65c5aff [#176] blobstor: Use 1 byte names of sub-directories in FS tree Leonard Lyubich 2020-11-18 17:58:16 +0300
  • 2d917a024f [#176] blobstor: Fix missing mutex in constructor Leonard Lyubich 2020-11-18 17:46:46 +0300
  • b1718a60e4 [#176] shard: Fix BlobStor access when data range is zero Leonard Lyubich 2020-11-18 17:41:27 +0300
  • 796bba3793 [#176] shard: Finalize the implementation of Exists method Leonard Lyubich 2020-11-18 17:38:49 +0300
  • 4518357ad7 [#176] localstore: Fix linter's remarks Leonard Lyubich 2020-11-18 15:45:15 +0300
  • f194c840d7 [#176] blobstor: Handle error of zstd (de)compressor creation Leonard Lyubich 2020-11-18 15:27:21 +0300
  • 6f8c45d61b [#176] localstore: Change multiple access sync Leonard Lyubich 2020-11-18 15:06:47 +0300
  • df558cbe6b [#176] shard: Get rid of using the global RW lock Leonard Lyubich 2020-11-18 14:54:59 +0300
  • 9ab371aafb [#176] shard: Make ID stringer to return base58 encoded string Leonard Lyubich 2020-11-18 14:52:26 +0300
  • 86385af67d [#176] blobstor: Fix maximum tree depth Leonard Lyubich 2020-11-18 14:48:47 +0300
  • f7116f27ec [#176] localstore/shard: Change signature of options Leonard Lyubich 2020-11-18 14:42:06 +0300
  • 73494c4bbc [#176] localstore: Fix Get with non-zero length Leonard Lyubich 2020-11-18 10:59:47 +0300
  • 46e455dcae [#176] localstore: Implement shard methods via Metabase and BlobStor Leonard Lyubich 2020-11-17 20:39:43 +0300
  • b127607ac6 [#176] localstore: Implement primary BlobStor Leonard Lyubich 2020-11-17 19:29:00 +0300
  • 09750484f9 [#176] localstore: Draft storage engine structure and ops Leonard Lyubich 2020-11-17 15:26:03 +0300
  • 383c483be7 [#176] localstore: Draft storage engine shard structure and ops Leonard Lyubich 2020-11-17 15:23:15 +0300
  • 1486cc0e29 [#170] morph/client: Print reversed hash in logs Alex Vanin 2020-12-04 19:36:41 +0300
  • e2547f5bf8 [#170] Invoke all alphabet contracts for voting Alex Vanin 2020-12-04 14:27:58 +0300
  • 49666f87f1 [#170] Implement --vote argument in neofs-ir Alex Vanin 2020-11-13 15:19:33 +0300
  • 0b65c64e98 [#170] Vote for validators on inner ring startup Alex Vanin 2020-11-13 14:47:23 +0300
  • 2240cde826 [#170] Implement validator voting function in inner ring Alex Vanin 2020-11-13 14:45:43 +0300
  • d02c24db5c [#170] Add alphabet vote invocation method Alex Vanin 2020-11-13 14:37:05 +0300
  • 6cddc91cbf [#227] transformer: Inherit parent header in linking object Leonard Lyubich 2020-12-02 11:36:07 +0300
  • b8e8e1e80d [#227] transformer: Do not inherit attribute in generated objects Leonard Lyubich 2020-12-02 11:29:51 +0300
  • 5470d94416 [#223] placement: Fix local and single-success placement traversal Leonard Lyubich 2020-12-01 17:10:12 +0300
  • f6e5644b85 Update to latest neofs-api-go Leonard Lyubich 2020-12-01 13:35:53 +0300
  • d94a0eb25e [#221] eacl: Get rid of deprecated methods usage Leonard Lyubich 2020-12-01 10:35:01 +0300
  • 4c0ca23b34 [#208] Print split ID in object.Head output of neofs-cli Alex Vanin 2020-11-24 21:19:54 +0300
  • f96630581a [#208] Set unique splitID in children Alex Vanin 2020-11-24 21:14:32 +0300
  • 6280d075b9 [#208] Remove childfree search attribute Alex Vanin 2020-11-26 12:15:15 +0300
  • 46a43a778f [#208] Update neofs-api-go with split ID support Alex Vanin 2020-11-24 20:29:08 +0300
  • 330e194493 Update changelog to v0.12.1 v0.12.1 Alex Vanin 2020-11-25 15:35:45 +0300
  • 3d6c6d8539 Update neofs-api-go version to v1.20.3 Alex Vanin 2020-11-25 15:17:33 +0300
  • 0168740c9a [#206] cli/container: Set default version of eACL table in set-eacl Leonard Lyubich 2020-11-25 13:57:19 +0300
  • b4699b1e9f [#206] cli/container: Use GetEACLWithSignature in set-eacl polling Leonard Lyubich 2020-11-25 10:39:13 +0300
  • e8bc03d92f [#206] cli/container: Use GetEACLWithSignature client method Leonard Lyubich 2020-11-24 16:06:02 +0300
  • 706bdf736e [#209] eacl: Support object ID filter in eACL mechanism Leonard Lyubich 2020-11-25 10:18:06 +0300
  • fddc50fd85 [#203] Replace ErrEACLNotFound to core library Leonard Lyubich 2020-11-24 15:49:02 +0300
  • 621840d542 [#193] cmd/neofs-node: Add dial timeouts to node configuration Leonard Lyubich 2020-11-23 15:59:30 +0300
  • 9148980bd0 [#193] services/object: Support client options in all Object services Leonard Lyubich 2020-11-23 15:59:06 +0300
  • 27fc4d6e01 [#193] network/cache: Support client options in ClientCache.Get Leonard Lyubich 2020-11-23 15:58:39 +0300
  • a1b3da88c6 [#193] Pull latest neofs-api-go Leonard Lyubich 2020-11-23 15:33:41 +0300
  • cf1ea983e5 [#203] Do not fail eACL check on EACLNotFound error Alex Vanin 2020-11-24 15:21:41 +0300
  • 8cedb93cea [#203] Make eACL not found error public Alex Vanin 2020-11-24 15:19:44 +0300
  • 400b65801d [#201] cli/container: Do not check eACL version Leonard Lyubich 2020-11-24 12:46:03 +0300
  • 1f6ad5ccd8 [#201] morph/eacl: Return error if container eACL is not set Leonard Lyubich 2020-11-24 12:45:27 +0300
  • d286824d1d [#194] cmd/neofs-node: Use non-blocking worker pools for Object services Leonard Lyubich 2020-11-23 15:09:41 +0300
  • 46dab77705 [#195] services/object: Write debug log messages on worker pool errors Leonard Lyubich 2020-11-23 15:23:32 +0300
  • fa6e4a3ca4 [#195] services/object: Write debug log messages on internal service errors Leonard Lyubich 2020-11-23 14:51:02 +0300
  • 6a5c37d592 [#195] object/search: Add option to set logger Leonard Lyubich 2020-11-23 14:25:57 +0300
  • cb46e4b154 [#195] object/rangehash: Add option to set logger Leonard Lyubich 2020-11-23 14:24:51 +0300
  • af6484e3b1 [#195] object/range: Add option to set logger Leonard Lyubich 2020-11-23 14:23:58 +0300
  • cf2dc37a42 [#195] object/put: Add option to set logger Leonard Lyubich 2020-11-23 14:22:32 +0300
  • 9fbfc0b5e4 [#195] object/head: Add option to set logger Leonard Lyubich 2020-11-23 14:20:59 +0300
  • e1e5a590e9 [#195] object/delete: Add option to set logger Leonard Lyubich 2020-11-23 14:19:49 +0300
  • ea36789b51 [#179] cmd/neofs-cli: Implement range command in Object section Leonard Lyubich 2020-11-20 11:56:21 +0300
  • dbfb6fadd6 [#177] cmd/neofs-cli: Add object ID filter flag to search cmd Leonard Lyubich 2020-11-20 11:08:40 +0300
  • ffeea2c003 [#177] metabase: Add index by object ID Leonard Lyubich 2020-11-20 10:43:41 +0300
  • dbf6c9efef [#190] Use request sender owner in sticky bit check Alex Vanin 2020-11-19 17:26:04 +0300
  • 2148e282ec [#190] Rename owner to cnrOwner in object request info Alex Vanin 2020-11-19 17:22:45 +0300
  • f0537b35c1 [#190] Add isOwnerFromKey helper function in ACL Alex Vanin 2020-11-19 17:17:15 +0300
  • a14bb6292b [#182] Reuse search filter in policer Alex Vanin 2020-11-19 17:50:16 +0300
  • 2e605b2435 [#182] Limit policer object filter to physical stored objects Alex Vanin 2020-11-19 15:45:08 +0300
  • cf85fa9fab [#180] Return isInnerRing flag in request classifier Alex Vanin 2020-11-18 10:53:42 +0300
  • 6f841e319d [#180] Make separate basic ACL check for inner ring requests Alex Vanin 2020-11-18 10:46:26 +0300
  • badfd1b6e5 [#183] Increase golangci-lint timeout Stanislav Bogatyrev 2020-11-18 19:27:05 +0300