-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Description
Here's the Weekly Digest for getredash/redash:
ISSUES
Last week 20 issues were created.
Of these, 14 issues have been closed and 6 issues are still open.
OPEN ISSUES
💚 #3760 Feature: Add option to hide widget level filters, by yoavbls
💚 #3759 Fix: dashboard filters collects all options too, by yoavbls
💚 #3758 Athena data source - Connection Test Failed: [(‘asn1 encoding routines’, ‘asn1_item_embed_d2i’, ‘field missing’)], by kannan-zeotap
💚 #3753 Visualization rendering getting cut in editor on first load, by arikfr
💚 #3752 Poll for results in parameterized embeds, by rauchy
💚 #3745 Postgres Queries: non deterministic: Relation does not exist, by flobaader
CLOSED ISSUES
❤️ #3761 InvalidToken error when execute query, by LockGit
❤️ #3757 Fix: default value for Presto password should be None, by arikfr
❤️ #3756 Fix: pie chart not rendering when series doesn't exist in options., by arikfr
❤️ #3755 Refactor format add semi-colon, by taminif
❤️ #3754 Add: organization setting for time format, by yusukegoto
❤️ #3751 Remove unused import statements, by ariarijp
❤️ #3750 Move is_url_key method to function for testability., by ariarijp
❤️ #3749 Dashboard Grid #3 - Auto Height, by ranbena
❤️ #3748 Cypress: Fix Stuck E2E test - create_query_spec, by gabrieldutra
❤️ #3747 Add missing parameter to new BigQuery query runner method., by jezdez
❤️ #3746 OMG help me, by arikfr
❤️ #3744 Fix query page height, by ranbena
❤️ #3743 Use monospace font in query output log, by otsaloma
❤️ #3742 Make creating the BigQuery job data pluggable., by jezdez
LIKED ISSUE
👍 #3746 OMG help me, by arikfr
It received 👍 x0, 😄 x3, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #3754 Add: organization setting for time format, by yusukegoto
It received 7 comments.
PULL REQUESTS
Last week, 32 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 10 pull requests were updated.
💛 #3760 Feature: Add option to hide widget level filters, by yoavbls
💛 #3759 Fix: dashboard filters collects all options too, by yoavbls
💛 #3752 Poll for results in parameterized embeds, by rauchy
💛 #3723 Add more integrated support for Re:Dash users against the presto query_runner, by Ralnoc
💛 #3722 Dashboard grid React migration #1, by ranbena
💛 #3716 Fix Ability to Add Query-based Parameters to Existing Queries, by rauchy
💛 #3692 fix elasticsearch get_schema error when mapping contains no 'properties' key, by truebit
💛 #3627 Migrate Query Snippets to React, by gabrieldutra
💛 #3569 Decouple extensions from Flask app., by jezdez
💛 #2357 Add support for TLS connections to redis, by myoung34
MERGED PULL REQUEST
Last week, 22 pull requests were merged.
💜 #3757 Fix: default value for Presto password should be None, by arikfr
💜 #3756 Fix: pie chart not rendering when series doesn't exist in options., by arikfr
💜 #3755 Refactor format add semi-colon, by taminif
💜 #3754 Add: organization setting for time format, by yusukegoto
💜 #3751 Remove unused import statements, by ariarijp
💜 #3750 Move is_url_key method to function for testability., by ariarijp
💜 #3749 Dashboard Grid #3 - Auto Height, by ranbena
💜 #3748 Cypress: Fix Stuck E2E test - create_query_spec, by gabrieldutra
💜 #3747 Add missing parameter to new BigQuery query runner method., by jezdez
💜 #3744 Fix query page height, by ranbena
💜 #3743 Use monospace font in query output log, by otsaloma
💜 #3742 Make creating the BigQuery job data pluggable., by jezdez
💜 #3741 Show input for missing parameters in embedded visualizations, by rauchy
💜 #3740 Use REDASH_BASE_PATH everywhere instead of hardcoded path, by arikfr
💜 #3735 Dashboard Grid #2 - Single Column layout, by ranbena
💜 #3732 Update npm run to fix hpe_header_overflow in recent nodejs versions, by guwenqing
💜 #3712 add get_by_id to Organization, by rauchy
💜 #3707 Fix query based parameter has value null when created, by gabrieldutra
💜 #3698 Convert query control dropdown button to React, by openjck
💜 #3656 Dashboard grid markings, by ranbena
💜 #3619 Support for Presto password, by aidarbek
💜 #3493 Migrate visualizations registry/renderer/editor to React, by kravets-levko
COMMITS
Last week there were 19 commits.
🛠️ Fix: pie chart not rendering when series doesn't exist in options. (#3756) by arikfr
🛠️ Fix: default value for Presto password should be None (#3757) by arikfr
🛠️ [Add: organization setting for time format (#3754) * Support for time format
-
Add selects test
-
Rename into date_time_format_config](2cd1b07) by yusukegoto
🛠️ [Code style] Add semi-colons (#3755) by taminif
🛠️ Support for Presto password (#3619) by aidarbek
🛠️ Move is_url_key method to function for testability. (#3750) by ariarijp
🛠️ Remove unused import statements (#3751) by ariarijp
🛠️ Convert query control dropdown button to React (#3698) by openjck
🛠️ Add missing parameter to new BigQuery query runner method. (#3747) by jezdez
🛠️ Cypress: Fix Stuck E2E test - create_query_spec (#3748) by gabrieldutra
🛠️ Migrate visualizations registry/renderer/editor to React (#3493) by kravets-levko
🛠️ Fix query page height (#3744) by ranbena
🛠️ add get_by_id to Organization (#3712) by rauchy
🛠️ [Fix query based parameter has value null when created (Fix query based parameter has value null when created #3707) * Fix query based parameter value null when created -
Use toString to avoid having 'null' string](f3a653c) by gabrieldutra
🛠️ Update npm run to fix hpe_header_overflow (#3732) Nodejs has set max header size to 8k in http_parser,
need to provide a larger header size to make the proxy work. by guwenqing
🛠️ Use monospace font in query output log (#3743) Closes #3739 by otsaloma
🛠️ Dashboard grid markings (#3656) by ranbena
🛠️ Use REDASH_BASE_PATH everywhere instead of hardcoded path (#3740) Closes #3727 by arikfr
🛠️ Make creating the BigQuery job data pluggable. (#3742) This would for example allow adding custom job labels (https://cloud.google.com/bigquery/docs/adding-using-labels#job-label) for easier accounting. by jezdez
CONTRIBUTORS
Last week there were 13 contributors.
👤 arikfr
👤 yusukegoto
👤 taminif
👤 aidarbek
👤 ariarijp
👤 openjck
👤 jezdez
👤 gabrieldutra
👤 kravets-levko
👤 ranbena
👤 rauchy
👤 guwenqing
👤 otsaloma
STARGAZERS
Last week there were 69 stagazers.
⭐ iamfat
⭐ lufvilla
⭐ NieiR
⭐ edison7500
⭐ hieudang9
⭐ piperck
⭐ vidwalk
⭐ gwallan
⭐ PengShaw
⭐ AECCfly
⭐ ianwoolf
⭐ rschweda
⭐ ArtificialChatInc
⭐ wangxiaoxu
⭐ pawelkmpt
⭐ pielambr
⭐ 346570643
⭐ lipopo
⭐ aksakalli
⭐ BenSwennen
⭐ z0921
⭐ FirmanMf
⭐ adriankorzen
⭐ danielpro5
⭐ zzimbler
⭐ chendeshen
⭐ Nqsir
⭐ kahnnash
⭐ flyertea
⭐ hirose30
⭐ tumurzakov
⭐ cedzz
⭐ kud1ing
⭐ colonelchlorine
⭐ nalvio
⭐ dino-su
⭐ a-kurasawa
⭐ carnevlu
⭐ ryankkelley
⭐ wangriyu
⭐ Webysther
⭐ carlosorochi
⭐ channprj
⭐ junqueira
⭐ NimaSanati
⭐ fangpenlin
⭐ mrdanjl
⭐ claudioquaglia
⭐ vasoto
⭐ Saajan
⭐ JrmyDev
⭐ antoniomdk
⭐ djphillyg
⭐ iAyaz
⭐ mariomka
⭐ cyrildewit
⭐ mkdir1
⭐ dzz0615
⭐ ryanmesaros
⭐ dwmit
⭐ BJCCSWD
⭐ fanjieqi
⭐ ard333
⭐ dlh
⭐ spy1233
⭐ midasevil
⭐ DuJiaPeng
⭐ jansonjiang0322
⭐ DavidFricker
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.
Your Weekly Digest bot. 📆