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: getindata/streaming-jupyter-integrations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.1
Choose a base ref
...
head repository: getindata/streaming-jupyter-integrations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 16 commits
  • 26 files changed
  • 4 contributors

Commits on Aug 10, 2022

  1. init sql script

    Anna Urbala committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    71a06ef View commit details
    Browse the repository at this point in the history
  2. init sql script - init.sql file

    Anna Urbala committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1ae6ac2 View commit details
    Browse the repository at this point in the history
  3. init sql script - CHANGELOG.md

    Anna Urbala committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    88ef6c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. fix

    Anna Urbala committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    3da5ba8 View commit details
    Browse the repository at this point in the history
  2. fix

    Anna Urbala committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    abbd86d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from getindata/init-sql-script

    Init sql script
    niladrem authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8db1955 View commit details
    Browse the repository at this point in the history
  4. Add SQL syntax highlighting plugin (#13)

    To work in JupyterLab, syntax highlighting must be enabled as a plugin.
    This commit introduces such a plugin (with TypeScript code in `src`
    directory), which expands on jupyterlab-lsp [1] functionalities.
    
    [1] https://github.com/jupyter-lsp/jupyterlab-lsp
    swtwsk authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    322d7e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Add plugins to init

    Anna Urbala committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    fdae270 View commit details
    Browse the repository at this point in the history
  2. fix

    Anna Urbala committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5ae0796 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from getindata/plugins

    Add plugins to init
    niladrem authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8a38213 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. fix

    Anna Urbala committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2f61022 View commit details
    Browse the repository at this point in the history
  2. fix mypy check

    Anna Urbala committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    e86be4a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from getindata/plugin-jar-provider

    Register path provided by jar providers
    niladrem authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    3297be6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Fix is_query function (#17)

    * Recognize DESCRIBE and SHOW keywords as queries
    swtwsk authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e2e4c02 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. FIX #18 - Bump version and CHANGELOG for release 0.3.0

    github-actions committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    778cf4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from getindata/release-0.3.0

    Release 0.3.0
    niladrem authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    d470c38 View commit details
    Browse the repository at this point in the history
Loading