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: cmoog/vscode-sql-notebook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: cmoog/vscode-sql-notebook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 7 commits
  • 18 files changed
  • 2 contributors

Commits on Mar 22, 2022

  1. dev: use flake to lock devshell

    cmoog committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    86a7e5f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. feat: implement transparent language server client (#25)

    Now that `vscode-sql-notebook` has a UI for connecting to
    the database, we can use that information to automatically
    configure a language server to provide completion and formatting.
    
    Until further testing shows that this is stable under more conditions,
    LSP initialization is gated behind a default `false` configuration option.
    cmoog authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    e1936b6 View commit details
    Browse the repository at this point in the history
  2. Bump minimist from 1.2.5 to 1.2.6 (#28)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c8ab0cf View commit details
    Browse the repository at this point in the history
  3. add query timeout configuration option (#27)

    Allow user to specify query timeout in the vscode settings menu. Default to 30 seconds.
    cmoog authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    e955f6c View commit details
    Browse the repository at this point in the history
  4. docs: cleanup changelog

    cmoog committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    0253d2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46aaa11 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. release v0.5.0

    cmoog committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    6ca9b19 View commit details
    Browse the repository at this point in the history
Loading