devo-ps / pipelines

Build pipelines for automation, deployment, testing...
MIT License
119 stars 13 forks source link

refactor code: replace callback style with coroutine. #128

Closed sp3c73r2038 closed 2 years ago

sp3c73r2038 commented 2 years ago

currently blocks #127.

need to refactor code using callback style like this. they are removed in tornado 6.x

https://github.com/Wiredcraft/pipelines/blob/master/pipelines/api/ghauth.py#L25

sp3c73r2038 commented 2 years ago

suppose to be fixed by #131