We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's the Weekly Digest for getredash/redash:
Last week 25 issues were created. Of these, 12 issues have been closed and 13 issues are still open.
💚 #4366 Add additional aggregate functions to Counter visualization, by arikfr 💚 #4365 Fix Cypress and Percy flakyness issues, by gabrieldutra 💚 #4364 Migrate VisualizationEmbed to React, by gabrieldutra 💚 #4362 Fix unicode encode error by column duplicate in presto datasource, by elonlo 💚 #4360 Relation queries does not exist on postgres docker when deploying on k8s, by pkaramol 💚 #4359 Check for LDAP Login in Organization Settings, by gabrieldutra 💚 #4357 Password Auth enabling itself when using LDAP, by Jakdaw 💚 #4356 Azure Data Warehouse through MS SQL (ODBC) runner doesn't work on a default docker image, by spacentropy 💚 #4355 applied a condition because some mappings don't contain 'properties' …, by dextermapalya 💚 #4353 Fix duplicate column name bug, by Jakdaw 💚 #4352 Use column types provided by server rather than trying to derive them from the values, by Jakdaw 💚 #4349 When query is pasted all parameters settings get reset, by chanansh 💚 #4342 The query result cache does not work, by gh8a
❤️ #4367 Add CHANGELOG entry for v8.0.1, by arikfr ❤️ #4363 bigquery connection test failed: '<' not supported between instances of 'int' and 'str', by newlifehejian ❤️ #4361 Fix unicode encode error by column duplicate in presto datasource, by elonlo ❤️ #4358 Add some tests for Choropleth visualization, by kravets-levko ❤️ #4354 Remove Chrome Logger and update Cypress and Percy, by gabrieldutra ❤️ #4351 use to set the hash instead of directly manipulating it, by rauchy ❤️ #4350 Delete button is no longer red, but is light gray, by nitinsurana ❤️ #4348 can't reset password without email server set up, by ngbusca ❤️ #4347 password reset link error , by raghav111jain ❤️ #4346 phoenix does not work with phoenixdb=0.7, by fishre ❤️ #4345 Redash8: Fix the DB migration so that the correct key is used for encrypting DS credentials, by Jakdaw ❤️ #4344 Fix the DB migration so that the correct key is used for encrypting DS credentials, by Jakdaw
👍 #4359 Check for LDAP Login in Organization Settings, by gabrieldutra It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
🔈 #4346 phoenix does not work with phoenixdb=0.7, by fishre It received 5 comments.
Last week, 29 pull requests were created, updated or merged.
Last week, 1 pull request was opened. 💚 #4359 Check for LDAP Login in Organization Settings, by gabrieldutra
Last week, 13 pull requests were updated. 💛 #4365 Fix Cypress and Percy flakyness issues, by gabrieldutra 💛 #4364 Migrate VisualizationEmbed to React, by gabrieldutra 💛 #4362 Fix unicode encode error by column duplicate in presto datasource, by elonlo 💛 #4355 applied a condition because some mappings don't contain 'properties' …, by dextermapalya 💛 #4305 RQ: implement reliable timeout , by rauchy 💛 #4353 Fix duplicate column name bug, by Jakdaw 💛 #4352 Use column types provided by server rather than trying to derive them from the values, by Jakdaw 💛 #4327 Parameter feedback - #6 Better value normalization, by ranbena 💛 #4324 Exposing setting for overriding template directory, by blarghmatey 💛 #4312 Parameter feedback - #1 Server errors, by ranbena 💛 #4292 Split Dockerfile for production, by koooge 💛 #4278 (WIP) Migrate Map visualization to React, by kravets-levko 💛 #4228 Migrate Dashboard and Public Dashboard to React, by gabrieldutra
Last week, 15 pull requests were merged. 💜 #4367 Add CHANGELOG entry for v8.0.1, by arikfr 💜 #4358 Add some tests for Choropleth visualization, by kravets-levko 💜 #4354 Remove Chrome Logger and update Cypress and Percy, by gabrieldutra 💜 #4351 use to set the hash instead of directly manipulating it, by rauchy 💜 #4345 Redash8: Fix the DB migration so that the correct key is used for encrypting DS credentials, by Jakdaw 💜 #4344 Fix the DB migration so that the correct key is used for encrypting DS credentials, by Jakdaw 💜 #4298 Auto-refresh admin status page, by rauchy 💜 #4299 Admin status page's current tab does not preserve, by rauchy 💜 #4302 Restarting rq-scheduler reschedules all periodics, by rauchy 💜 #4313 Migrate Choropleth visualization to React, by kravets-levko 💜 #4295 Fix: number based alerts evaluation isn't working, by arikfr 💜 #4287 Fix Redash 8 requirements..., by Jakdaw 💜 #4270 Migrate Cohort visualization to React, by kravets-levko 💜 #4267 Migrate Funnel visualization to React, by kravets-levko 💜 #4190 CLI command to reencrypt data source options, by shinsuke-nara
Last week there were 12 commits. 🛠️ Remove Chrome Logger and update Cypress and Percy (#4354) by gabrieldutra 🛠️ Add some tests for Choropleth visualization (#4358) by kravets-levko 🛠️ [Migrate Funnel visualization to React (#4267) * Migrate Funnel visualization to React: Editor
Migrate Funnel visualization to React: Renderer
Replace Auto sort options with Sort Column + Reverse Order
Add option for items limit (instead of hard-coded value)
Add number formatting options
Replace d3.max with lodash.maxBy; fix bug in prepareData
Add options for min/max percent values
Debounce inputs
Tests
Refine Renderer: split components, use Ant Table for rendering, fix data handling
Extract utility function to own file
Fix tests
Fix: sometimes after updating options, funnel shows "ghost" rows from previous dataset
Sort by value column by default](b44fa51) by kravets-levko 🛠️ [Migrate Choropleth visualization to React (Migrate Choropleth visualization to React #4313) * Migrate Choropleth to React: skeleton
Migrate Choropleth to React: Editor - skeleton
Choropleth Editor: Bounds tab
Choropleth Editor: Colors tab
Choropleth Editor: Format tab
Choropleth Editor: General tab
Some refinements
Migrate Choropleth to React: Renderer
Refine code
CR1](1a95904) by kravets-levko 🛠️ [use to set the hash instead of directly manipulating it (use to set the hash instead of directly manipulating it #4351) * use to set the hash instead of directly manipulating it
Update Jobs.jsx](ef56e4e) by rauchy 🛠️ [CLI command to reencrypt data source options (CLI command to reencrypt data source options #4190) * Script to reencrypt data source options.
Implement reencrypt sub command under database command.](d5a3f0d) by shinsuke-nara 🛠️ [Fix: number based alerts evaluation isn't working (Fix: number based alerts evaluation isn't working #4295) * Fix: correctly evaluate numeric thresholds
Missing import
More missing imports
Alert evaluation: support for booleans](cf274d9) by arikfr 🛠️ [Migrate Cohort visualization to React (Migrate Cohort visualization to React #4270) * Migrate Cohort to React: Editor
Extract prepareData and getOptions to own files
Refine CohortRenderer Angular component (js, less, prepareData) for easier migration
Migrate Cohort to React: Renderer
Migrate Cornelius to React: styles
Migrate Cohort to React: Cornelius library
Cornelius: add licence info; remove unused style
Cornelius: use numeral to format numbers; revisit styles
Cornelius: use moment to format date labels
Cornelius: use chroma for cell backgrounds; update options; update proptypes; minor fixes
Tidy up
Tests](c004107) by kravets-levko 🛠️ Fix the DB migration so that the correct key is used for encrypting DS credentials. (#4344) Without this upgrades from at least v5 (and earlier) won't work. by Jakdaw 🛠️ [Admin status page's current tab does not preserve (Admin status page's current tab does not preserve #4299) * handle a console warning about passing in string page options
preserve selected tab in the location hash](a0a32be) by rauchy 🛠️ [Restarting rq-scheduler reschedules all periodics (Restarting rq-scheduler reschedules all periodics #4302) * add some logging to scheduler
schedule jobs only if they are not already scheduled
jobs scheduled with an interval over 24 hours were not repeated
schedule version_check using standard scheduling
clean up old jobs that are not part of the definition anymore
add some tests
add one more test to verify that reschedules are not done when not neccesary
no need to check for func existence - all jobs have a func to run](e0e94d7) by rauchy 🛠️ auto-refresh data RQ jobs admin page (#4298) by rauchy
Last week there were 6 contributors. 👤 gabrieldutra 👤 kravets-levko 👤 rauchy 👤 shinsuke-nara 👤 arikfr 👤 Jakdaw
Last week there were 68 stagazers. ⭐ terry19850829 ⭐ weixwx ⭐ codecomeon ⭐ MarcusBittencourt ⭐ N-o-X ⭐ ttrentham ⭐ flaviomax ⭐ program247365 ⭐ bpartridge ⭐ sasasachimo ⭐ 365720084 ⭐ rayson1223 ⭐ ivan-leschinsky ⭐ imtotoro ⭐ gpj1987 ⭐ christophlingg ⭐ yc864847 ⭐ DavidWittman ⭐ jbetsinger ⭐ harryjubb ⭐ scottwmorris ⭐ wanvidu ⭐ Neil-Gao ⭐ airuenergys ⭐ alpha1 ⭐ xiaomingmak ⭐ ianschmitz ⭐ im-vincent ⭐ sbreatnach ⭐ Armandwt ⭐ PiroHiroPiro ⭐ MYHZXN ⭐ mmacny ⭐ mweber55 ⭐ zaghaghi ⭐ cugzhoumin ⭐ ApolloFortyNine ⭐ vanous ⭐ Mifrill ⭐ caosuwenwu ⭐ iceIcon ⭐ Wooden-Robot ⭐ mtvu ⭐ dangerous1990 ⭐ yyukai ⭐ gvisniuc ⭐ lofwyr ⭐ eevmanu ⭐ merky ⭐ ironsalsa ⭐ gmenegatti ⭐ hamid914 ⭐ gongchuan ⭐ jeremyore ⭐ AminTaghikhani ⭐ lzm320856 ⭐ thanikkal ⭐ mikekosulin ⭐ Jayson0626 ⭐ nmanovic ⭐ roberthenryk ⭐ naiyt ⭐ vgolovach ⭐ simicd ⭐ dmudro ⭐ yaoyunkai ⭐ NumberNot ⭐ saschametz You all are the stars! 🌟
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. 📆
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the Weekly Digest for getredash/redash:
ISSUES
Last week 25 issues were created.
Of these, 12 issues have been closed and 13 issues are still open.
OPEN ISSUES
💚 #4366 Add additional aggregate functions to Counter visualization, by arikfr
💚 #4365 Fix Cypress and Percy flakyness issues, by gabrieldutra
💚 #4364 Migrate VisualizationEmbed to React, by gabrieldutra
💚 #4362 Fix unicode encode error by column duplicate in presto datasource, by elonlo
💚 #4360 Relation queries does not exist on postgres docker when deploying on k8s, by pkaramol
💚 #4359 Check for LDAP Login in Organization Settings, by gabrieldutra
💚 #4357 Password Auth enabling itself when using LDAP, by Jakdaw
💚 #4356 Azure Data Warehouse through MS SQL (ODBC) runner doesn't work on a default docker image, by spacentropy
💚 #4355 applied a condition because some mappings don't contain 'properties' …, by dextermapalya
💚 #4353 Fix duplicate column name bug, by Jakdaw
💚 #4352 Use column types provided by server rather than trying to derive them from the values, by Jakdaw
💚 #4349 When query is pasted all parameters settings get reset, by chanansh
💚 #4342 The query result cache does not work, by gh8a
CLOSED ISSUES
❤️ #4367 Add CHANGELOG entry for v8.0.1, by arikfr
❤️ #4363 bigquery connection test failed: '<' not supported between instances of 'int' and 'str', by newlifehejian
❤️ #4361 Fix unicode encode error by column duplicate in presto datasource, by elonlo
❤️ #4358 Add some tests for Choropleth visualization, by kravets-levko
❤️ #4354 Remove Chrome Logger and update Cypress and Percy, by gabrieldutra
❤️ #4351 use to set the hash instead of directly manipulating it, by rauchy
❤️ #4350 Delete button is no longer red, but is light gray, by nitinsurana
❤️ #4348 can't reset password without email server set up, by ngbusca
❤️ #4347 password reset link error , by raghav111jain
❤️ #4346 phoenix does not work with phoenixdb=0.7, by fishre
❤️ #4345 Redash8: Fix the DB migration so that the correct key is used for encrypting DS credentials, by Jakdaw
❤️ #4344 Fix the DB migration so that the correct key is used for encrypting DS credentials, by Jakdaw
LIKED ISSUE
👍 #4359 Check for LDAP Login in Organization Settings, by gabrieldutra
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #4346 phoenix does not work with phoenixdb=0.7, by fishre
It received 5 comments.
PULL REQUESTS
Last week, 29 pull requests were created, updated or merged.
OPEN PULL REQUEST
Last week, 1 pull request was opened.
💚 #4359 Check for LDAP Login in Organization Settings, by gabrieldutra
UPDATED PULL REQUEST
Last week, 13 pull requests were updated.
💛 #4365 Fix Cypress and Percy flakyness issues, by gabrieldutra
💛 #4364 Migrate VisualizationEmbed to React, by gabrieldutra
💛 #4362 Fix unicode encode error by column duplicate in presto datasource, by elonlo
💛 #4355 applied a condition because some mappings don't contain 'properties' …, by dextermapalya
💛 #4305 RQ: implement reliable timeout , by rauchy
💛 #4353 Fix duplicate column name bug, by Jakdaw
💛 #4352 Use column types provided by server rather than trying to derive them from the values, by Jakdaw
💛 #4327 Parameter feedback - #6 Better value normalization, by ranbena
💛 #4324 Exposing setting for overriding template directory, by blarghmatey
💛 #4312 Parameter feedback - #1 Server errors, by ranbena
💛 #4292 Split Dockerfile for production, by koooge
💛 #4278 (WIP) Migrate Map visualization to React, by kravets-levko
💛 #4228 Migrate Dashboard and Public Dashboard to React, by gabrieldutra
MERGED PULL REQUEST
Last week, 15 pull requests were merged.
💜 #4367 Add CHANGELOG entry for v8.0.1, by arikfr
💜 #4358 Add some tests for Choropleth visualization, by kravets-levko
💜 #4354 Remove Chrome Logger and update Cypress and Percy, by gabrieldutra
💜 #4351 use to set the hash instead of directly manipulating it, by rauchy
💜 #4345 Redash8: Fix the DB migration so that the correct key is used for encrypting DS credentials, by Jakdaw
💜 #4344 Fix the DB migration so that the correct key is used for encrypting DS credentials, by Jakdaw
💜 #4298 Auto-refresh admin status page, by rauchy
💜 #4299 Admin status page's current tab does not preserve, by rauchy
💜 #4302 Restarting rq-scheduler reschedules all periodics, by rauchy
💜 #4313 Migrate Choropleth visualization to React, by kravets-levko
💜 #4295 Fix: number based alerts evaluation isn't working, by arikfr
💜 #4287 Fix Redash 8 requirements..., by Jakdaw
💜 #4270 Migrate Cohort visualization to React, by kravets-levko
💜 #4267 Migrate Funnel visualization to React, by kravets-levko
💜 #4190 CLI command to reencrypt data source options, by shinsuke-nara
COMMITS
Last week there were 12 commits.
🛠️ Remove Chrome Logger and update Cypress and Percy (#4354) by gabrieldutra
🛠️ Add some tests for Choropleth visualization (#4358) by kravets-levko
🛠️ [Migrate Funnel visualization to React (#4267) * Migrate Funnel visualization to React: Editor
Migrate Funnel visualization to React: Renderer
Replace Auto sort options with Sort Column + Reverse Order
Add option for items limit (instead of hard-coded value)
Add number formatting options
Replace d3.max with lodash.maxBy; fix bug in prepareData
Add options for min/max percent values
Debounce inputs
Tests
Refine Renderer: split components, use Ant Table for rendering, fix data handling
Extract utility function to own file
Fix tests
Fix: sometimes after updating options, funnel shows "ghost" rows from previous dataset
Sort by value column by default](b44fa51) by kravets-levko
🛠️ [Migrate Choropleth visualization to React (Migrate Choropleth visualization to React #4313) * Migrate Choropleth to React: skeleton
Migrate Choropleth to React: Editor - skeleton
Choropleth Editor: Bounds tab
Choropleth Editor: Colors tab
Choropleth Editor: Format tab
Choropleth Editor: General tab
Some refinements
Migrate Choropleth to React: Renderer
Refine code
CR1](1a95904) by kravets-levko
🛠️ [use to set the hash instead of directly manipulating it (use to set the hash instead of directly manipulating it #4351) * use to set the hash instead of directly manipulating it
Update Jobs.jsx](ef56e4e) by rauchy
🛠️ [CLI command to reencrypt data source options (CLI command to reencrypt data source options #4190) * Script to reencrypt data source options.
Implement reencrypt sub command under database command.](d5a3f0d) by shinsuke-nara
🛠️ [Fix: number based alerts evaluation isn't working (Fix: number based alerts evaluation isn't working #4295) * Fix: correctly evaluate numeric thresholds
Missing import
More missing imports
Alert evaluation: support for booleans](cf274d9) by arikfr
🛠️ [Migrate Cohort visualization to React (Migrate Cohort visualization to React #4270) * Migrate Cohort to React: Editor
Extract prepareData and getOptions to own files
Refine CohortRenderer Angular component (js, less, prepareData) for easier migration
Migrate Cohort to React: Renderer
Migrate Cornelius to React: styles
Migrate Cohort to React: Cornelius library
Cornelius: add licence info; remove unused style
Cornelius: use numeral to format numbers; revisit styles
Cornelius: use moment to format date labels
Cornelius: use chroma for cell backgrounds; update options; update proptypes; minor fixes
Tidy up
Tests](c004107) by kravets-levko
🛠️ Fix the DB migration so that the correct key is used for encrypting DS credentials. (#4344) Without this upgrades from at least v5 (and earlier) won't work. by Jakdaw
🛠️ [Admin status page's current tab does not preserve (Admin status page's current tab does not preserve #4299) * handle a console warning about passing in string page options
preserve selected tab in the location hash](a0a32be) by rauchy
🛠️ [Restarting rq-scheduler reschedules all periodics (Restarting rq-scheduler reschedules all periodics #4302) * add some logging to scheduler
schedule jobs only if they are not already scheduled
jobs scheduled with an interval over 24 hours were not repeated
schedule version_check using standard scheduling
clean up old jobs that are not part of the definition anymore
add some tests
add one more test to verify that reschedules are not done when not neccesary
no need to check for func existence - all jobs have a func to run](e0e94d7) by rauchy
🛠️ auto-refresh data RQ jobs admin page (#4298) by rauchy
CONTRIBUTORS
Last week there were 6 contributors.
👤 gabrieldutra
👤 kravets-levko
👤 rauchy
👤 shinsuke-nara
👤 arikfr
👤 Jakdaw
STARGAZERS
Last week there were 68 stagazers.
⭐ terry19850829
⭐ weixwx
⭐ codecomeon
⭐ MarcusBittencourt
⭐ N-o-X
⭐ ttrentham
⭐ flaviomax
⭐ program247365
⭐ bpartridge
⭐ sasasachimo
⭐ 365720084
⭐ rayson1223
⭐ ivan-leschinsky
⭐ imtotoro
⭐ gpj1987
⭐ christophlingg
⭐ yc864847
⭐ DavidWittman
⭐ jbetsinger
⭐ harryjubb
⭐ scottwmorris
⭐ wanvidu
⭐ Neil-Gao
⭐ airuenergys
⭐ alpha1
⭐ xiaomingmak
⭐ ianschmitz
⭐ im-vincent
⭐ sbreatnach
⭐ Armandwt
⭐ PiroHiroPiro
⭐ MYHZXN
⭐ mmacny
⭐ mweber55
⭐ zaghaghi
⭐ cugzhoumin
⭐ ApolloFortyNine
⭐ vanous
⭐ Mifrill
⭐ caosuwenwu
⭐ iceIcon
⭐ Wooden-Robot
⭐ mtvu
⭐ dangerous1990
⭐ yyukai
⭐ gvisniuc
⭐ lofwyr
⭐ eevmanu
⭐ merky
⭐ ironsalsa
⭐ gmenegatti
⭐ hamid914
⭐ gongchuan
⭐ jeremyore
⭐ AminTaghikhani
⭐ lzm320856
⭐ thanikkal
⭐ mikekosulin
⭐ Jayson0626
⭐ nmanovic
⭐ roberthenryk
⭐ naiyt
⭐ vgolovach
⭐ simicd
⭐ dmudro
⭐ yaoyunkai
⭐ NumberNot
⭐ saschametz
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: