tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
92 stars 49 forks source link

Async Handlers/Jobs Table #1082

Closed sdc50 closed 1 week ago

sdc50 commented 3 weeks ago

Description

Adds async support for bokeh handlers and for the jobs table endpoints Fixes a security issue with the jobs table and enhances the formatting of logs

Changes Made to Code:

This primarily:

It also:

Related

Quality Checks

coveralls commented 3 weeks ago

Coverage Status

coverage: 100.0% (+0.06%) from 99.936% when pulling 2c816e7113ed86f49bc7cfa697a934f4cfe3d640 on basic_async_support into fbf295d1886b42512f3df6895694b3fc8d1b7c04 on main.

sdc50 commented 3 weeks ago

I still need to test some database async access.