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: 1e4b730
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: b755e62
Choose a head ref
  • 10 commits
  • 170 files changed
  • 2 contributors

Commits on Apr 29, 2024

  1. Fix polyfill (#254)

    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9913384 View commit details
    Browse the repository at this point in the history
  2. [PECO-1390] Configure Typescript for tests (#256)

    * Configure TypeScript for unit and e2e tests
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Fix imports to properly collect coverage
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fac3345 View commit details
    Browse the repository at this point in the history
  3. Chore (#255)

    * Get rid of redundant `lib/hive/Types`
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Allow any number type (number, bigint, Int64) for `maxRows` and `queryTimeout` options
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Move some global constants to client config
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Add a note about `queryTimeout` option
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Use a proper error class instead of a generic `Error`
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c239fca View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Iterable interface for IOperation (#252)

    * Iterable interface for IOperation
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Chore: split `utils` unit tests into few files
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Add tests
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Add visibility modifiers
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Fixes after merge
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Fix import
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko authored May 9, 2024
    Configuration menu
    Copy the full SHA
    fb817b5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Convert E2E tests to Typescript (#257)

    * Convert E2E tests to typescript
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Adjust Typescript configs for building and linting scenarios
    
    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 authored May 14, 2024
    Configuration menu
    Copy the full SHA
    3eed509 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Convert unit tests to Typescript (#258)

    * Convert unit tests to Typescript
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Polish & cleanup
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Polish & cleanup
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko authored May 27, 2024
    Configuration menu
    Copy the full SHA
    3c29fe2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. [PECO-983] Support streaming query results via Node.js streams (#262)

    * [PECO-983] Support streaming query results via Node.js streams
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * Add tests
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    * CR1
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    
    ---------
    
    Signed-off-by: Levko Kravets <levko.ne@gmail.com>
    kravets-levko authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1adcb94 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. [PECO-2049] Add custom auth headers into cloud fetch request (#267)

    Signed-off-by: Jacky Hu <jacky.hu@databricks.com>
    jackyhu-db authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    56bd0d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. [PECO-2153] Support OAuth on databricks.azure.cn (#271)

    [PEC-2153] Support OAuth on databricks.azure.cn
    
    Signed-off-by: Jacky Hu <jacky.hu@databricks.com>
    jackyhu-db authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    af23aa0 View commit details
    Browse the repository at this point in the history
  2. Prepare release 1.9.0 (#272)

    Signed-off-by: Jacky Hu <jacky.hu@databricks.com>
    jackyhu-db authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    b755e62 View commit details
    Browse the repository at this point in the history
Loading