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

Added compatibility matrix and API to fetch GQL server version #84

Merged
merged 6 commits into from
Aug 9, 2022

Conversation

Saranya-jena
Copy link
Collaborator

Added compatibility matrix and API to fetch GQL server version

Signed-off-by: Saranya-jena <saranya.jena@harness.io>
…o version-cmd

Signed-off-by: Saranya-jena <saranya.jena@harness.io>
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
query := `{“query”:“query{\n getServerVersion{\n key value\n }\n}“}`
resp, err := SendRequest(
SendRequestParams{
Endpoint: "http://localhost:8080/query",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This can be taken from config

Signed-off-by: Saranya-jena <saranya.jena@harness.io>
utils.White_B.Print("'" + v + "' ")
}
utils.White_B.Print("]")
utils.White_B.Println("")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this required?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Instead can we have utils.White_B.Print("]\n")

utils.White_B.Print("'" + v + "' ")
}
utils.White_B.Print("]")
utils.White_B.Println("")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same

Signed-off-by: Saranya-jena <saranya.jena@harness.io>
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
@imrajdas imrajdas merged commit 3f5ac08 into litmuschaos:master Aug 9, 2022
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