Description
Here's the Weekly Digest for getredash/redash:
ISSUES
Last week 20 issues were created.
Of these, 15 issues have been closed and 5 issues are still open.
OPEN ISSUES
π #4145 CHANGELOG for v8.0.0-beta.2, by arikfr
π #4139 Migrate Chart visualization to React Part 2: Editor, by kravets-levko
π #4137 Widget filters overlapped by visualization, by kravets-levko
π #4133 Migrate Pivot Table visualization to React, by gabrieldutra
π #4132 Enhancements to Alert feature, by ranbena
CLOSED ISSUES
β€οΈ #4146 Bug fix: Query view doesn't sync parameters when selecting and deleting, by ranbena
β€οΈ #4144 Query Snippets: Use onClick instead of link for 'Click here' option, by gabrieldutra
β€οΈ #4143 Query Snippets: use relative link, by arikfr
β€οΈ #4142 Empty query text with parameter definitions breaks the query editor, by arikfr
β€οΈ #4141 Query view doesn't sync parameters when selecting and deleting, by arikfr
β€οΈ #4140 Broken link in initial (blank) Query Snippets page - missing organisation slug, by justinclift
β€οΈ #4138 Counter Editor: move components to own files, by kravets-levko
β€οΈ #4136 Color picker component, by kravets-levko
β€οΈ #4135 Add jsconfig settings with '@' webpack alias, by gabrieldutra
β€οΈ #4134 Alerts: Add more condition comparison options, by kravets-levko
β€οΈ #4131 Remove duplicate messages method, by arikfr
β€οΈ #4130 Migrate Chart visualization to React Part 1: Renderer, by kravets-levko
β€οΈ #4128 Sync botocor eversions across requirements files., by arikfr
β€οΈ #4127 Upgrade Sentry-SDK and enable additional integratoins, by arikfr
β€οΈ #4126 It seems like we encountered an error. Try refreshing this page or contact your administrator, by M-make
LIKED ISSUE
π #4131 Remove duplicate messages method, by arikfr
It received π x1, π x0, π x0 and β€οΈ x0.
NOISY ISSUE
π #4136 Color picker component, by kravets-levko
It received 6 comments.
PULL REQUESTS
Last week, 19 pull requests were created, updated or merged.
OPEN PULL REQUEST
Last week, 1 pull request was opened.
π #4145 CHANGELOG for v8.0.0-beta.2, by arikfr
UPDATED PULL REQUEST
Last week, 5 pull requests were updated.
π #4093 Replace Celery with RQ (except for execute_query tasks), by rauchy
π #4081 WIP Alert page redesign, by ranbena
π #4049 Introduce inheritance to the Parameter structure, by gabrieldutra
π #4020 Migrate Widget component to React, by gabrieldutra
π #3905 Provide settings to control multifilter initial selection, by kewisch
MERGED PULL REQUEST
Last week, 13 pull requests were merged.
π #4138 Counter Editor: move components to own files, by kravets-levko
π #4135 Add jsconfig settings with '@' webpack alias, by gabrieldutra
π #4134 Alerts: Add more condition comparison options, by kravets-levko
π #4131 Remove duplicate messages method, by arikfr
π #4130 Migrate Chart visualization to React Part 1: Renderer, by kravets-levko
π #4128 Sync botocor eversions across requirements files., by arikfr
π #4127 Upgrade Sentry-SDK and enable additional integratoins, by arikfr
π #4120 Decrease size of widget pagination, by ranbena
π #4108 Allow users to share aggregated usage information with us, by arikfr
π #4106 Migrate Counter visualization to React, by kravets-levko
π #4101 Widget table scroll-x visible, by ranbena
π #4071 Allow the user to decide how to handle null values in charts, by kravets-levko
π #4057 CHANGELOG for V8-beta., by arikfr
COMMITS
Last week there were 13 commits.
π οΈ [CHANGELOG for V8-beta. (#4057) * CHANGELOG for V8-beta.
-
Update CHANGELOG.md
-
Update CHANGELOG.md
-
Update CHANGELOG.md](95795d9) by arikfr
π οΈ [Allow users to share aggregated usage information with us (Allow users to share aggregated usage information with usΒ #4108) * Initial commit of BeaconConsent component -
Add comment about being able to change setting
-
Use correctly
-
Final version of consent screen
-
Show beacon consent message on homepage only if it wasn't enabled already.
-
Add consent setting to organization settings screen.
-
Add support for custom message in OrgSetting.save.
-
Implmenet consent saving.
-
If consent given, send extra data
-
Add HelpTrigger
-
Make CodeClimate happy
-
Wrap everything with DynamicComponent](75e48b0) by arikfr
π οΈ Counter Editor: move components to own files (#4138) by kravets-levko
π οΈ Add jsconfig settings with '@' webpack alias (#4135) by gabrieldutra
π οΈ [Migrate Chart visualization to React Part 1: Renderer (Migrate Chart visualization to React Part 1: RendererΒ #4130) * Migrate Chart visualization: Renderer -
Refine PlotlyChart component; move stylesheets to visualization's folder
-
Migrate Custom JS Chart to React
-
Cleanup](54071e4) by kravets-levko
π οΈ Remove duplicate messages method (#4131) by arikfr
π οΈ [Alerts: Add more condition comparison options (Alerts: Add more condition comparison optionsΒ #4134) * Enhancements to Alert featureΒ #4132 Add more condition comparison options -
Add arguments to fallback lambda](ecf160c) by kravets-levko
π οΈ [Allow the user to decide how to handle null values in charts (Allow the user to decide how to handle null values in chartsΒ #4071) * Allow the user to decide how to handle null values in chartsΒ #2629 Refactor Chart visualization, add option for handling NULL values (keep/convert to 0.0) -
Handle null values in line/area stacking code; some cleanup
-
Handle edge case: line/area stacking when last value of one of series is missing
-
Mjnor update to line/area stacking code
-
Fix line/area normalize to percents feature
-
Unit tests
-
Refine tests; add tests for prepareLayout function
-
Tests for prepareData (heatmap) function
-
Tests for prepareData (pie) function
-
Tests for prepareData (bar, line, area) function
-
Tests for prepareData (scatter, bubble) function
-
Tests for prepareData (box) function
-
Remove unused file](2c98f04) by kravets-levko
π οΈ [Decrease size of widget pagination (Decrease size of widget paginationΒ #4120) * Added tests -
Perhaps this would trigger percy
-
Decrease size of widget pagination
-
Removed unused attr
-
Updated tests](8f01988) by ranbena
π οΈ Sync botocor eversions across requirements files. (#4128) by arikfr
π οΈ [Migrate Counter visualization to React (Migrate Counter visualization to ReactΒ #4106) * Migrate Counter to React: Renderer -
Migrate Counter to React: Editor
-
Cleanup
-
Review and fix rows indexing algorithm
-
Counter not properly scaled in editor
-
Fix wrong label for/input id pair
-
Tests
-
Tests
-
Fix vendor prefixes
-
Remove unnecessary useEffect dependencies
-
Update tests
-
Fix Percy snapshot names](424751d) by kravets-levko
π οΈ [Upgrade Sentry-SDK and enable additional integratoins (Upgrade Sentry-SDK and enable additional integratoinsΒ #4127) * Update sentry-sdk version -
Add additional Sentry integrations](e048a69) by arikfr
π οΈ [Widget table scroll-x visible (Widget table scroll-x visibleΒ #4101) * Table viz horizontal scroll made visible -
Added tests
-
Fixed snapshot pre-condition
CONTRIBUTORS
Last week there were 4 contributors.
π€ arikfr
π€ kravets-levko
π€ gabrieldutra
π€ ranbena
STARGAZERS
Last week there were 44 stagazers.
β chris-ramon
β nbstoner
β hgsgtk
β Dearblackswan
β toninis
β wonfull
β dmyers
β tippetop
β juahan
β Noctsyndrome
β shreyasbharath
β jkisioh
β Tim-Chard
β snzip
β cmaritan
β ernado
β darrencornwell
β shanemgrey
β mayouzi
β ethan-xiao
β zx06
β chinajxlt
β growthstar
β zacharyzhao
β masonhensley
β toanqng
β AyoGitNg
β LuisMDeveloper
β Jamim
β akakak1
β layik
β holgerh
β Ch0bits
β mpadge
β pitbuk101
β hiraikatsuyuki
β asherf
β this-chris
β dldinternet
β jeromegit
β andreheringer
β efeng1st
β hsen-dev
β levin-dmi
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. π