forked from getredash/redash
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Merge from redash #44
Open
sumesh-aot
wants to merge
166
commits into
AOT-Technologies:formsflow-merge-2
Choose a base branch
from
getredash:master
base: formsflow-merge-2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Format the Slack message using the "mrkdwn" type, which will make hyperlinks clickable. New test for Slack destination. Co-authored-by: github-actions <[email protected]>
The qds-sdk-py package along with the rest of the Qubole project is no longer maintained: qubole/qds-sdk-py@3c6a34c Removing this eliminates these warnings when running Redash management commands: ./qds_sdk/commands.py:1124: SyntaxWarning: "is" with a literal. Did you mean "=="? if options.mode is "1": ./qds_sdk/commands.py:1137: SyntaxWarning: "is" with a literal. Did you mean "=="? if options.db_update_mode is "updateonly": ./qds_sdk/commands.py:1424: SyntaxWarning: "is" with a literal. Did you mean "=="? if (total is 0) or (downloaded == total): Co-authored-by: github-actions <[email protected]>
Also added a "make clean-all" target to remove the related containers
The version 20.0.4 has a security issue: https://grenfeldt.dev/2021/04/01/gunicorn-20.0.4-request-smuggling/ Changelog: https://docs.gunicorn.org/en/stable/news.html
* Update yarn to current latest in 1.22.x series * Use an environment variable for the yarn version As suggested by @lucydodo: #6858 (comment) Thanks heaps. :)
* reuse built frontend in ci, merge compose files * pr comments * added make create_db alias to create_database * fixed lint --------- Co-authored-by: Andrii Chubatiuk <[email protected]>
Co-authored-by: Andrii Chubatiuk <[email protected]>
Co-authored-by: Andrii Chubatiuk <[email protected]>
* filter widged results to fix tests during repeatable execution * minor fix * made queryName variable --------- Co-authored-by: Andrew Chubatiuk <[email protected]>
Co-authored-by: Andrii Chubatiuk <[email protected]>
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.1.15...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrii Chubatiuk <[email protected]>
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fixed local setup to run on ARM64 * set local profile in makefile by default * reverted compose comment for postgres command
…ltip if they are defined (#6582) * show column comments by default for athena and postgres * Restyled by prettier * fixed typo * fmt fix * ordered imports * fixed unit tests * fixed tests for athena --------- Co-authored-by: Andrew Chubatiuk <[email protected]> Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Andrii Chubatiuk <[email protected]>
This PR changes the default (tcp) port for the web user interface back to port 5001. The recent change to port 5000 (to match an old default) turned out to be more painful than it's worth. So, lets keep using port 5001 after all.
This removes some debugging output, and makes an unexpected text string useful by explaining what's happening.
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.3.3 to 4.6.3. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.3.3...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.4.2 to 2.6.1. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.4.2...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.4.4...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Lee <[email protected]>
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(aws-es): fixed es auth * fixed lock * rq v1.16
Solves the deprecation warning for TripleDES Related: paramiko/paramiko#2419
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.6 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.6...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Clift <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Support result reuse * Update pyathena to 2.25.2 * Separate options * Regenerate the Poetry lock file --------- Co-authored-by: SeongTae Jeong <[email protected]>
Co-authored-by: Ezra Odio <[email protected]>
* Split out secrets requiring workflows * Update target * Update Cypress run command
…RY_RESULT_TABLE. (#7296) * prevent text values in payload being detected as 'set' on send. Webex send ERROR:: Object of type set is not JSON serializable Signed-off-by: Matt Nelson <[email protected]> * add support for formatted QUERY_RESULT_TABLE in webex card Signed-off-by: Matt Nelson <[email protected]> * don't try to send to blank destinations Signed-off-by: Matt Nelson <[email protected]> * fix handling of the encoded QUERY_RESULTS_TABLE text Signed-off-by: Matt Nelson <[email protected]> * re-sort imports for ruff Signed-off-by: Matt Nelson <[email protected]> * change formatter to black Signed-off-by: Matt Nelson <[email protected]> * Add additional tests for Webex notification handling ensure blank entries are handled for room IDs and person emails. ensure that the API is not called when no valid destinations are provided. ensure proper attachment formatting for alerts containing 2D arrays. Signed-off-by: Matt Nelson <[email protected]> * Add test for Webex notification with 1D array handling This commit introduces a new test case to verify that the Webex notification function correctly handles a 1D array input in the alert body. The test ensures that the expected payload is constructed properly and that the requests.post method is called with the correct parameters. Signed-off-by: Matt Nelson <[email protected]> --------- Signed-off-by: Matt Nelson <[email protected]>
When MULTI_ORG is enabled, 'static/' resolves to '<org>/static/'
Co-authored-by: snickerjp <[email protected]>
…e have wrong y-value (#7330)
This fixes the following exception: ``` UnboundLocalError: local variable 'value_is_number' referenced before assignment File "rq/worker.py", line 1431, in perform_job rv = job.perform() File "rq/job.py", line 1280, in perform self._result = self._execute() File "rq/job.py", line 1317, in _execute result = self.func(*self.args, **self.kwargs) File "redash/tasks/alerts.py", line 36, in check_alerts_for_query new_state = alert.evaluate() File "redash/models/__init__.py", line 1002, in evaluate new_state = next_state(op, value, threshold) File "redash/models/__init__.py", line 928, in next_state elif not value_is_number and op not in [OPERATORS.get("!="), OPERATORS.get("=="), OPERATORS.get("equals")]: ```
Co-authored-by: snickerjp <[email protected]>
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.
What type of PR is this? (check all applicable)
Description
Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings (if there are UI changes)