-
Notifications
You must be signed in to change notification settings - Fork 79
Comparing changes
Open a pull request
base repository: tomplus/kubernetes_asyncio
base: master
head repository: tomplus/kubernetes_asyncio
compare: release-30.0
- 14 commits
- 759 files changed
- 4 contributors
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0983ab5 - Browse repository at this point
Copy the full SHA 0983ab5View commit details
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6a434e - Browse repository at this point
Copy the full SHA a6a434eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea2f41 - Browse repository at this point
Copy the full SHA 0ea2f41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e9ea73 - Browse repository at this point
Copy the full SHA 3e9ea73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e0dd1 - Browse repository at this point
Copy the full SHA 94e0dd1View commit details
Commits on Jul 31, 2024
-
chore(deps): update sphinx requirement (#319)
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v1.2.1...v7.4.4) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 958bd76 - Browse repository at this point
Copy the full SHA 958bd76View commit details -
fix unspecified dynamic client watch timeout (#320)
Currently, when a dynamic client watcher is used, timeout_seconds is always passed to watcher.stream() from DynamicClient.watch(). Its value is None when the timeout argument was not passed by the user. The current check done on TimeoutError in the Watch.watch() method when awaiting from self.resp.content.readline() prevents to reopen the request in this case because it behaves differently if timeout_seconds was set to None or if timeout_seconds was not passed to the function. Do not pass the timeout_seconds argument in DynamicClient.watch() if timeout was not specified by the user. Signed-off-by: Olivier Matz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcdb1ae - Browse repository at this point
Copy the full SHA fcdb1aeView commit details -
Fix reconnecting in watch for custom resources (#321)
* Fix reconnecting in watch for custom resources * add test for watch crd without timeout * clean up tests
Configuration menu - View commit details
-
Copy full SHA for 5650344 - Browse repository at this point
Copy the full SHA 5650344View commit details -
chore(deps): update sphinx requirement (#323)
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v1.2.1...v8.0.0rc1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 40f208c - Browse repository at this point
Copy the full SHA 40f208cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c04b2 - Browse repository at this point
Copy the full SHA f3c04b2View commit details -
regenerate client for release 30.3.0 (#324)
* regenerate client for release 30.3.0 * regenerate tests * update changelog
Configuration menu - View commit details
-
Copy full SHA for 6d32870 - Browse repository at this point
Copy the full SHA 6d32870View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33dc9d9 - Browse repository at this point
Copy the full SHA 33dc9d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3997c33 - Browse repository at this point
Copy the full SHA 3997c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9192dcd - Browse repository at this point
Copy the full SHA 9192dcdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...release-30.0