Cook icon indicating copy to clipboard operation
Cook copied to clipboard

Fair job scheduler on Kubernetes and Mesos for batch workloads and Spark

Results 107 Cook issues
Sort by recently updated
recently updated
newest added

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.3.0 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @​anntzer in jupyter/nbconvert#1723 Adopt...

dependencies
python

## Changes proposed in this PR - Label the span where we compute user usage. ## Why are we making these changes? We want to know how long the calculation...

internal-green

## Changes proposed in this PR ## Why are we making these changes?

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20160810 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

dependencies
java

Bumps [cryptography](https://github.com/pyca/cryptography) from 1.7 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies
python

Bumps [wheel](https://github.com/pypa/wheel) from 0.29.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies
python

## Changes proposed in this PR - Build the user-usage map asynchronoutsly outside of the match loop. ## Why are we making these changes? This is more efficient as we...