go.mod: Update api-go #263

Merged
fyrchik merged 1 commit from a-savchuk/frostfs-sdk-go:remove-get-eacl into master 2024-09-03 14:11:55 +00:00
Member

Remove client.ContainerEACL and related references. This change was initiated by the removal of ContainerService.GetExtendedACL from the API.

Initiated by this issue.

Signed-off-by: Aleksey Savchuk a.savchuk@yadro.com

Remove `client.ContainerEACL` and related references. This change was initiated by the removal of `ContainerService.GetExtendedACL` from the API. Initiated by [this issue](https://git.frostfs.info/TrueCloudLab/frostfs-api/issues/60). Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
a-savchuk added 1 commit 2024-09-02 15:17:01 +00:00
[#xx] go.mod: Update api-go,
Some checks failed
DCO / DCO (pull_request) Failing after 43s
Tests and linters / Tests (1.22) (pull_request) Successful in 1m10s
Tests and linters / Tests (1.23) (pull_request) Successful in 1m9s
Tests and linters / Lint (pull_request) Successful in 2m18s
52ba5dbf31
Remove `client.ContainerEACL` and related references. This change
was initiated by the removal of `ContainerService.GetExtendedACL`
from the API.

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
a-savchuk force-pushed remove-get-eacl from 52ba5dbf31 to 689e79352b 2024-09-02 15:18:41 +00:00 Compare
a-savchuk force-pushed remove-get-eacl from 689e79352b to 0ebfa7d3b7 2024-09-02 15:20:03 +00:00 Compare
a-savchuk changed title from WIP: go.mod: Update api-go, to WIP: go.mod: Update api-go 2024-09-02 15:20:05 +00:00
a-savchuk changed title from WIP: go.mod: Update api-go to go.mod: Update api-go 2024-09-02 15:23:24 +00:00
a-savchuk requested review from storage-core-committers 2024-09-02 15:23:32 +00:00
a-savchuk requested review from storage-core-developers 2024-09-02 15:23:33 +00:00
fyrchik approved these changes 2024-09-02 17:36:21 +00:00
fyrchik requested review from storage-services-developers 2024-09-02 17:36:32 +00:00
fyrchik requested review from storage-services-committers 2024-09-02 17:36:33 +00:00
Owner

Waiting for services to approve

Waiting for services to approve
acid-ant approved these changes 2024-09-03 06:20:27 +00:00
Member

Please resolve conflicts.

Please resolve conflicts.
dkirillov reviewed 2024-09-03 06:30:47 +00:00
pool/pool.go Outdated
@ -580,4 +578,2 @@
}
// containerEACL invokes sdkClient.ContainerEACL parse response status to error and return result as is.
func (c *clientWrapper) containerEACL(ctx context.Context, prm PrmContainerEACL) (eacl.Table, error) {
Member

Please also drop these methods (containerEACL/containerSetEACL) from mock_test.go

Please also drop these methods (`containerEACL`/`containerSetEACL`) from `mock_test.go`
Author
Member

Done

Done
Member

Oh, we also should drop:

  • methodContainerSetEACL/ methodContainerEACL of MethodIndex type
  • PrmContainerSetEACL
  • PrmContainerEACL
Oh, we also should drop: * `methodContainerSetEACL`/ `methodContainerEACL` of `MethodIndex` type * `PrmContainerSetEACL` * `PrmContainerEACL`
Author
Member

Done. Feels like playing Minesweeper💣

Done. Feels like playing Minesweeper💣
dkirillov marked this conversation as resolved
a-savchuk force-pushed remove-get-eacl from 0ebfa7d3b7 to b36bdde7a8 2024-09-03 07:05:13 +00:00 Compare
a-savchuk force-pushed remove-get-eacl from b36bdde7a8 to 793c612bc8 2024-09-03 07:17:28 +00:00 Compare
a-savchuk requested review from acid-ant 2024-09-03 08:55:46 +00:00
a-savchuk requested review from fyrchik 2024-09-03 08:55:48 +00:00
a-savchuk force-pushed remove-get-eacl from 793c612bc8 to 8f751d9dd0 2024-09-03 09:36:41 +00:00 Compare
dkirillov approved these changes 2024-09-03 12:31:03 +00:00
fyrchik merged commit 8f751d9dd0 into master 2024-09-03 14:11:55 +00:00
fyrchik referenced this pull request from a commit 2024-09-03 14:11:57 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
TrueCloudLab/storage-services-developers
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#263
No description provided.