Skip to content

Conversation

@codebrain
Copy link
Contributor

Copy link
Member

@Mpdreamz Mpdreamz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@russcam russcam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments

[JsonProperty("repository")]
public string Repository { get; internal set; }
[JsonProperty("uuid")]
public string UID { get; internal set; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UUID or UuId?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 to UUID

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

[JsonProperty("state")]
public string State { get; internal set; }
[JsonProperty("include_global_state")]
public bool IncludeGlobalState { get; internal set; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be bool?, considering Elasticsearch < 6.2.0 do not return this value?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

@codebrain codebrain merged commit 02cc78c into master Jun 15, 2018
codebrain pushed a commit that referenced this pull request Jun 15, 2018
…3276)

* Include include_global_state in Snapshot status API. Closes #3258.
@codebrain
Copy link
Contributor Author

Ported to 6.x

@codebrain codebrain deleted the feature/6.2-snapshot-status branch June 15, 2018 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants