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

Generate client using GraphQL schema #880

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

SaaldjorMike
Copy link
Member

Most notably:

  • Removes dependency on API client in github.com/humio/cli. Instead we call GraphQL directly from ClientConfig using generated Go code based on the GraphQL schema.
  • Bump minimum supported LogScale version to 1.130.0.

Other changes:

  • Remove unused operator-sdk GitHub Action.
  • Moves some exported functions to an internal package as they are not meant for external consumption.
  • Bump gosec and staticcheck that is used by CI GitHub Actions workflow.

@SaaldjorMike SaaldjorMike marked this pull request as ready for review December 4, 2024 11:35
@SaaldjorMike SaaldjorMike requested a review from a team as a code owner December 4, 2024 11:35
@SaaldjorMike SaaldjorMike force-pushed the mike/new_graphql_client branch from fbec163 to b9f8344 Compare December 6, 2024 10:23
internal/humio/license.go Outdated Show resolved Hide resolved
internal/api/httpclient.go Outdated Show resolved Hide resolved
controllers/suite/common.go Outdated Show resolved Hide resolved
controllers/suite/common.go Outdated Show resolved Hide resolved
Most notably:
- Removes dependency on API client in github.com/humio/cli. Instead we call GraphQL directly from `ClientConfig` using generated Go code based on the GraphQL schema.
- Bump minimum supported LogScale version to 1.130.0.

Other changes:
- Remove unused operator-sdk GitHub Action.
- Moves some exported functions to an internal package as they are not meant for external consumption.
- Bump gosec and staticcheck that is used by CI GitHub Actions workflow.
@SaaldjorMike SaaldjorMike force-pushed the mike/new_graphql_client branch from b9f8344 to 40d73c9 Compare December 17, 2024 07:58
@SaaldjorMike SaaldjorMike merged commit 0f25919 into master Dec 17, 2024
28 checks passed
@SaaldjorMike SaaldjorMike deleted the mike/new_graphql_client branch December 17, 2024 10:21
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.

2 participants