Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Tags: googledatalab/datalab

Tags

v1.2.20210816

Toggle v1.2.20210816's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revised the warning message when users create non-default firewall ru…

…les. (#2183)

Co-authored-by: Yixin Shi <[email protected]>

1.2.20190116

Toggle 1.2.20190116's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support datalab connect() to connect a GCE instance created from Deep… (

#2112)

* support datalab connect() to connect a GCE instance created from Deeplearning images
* adding soupsieve licence

1.2.20180820

Toggle 1.2.20180820's commit message
Increase our automated build timeout to 3 hours (#2061)

Our automated Cloud Builds run multiple long-running integration tests in both Python 2 and Python 3 environments.

As such, they've started taking longer than the previous timeout of 2 hours.

1.2.20180818

Toggle 1.2.20180818's commit message
Increase our automated build timeout to 3 hours (#2061)

Our automated Cloud Builds run multiple long-running integration tests in both Python 2 and Python 3 environments.

As such, they've started taking longer than the previous timeout of 2 hours.

1.2.20180808

Toggle 1.2.20180808's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support running the end-to-end test repeatedly. (#2053)

This will aid in reproducing and fixing flaky test failures.

In particular, this is being added to help test fixes for #2051.

1.2.20180713

Toggle 1.2.20180713's commit message
Add Cursor pointer style to the logo image (#2042)

1.2.20180611

Toggle 1.2.20180611's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Retry integration tests on any exception. (#2019)

The previous version of this logic retried a test if any of its
`self.assert...` calls failed.

However, that does not handle the case where a nested call to
`datalab` fails. In those cases a `CalledProcessError` would be
raised.

To retry on those scenarios as well, we extend the retry logic
to retry on any instance of the `Exception` class.

1.2.20180511

Toggle 1.2.20180511's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change the cloud build to use CUDA 9-0 instead of 9-1 (#2008)

1.2.20180508

Toggle 1.2.20180508's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pick a random zone for CLI tests. (#2004)

This changes the CLI end-to-end test so that it defaults to
picking a random zone in the region 'us-west' instead of being
hard-coded to 'us-west1-a'.

The test will still honor the 'zone' config setting in gcloud if
it is set; this only changes the behavior when that is not set.

1.2.20180223

Toggle 1.2.20180223's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't delete the h5py tests directory. (#1971)

h5py references this directory during import.