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
This week, there have been 16 commits in the repository.
These are:
🛠️ [Dashboard Search bug fix (#4804)
Move Dashboard off subqueryload() loader in all() method due to inconsistent results bug in SQLAlchemy when leveraging distinct within a subqueryload call through paginate.
Added source reference to Presto Query Runner connection through the pyhive client to announce to presto that the query is coming from redash instead of pyhive.
Let the notifications go into browser/OS notification trays so users can click on them from there if they miss the initial notification. Modern browsers generally use OS notifications so the user is in control of the notification at the OS level.](e99c37a) by mnoorenberghe
🛠️ [Fix comparison error when scale is None (#4638)
Fix comparison error when scale is None
Prevents '>' not supported between instances of 'NoneType' and 'int' error when scale is None
add pyexasol datasource, ensure that integer dont overflow in javascript
support setting encryption for Exasol connections
Co-authored-by: Arik Fraimovich arik@arikfr.com](940bd56) by stefan-mees
🛠️ [Adds option to show 500 rows in the table visualization. Previous max (#4770)
Here's the Weekly Digest for getredash/redash:
ISSUES
This week, 28 issues were created. Of these, 15 issues have been closed and 13 issues are still open.
OPEN ISSUES
💚 #4814 ODBC Based Databricks Connector, by arikfr
💚 #4813 Active users marked as pending, by arikfr
💚 #4809 Add 12 column layout option for all dashboards, by kkmagician
💚 #4808 Add support for PyHive source argument with Presto, by Ralnoc
💚 #4807 Add support for Presto User Impersonation, by Ralnoc
💚 #4805 A query's API key doesn't work if its data source has no group permissions, by susodapop
💚 #4803 AttributeError exception causing API 500 errors being experienced when searching Dashboards, by Ralnoc
💚 #4802 Can't create mssql_odbc Data Source, by susodapop
💚 #4797 Run queries through ad-hoc SSH tunnels, by rauchy
💚 #4793 Visualizations customizable settings, by gabrieldutra
💚 #4788 Remove Helper Classes from visualizations, by gabrieldutra
💚 #4784 Y-axis autoscale fails when min == 0, by susodapop
💚 #4779 Basic project setup for visualizations extraction, by gabrieldutra
CLOSED ISSUES
❤️ #4812 Redpush to manage Redash queries as code, has Redash planned to create offical tool?, by stephane-klein
❤️ #4811 jq worker start error, by qmgeng
❤️ #4806 JSON with u prefix, by pvanderlinden
❤️ #4804 Dashboard Search bug fix, by Ralnoc
❤️ #4801 Query Editor UX (MongoDB/JSON), by natanavra
❤️ #4799 Disable Percy snapshot for Choropleth test, by arikfr
❤️ #4798 An UnicodeEncodeError occurs if 'groups list'(cli command) contains UTF-8 names., by baxs-ishiguro
❤️ #4792 4791 redshift schema bugfix, by atharvai
❤️ #4790 feature: add ability to make the restriction of api calls to private addresses optional, by loganprice
❤️ #4789 Remove "context" prop from visualizations, by gabrieldutra
❤️ #4786 error running query : ** '>' is not supported between instance of NoneType and 'int', by nihalsharma
❤️ #4785 Fix test connection on mongodb datasource, by knzshirox
❤️ #4783 Pie Chart: set contrast colors for text in sectors, by kravets-levko
❤️ #4782 Fix Multi-Filters: "select all" makes table view unscrollable, by gabrieldutra
❤️ #4777 Use total_seconds to find stale jobs, by rauchy
NOISY ISSUE
The issue most discussed this week has been:
🔈 #4784 Y-axis autoscale fails when min == 0, by susodapop
It received 7 comments.
PULL REQUESTS
This week, 8 pull requests were proposed. Of these, 0 pull requests have been merged and 5 are still open.
OPEN PRs
💚 #4814 ODBC Based Databricks Connector, by arikfr
💚 #4810 Restyle Add 12 column layout option for all dashboards, by restyled-io[bot]
💚 #4809 Add 12 column layout option for all dashboards, by kkmagician
💚 #4808 Add support for PyHive source argument with Presto, by Ralnoc
💚 #4807 Add support for Presto User Impersonation, by Ralnoc
CONTRIBUTORS
This week, 16 users have contributed to this repository.
They are arikfr, stephane-klein, qmgeng, kkmagician, Ralnoc, pvanderlinden, susodapop, natanavra, baxs-ishiguro, rauchy, gabrieldutra, atharvai, loganprice, nihalsharma, knzshirox, and kravets-levko.
STARGAZERS
This week, no user has starred this repository.
COMMITS
This week, there have been 16 commits in the repository.
These are:
🛠️ [Dashboard Search bug fix (#4804)
Move Dashboard off
subqueryload()
loader in all() method due to inconsistent results bug in SQLAlchemy when leveraging distinct within a subqueryload call through paginate.Added source reference to Presto Query Runner connection through the pyhive client to announce to presto that the query is coming from
redash
instead ofpyhive
.Removing source line from presto query runner to refactor based on feedback.](70186ab) by Ralnoc
🛠️ [Don't immediately remove notifications from notification trays (Don't immediately remove notifications from notification trays #4773)
Let the notifications go into browser/OS notification trays so users can click on them from there if they miss the initial notification. Modern browsers generally use OS notifications so the user is in control of the notification at the OS level.](e99c37a) by mnoorenberghe
🛠️ [Fix comparison error when scale is None (#4638)
Prevents
'>' not supported between instances of 'NoneType' and 'int'
error when scale isNone
Update oracle.py
Fix scale logic.
Co-authored-by: Arik Fraimovich arik@arikfr.com](de40f1a) by cemremengu
🛠️ [Disable Percy snapshot for Choropleth test (#4799)
Disable Percy snapshot for Choropleth test
Increase wait.
Diasble Percy snapshot.
Reduce wait time to original value.
Restyled by prettier (Restyle Disable Percy snapshot for Choropleth test #4800)
Co-authored-by: Restyled.io commits@restyled.io
Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io commits@restyled.io](2c1eb5c) by arikfr
🛠️ Added setting to hide Plotly mode bar (#4644) by daniellangnet
🛠️ [Datasource Exasol: support encryption setting (#4712)
add pyexasol datasource, ensure that integer dont overflow in javascript
support setting encryption for Exasol connections
Co-authored-by: Arik Fraimovich arik@arikfr.com](940bd56) by stefan-mees
🛠️ [Adds option to show 500 rows in the table visualization. Previous max (#4770)
was 250.](9ba57a9) by susodapop
🛠️ use total_seconds to find stale jobs (#4777) by rauchy
🛠️ Pie Chart: set contrast colors for text in sectors (#4783) by kravets-levko
🛠️ [Fix test connection on mongodb datasource (#4785)
Co-authored-by: Weng Kham Kan wengkham.kan@icarasia.com](f7df6e0) by knzshirox
🛠️ Fix param added with empty query ignores options (#4736) by gabrieldutra
🛠️ Dashboard Performance: Memoize widgets (#4734) by gabrieldutra
🛠️ Move the dropdown to the side in Edit Mode (#4758) by gabrieldutra
🛠️ [feature: add ability to make the restriction of api calls to private addresses optional (#4790)
feature: add ability to make the restriction of api calls to private addresses optional
chore: fix typo
Update redash/settings/init.py
Co-authored-by: lprice92 lprice92@iastate.edu
Co-authored-by: Arik Fraimovich arik@arikfr.com](2d29240) by loganprice
🛠️ Remove "context" prop from visualizations (#4789) by gabrieldutra
🛠️ [Fix Multi-Filters: "select all" makes table view unscrollable (#4782)
Limit filters to 40% of query fixed layout space
Add check for height to determine fixed layout
Add maxTagCount of 5 to Filters
Update maxTagCount settings to be similar to Parameters](2b3d905) by gabrieldutra
RELEASES
This week, no releases were published.
That's all for this week, please watch 👀 and star ⭐ getredash/redash to receive next weekly updates. 😃
The text was updated successfully, but these errors were encountered: