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: 715a2ce
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: 3b53c45
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 17, 2023

  1. feat: Moving configuration and auth logic (#37)

    This is being moved from cloudquery/cli to allow it to be shared by both the `plugin-sdk` and `cloudquery/cli` components.
    
    This may not be the best place for this code in the long run, but for now we want to share the code between `cloudquery/cli` and `plugin-sdk` without having `cloudquery/cli` introduce a dependency on the `plugin-sdk`.
    
    This PR also modifies the token issuing logic, to only refresh the ID token if the existing token is close to expiry. This is to minimise the API calls needed during the sync upsert process.
    mnorbury authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0bffdb2 View commit details
    Browse the repository at this point in the history
  2. chore: Remove -tags=assert test tags (#41)

    These tags are required for arrow based tests - which are needed in this project
    
    refs: cloudquery/cloudquery-issues#668
    mnorbury authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9ca0d70 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v1.3.0 (#40)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.3.0](v1.2.9...v1.3.0) (2023-10-17)
    
    
    ### Features
    
    * Moving configuration and auth logic ([#37](#37)) ([0bffdb2](0bffdb2))
    
    ---
    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 Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3b53c45 View commit details
    Browse the repository at this point in the history
Loading