Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on May 17, 2023

  1. Update Debian version for Node image (#6038)

    `14.17` used stretch, which was ancient and seems to no longer support
    updates. Let's try updating to bullseye, which should be around for
    a while.
    wlach committed May 17, 2023
  2. Pin boto3 dependencies in dev requirements as well (#6037)

    * Pin boto3 dependencies in dev requirements as well
    
    Testing to see if this fixes CI, where it appears a more recent (too
    recent) version of boto3 is being installed.
    
    * Add circle step to list installed packages
    
    This takes almost no time, and helps debug dependency issues (a
    longer-term fix might be to switch to pip-compile).
    wlach committed May 17, 2023

Commits on Apr 30, 2023

  1. Bump pyyaml from 5.1.2 to 5.4 (#5442)

    Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4.
    - [Release notes](https://github.com/yaml/pyyaml/releases)
    - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
    - [Commits](yaml/pyyaml@5.1.2...5.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 30, 2023

Commits on Apr 28, 2023

  1. Bump pysaml2 to 6.5.0 (#6013)

    arikfr committed Apr 28, 2023

Commits on Apr 20, 2023

Commits on Apr 5, 2023

  1. Bump mysqlclient from 1.3.14 to 2.1.1, memsql from 3.0.0 to 3.2.0, fi…

    …xing MySQL multi statement support (#5957)
    myonlylonely committed Apr 5, 2023

Commits on Mar 27, 2023

  1. Add liveness check for workers (#5886)

    * Add liveness check script for workers
    
    closes #5885
    
    * delete extra script
    
    * Rename worker_healthcheck -> workers_healthcheck
    
    ---------
    
    Co-authored-by: Arik Fraimovich <arik@arikfr.com>
    shubhwip and arikfr committed Mar 27, 2023
  2. Fix/databend params (#5937)

    * fix: databend params
    
    * add databend logo
    
    * fix log
    
    * fix log
    
    * Update redash/query_runner/databend.py
    
    Co-authored-by: Arik Fraimovich <arik@arikfr.com>
    
    ---------
    
    Co-authored-by: Arik Fraimovich <arik@arikfr.com>
    hantmac and arikfr committed Mar 27, 2023

Commits on Mar 24, 2023

  1. Update development workflow for Apple Silicon, Node version, default …

    …port, and maildev image (#5932)
    
    * Update ngines definition to allow for newer versions of Node.
    
    With Node version 19 I stumbled into some issues so for now bumped it to v16, until we get to updating the libraries we use.
    
    * docker-compose.yml updates:
    
    1. Switch to newer maildev docker image.
    2. Update local port to 5001 as 5000 seems to be used by a system process now.
    
    * Update pymssql and pyarrow. Also commented out ibm-db until we have a way to not install it only on ARM.
    arikfr committed Mar 24, 2023

Commits on Mar 21, 2023

  1. feat: New support databend for redash (#5902)

    * feat: New support databend for redash
    
    * fix
    hantmac committed Mar 21, 2023

Commits on Mar 20, 2023

  1. Remove extensions mechanism (#5895)

    * Remove extensions mechanism.
    
    * Missing change.
    arikfr committed Mar 20, 2023

Commits on Feb 17, 2023

  1. fix word spell (#5859)

    Co-authored-by: guyu <guyu@fordeal.com>
    gaecoli and guyu committed Feb 17, 2023

Commits on Feb 16, 2023

  1. fix: Support importlib_metadata v5.0.0 (#5840)

    * fix: Support importlib_metadata v5.0.0
    
    importlib_metadata removed compatibility shims for deprecated entry point interfaces.
    see: https://github.com/python/importlib_metadata/blob/main/CHANGES.rst#v500
    
    Filter result of entry_points function by group parameter.
    see: https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.entry_points
    
    * fix: Enable to run in older python version
    
    In circleci frontend-unit-tests, old node image is used and python 3.5 is used.
    Support both old version and latest version by checking ijmportlib_metadata version
    tsbkw committed Feb 16, 2023

Commits on Jan 5, 2023

  1. Improve visibility of error message during schema retrieval (#5879)

    * handle query execution error in one place. increase ability to debug issues with schema retrieval
    
    * split message and details for error reporting
    
    Co-authored-by: Dmitriy Apollonin <dmitriy.apollonin@aspireiq.com>
    apollonin and Dmitriy Apollonin committed Jan 5, 2023

Commits on Oct 7, 2022

  1. Microsoft Teams Webhook alert destination (#5691)

    * Microsoft Teams Webhook alert destination
    
    * Text formatting and new image for Microsoft Teams Webhook
    
    * Comment on how to build frontend
    
    * Add title to clarify webhook URL
    
    * Make the message into a configurable template.
    kevinchiang committed Oct 7, 2022
  2. Adding Apache Pinot Query Runner (#5798)

    * Adding Apache Pinot integration
    
    * address comments
    xiangfu0 committed Oct 7, 2022

Commits on Sep 24, 2022

  1. Fix typo in users.py (#5818)

    seperated -> separated
    eltociear committed Sep 24, 2022

Commits on Aug 24, 2022

  1. Databricks ODBC Driver: follow redirects (#5814)

    Use curl --location
    trigremm committed Aug 24, 2022

Commits on Jul 20, 2022

  1. New ElasticSearch Query Runner (#5794)

    - A runner supporting the newest versions of ES,
      aggregation, nested aggregations and nested fields.
    - A runner for the SQL OpenDistro flavor
    - A runner for the SQL X-Pack flavor
    
    Co-authored-by: Nicolas Le Manchet <nicolas@lemanchet.fr>
    Co-authored-by: wwl717195673 <717195673@qq.com>
    3 people committed Jul 20, 2022

Commits on Jul 15, 2022

  1. README: update list of supported data sources (#5790)

    Co-authored-by: Jesse Whitehouse <jesse@whitehouse.dev>
    aniket-s-kulkarni and susodapop committed Jul 15, 2022

Commits on Jul 12, 2022

  1. Clickhouse: Multi-statements support (#5792)

    ClickHouse query runner splits query into several and execute each query in turn. The result of the last execution is returned. Implementation uses ClickHouse sessions in the HTTP protocol. `session_id` is generated for the first query and then it is used with the subsequent queries (together with the `session_check` parameter).
    
    If query runner gets a success response with empty body from ClickHouse (for example, in case of temporary table creation request) query runner returns empty response.
    
    authored-by: Liubov Ulitina <ulitinalm@vl.ru>
    susodapop committed Jul 12, 2022

Commits on Jul 8, 2022

  1. New Query Runner: Netezza Performance Server (#5771)

    Co-authored-by: Jesse <jwhitehouse@airpost.net>
    aniket-s-kulkarni and susodapop committed Jul 8, 2022

Commits on Jul 6, 2022

  1. Sort Python safe built-ins (#5781)

    Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com>
    Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
    3 people committed Jul 6, 2022
  2. New Query Runner: Arango query runner (#5124)

    Co-authored-by: Hugo Gresse <hugo.gresse@gmail.com>
    bryanyang0528 and HugoGresse committed Jul 6, 2022
Older