master
Name already in use
Commits on May 17, 2023
-
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.
-
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).
Commits on Apr 30, 2023
-
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>
Commits on Apr 28, 2023
Commits on Apr 20, 2023
Commits on Apr 5, 2023
-
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)
Commits on Mar 27, 2023
-
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>
-
* 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>
Commits on Mar 24, 2023
-
-
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.
Commits on Mar 21, 2023
-
feat: New support databend for redash (#5902)
* feat: New support databend for redash * fix
Commits on Mar 20, 2023
-
-
Remove extensions mechanism (#5895)
* Remove extensions mechanism. * Missing change.
Commits on Mar 18, 2023
Commits on Feb 17, 2023
-
Co-authored-by: guyu <guyu@fordeal.com>
-
Commits on Feb 16, 2023
-
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
Commits on Jan 5, 2023
-
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>
Commits on Oct 7, 2022
-
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.
-
Adding Apache Pinot Query Runner (#5798)
* Adding Apache Pinot integration * address comments
Commits on Sep 24, 2022
Commits on Aug 24, 2022
Commits on Jul 20, 2022
-
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>
Commits on Jul 15, 2022
-
README: update list of supported data sources (#5790)
Co-authored-by: Jesse Whitehouse <jesse@whitehouse.dev>
Commits on Jul 12, 2022
-
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>
Commits on Jul 8, 2022
-
New Query Runner: Netezza Performance Server (#5771)
Co-authored-by: Jesse <jwhitehouse@airpost.net>
Commits on Jul 6, 2022
-
Sort Python safe built-ins (#5781)
Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com> Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
-
New Query Runner: Arango query runner (#5124)
Co-authored-by: Hugo Gresse <hugo.gresse@gmail.com>
Commits on Jul 3, 2022
-
Add unarchive button to dashboard (#4697)
Co-authored-by: Jesse Whitehouse <jesse@whitehouse.dev>
-
-
-