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 (3 February, 2020 - 10 February, 2020) #4633

Closed
weekly-digest bot opened this issue Feb 10, 2020 · 0 comments · May be fixed by routablehq/redash#4
Closed

Weekly Digest (3 February, 2020 - 10 February, 2020) #4633

weekly-digest bot opened this issue Feb 10, 2020 · 0 comments · May be fixed by routablehq/redash#4

Comments

@weekly-digest
Copy link

weekly-digest bot commented Feb 10, 2020

Here's the Weekly Digest for getredash/redash:


ISSUES

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

OPEN ISSUES

💚 #4629 Job timeout doesn't kill the mysql query, by dingweihua
💚 #4628 Query/Dashboard list pages: clarify how tags are used, by arikfr
💚 #4627 Fix: no need to encode strings anymore, by arikfr
💚 #4626 Set default query execution time limit to 1 hour, by rauchy
💚 #4623 Bump webpack-bundle-analyzer from 2.13.1 to 3.3.2, by dependabot[bot]
💚 #4620 Dashboard Widgets Not Preserving Set Location On page, by erickmaynard
💚 #4619 Resend Invitation link is broken when redash is configured to use MULTI_ORG, by drumbsd
💚 #4615 Handle stale jobs more carefully before purging them., by jezdez
💚 #4613 Fix dashboard editing permissions not working, by gabrieldutra
💚 #4612 Dashboard editing permissions not working, by susodapop
💚 #4611 Alerts: Korean characters in default template misbehave, by susodapop
💚 #4608 Show a helpful error message when trying to execute queries detached from a data source, by rauchy
💚 #4607 Remove route.resolve feature, by kravets-levko
💚 #4605 Pages with "resolve" don't redirect guests to the login page, by gabrieldutra

CLOSED ISSUES

❤️ #4631 Clickhouse: control whether to verify SSL certificate, by rauchy
❤️ #4630 Set correct values for ProxyFix, by rauchy
❤️ #4625 sync_user_details doens't really need a custom TTL, by rauchy
❤️ #4624 Fix: encode/decode bytestring for base64., by arikfr
❤️ #4622 Fix: If the error message happens to be empty, it will break serailization., by rauchy
❤️ #4621 Databricks Data Source Broken, by null-sleep
❤️ #4618 Force specific version of Werkzeug to prevent the breaking changes, by DavidHernandez
❤️ #4617 New version of Werkzeug breaks Flask, and then Redash, by DavidHernandez
❤️ #4616 Update copyright year to 2020 in LICENSE, by thewarpaint
❤️ #4614 Use correct logger when enqueuing a query execution., by jezdez
❤️ #4610 redash worker exiting very frequently , by vikashrajoriya
❤️ #4609 Problem with permissions, by Tri0L
❤️ #4606 Query result with columns that contain Japanese causes Python encoding error., by araiman

LIKED ISSUE

👍 #4617 New version of Werkzeug breaks Flask, and then Redash, by DavidHernandez
It received 👍 x2, 😄 x0, 🎉 x0 and ❤️ x0.

NOISY ISSUE

🔈 #4606 Query result with columns that contain Japanese causes Python encoding error., by araiman
It received 4 comments.


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 11 pull requests were updated.
💛 #4627 Fix: no need to encode strings anymore, by arikfr
💛 #4626 Set default query execution time limit to 1 hour, by rauchy
💛 #4623 Bump webpack-bundle-analyzer from 2.13.1 to 3.3.2, by dependabot[bot]
💛 #4615 Handle stale jobs more carefully before purging them., by jezdez
💛 #4613 Fix dashboard editing permissions not working, by gabrieldutra
💛 #4607 Remove route.resolve feature, by kravets-levko
💛 #4574 RQ: reuse same names as before for Docker entrypoints, by rauchy
💛 #4596 (WIP) Counter: tooltip format setting, by kravets-levko
💛 #4584 Refactor useQueryExecution & add inline query execution status, by arikfr
💛 #4536 Live preview of new Query View design, by gabrieldutra
💛 #4392 Add additional aggregate functions to Counter visualization, by gabrieldutra

MERGED PULL REQUEST

Last week, 13 pull requests were merged.
💜 #4631 Clickhouse: control whether to verify SSL certificate, by rauchy
💜 #4630 Set correct values for ProxyFix, by rauchy
💜 #4625 sync_user_details doens't really need a custom TTL, by rauchy
💜 #4624 Fix: encode/decode bytestring for base64., by arikfr
💜 #4559 RQ: Keep Job object of query execution for longer period of time, by rauchy
💜 #4622 Fix: If the error message happens to be empty, it will break serailization., by rauchy
💜 #4618 Force specific version of Werkzeug to prevent the breaking changes, by DavidHernandez
💜 #4616 Update copyright year to 2020 in LICENSE, by thewarpaint
💜 #4614 Use correct logger when enqueuing a query execution., by jezdez
💜 #4558 RQ: Missing currently executing queries view, by rauchy
💜 #4602 Chart editor: enable search in columns selects, by kravets-levko
💜 #4595 Sort schema columns alphabetically, by susodapop
💜 #4582 Fix treasuredata endpoint, by mickeey2525


COMMITS

Last week there were 13 commits.
🛠️ getredash/redash#4601 Chart editor: enable search in columns selects (#4602) by kravets-levko
🛠️ Clickhouse: control whether to verify SSL certificate (#4631) by rauchy
🛠️ set correct values for ProxyFix (#4630) by rauchy
🛠️ [Fix treasuredata endpoint (#4582) * fix treasuredata endpoint

Related to a31f901](cee1a07) by susodapop
🛠️ Update copyright year to 2020 in LICENSE (#4616) by thewarpaint
🛠️ keep adhoc job results longer (determined by settings.JOB_EXPIRY_TIME) (#4559) by rauchy
🛠️ Force specific version of Werkzeug to prevent the breaking changes of the new release. (#4618) by DavidHernandez
🛠️ Use correct logger when enqueuing a query execution. (#4614) by jezdez
🛠️ [RQ: Missing currently executing queries view (#4558) * add meta information to executing queries

  • add a table for running queries

  • add pagination to queues table

  • sort the queues table

  • add pagination to all tables](7a34a76) by rauchy


CONTRIBUTORS

Last week there were 8 contributors.
👤 kravets-levko
👤 rauchy
👤 mickeey2525
👤 arikfr
👤 susodapop
👤 thewarpaint
👤 DavidHernandez
👤 jezdez


STARGAZERS

Last week there were 57 stagazers.
jimscx
ipluser
MesaPrime
hzlmn
StevenWorks
josketres
kamikazechaser
ljdatasci
hac-udelv
JasonGluck
bretth
cricksm
benedictkmu
alvinantonius
spolygalin
markkuhar
angusholder
phpfour
csniu
muyouming
4Giedrius
marcocali
xiaoqifu
xjose97x
change2hao
jrm780
sppalkia
dennyglee
chenzeshenga
kaysinchin
SriNandan33
shardulshinde
supanadit
moipon
ronisaha
cakarta
matAlmeida
rxin
patrick-michelberger
reedc0
jeriscc
Vaultman
nchammas
thewarpaint
lea21st
dimitrilw
wanglingsong
yangbinnnn
wssmao
sycured
stvsu
mbtolou
leehbing
johnatkinsondev
liratanak
ScottyFillups
jakefb
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. 📆

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

Successfully merging a pull request may close this issue.

1 participant