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

Feat/control service object status #2912

Merged
merged 2 commits into from
Aug 9, 2024

neofs-cli/control: support `ObjectStatus` control command

c4fda9d
Select commit
Loading
Failed to load commit list.
Merged

Feat/control service object status #2912

neofs-cli/control: support `ObjectStatus` control command
c4fda9d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 9, 2024 in 1s

2.21% of diff hit (target 23.75%)

View this Pull Request on Codecov

2.21% of diff hit (target 23.75%)

Annotations

Check warning on line 31 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 36 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L33-L36

Added lines #L33 - L36 were not covered by tests

Check warning on line 42 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L39-L42

Added lines #L39 - L42 were not covered by tests

Check warning on line 49 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L45-L49

Added lines #L45 - L49 were not covered by tests

Check warning on line 51 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L51

Added line #L51 was not covered by tests

Check warning on line 53 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L53

Added line #L53 was not covered by tests

Check warning on line 60 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L55-L60

Added lines #L55 - L60 were not covered by tests

Check warning on line 63 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L63

Added line #L63 was not covered by tests

Check warning on line 68 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L65-L68

Added lines #L65 - L68 were not covered by tests

Check warning on line 76 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L71-L76

Added lines #L71 - L76 were not covered by tests

Check warning on line 80 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 84 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L84

Added line #L84 was not covered by tests

Check warning on line 88 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 91 in cmd/neofs-cli/modules/control/objects.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/objects.go#L90-L91

Added lines #L90 - L91 were not covered by tests

Check warning on line 32 in cmd/neofs-cli/modules/control/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/root.go#L30-L32

Added lines #L30 - L32 were not covered by tests

Check warning on line 40 in cmd/neofs-cli/modules/control/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/root.go#L40

Added line #L40 was not covered by tests

Check warning on line 48 in cmd/neofs-cli/modules/control/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/neofs-cli/modules/control/root.go#L48

Added line #L48 was not covered by tests

Check warning on line 209 in pkg/services/control/convert.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/control/convert.go#L208-L209

Added lines #L208 - L209 were not covered by tests

Check warning on line 215 in pkg/services/control/convert.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/control/convert.go#L212-L215

Added lines #L212 - L215 were not covered by tests

Check warning on line 219 in pkg/services/control/convert.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/control/convert.go#L218-L219

Added lines #L218 - L219 were not covered by tests

Check warning on line 199 in pkg/services/control/rpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/control/rpc.go#L197-L199

Added lines #L197 - L199 were not covered by tests

Check warning on line 203 in pkg/services/control/rpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/control/rpc.go#L201-L203

Added lines #L201 - L203 were not covered by tests

Check warning on line 206 in pkg/services/control/rpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/control/rpc.go#L206

Added line #L206 was not covered by tests

Check warning on line 17 in pkg/services/control/server/object_status.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/control/server/object_status.go#L14-L17

Added lines #L14 - L17 were not covered by tests

Check warning on line 23 in pkg/services/control/server/object_status.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/control/server/object_status.go#L21-L23

Added lines #L21 - L23 were not covered by tests