-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Description
Here's the Weekly Digest for getredash/redash:
ISSUES
Last week 14 issues were created.
Of these, 9 issues have been closed and 5 issues are still open.
OPEN ISSUES
💚 #3905 Provide settings to control multifilter initial selection, by kewisch
💚 #3904 Draft for Dynamic Date values, by gabrieldutra
💚 #3901 scheduled query become outdated query, by srajakum
💚 #3898 Celery doesn't auto reload in development, by rauchy
💚 #3891 redash_adhoc_worker eats CPU massively , by koooge
CLOSED ISSUES
❤️ #3903 Increase celery job timeout, by ranbena
❤️ #3902 Add alert deletion confirmation dialog, by kyoshidajp
❤️ #3900 Refresh Presto schema by table_name and skip hive views, by guyco33
❤️ #3899 Fix OverflowError on Celery worker, by guyco33
❤️ #3897 Assign colours permanently for temporarily occurring series, by Advajan
❤️ #3896 Download links in Embed pages don't include the API key, by arikfr
❤️ #3895 M22 rebase, by washort
❤️ #3894 Remove schema after deleting data source, by rauchy
❤️ #3893 When deleting a data source, it should remove the cached schema from Redis, by arikfr
NOISY ISSUE
🔈 #3903 Increase celery job timeout, by ranbena
It received 5 comments.
PULL REQUESTS
Last week, 23 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 9 pull requests were updated.
💛 #3905 Provide settings to control multifilter initial selection, by kewisch
💛 #3898 Celery doesn't auto reload in development, by rauchy
💛 #3798 Failed Scheduled Queries Report, by rauchy
💛 #3782 enable view_source permission, by muddydixon
💛 #3781 Add presetted ranges to DateRange and DateTimeRange inputs, by gabrieldutra
💛 #3687 Encapsulate query strings, by rauchy
💛 #3659 Allow Parameters on Public Dashboards, by rauchy
💛 #3627 Migrate Query Snippets to React, by gabrieldutra
💛 #3137 Build custom alert message, by k-tomoyasu
MERGED PULL REQUEST
Last week, 14 pull requests were merged.
💜 #3902 Add alert deletion confirmation dialog, by kyoshidajp
💜 #3899 Fix OverflowError on Celery worker, by guyco33
💜 #3887 Query Results: querying a column with a dictionary or array fails, by rauchy
💜 #3896 Download links in Embed pages don't include the API key, by rauchy
💜 #3894 Remove schema after deleting data source, by rauchy
💜 #3884 Force a Choose account step for Google OAuth, by kravets-levko
💜 #3883 Google Sheets: friendlier error message in case of an API error and more reliable test connection, by arikfr
💜 #3882 Plotly legend overlaps plot on small screens, by kravets-levko
💜 #3877 Authorize according to API key (if given) over cookies, by rauchy
💜 #3872 Bump pyopenssl from 16.2.0 to 17.5.0, by dependabot[bot]
💜 #3870 Bump cryptography from 2.0.2 to 2.3, by dependabot[bot]
💜 #3848 Add support ssl connections to redis, by nason
💜 #3801 Celery task to clear schedule was added, by aidarbek
💜 #3764 Support regenerating Query API Key, by kyoshidajp
COMMITS
Last week there were 14 commits.
🛠️ Fix OverflowError on celery worker (#3899) by guyco33
🛠️ Add alert deletion confirmation dialog (#3902) by kyoshidajp
🛠️ [Support regenerating Query API Key (#3764) * Add regenerate function of query's API Key
-
Add regenerate API Key button
-
Add regenerate Query API Key tests
-
Fix too long line
-
Replace with this
-
Return a simple version query
-
Update only API Key
-
Update API Key via query](8e38dcd) by kyoshidajp
🛠️ [Celery task to clear schedule was added (Celery task to clear schedule was added #3801) * Celery task to clear schedule was added -
fix formating
-
empty_schedules task was put in separate task
-
worker interval changed, new tests added
-
past artifact deleted
-
test queries moved to right class, lambda was used to filter data
-
unnecessary changes eliminated
-
more unnecessary files deleted
-
line shortened
-
Line shortened more
-
codeclimate changes
-
Unused test deleted, logs added](2bab144) by aidarbek
🛠️ [Add support ssl connections to redis (Add support ssl connections to redis #3848) * Add support ssl connections to redis -
Fix line length
-
Update redash/init.py w suggestion
Co-Authored-By: Omer Lachish [email protected]
-
Cleanup init after suggestion
-
Move redis SSL config to settings
-
Do not pass celery SSL config unless necessary
-
Fix typo](4e0a251) by nason
🛠️ Force a Choose account step for Google OAuth (#3884) by kravets-levko
🛠️ [Google Sheets: friendlier error message in case of an API error and more reliable test connection (Google Sheets: friendlier error message in case of an API error and more reliable test connection #3883) * Google Sheets: friendlier error message in case of an APIError and more reliable test connection. -
Pleasing the pep8 gods](1630cbb) by arikfr
🛠️ getredash/redash#3879 Plotly legent overlaps plot on small screens (FF only) (#3882) by kravets-levko
🛠️ [Authorize according to API key (if given) over cookies (Authorize according to API key (if given) over cookies #3877) * remove legacy session identifier support -
remove redundant test
-
redirect to login to support any invalid session identifiers
-
be more specific with caught errors
-
use authorization according to api_key (if provided) over session](2af8b39) by rauchy
🛠️ [Bump pyopenssl from 16.2.0 to 17.5.0 (Bump pyopenssl from 16.2.0 to 17.5.0 #3872) Bumps pyopenssl from 16.2.0 to 17.5.0.
- Release notes
- Changelog
- Commits](3faed0f) by dependabot[bot]
🛠️ [Bump cryptography from 2.0.2 to 2.3 (Bump cryptography from 2.0.2 to 2.3 #3870) Bumps cryptography from 2.0.2 to 2.3. - Release notes
- Changelog
- Commits](e45f49b) by dependabot[bot]
🛠️ [Query Results: querying a column with a dictionary or array fails (Query Results: querying a column with a dictionary or array fails #3887) * flatten lists and dicts to json to be used with SQLite's json_extract functions
-
add test that verifies that lists and dicts are saved
-
add test that verifies that lists and dicts are saved](e33ad3b) by rauchy
🛠️ add api_key to embed download urls (#3896) by rauchy
🛠️ [Remove schema after deleting data source (Remove schema after deleting data source #3894) * remove schema from redis after deleting data sources
CONTRIBUTORS
Last week there were 8 contributors.
👤 guyco33
👤 kyoshidajp
👤 aidarbek
👤 nason
👤 kravets-levko
👤 arikfr
👤 rauchy
👤 dependabot[bot]
STARGAZERS
Last week there were 116 stagazers.
⭐ Prev
⭐ fanhuibin
⭐ Disen8138
⭐ Creamen
⭐ ka1nsha
⭐ anotherbhav
⭐ rmw66
⭐ gmitchell
⭐ chnynf
⭐ brunowowk
⭐ tddschn
⭐ aburgool
⭐ pyrooka
⭐ sumingyue
⭐ tdvtoan
⭐ yashiro1234
⭐ brianlawrence2
⭐ funyeah
⭐ yindynasty
⭐ ksdme
⭐ hsz1273327
⭐ atschx
⭐ ch3rub1m
⭐ yuijao0
⭐ Ekolarov
⭐ Marcon78
⭐ zhanglanhui
⭐ bpsommerville
⭐ nikgoodley-ibboost
⭐ deravo
⭐ cnlyzy
⭐ gsnewmark
⭐ ansrivas
⭐ dengt8
⭐ bogdandm
⭐ pRivAte12
⭐ mattmoehr
⭐ lucasdavila86
⭐ kanekotic
⭐ svanburen
⭐ Sija
⭐ kiansheik
⭐ sekys
⭐ agomez40
⭐ thinkt4nk
⭐ volpatto
⭐ mtwilliams
⭐ ColeShelly
⭐ Viniciusog
⭐ asmwarrior
⭐ YangBaohust
⭐ NikitaKoren
⭐ AR4Z
⭐ BenbenMiao
⭐ ryuichi1208
⭐ liuyibin23
⭐ Xuanwo
⭐ Amin-Tgz
⭐ ailandering
⭐ acshmily
⭐ xthiago
⭐ cb200664
⭐ skb1129
⭐ zrl829
⭐ dcarastan
⭐ gb0070
⭐ ankurCES
⭐ preytaren
⭐ MatthieuRouland
⭐ hngnaig
⭐ OlimSam
⭐ revantg
⭐ fuyu77
⭐ harish2704
⭐ lourheroes
⭐ liangh001
⭐ dkopecek
⭐ qlhai
⭐ jbmadsen
⭐ HackHerz
⭐ laixintao
⭐ Peixer
⭐ pyryjook
⭐ ejunjsh
⭐ nrgg
⭐ reata
⭐ cuzzuky87
⭐ 9uest
⭐ Dowwie
⭐ stigoleg
⭐ Dustyposa
⭐ purelind
⭐ ghoiufyia
⭐ waterasice
⭐ SaqibHussain44
⭐ MasalitinMaksim
⭐ buritto
⭐ cabbage89
⭐ bestmingming
⭐ jupitern
⭐ bsn
⭐ teloo
⭐ apurbad
⭐ yasu
⭐ ntalekt
⭐ palamccc
⭐ TianLangStudio
⭐ suyanlong
⭐ huangnauh
⭐ timrcase
⭐ xtao
⭐ hanleilei
⭐ danhively
⭐ bb-mmautner
⭐ metafeather
⭐ Gabriel1774
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. 📆