Releases: jupyter-server/jupyter-scheduler
Releases · jupyter-server/jupyter-scheduler
v1.2.0
1.2.0
Enhancements made
- Adds reload on detail page #315 (@jweill-aws)
- Adds override for job files manager, more error handlers #314 (@jweill-aws)
- Displays errors on edit job definition page #308 (@jweill-aws)
- Update file snapshot while editing job definition by dragndrop from file browser #285 (@andrii-i)
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
- Add happy-case/happy path walkthrough to user docs #323 (@andrii-i)
- Add readme links #312 (@dlqqq)
- migrate to readthedocs documentation #311 (@dlqqq)
Contributors to this release
(GitHub contributors page for this release)
@3coins | @andrii-i | @dlqqq | @github-actions | @jweill-aws | @pre-commit-ci
v1.1.4
1.1.4
Enhancements made
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
v1.1.3
1.1.3
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
v1.1.2
1.1.2
Enhancements made
- Adds error wrapper for list queries #288 (@jweill-aws)
- Errors for pause, resume, delete in detail page and list view #286 (@jweill-aws)
- Error alerts in list job definitions view #284 (@jweill-aws)
Bugs fixed
- suppress warning raised by jupyter-core #294 (@dlqqq)
- Adds tooltips to job definition links from list view #287 (@jweill-aws)
- Uses same schema for create job/JD error #283 (@jweill-aws)
Other merged PRs
- Guards against "6–5 of 5" #290 (@jweill-aws)
Contributors to this release
v1.1.1
1.1.1
Enhancements made
- Bump jupyter-server version ceiling #278 (@dlqqq)
- Adds error reporting #277 (@jweill-aws)
- Allows spaces in job names, except in the first position #273 (@jweill-aws)
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
v1.1.0
1.1.0
Enhancements made
- Enabled outputs for failed jobs #270 (@3coins)
- move input job file link #266 (@dlqqq)
- Adds UTC-only option to environment model #265 (@jweill-aws)
- refactor schedule inputs #264 (@dlqqq)
Bugs fixed
- refactor schedule inputs #264 (@dlqqq)
- Catching create job failures, updates to job definition #253 (@3coins)
Contributors to this release
v1.0.0
1.0.0
Enhancements made
- Validates job name #259 (@jweill-aws)
- Making name as required in models #258 (@3coins)
- render better empty list messages #249 (@dlqqq)
- Increase download delay from 500 ms to 5 s #248 (@jweill-aws)
- allow arbitrary expressions as job parameters #247 (@dlqqq)
- Confirmation for stop with visual feedback on request for Job List, Job Detail #245 (@andrii-i)
- make job definitions editable #238 (@dlqqq)
- API and handler for creating job from definition #228 (@3coins)
- Create job from job definition - UI #227 (@jweill-aws)
- Add maxWidth, use LabeledValue in Detail View (#2) #221 (@andrii-i)
- Generic api errors, delete staging files on job delete #219 (@3coins)
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
- Collapse additional options on submit #217 (@jweill-aws)
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
0.6.1
Enhancements made
- merge
ListJobsView
intoJobsView
, re-defineIAdvancedOptionsProps
#207 (@jweill-aws)
Bugs fixed
Other merged PRs
- Refactors JobFileLink into its own function #204 (@jweill-aws)
Contributors to this release
v0.6.0
0.6.0
Enhancements made
- Allow user to create a job with no output formats #203 (@andrii-i)
- Support backends without
total_count
in list views #202 (@dlqqq) - Select all output formats by default #198 (@andrii-i)
- Adds default compute type to runtime env model, uses it #197 (@jweill-aws)
- Removes environment picker from UI when exactly one environment is present #193 (@jweill-aws)
- Added jobs directory to store input copy and outputs #189 (@3coins)
- Disable create on submit #186 (@jweill-aws)
- Removes status bar widget #185 (@jweill-aws)
- Limits maximum size of compute type dropdown #183 (@jweill-aws)
- Sets initial crontab for schedule #181 (@jweill-aws)
- Async support, configurable staging path, tar file support #171 (@3coins)
- Adds helper text to Output path in create form #143 (@jweill-aws)
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