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

add go and python sdks #4

Closed
wants to merge 15 commits into from

Commits on Mar 21, 2024

  1. initial commit

    aschepis committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    77c4fd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Update dependencies to use newest provider version (#1)

    Update dependencies to use newest provider version
    
    add gcp_metrics_integration resource
    aschepis authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5a1fdac View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    a8be2d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    0acd49a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Remove dead code from Makefile (#5)

    code that was taken from the Pulumi examples was left in the
    Makefile. This removes it.
    aschepis authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0c04a36 View commit details
    Browse the repository at this point in the history
  2. Fix license header formatting to be consistent (#6)

    used https://github.com/B1NARY-GR0UP/nwa to properly append license to
    all `.go` files.
    
    `nwa update --license=apache -c "Chronosphere Inc." --year=2024
    ./provider/**/*.go`
    aschepis authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    44f31f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    6b7e99a View commit details
    Browse the repository at this point in the history
  2. fix linter ci job

    aschepis committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    afe1ec1 View commit details
    Browse the repository at this point in the history
  3. fix test ci step

    aschepis committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    65cb3cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f8c5ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3528fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ed601a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8397bdb View commit details
    Browse the repository at this point in the history
  8. fix check for clean worktree

    aschepis committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    443ccdc View commit details
    Browse the repository at this point in the history
  9. add go and python sdks

    aschepis committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c241e34 View commit details
    Browse the repository at this point in the history