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

Implementing pagination for _cat/indices API #14718

Merged

Retry Build

c8261d4
Select commit
Loading
Failed to load commit list.
Merged

Implementing pagination for _cat/indices API #14718

Retry Build
c8261d4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 29, 2024 in 0s

67.61% of diff hit (target 71.91%)

View this Pull Request on Codecov

67.61% of diff hit (target 71.91%)

Annotations

Check warning on line 132 in server/src/main/java/org/opensearch/rest/RestHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/RestHandler.java#L132

Added line #L132 was not covered by tests

Check warning on line 599 in server/src/main/java/org/opensearch/rest/RestRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/RestRequest.java#L599

Added line #L599 was not covered by tests

Check warning on line 181 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L181

Added line #L181 was not covered by tests

Check warning on line 184 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L184

Added line #L184 was not covered by tests

Check warning on line 191 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L189-L191

Added lines #L189 - L191 were not covered by tests

Check warning on line 199 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L198-L199

Added lines #L198 - L199 were not covered by tests

Check warning on line 201 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L201

Added line #L201 was not covered by tests

Check warning on line 206 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L206

Added line #L206 was not covered by tests

Check warning on line 209 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L209

Added line #L209 was not covered by tests

Check warning on line 215 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L215

Added line #L215 was not covered by tests

Check warning on line 217 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L217

Added line #L217 was not covered by tests

Check warning on line 222 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L221-L222

Added lines #L221 - L222 were not covered by tests

Check warning on line 345 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L345

Added line #L345 was not covered by tests

Check warning on line 351 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L351

Added line #L351 was not covered by tests

Check warning on line 382 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L382

Added line #L382 was not covered by tests

Check warning on line 770 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L770

Added line #L770 was not covered by tests

Check warning on line 799 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L799

Added line #L799 was not covered by tests

Check warning on line 1050 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L1050

Added line #L1050 was not covered by tests

Check warning on line 37 in server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java#L37

Added line #L37 was not covered by tests

Check warning on line 39 in server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java#L39

Added line #L39 was not covered by tests

Check warning on line 41 in server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java#L41

Added line #L41 was not covered by tests

Check warning on line 43 in server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java#L43

Added line #L43 was not covered by tests

Check warning on line 48 in server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java#L48

Added line #L48 was not covered by tests

Check warning on line 57 in server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java#L57

Added line #L57 was not covered by tests

Check warning on line 60 in server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/list/AbstractListAction.java#L60

Added line #L60 was not covered by tests