Skip to content

Releases: jupyter-server/jupyter-scheduler

v1.2.0

20 Dec 01:08
Compare
Choose a tag to compare

1.2.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Added exception handlers, simplified imports #309 (@3coins)
  • Updates "Download job files" tooltip in list jobs view #307 (@jweill-aws)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @dlqqq | @github-actions | @jweill-aws | @pre-commit-ci

v1.1.4

12 Nov 00:51
Compare
Choose a tag to compare

1.1.4

(Full Changelog)

Enhancements made

  • Added exception handling to both api handlers and UI #302 (@3coins)

Bugs fixed

  • Added exception handling to both api handlers and UI #302 (@3coins)
  • Adds success message on "run job from definition" #301 (@jweill-aws)

Contributors to this release

(GitHub contributors page for this release)

@3coins | @github-actions | @jweill-aws

v1.1.3

11 Nov 01:40
Compare
Choose a tag to compare

1.1.3

(Full Changelog)

Enhancements made

  • Display success message on list view after creating a job #297 (@jweill-aws)

Bugs fixed

  • Fixed propagation of error message to UI #299 (@3coins)
  • correctly handle last page even when latest next_token is truthy #292 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @github-actions | @jweill-aws

v1.1.2

09 Nov 21:51
Compare
Choose a tag to compare

1.1.2

(Full Changelog)

Enhancements made

Bugs fixed

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @github-actions | @jweill-aws

v1.1.1

04 Nov 23:53
Compare
Choose a tag to compare

1.1.1

(Full Changelog)

Enhancements made

Bugs fixed

  • hide timezone selector when editing job definition created with utc_only environment #280 (@dlqqq)
  • Adds error reporting #277 (@jweill-aws)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @github-actions | @jweill-aws

v1.1.0

03 Nov 22:48
Compare
Choose a tag to compare

1.1.0

(Full Changelog)

Enhancements made

Bugs fixed

  • refactor schedule inputs #264 (@dlqqq)
  • Catching create job failures, updates to job definition #253 (@3coins)

Contributors to this release

(GitHub contributors page for this release)

@3coins | @dlqqq | @github-actions | @jweill-aws

v1.0.0

02 Nov 01:03
Compare
Choose a tag to compare

1.0.0

(Full Changelog)

Enhancements made

Bugs fixed

  • fix schedule validation errors not clearing after selecting run now #261 (@dlqqq)
  • Hides Output Format picker when no output formats are present #246 (@jweill-aws)
  • Added a validate method to check for notebook metadata #243 (@3coins)
  • Chooses the first environment in the create form #241 (@jweill-aws)
  • fix pagination in AdvancedTable #239 (@dlqqq)
  • Add additional styling of backgound and paper to handle dark mode. #230 (@ellisonbg)
  • Use LabeledValue in advanced options in Job Definition and Job Definition Detail #226 (@andrii-i)
  • Blocks job or job definition creation when a parameter has no key and no value #218 (@jweill-aws)
  • Creates directory based on job name, not based on timestamp #206 (@jweill-aws)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @dlqqq | @ellisonbg | @github-actions | @jweill-aws | @pre-commit-ci

v0.6.1

27 Oct 18:59
Compare
Choose a tag to compare

0.6.1

(Full Changelog)

Enhancements made

  • merge ListJobsView into JobsView, re-define IAdvancedOptionsProps #207 (@jweill-aws)

Bugs fixed

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @github-actions | @jweill-aws

v0.6.0

26 Oct 01:13
Compare
Choose a tag to compare

0.6.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Support backends without total_count in list views #202 (@dlqqq)
  • When one environment is present, selects first compute type; propagates compute type on rerun #187 (@jweill-aws)
  • Async support, configurable staging path, tar file support #171 (@3coins)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@3coins | @andrii-i | @awaisabir | @dlqqq | @ellisonbg | @github-actions | @jweill-aws | @pre-commit-ci

v0.5.1

19 Oct 20:48
Compare
Choose a tag to compare

0.5.1

(Full Changelog)

Bugs fixed

  • Fix for create job UI when error is returned from backend #167 (@3coins)

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@3coins | @github-actions | @pre-commit-ci