Skip to content

Releases: man-group/notebooker

0.6.2

02 May 15:37
be3e829
Compare
Choose a tag to compare
  • 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

27 Feb 08:35
d7549c5
Compare
Choose a tag to compare
  • 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

01 Sep 11:51
660f645
Compare
Choose a tag to compare
  • 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

22 Feb 11:46
b73432f
Compare
Choose a tag to compare
  • 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

19 Jan 16:55
62708b1
Compare
Choose a tag to compare
  • Feature: Added support for Reveal.js notebook outputs
  • Bugfix: Small bugfix for synchronous report execution
  • Improvement: Delete functionality in mongo now also deletes files from GridFS

0.4.5

29 Sep 11:19
1f4e0c8
Compare
Choose a tag to compare
  • 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

18 Jul 10:16
ff47836
Compare
Choose a tag to compare
  • Improvement: The results screen has been widened to show as much content as possible (#79).
  • Bugfix: The delete button will now work on non-first pages for the scheduler and result listings (#90).
  • Feature: "View fullscreen" button added to all result pages

0.4.3

24 Jun 11:52
2c3aae5
Compare
Choose a tag to compare
  • 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

27 Apr 09:20
4db0f46
Compare
Choose a tag to compare
  • Improvement: Prometheus metrics now record number of successes/failures which have been captured by the webapp.
  • Improvement: Unpinned nbconvert and added ipython_genutils dependency

0.4.1

09 Mar 10:46
c98d005
Compare
Choose a tag to compare
  • Improvement: The email "from" address is now fully configurable.
  • Bugfix: The default "from" email address domain is no longer non-existent.
  • Improvement: --running-timeout parameter allows customization of max allowed notebook runtime