-
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 21 issues were created.
Of these, 7 issues have been closed and 14 issues are still open.
OPEN ISSUES
💚 #3813 delete variable, by taminif
💚 #3812 refactor format semi-colon, by taminif
💚 #3811 Hard to resize widget beyond screen height, by arikfr
💚 #3810 Cypress tests for query parameters, by gabrieldutra
💚 #3809 Support for nested aggregations and single value aggregations, by lkm
💚 #3807 Integration tests for query runners (data sources), by arikfr
💚 #3806 Adopt Black for formatting Python code, by arikfr
💚 #3805 WIP: JSON Data Source, by arikfr
💚 #3804 Dashboard: when updating parameters, run only relevant queries, by arikfr
💚 #3802 Esc key should cancel parameter edits, by arikfr
💚 #3801 Celery task to clear schedule was added, by aidarbek
💚 #3798 Failed Scheduled Queries Report, by rauchy
💚 #3797 Send an e-mail report for failed scheduled queries, by rauchy
💚 #3796 Search dropdown parameters, by fmy
CLOSED ISSUES
❤️ #3808 Fix "Now" in DateTime parameter not working, by gabrieldutra
❤️ #3803 "Now" in DateTime parameter isn't working, by arikfr
❤️ #3800 Edit parameter mapping: error when trying to change mapping type to Static; cannot change static value, by kravets-levko
❤️ #3799 Plotly modebar appears above modals, by kravets-levko
❤️ #3795 Fixed visual-card alignment, by ranbena
❤️ #3794 Visualization rendering getting cut in editor on first load, by kravets-levko
❤️ #3793 Get start development without npm, by shunsuke-excite
LIKED ISSUE
👍 #3805 WIP: JSON Data Source, by arikfr
It received 👍 x4, 😄 x0, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #3809 Support for nested aggregations and single value aggregations, by lkm
It received 4 comments.
PULL REQUESTS
Last week, 30 pull requests were created, updated or merged.
OPEN PULL REQUEST
Last week, 2 pull requests were opened.
💚 #3813 delete variable, by taminif
💚 #3812 refactor format semi-colon, by taminif
UPDATED PULL REQUEST
Last week, 15 pull requests were updated.
💛 #3810 Cypress tests for query parameters, by gabrieldutra
💛 #3809 Support for nested aggregations and single value aggregations, by lkm
💛 #3805 WIP: JSON Data Source, by arikfr
💛 #3801 Celery task to clear schedule was added, by aidarbek
💛 #3798 Failed Scheduled Queries Report, by rauchy
💛 #3796 Search dropdown parameters, by fmy
💛 #3781 Add presetted ranges to DateRange and DateTimeRange inputs, by gabrieldutra
💛 #3764 Support regenerating Query API Key, by kyoshidajp
💛 #3760 Feature: Add option to hide widget level filters, by yoavbls
💛 #3723 Add more integrated support for Re:Dash users against the presto query_runner, by Ralnoc
💛 #3692 fix elasticsearch get_schema error when mapping contains no 'properties' key, by truebit
💛 #3659 Allow Parameters on Public Dashboards, by rauchy
💛 #3627 Migrate Query Snippets to React, by gabrieldutra
💛 #3137 Build custom alert message, by k-tomoyasu
💛 #1935 Support writes in mysql, by mfouilleul
MERGED PULL REQUEST
Last week, 13 pull requests were merged.
💜 #3808 Fix "Now" in DateTime parameter not working, by gabrieldutra
💜 #3800 Edit parameter mapping: error when trying to change mapping type to Static; cannot change static value, by kravets-levko
💜 #3799 Plotly modebar appears above modals, by kravets-levko
💜 #3795 Fixed visual-card alignment, by ranbena
💜 #3794 Visualization rendering getting cut in editor on first load, by kravets-levko
💜 #3791 Presto: ignore blank passwords, by arikfr
💜 #3788 Loading indicator till app inits, by ranbena
💜 #3786 [BigQuery] Fix: in some queries there is no mode field, by arikfr
💜 #3784 filtered tag remove empty name at edit query, by taminif
💜 #3783 Migrate Embed Query Dialog to React, by gabrieldutra
💜 #3737 Refresh query when parameters update, by gabrieldutra
💜 #3722 Dashboard grid React migration #1, by ranbena
💜 #3003 Fix support for calling MySQL Stored Procedures and allow queries to be cancelled, by Jakdaw
COMMITS
Last week there were 13 commits.
🛠️ [Bug fix] Fix "Now" in DateTime parameter not working (#3808) by gabrieldutra
🛠️ [Dashboard grid React migration #1 (#3722) * Dashboard grid React migration
-
Updated tests
-
Fixes comments
-
One col layout
-
Tests unskipped
-
Test fixes
-
Test fix
-
AutoHeight feature
-
Kebab-cased
-
Get rid of lazyInjector
-
Replace react-grid-layout with patched fork to fix performance issues
-
Fix issue with initial layout when page has a scrollbar
-
Decrease polling interval (500ms is too slow)
-
Rename file to match it's contents
-
Added some notes and very minor fixes
-
Fix Remove widget button (should be visible only in editing mode); fix widget actions menu
-
Fixed missing grid markings
-
Enhanced resize handle
-
Updated placeholder color
-
Render DashboardGrid only when dashboard is loaded](606cf12) by ranbena
🛠️ [Bug fix] Plotly modebar appears above modals (#3799) by kravets-levko
🛠️ [Refresh query when parameters update (Refresh query when parameters update #3737) * Add touch state to parameters and autoupdate query -
Use values change event instead of $watch
-
Remove getQueryResultDebounced
-
Add Apply button
-
Remove Input Number spinners for Parameters
-
Make Apply Button optional
-
Update share_embed_spec
-
Change debounce to the Parameters component
-
Remove unnecessary click on Execute query
-
Add apply button to the remaining places
-
Update dashboard_spec
-
Use onKeyUp for InputNumber
-
Simplify onParametersValuesChanged
-
Update DateTime onChange function
-
Don't apply when modifier key is pressed
-
Remove refresh Button from Parameters
-
Update apply button styling
-
Update apply right distance
-
Remove debounce for testing
-
Use data-dirty instead of classNames for styling
-
Make sure $apply runs before calling onChange](c76955b) by gabrieldutra
🛠️ [Migrate Embed Query Dialog to React (Migrate Embed Query Dialog to React #3783) * Update Antd -
Migrate Embed Query Dialog to React
-
Update jest ScheduleDialog snapshot
-
Add Alert for unsafe queries
-
Add CodeBlock
-
Add inputs to change iframe size
-
Undo ant update
-
Update share embed spec
-
Update styling
-
Change border-radius to 2px
-
Update margin between Public URL and IFrame Embed](4f40237) by gabrieldutra
🛠️ Fixed visual-card alignment (#3795) by ranbena
🛠️ [[Bug fix] Edit parameter mapping: error when trying to change mapping type to Static; cannot change static value (Edit parameter mapping: error when trying to change mapping type to Static; cannot change static value #3800) * Edit parameter mapping: error when trying to change mapping type to Static -
Parameter mapping editor: cannot change static value](b9b30a3) by kravets-levko
🛠️ resize-event: take into account transformations and transitions (#3794) by kravets-levko
🛠️ Loading indicator till app inits (#3788) by ranbena
🛠️ [Fix support for calling MySQL Stored Procedures and allow queries to be cancelled (Fix support for calling MySQL Stored Procedures and allow queries to be cancelled #3003) * If MySQL returns multiple resultSets (eg when executing multiple statements, or calling stored procedures) then use the last resultSet that has columns -
Make cancellation of a MySQL query work (the same way the C client does it)
-
Address code climate moans](ad6f710) by Jakdaw
🛠️ [filtered tag remove empty name at edit query (filtered tag remove empty name at edit query #3784) * filtered tag remove empty name at edit query -
use filter](b09ae46) by taminif
🛠️ [BigQuery] Fix: in some queries there is no mode field (#3786) Happened with INSERT/UPDATE queries. by arikfr
🛠️ Presto: ignore blank passwords (#3791) PyHive expects only None as no password. by arikfr
CONTRIBUTORS
Last week there were 6 contributors.
👤 gabrieldutra
👤 ranbena
👤 kravets-levko
👤 Jakdaw
👤 taminif
👤 arikfr
STARGAZERS
Last week there were 55 stagazers.
⭐ ywl913
⭐ ctenix
⭐ shipsw
⭐ nizq
⭐ fumihumi
⭐ xunonxyz
⭐ soulasuna
⭐ Kanataki
⭐ mfq1020
⭐ vishalovercome
⭐ r-clancy
⭐ codingIsCrazy
⭐ C8E
⭐ havlan
⭐ diegoapolinario
⭐ sokulski
⭐ shoichiaizawa
⭐ kumonokuma
⭐ eth3lbert
⭐ Guoye
⭐ webworker01
⭐ martins0n
⭐ No17fox
⭐ gettyying
⭐ dodong471520
⭐ YinWincher
⭐ huyyeegz
⭐ frankk00
⭐ tremmel
⭐ yosh-se
⭐ hassyma
⭐ Nimdis
⭐ raphaelmro
⭐ mkawabata-linkbal
⭐ aidan-plenert-macdonald
⭐ CallLin0754
⭐ eelgame
⭐ takaken1977
⭐ microhello
⭐ Danewalker
⭐ jerryclinesmith
⭐ daido1976
⭐ Dulalmia
⭐ c0b41
⭐ moksgt
⭐ harsha-iiiv
⭐ YannickFricke
⭐ nooperpudd
⭐ renanoliveira0
⭐ dulci
⭐ caocao485
⭐ yuyj109
⭐ likaiguo
⭐ mengjin001
⭐ opmau
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. 📆