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 (6 January, 2020 - 13 January, 2020) #4539

Closed
weekly-digest bot opened this issue Jan 13, 2020 · 0 comments
Closed

Weekly Digest (6 January, 2020 - 13 January, 2020) #4539

weekly-digest bot opened this issue Jan 13, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Jan 13, 2020

Here's the Weekly Digest for getredash/redash:


ISSUES

Last week 15 issues were created.
Of these, 8 issues have been closed and 7 issues are still open.

OPEN ISSUES

💚 #4538 Google Analytics runner - iterate over keys the Python 3 way, by rauchy
💚 #4536 Live preview of new Query View design, by gabrieldutra
💚 #4533 Get rid of six and fix str/unicode types regression that became active on Python 3., by jezdez
💚 #4532 Add redshift role use option, by stevebuckingham
💚 #4529 Passing all zeroes to the funnel visualization crashes the renderer, by susodapop
💚 #4526 TypeError: ssl_wrap_socket_with_ocsp() got an unexpected keyword argument 'key_password', by maximecharron
💚 #4525 Migrate router and to React, by kravets-levko

CLOSED ISSUES

❤️ #4537 Fix typo in Azure Kusto runner, by rauchy
❤️ #4535 Update description for the new setup repository, by ariarijp
❤️ #4534 wait, you have all 3 in deps angula, jquery, react.!! , by mobop
❤️ #4531 adjust imports to match influxdb 5.2.3, by rauchy
❤️ #4530 Cypress: Add test for Settings Tabs, by gabrieldutra
❤️ #4528 Installation without docker?, by charlesoblack
❤️ #4527 Add maildev missing settings in docker-compose, by gabrieldutra
❤️ #4524 Hide unavailable page links to non-admin users in settings and header, by gabrieldutra

LIKED ISSUE

👍 #4527 Add maildev missing settings in docker-compose, by gabrieldutra
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.

NOISY ISSUE

🔈 #4528 Installation without docker?, by charlesoblack
It received 10 comments.


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 7 pull requests were updated.
💛 #4536 Live preview of new Query View design, by gabrieldutra
💛 #4533 Get rid of six and fix str/unicode types regression that became active on Python 3., by jezdez
💛 #4532 Add redshift role use option, by stevebuckingham
💛 #4525 Migrate router and to React, by kravets-levko
💛 #4422 Embed visualizations become flex., by shinsuke-nara
💛 #4421 Fix Google Apps SAML: missing FirstName / LastName, by e271828-
💛 #4324 Exposing setting for overriding template directory, by blarghmatey

MERGED PULL REQUEST

Last week, 10 pull requests were merged.
💜 #4537 Fix typo in Azure Kusto runner, by rauchy
💜 #4535 Update description for the new setup repository, by ariarijp
💜 #4530 Cypress: Add test for Settings Tabs, by gabrieldutra
💜 #4527 Add maildev missing settings in docker-compose, by gabrieldutra
💜 #4524 Hide unavailable page links to non-admin users in settings and header, by gabrieldutra
💜 #4521 Nuke Celery, by rauchy
💜 #4518 Add error boundary to catch errors in visualizations, by kravets-levko
💜 #4512 Migrate Query pages to React: cleanup, by kravets-levko
💜 #4502 Replace angular-sanitize with DOMPurify, by gabrieldutra
💜 #4429 Migrate Query pages to React, by gabrieldutra


COMMITS

Last week there were 9 commits.
🛠️ fix typo in azure kusto runner (#4537) by rauchy
🛠️ [Nuke Celery (#4521) * enforce hard limits on non-responsive work horses by workers

  • move differences from Worker to helper methods to help make the specialization clearer

  • move HardLimitingWorker to redash/tasks

  • move schedule.py to /tasks

  • explain the motivation for HardLimitingWorker

  • pleasing CodeClimate

  • pleasing CodeClimate

  • port query execution to RQ

  • get rid of argsrepr

  • avoid star imports

  • allow queries to be cancelled in RQ

  • return QueryExecutionErrors as job results

  • fix TestTaskEnqueue and QueryExecutorTests

  • remove Celery monitoring

  • get rid of QueryTask and use RQ jobs directly (with a job serializer)

  • Revert "remove Celery monitoring"

This reverts commit 37a74ea.

  • reduce occurences of the word 'task'

  • use Worker, Queue and Job instead of spreading names that share behavior details

  • remove locks for failed jobs as well

  • did I not commit that colon? oh my

  • push the redis connection to RQ's stack on every request to avoid verbose connection setting

  • use a connection context for tests

  • remove Celery monitoring

  • 👋 Celery

  • remove Celery from Cypress

  • black it up

  • some more black

  • return all started/queued job ids (for future monitoring

  • Restyled by prettier (Restyle Nuke Celery #4522)

  • remove celery.py

  • remove some frontend residuals that reappeared after a merge

Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>](aa17681) by rauchy
🛠️ Update description for the new setup repository (#4535) by ariarijp
🛠️ Add maildev missing settings (#4527) by gabrieldutra
🛠️ Cypress: Add test for Settings Tabs (#4530) by gabrieldutra
🛠️ [Hide unavailable page links to non-admin users in settings and header (#4524) * Filter unavailable menu items in SettingsWrapper

Co-authored-by: Arik Fraimovich [email protected]](76f0dcb) by gabrieldutra
🛠️ [Migrate Query pages to React (#4429) * Migrate Query Source View page to React: skeleton

Co-Authored-By: Levko Kravets [email protected]

Co-authored-by: Levko Kravets [email protected]

This reverts commit 2934e53.

  • Reduce debounced time to 100

  • Migrate Query pages to React: cleanup (Migrate Query pages to React: cleanup #4512)

  • Migrate Query pages to React: cleanup

  • Further cleanup

  • Remove unused dependencies

  • Fix embed pages

  • Attempt to fix flaky test

  • Cleanup: explicitly register the last Angular component

  • Move contents of /filters folder to /lib

  • Remove unnecessary import

  • Remove cy.wait from Parameters spec

Co-authored-by: Gabriel Dutra [email protected]

Co-authored-by: Levko Kravets [email protected]](99c276f) by gabrieldutra
🛠️ [Add error boundary to catch errors in visualizations (#4518) * Add error boundary to catch errors in visualizations


CONTRIBUTORS

Last week there were 4 contributors.
👤 rauchy
👤 ariarijp
👤 gabrieldutra
👤 kravets-levko


STARGAZERS

Last week there were 399 stagazers.
faiyaz26
ywshzh
mohitpanjwani
sokolegg
zengkang007
nicof38
Vitorjardim
bltpanda
dingzhongshan
handeer
yixuanli2000
omers
lijingrong
jhonystein
jhdavino
imaemo
JollySun
hwy1782
yusuken-7c6
hypc
vincenthou
Ahaaaaaa
404-not-find
ur0n
phasorhand
abhimskywalker
CalmnessCcH
King-fly
dmztdesign
dramagods
ganeshcse2991
jianfenkezhan
yusufff
YangWenfeng
newset
bayunjiang
jorgeavaldez
MattixNow
CrashyBang
crosskpixel
addison010
dcgudeman
remyaubc
dntzhang
gaoryrt
charliezzo
ericgarber
cbbfcd
junziwang
beiluo
ueqt
WalonDreamer
T-Jedsada
trexguo
kejianlin
seekincs
tonygemcd
hlzhu1983
blackraindrop
vvni
mhaagens
ahoendgen
Dala121212
maxwell-git
arunbabucode
xdef
evantre
juliocoelho
zmtbusiness
fineen
amigoavena
minibugdev
olaanderson7014
alfredwesterveld
daniele-rapagnani
Embraser01
0bman
khurdz
Phill93
kommit
JonasHoffmannWecode
gangtiser
pmatigakis
ismnarber
sumitmckv
pdaher
felixwan-git
cloudstudio
Tweakyy
HaitianLiu
Werninator
Gypsite
ciffelia
arthurescriou
jayvasantjv
amaboura
guweigang
shenqiangbin
blackcater
alessandrostone
JSchoonmaker
xdk78
gustavosantiago
vikrantpogula
yi-ge
yunuskiran
chiangbing
saadshahd
glzawalski
manV
Lursun
B1anker
livesiteme
hulkkii
alete89
hubidu
aguasone
talsalmona
fernandomoraes
marxvn
hashd
lijie2000
maximov8
muzakparov
ruimgoncalves
songjave
Xceno
JoshDaone
cherryred5959
Syed-Umair
dmashuda
jwoo92
matteocrippa
Kreshnik
egemenzeytinci
cupofjoakim
luyx2412
lpaicheur
mahmoudkandeel
edgaraafelix
GreenHand-zmy
h4ck4life
alecs
tikazyq
CaduGimenes
ericol
flyce
the-x-man
aureooms
eemirtekin
Codegass
RahulJyala7
danivek
stefanondisponibile
jeffj1111
Jarweb
kelvintys4156
taschetto
direwolf424
ICLXL
gamebusterz
johnwquarles
marc-harry
johnrazeur
monlouisj
jameswlane
jbeerbom
somethingweird
palvarezcordoba
mloberg
devadutta
anvie
yuanchenxi95
lucasbflopes
serefercelik
emad-elsaid
mobop
Nibot1
geksilla
Inux
ysfbsf
jarvisconsidine5037
prashantsagar73
georgepoulos
efimweb
alaypanov
strix
boutterudy
astroshark
SpareShade
tawsif93
jamesjnadeau
devilcoders
fschade
ygqbasic
tribou
visualjerk
MorenoJoshua
wang502
coupez
devypt
bjtitus
zhaoshenhao
damianesteban
mpolanski
LQYcode
syfun
moonheart
waterVenice7
guerreiro
yuanzhaokang
Roochy
laoshancun
haymaicc
sterlingbreiten
foray1010
gldc
RyanDong2014
l2dy
faisalburhanudin
phantommyk
CloudBranch
zyxzyxzyx
fkmy
mineralres
filipelinhares
PengyuanZhao
zzeleznick
arezl
htong01
buxxux
GavinRay97
ankitbansal
BranLiang
chipsetgo
Enivel
rergw
freyk
l1kw1d
amorist
initialresult
zouguangxian
VIKASKHILLARE
tt000tt000
Duohao
tnv218
MiaoHaoSunny
lilac
bjmengyu
classicalliu
EmpireWorld
gardenbaum
retrX
Mick23R
ifzm
shekang
edpelesh
wisespace-io
Aslamva
apuntovanini
jskod
frncsdrk
tmrp
liumingsongning
jasontmiani
celier
shipengqi
misterT2525
oyagbileoluwaseun
shahar3012
BaymaxBai
gmolau
raitucarp
bggafpgr
rkouye
thinhdanggroup
SynZhang
m-torin
lelvooo0
shinhwagk
coolshijun
DerTiedemann
2ue
llmuculusll
pacren
trumhemcut
jimytc
getogrand
lynxnathan
FlowOverFail
banben
koya-ken
blackmius
maxdumas
k0dr1ck
thejeshpr
phamtai97
LukeCarrier
octaviogb
ninesalt
nicolaskuebler
garethwhittaker
frankrobert
RamyAllam
gejihu
vanishcode
raintean
mangelsnc
dgmdevelopment
tooolbox
LoicMahieu
marchanlon
egdbear
joaofnds
lksilva
chrismeller
espritfollet
lutfuahmet
kamilkabir9
will-hart
theangryangel
theresawalter9342
tigitz
bianfusia
bhserna
jasonwoodland
JDEast1029
k19810703
guoshusong
Pixeladed
ganeshkbhat
jmmanos
ncode4sure
royxue
vuhg
K68
platomaniac
patinthehat
cdleon
sonamghosh
tdrobbin
Hayeke
netcode
MomenNano
Jahhein
ffunes59
irux
lsbardel
kslr
ulyr
easyhjq
willhope
nerac
nynevi
m-miyauchi
ilya-spiridonov
jk195417
sansanboy
calledT
alberc
JerrysShan
arietimmerman
BubbleM
Hquestion
wang01234
pappu687
HelloBojack
appidiabhinav
loicnestler
zaaom
kierandg
hawtim
yumingzhe
selliott80919
niexiaofei1988
DM139
tomdaniel-it
newtack
SerfNinja
s7core
infernalsirius
fermuch
luka
p3rc3ptron
acollazo25
martin-helmich
pvarentsov
ilyaflex
KhanShaheb34
jony001
philippnormann1337
blakek
fyalavuz
Aisamiery
baegmon
kapiveer
tsbgarner
mausconi
DurtyFree
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

No branches or pull requests

1 participant