Skip to content

Releases: spacetelescope/jwql

bokeh Plots via Embedded Components

24 Aug 15:57
a27c1c2
Compare
Choose a tag to compare

This release changes the way the monitor_mast and monitor_filesystem bokeh plots are saved and displayed in the web application, from using html to using embedded bokeh components. It also introduces some logging to monitor_filesystem and monitor_mast.

jwqldb Database Interface

23 Aug 18:43
9799304
Compare
Choose a tag to compare

This release introduces database_interface.py and supporting documentation. This module enables the creation and maintenance of database tables in the jwqldb postgresql database. The first table in existence is the anomalies table.

Fix monitor_filesystem and monitor_mast shpinx docs

22 Aug 17:05
384af98
Compare
Choose a tag to compare

This release fixes some minor formatting issues with the Sphinx docs for monitor_filesystem and monitor_mast

ipython in environment.yml

20 Aug 18:37
93bcf20
Compare
Choose a tag to compare

This release adds ipython to the jwql environment.

Web Application Prototype

16 Aug 19:10
10e6bfc
Compare
Choose a tag to compare

This release introduces a prototype of the django web application (website/).

Code of conduct

31 Jul 15:25
b77735b
Compare
Choose a tag to compare

This release introduces the jwql code of conduct.

monitor_filesystem Enhancements

24 Jul 17:17
7759d06
Compare
Choose a tag to compare

This release introduces some changes to monitor_filesystem, namely adding sphinx docs and adding a plot that shows the total file sizes and counts broken down by instrument.

Renamed dbmonitor

10 Jul 15:26
5f075f8
Compare
Choose a tag to compare

This release renames instances of dbmonitor to monitor_mast to be more consistent with monitor_filesystem.

html_static_paths bug fix

10 Jul 14:14
3f8e4a3
Compare
Choose a tag to compare

This release removes the _static file from the html_static_paths parameter in the conf.py of the sphinx docs to avoid unnecessary warnings when trying to build the sphinx docs.

Change of verbose option for set_permissions

22 Jun 19:16
719f769
Compare
Choose a tag to compare

This release changes the default value for the verbose option from True to False in permissions.set_permissions