vdomnich-yadro
  • Joined on 2023-03-06
12d203ff93 [#33] Add IterateContainers method
vdomnich-yadro commented on issue TrueCloudLab/frostfs-contract#33 2023-08-02 05:44:06 +00:00
Add iterator for container listing

Actually, the existing method allows to iterate over container IDs only. Do we see a value in creating a method that would iterate over containers themselves, so that the client would not need to…

vdomnich-yadro reopened issue TrueCloudLab/frostfs-contract#33 2023-08-02 05:43:00 +00:00
Add iterator for container listing
vdomnich-yadro commented on issue TrueCloudLab/frostfs-contract#33 2023-08-02 05:39:09 +00:00
Add iterator for container listing

Done by @fyrchik in commit.

The method is still alive in the [code](https://git.frostfs.…

vdomnich-yadro closed issue TrueCloudLab/frostfs-contract#33 2023-08-02 05:39:09 +00:00
Add iterator for container listing
vdomnich-yadro created repository vdomnich-yadro/frostfs-contract 2023-08-02 05:33:32 +00:00
vdomnich-yadro approved TrueCloudLab/frostfs-http-gw#64 2023-07-12 10:34:59 +00:00
Release v0.27.0
vdomnich-yadro approved TrueCloudLab/frostfs-http-gw#64 2023-07-12 10:34:26 +00:00
Release v0.27.0
vdomnich-yadro approved TrueCloudLab/xk6-frostfs#65 2023-05-24 09:33:07 +00:00
Update SDK, API, k6
vdomnich-yadro commented on pull request TrueCloudLab/xk6-frostfs#64 2023-05-23 12:27:06 +00:00
scenarios: Unify logs in verify script

Optional: I would name the variable as objLog, because we extend the "common" log with object-specific attributes. And comment above probably won't be needed)

vdomnich-yadro commented on pull request TrueCloudLab/xk6-frostfs#64 2023-05-23 12:23:13 +00:00
scenarios: Unify logs in verify script

I suppose it removes object from old bucket, because the object now should belong to the bucket of new status...

vdomnich-yadro commented on pull request TrueCloudLab/xk6-frostfs#44 2023-03-24 12:58:22 +00:00
registry: optimize object marshaling

Do we still need this code here? We already pre-filter objects by status on bucket level, so maybe we can rename the function to filterAge and remove status check from here?

vdomnich-yadro commented on pull request TrueCloudLab/xk6-frostfs#44 2023-03-24 12:58:22 +00:00
registry: optimize object marshaling

Looks like temp code for debuggins. Should we just remove it?

vdomnich-yadro commented on pull request TrueCloudLab/xk6-frostfs#44 2023-03-24 12:58:22 +00:00
registry: optimize object marshaling

It took a bit of code reading to figure out what this function does. I can think of two things that might help code reader:

vdomnich-yadro approved TrueCloudLab/xk6-frostfs#44 2023-03-24 12:58:22 +00:00
registry: optimize object marshaling

Overall looks good, just some thoughts/observations.