You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last week there were 17 commits.
🛠️ [Add more flake8 tests and fail build if any test fails (#4055) * Add more flake8 tests and fail build if any test fails
Here's the Weekly Digest for getredash/redash:
ISSUES
Last week 20 issues were created.
Of these, 13 issues have been closed and 7 issues are still open.
OPEN ISSUES
💚 #4077 Athena query cost, by ialeinikov
💚 #4076 Rockset data source improvements, by ari-e
💚 #4074 Add gauge visualization, by IdoPeles
💚 #4071 Allow the user to decide how to handle null values in charts, by kravets-levko
💚 #4070 Bold markdown in Dashboard Textbox not rendered correctly, by griffinator76
💚 #4066 [Qubole] - Adding support to process Quantum query types., by sandeepV2
💚 #4065 [Qubole] Add support to process Quantum query type. , by SandeepBelagavi
CLOSED ISSUES
❤️ #4080 Try to enable GitHub CI again, by cclauss
❤️ #4079 Run CI with GitHub Actions, by cclauss
❤️ #4078 Fix clickhouse password leak, by vv-p
❤️ #4075 Pin kombu version, by arikfr
❤️ #4073 Format Counter target value as a number with reasonable default, by arikfr
❤️ #4072 ParameterizedQuery: handle the case where a value is null, by arikfr
❤️ #4069 Require a more up-to-date version of importlib-metadata., by jezdez
❤️ #4068 Fail to build with Docker compose., by MichelDiz
❤️ #4067 Fork keep visualizations order, by Jakdaw
❤️ #4064 Fix loading of periodic tasks and clean up extension loading., by jezdez
❤️ #4063 Add option to control whether to format target value., by arikfr
❤️ #4062 Prevent CSP violations by not having script URLs , by arikfr
❤️ #4061 Switch to mysqlclient from Python-MySQL, by arikfr
LIKED ISSUE
👍 #4074 Add gauge visualization, by IdoPeles
It received 👍 x2, 😄 x0, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #4064 Fix loading of periodic tasks and clean up extension loading., by jezdez
It received 7 comments.
PULL REQUESTS
Last week, 22 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 5 pull requests were updated.
💛 #4077 Athena query cost, by ialeinikov
💛 #4076 Rockset data source improvements, by ari-e
💛 #4071 Allow the user to decide how to handle null values in charts, by kravets-levko
💛 #4017 Removed redash-newstyle.less, by ranbena
💛 #3962 Add an
extras
field for Presto connector, by ktmudMERGED PULL REQUEST
Last week, 17 pull requests were merged.
💜 #4078 Fix clickhouse password leak, by vv-p
💜 #4075 Pin kombu version, by arikfr
💜 #4073 Format Counter target value as a number with reasonable default, by arikfr
💜 #4072 ParameterizedQuery: handle the case where a value is null, by arikfr
💜 #4069 Require a more up-to-date version of importlib-metadata., by jezdez
💜 #4032 Add parameter dialog doesn't work when query has selected text, by rauchy
💜 #4067 Fork keep visualizations order, by Jakdaw
💜 #4064 Fix loading of periodic tasks and clean up extension loading., by jezdez
💜 #4063 Add option to control whether to format target value., by arikfr
💜 #4062 Prevent CSP violations by not having script URLs , by arikfr
💜 #4061 Switch to mysqlclient from Python-MySQL, by arikfr
💜 #4060 Cypress: Fix cy.clock not freezing time, by gabrieldutra
💜 #4059 Change the required Docker Compose version to 3.2, by arikfr
💜 #4055 Add more flake8 tests and fail build if any test fails, by cclauss
💜 #4028 Add assume role as a credential source for AWS Athena Query runner , by ialeinikov
💜 #4006 Migrate Parameters component to React, by gabrieldutra
💜 #3987 [Data Sources] Initial commit for adding Dgraph support, by The-Alchemist
COMMITS
Last week there were 17 commits.
🛠️ [Add more flake8 tests and fail build if any test fails (#4055) * Add more flake8 tests and fail build if any test fails
Run all flake8 E9xx + F63x + F7xx + F82x tests.
long = long in Python 2](d38ca80) by cclauss
🛠️ [Migrate Parameters component to React (Migrate Parameters component to React #4006) * Start Parameters Migration
Add dirtyCount
Use workaround with setState
Apply Changes
Add EditSettingsDialog
Add Cmd/Ctrl + Enter behavior
Remove isApplying
Delete Angular version of parameters
Update tests
Remove angular stuff
Update jest
Drag placeholder
Update events
Use old button styling and move css
Reviewing code
Add parameter rearrange test
Add Parameter Settings title change test
Update Parameter Settings button styling
Move parameter url logic back to Parameters
Disable url update when query is new
Styling changes (Styling changes #4019)
Ran's title width styling
Update drag test
Improve sizing for Number inputs
Co-Authored-By: Ran Byron [email protected]
Co-Authored-By: Ran Byron [email protected]
Don't reevaluate dirtyParamCount
Allow multiple values :)
Fix parameter alignments
Fix Select width on search
Update client/app/components/Parameters.less
Co-Authored-By: Ran Byron [email protected]
Humanize param.name
Make sure angular updates Execute disabled status](a1f11cb) by gabrieldutra
🛠️ [Fix clickhouse password leak (Fix clickhouse password leak #4078) * Fix clickhouse password leak
Fix after review](b426e4f) by vv-p
🛠️ Pin kombu version (#4075) kombu is a dependency of Celery and usually we let them declare the version, but their version is pinned and the most recent release (4.6.4) has a severe regression where workers stop responding to inspect commands. by arikfr
🛠️ Format target value as a number with reasonable default (#4073) by arikfr
🛠️ ParameterizedQuery: handle the case where a value is null (#4072) by arikfr
🛠️ Require a more up-to-date version of importlib-metadata. (#4069) by jezdez
🛠️ When we fork a query, make sure we create the new visualizations in the same order as per the source query (#4067) by Jakdaw
🛠️ Switch to mysqlclient from Python-MySQL (#4061) by arikfr
🛠️ [Add parameter dialog doesn't work when query has selected text (Add parameter dialog doesn't work when query has selected text #4032) * debounce updateQuery to prevent pasting parameters over selected texts failing parseQuery (see Add parameter dialog doesn't work when query has selected text #4032)
drop defer](f7c70c2) by rauchy
🛠️ [[Data Sources] Initial commit for adding Dgraph support ([Data Sources] Initial commit for adding Dgraph support #3987) * Initial commit for adding Dgraph support
Made suggestions from https://codeclimate.com/github/getredash/redash/pull/3964
feedback from @arikfr
added logo for Dgraph from Twitter
Better conversion of Dgraph JSON to Redash's internal JSON
made recommendations from @arikfr
removed unused function](69ba165) by The-Alchemist
🛠️ [Fix loading of periodic tasks and clean up extension loading. (Fix loading of periodic tasks and clean up extension loading. #4064) * Fix loading of periodic tasks and clean up extension loading.
This does a few things:
Use site.addsitedir instead of calling pip.
Use sys.path instead of site.addsitedir and also the setup.py egg_info command.](7b5696d) by jezdez
🛠️ Cypress: Fix cy.clock not freezing time (#4060) by gabrieldutra
🛠️ [Add assume role as a credential source for AWS Athena Query runner (Add assume role as a credential source for AWS Athena Query runner #4028) * allowing to specify a custom work group for AWS Athena queries
Fixing title + adding correct position in the UI
Adding assume role configuration to Athena query runner.
removing extra blank lines
fixes based on comments to the PR](be142d6) by ialeinikov
🛠️ Change the required Docker Compose version to 3.2 (#4059) With the default Docker installed from sources on Ubuntu 19.04 it failed starting the project when asking for Compose version 3.7, but everything worked fine with 3.2. by arikfr
🛠️ [Prevent CSP violations by not having script URLs (Prevent CSP violations by not having script URLs #4062) * Fix: remove inline script to avoid CSP violation
Closes #4039.
Restore eslint rule that prevents javascript href attributes.
Remove all inline script links.](685b536) by arikfr
🛠️ Add option to control whether to format target value. (#4063) by arikfr
CONTRIBUTORS
Last week there were 9 contributors.
👤 cclauss
👤 gabrieldutra
👤 vv-p
👤 arikfr
👤 jezdez
👤 Jakdaw
👤 rauchy
👤 The-Alchemist
👤 ialeinikov
STARGAZERS
Last week there were 70 stagazers.
⭐ Triagen
⭐ litao3rd
⭐ DonnySLau
⭐ vkey
⭐ wangchao523
⭐ BlainMaguire
⭐ ztayer
⭐ etking3
⭐ mauriguz
⭐ piggybox
⭐ richma
⭐ ZhibaoLi
⭐ jerry6654
⭐ Ic3fr0g
⭐ yingshuangfan
⭐ SandeepBelagavi
⭐ cillierburger
⭐ MuresanAntoine
⭐ Lrcezimbra
⭐ byebye758
⭐ bhupendra-bhudia
⭐ helloxteen
⭐ becksgld
⭐ JonCrawford
⭐ mizukmb
⭐ shendl1978
⭐ istevenG
⭐ nguyenphuceh
⭐ prashant-shahi
⭐ nvvu
⭐ phucpnt
⭐ skydai
⭐ yangliuyu
⭐ xponrails
⭐ jamesob
⭐ mballoni
⭐ claypatterson
⭐ zhenjing
⭐ 52Jolynn
⭐ lstk520
⭐ mtianyan
⭐ fraaannn
⭐ hatunet
⭐ david-w-millar
⭐ doyley91
⭐ lucasviecelli
⭐ CrashLaker
⭐ nabiuddin6
⭐ geekzsp
⭐ baoyicai
⭐ DorinaFerencsik
⭐ lorenwe
⭐ cauefcr
⭐ qihboy
⭐ mcicolella
⭐ mdlarussa
⭐ pkulev
⭐ Vitiell0
⭐ raiscui
⭐ fengmingyu
⭐ rajedan
⭐ chauffer
⭐ piyooshsinha
⭐ yaomengsi
⭐ bmoyer240
⭐ fandujar
⭐ gitE0Z9
⭐ xiaoshuojun2019
⭐ startstack
⭐ cristianossd
You all are the stars! 🌟
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository getredash/redash to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: