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: databricks/databricks-sql-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.1
Choose a base ref
...
head repository: databricks/databricks-sql-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.0
Choose a head ref
  • 10 commits
  • 34 files changed
  • 3 contributors

Commits on Jan 17, 2024

  1. [PECO-1259] Implement retry behavior for CloudFetch (#211)

    * [PECO-1259] Implement retry behavior for CloudFetch + refactoring
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Update tests
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a4e4aa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. CI: run unit tests on multiple Nodejs versions (#220)

    * CI: run unit tests on multiple Nodejs versions
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Temporarily exclude Nodejs@14
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Collect reports for all Node versions separately
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    086f5bb View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Add polyfills to make apache-arrow work in Node@14 (#219)

    * Add polyfills to make `apache-arrow` work in Node@14
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Add tests
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Run unit tests on Node@14
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8c590d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. [PECO-1431] Support Databricks OAuth in Azure (#223)

    * Support Databricks InHouse OAuth in Azure
    
    Signed-off-by: Jacky Hu <jacky.hu@databricks.com>
    
    * Rename AWSOAuthManager to DatabricksOAuthManager
    
    Signed-off-by: Jacky Hu <jacky.hu@databricks.com>
    
    * Remove dead code
    
    Signed-off-by: Jacky Hu <jacky.hu@databricks.com>
    
    * Format fix
    
    Signed-off-by: Jacky Hu <jacky.hu@databricks.com>
    
    * Fix domain list
    
    Signed-off-by: Jacky Hu <jacky.hu@databricks.com>
    
    * Refine code
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Refine code
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Jacky Hu <jacky.hu@databricks.com>
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    Co-authored-by: Levko Kravets <levko.ne@gmail.com>
    jackyhu-db and kravets-levko committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5b01d59 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. [PECO-1260] Support results compression (#216)

    * [PECO-1260] Support results compression
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Fix existing tests
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Add tests
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Rename option to align with other connectors
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f3c53a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. [PECO-1433] Support Databricks OAuth on GCP (#224)

    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4d4078b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Update owners (#227)

    update owners
    
    Signed-off-by: yunbodeng-db <104732431+yunbodeng-db@users.noreply.github.com>
    yunbodeng-db committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    86f3888 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Adjust useDatabricksOAuthInAzure behavior (#225)

    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3953e5d View commit details
    Browse the repository at this point in the history
  2. Use correct scopes for OAuth U2M and M2M flows (#228)

    * Refactor OAuthManager: explicitly define which flow to use
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Refactoring: when refreshing OAuth token, use same scopes as when getting the one
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Use correct scopes for U2M and M2M flows
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Tests
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    957791b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Prepare release 1.8.0 (#229)

    * Prepare release 1.8.0
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Fix `npm audit` issues
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Minor fixes to changelog
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    bf3c9ee View commit details
    Browse the repository at this point in the history
Loading