Skip to content
New issue

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

Weekly Digest (16 September, 2019 - 23 September, 2019) #4172

Closed
weekly-digest bot opened this issue Sep 23, 2019 · 0 comments
Closed

Weekly Digest (16 September, 2019 - 23 September, 2019) #4172

weekly-digest bot opened this issue Sep 23, 2019 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Sep 23, 2019

Here's the Weekly Digest for getredash/redash:


ISSUES

Last week 23 issues were created.
Of these, 10 issues have been closed and 13 issues are still open.

OPEN ISSUES

💚 #4170 Alert redesign #4 - custom notification template, by ranbena
💚 #4163 refresh_queries shouldn't break because of a single query having a bad schedule object, by arikfr
💚 #4161 Support for dropdown of predefined options in data sources setup, by gabrieldutra
💚 #4160 Split setup in advanced and regular for data sources and destinations, by gabrieldutra
💚 #4159 React Migration: Routing library, by arikfr
💚 #4157 Alert redesign #3 - Destinations single pane mode, by ranbena
💚 #4156 Alert redesign #2 - Destinations, by ranbena
💚 #4154 Adjust botocore dependency, so we don't need to update it as often, by justinclift
💚 #4153 Alert redesign #1 - React and redesign, by ranbena
💚 #4152 WIP: Use UTC for Dynamic Values, by gabrieldutra
💚 #4151 Failed SSL Redis connection, by consti11
💚 #4150 (WIP) Bar chart with second y axis overlaps data series, by kravets-levko
💚 #4147 Add interface to abstract query result persistence, by arikfr

CLOSED ISSUES

❤️ #4169 Update Sentry-SDK, by arikfr
❤️ #4168 remove the annoying quoted hover from EmptyState, by rauchy
❤️ #4167 Update version, by arikfr
❤️ #4166 List enabled Query Runner types during build , by arikfr
❤️ #4165 Downgrade mysqlclient to 1.3.14, by arikfr
❤️ #4164 memsql is no longer supported due to conflict with mysqlclient version, by arikfr
❤️ #4162 Some style adjustments, by ranbena
❤️ #4158 Handle Create Dashboard with middle click, by ranbena
❤️ #4155 Middle click on Create → Dashboard doesn't work, by justinclift
❤️ #4149 Update v8 branch to v8-beta.2, by arikfr

LIKED ISSUE

👍 #4168 remove the annoying quoted hover from EmptyState, by rauchy
It received 👍 x0, 😄 x2, 🎉 x0 and ❤️ x1.

NOISY ISSUE

🔈 #4160 Split setup in advanced and regular for data sources and destinations, by gabrieldutra
It received 8 comments.


PULL REQUESTS

Last week, 22 pull requests were created, updated or merged.

OPEN PULL REQUEST

Last week, 1 pull request was opened.
💚 #4154 Adjust botocore dependency, so we don't need to update it as often, by justinclift

UPDATED PULL REQUEST

Last week, 7 pull requests were updated.
💛 #4161 Support for dropdown of predefined options in data sources setup, by gabrieldutra
💛 #4153 Alert redesign #1 - React and redesign, by ranbena
💛 #4152 WIP: Use UTC for Dynamic Values, by gabrieldutra
💛 #4150 (WIP) Bar chart with second y axis overlaps data series, by kravets-levko
💛 #4139 Migrate Chart visualization to React Part 2: Editor, by kravets-levko
💛 #4093 Replace Celery with RQ (except for execute_query tasks), by rauchy
💛 #4077 Athena query cost, by ialeinikov

MERGED PULL REQUEST

Last week, 14 pull requests were merged.
💜 #4168 remove the annoying quoted hover from EmptyState, by rauchy
💜 #4167 Update version, by arikfr
💜 #4166 List enabled Query Runner types during build , by arikfr
💜 #4165 Downgrade mysqlclient to 1.3.14, by arikfr
💜 #4162 Some style adjustments, by ranbena
💜 #4158 Handle Create Dashboard with middle click, by ranbena
💜 #4149 Update v8 branch to v8-beta.2, by arikfr
💜 #4146 Bug fix: Query view doesn't sync parameters when selecting and deleting, by ranbena
💜 #4145 CHANGELOG for v8.0.0-beta.2, by arikfr
💜 #4144 Query Snippets: Use onClick instead of link for 'Click here' option, by gabrieldutra
💜 #4137 Widget filters overlapped by visualization, by kravets-levko
💜 #4136 Color picker component, by kravets-levko
💜 #4133 Migrate Pivot Table visualization to React, by gabrieldutra
💜 #4020 Migrate Widget component to React, by gabrieldutra


COMMITS

Last week there were 12 commits.
🛠️ Downgrade mysqlclient to 1.3.14 (#4165) Closes #4164. by arikfr
🛠️ List enabled Query Runner types during build (#4166) * Add CLI command to list enabled query runner types by arikfr
🛠️ remove the annoying quoted title from EmptyState (#4168) by rauchy
🛠️ Update version (#4167) by arikfr
🛠️ Handle Create Dashboard with middle click (#4158) by ranbena
🛠️ [Migrate Pivot Table visualization to React (#4133) * npm install react-pivottable

  • Initiate Pivot Table Migration

  • Update renderer with editor options

  • Clean up

  • Remove old pivottable from package.json

  • Test Percy Snapshot with Pivot Table in a Dashboard

  • Tmp: use cy.wait to make sure dashboard is loaded

  • Clean up Percy snapshot test

  • Small improvements

  • cy.all with multiple args
  • add controls to pivot valid options

Co-Authored-By: Ran Byron [email protected]

  • Migrate WidgetDialog

  • Start migrating Widget

  • Update textbox to use HtmlContent

  • QueryLink migration and some updates

  • Add visualization rendering

  • Render widget

  • Add delete button

  • Update AutoHeight

  • Add widget bottom

  • Add Drodpown button

  • Split Widget component

  • Update with Align content vertically in restricted widget type #4056 and trigger netlify

  • In progress: use composition

  • Add header and footer

  • Update widget actions positioning

  • Re-render when refreshing from widget

  • Add workaround to force DashboardGrid re-render

  • VisualizationWidgetFooter component

  • VisualizationWidget menu

  • Separate RestrictedWidget

  • Update tests

  • Update margin for Parameters

  • Remove widget files

  • Revert "Improve sizing for Number inputs"

This reverts commit a02ce8f.

  • Some cleanup

  • Move refresh logic to the Dashboard

  • Add loadingWidgets logic to the public dashboard

  • Add onLoadWidget

  • Remove parameter from URL when empty

  • Recreate widget array instead of loadingWidgets

  • Add comment about re-rendering + whitespace missing

  • CR changes

  • Use plain html instead of string syntax

Co-Authored-By: Ran Byron [email protected]](cb654b3) by gabrieldutra
🛠️ [CHANGELOG for v8.0.0-beta.2 (#4145) * Stop building tarballs.

This reverts commit 2f346f3.


CONTRIBUTORS

Last week there were 5 contributors.
👤 arikfr
👤 rauchy
👤 ranbena
👤 gabrieldutra
👤 kravets-levko


STARGAZERS

Last week there were 51 stagazers.
pptphutho
zhenshanwang
hpetru
Thejas007
adamcstephens
wxanywhere
fyqtian
zhanglei
aladdinwang
fmfdias
ipari
Shylin
sadriddin
brixen
dygufa
guisehn
dobrych
gongzhiy
xuguangli
Ecnutj
ZhiLiangT
dpliu
huanglin983
weiwentao1008
songchengen
jinsk44
sadiqumar18
lucianomlima
jessejones
modongsongrio
adrianovalexey
koooge
lucasfonmiranda
horikeso
budiantotan
ptJexio
llussy
PhSteel
TimothyDing
junneyang
xushaozhi
wsuff
Darkflib
wkentaro
annProg
yassouali
imhta
chck
adriaanbd
Swall0w
helxsz
You all are the stars! 🌟


RELEASES

Last week there was 1 release.
🚀 v8.0.0-beta.2 v8.0.0-beta.2


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. 📆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant