Releases: man-group/notebooker
Releases · man-group/notebooker
0.6.3
0.6.2
- Bugfix: Folders with spaces in their names are now correctly handled in the webapp.
- Chore: Fix readthedocs build and broken CircleCI link.
- Chore: Applying & enforcing Black and Prettier to Python and JS code, respectively. Setting Black version to 22.8.0 for CircleCI.
- Bugfix: Preserve the "mailfrom" parameter on notebook rerun.
0.6.1
- Feature: GridFS document storage in Mongo-backed instances is now sharded if the mongo server supports it.
- Bugfix: None will stop appearing at the top of reports with nbconvert>7.0.0
0.6.0
- Feature: Reports are now grouped by their containing folder on the main UI.
- Feature: Allow configuring error email addresses and email subject via UI.
- Bugfix: . and .. should now be allowed to be used when specifying the templates directory.
- Bugfix: corrected cron schedule incorrectly shifting back one day upon save.
0.5.1
- Feature: A new
--readonly-mode
is available for the webapp. This allows users to have an instance of Notebooker which only displays the results of externally-run or scheduler-run reports. See the docs for more details. - Bugfix: Scheduler-executed reports will now correctly record stdout.
- Bugfix: Pull from current upstream instead of hard-coded origin/master in git backend of webapp.
- Bugfix: Ensure that the hide_code option is consistent when a rerun is executed via the webapp.
0.5.0
0.4.5
- Bugfix: The frontend should now show the correct "time since" for non-UTC timezones
- Bugfix: The scheduler now follows UNIX conventions for day-of-week specifications. (#72)
- Bugfix: Use Collection.count_documents() for mongo compat
- Improvement: The raw_results will now also display in full screen
- Improvement: Improve setup.cfg for better wheel building
- Improvement: Pin Werkzeug<2.2 since it causes RuntimeErrors
- Improvement: Fix docs regarding setup + yarn bundling
0.4.4
0.4.3
- Feature: The results page now includes a "View Stdout" button to view and copy stdout from the notebook run
- Improvement: Prometheus improvement to allow increase() metric to be used in alerting
0.4.2
- Improvement: Prometheus metrics now record number of successes/failures which have been captured by the webapp.
- Improvement: Unpinned nbconvert and added ipython_genutils dependency