-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redash development history in a single commit (front-end only) #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix CLI command for "status" CLI command "status" can fail due to incorrect connection information to RQ. This change matches the behavior from line 65 and solves the connection error. * Move connection up to CLI entrypoint
* Don't show New ... buttons on list pages if user doesn't have corresponding permissions * Hide Create menu item if no create actions available
* Split OrganizationSettings page into components * Update change handling: use objects instead of string keys, move some logic to more appropriate place * Convert OrganizationSettings page to functional component and refine code a bit * Add some extension points * Improve onChange handler Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com> Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com>
* Move components specific to UserProfile page to corresponding folder * Split UserProfile page into components * Rename components, refine code a bit * Add some extension points * Fix margin
* Allow to override frontend routes * Configure app before initializing ApplicationArea * Refine code
* avoid purging operational queues * schema queues actually run queries, so they should be purged
* delete locks for cancelled queries * test that query cancellations do not prevent reenqueues
* Textbox: confirm close if text was changed * Update texting (with @gabrieldutra) * Update texting Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com> Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com>
* allow overriding the type of key used for primary/foreign keys of the different models * rename key_types to singular key_type * add some documentation for `database_key_definitions`
* fixed print method * fixed `.items()` error * added extra builtins * added guarded_unpack_sequence
Co-authored-by: Levko Kravets <kravets-levko@users.noreply.github.com> Co-authored-by: Levko Kravets <kravets-levko@users.noreply.github.com>
* getredash/redash#4784 Y-axis autoscale fails when min or max is set * Update tests Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com>
* Explicitly sort routes to reduce (avoid at all?) a chance of conflicts * Sort routes by params count
* fix schedule sorting issue * style change * Update to meet code style. * move the schedule sort to backend * mod comment Co-authored-by: Arik Fraimovich <arik@arikfr.com>
Co-authored-by: Hugo Gresse <hugo.gresse@gmail.com>
Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com> Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
Co-authored-by: Jesse <jwhitehouse@airpost.net>
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>
Co-authored-by: Jesse Whitehouse <jesse@whitehouse.dev>
- 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>
Use curl --location
seperated -> separated
* Adding Apache Pinot integration * address comments
* 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.
* 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>
* 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
Co-authored-by: guyu <guyu@fordeal.com>
* Remove extensions mechanism. * Missing change.
* feat: New support databend for redash * fix
…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.
* 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>
* Add liveness check script for workers closes #5885 * delete extra script * Rename worker_healthcheck -> workers_healthcheck --------- Co-authored-by: Arik Fraimovich <arik@arikfr.com>
…xing MySQL multi statement support (#5957)
rudyryk
changed the title
Redash development history in a single commit
Redash development history in a single commit (front-end only)
Apr 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.