Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/cloudquery-api-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.5
Choose a base ref
...
head repository: cloudquery/cloudquery-api-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 16, 2024

  1. fix: Generate CloudQuery Go API Client from spec.json (#130)

    This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
    cq-bot authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    aca9d0c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. fix: Generate CloudQuery Go API Client from spec.json (#132)

    This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
    cq-bot authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    84ee52e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix: Generate CloudQuery Go API Client from spec.json (#133)

    This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
    cq-bot authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9e72ad2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fix: Generate CloudQuery Go API Client from spec.json (#134)

    This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
    cq-bot authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    107e98f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. feat: Support sync test connection API tokens (#135)

    Similar to #109
    
    Testing a connection is very similar to running a sync job, just with a different CLI command and permissions.
    It needs an API token to be able to download plugins and update the status of the test (it won't have access to update usage and progress line sync run API tokens)
    erezrokah authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7695310 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.8.0 (#131)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.8.0](v1.7.5...v1.8.0) (2024-03-15)
    
    
    ### Features
    
    * Support sync test connection API tokens ([#135](#135)) ([7695310](7695310))
    
    
    ### Bug Fixes
    
    * Generate CloudQuery Go API Client from `spec.json` ([#130](#130)) ([aca9d0c](aca9d0c))
    * Generate CloudQuery Go API Client from `spec.json` ([#132](#132)) ([84ee52e](84ee52e))
    * Generate CloudQuery Go API Client from `spec.json` ([#133](#133)) ([9e72ad2](9e72ad2))
    * Generate CloudQuery Go API Client from `spec.json` ([#134](#134)) ([107e98f](107e98f))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a031794 View commit details
    Browse the repository at this point in the history
Loading