-
Notifications
You must be signed in to change notification settings - Fork 771
Comparing changes
Open a pull request
base repository: vmware/pyvmomi
base: v8.0.0.1.2
head repository: vmware/pyvmomi
compare: v8.0.1.0
- 16 commits
- 77 files changed
- 5 contributors
Commits on Aug 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 00f4d84 - Browse repository at this point
Copy the full SHA 00f4d84View commit details
Commits on Sep 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e6447ae - Browse repository at this point
Copy the full SHA e6447aeView commit details
Commits on Apr 15, 2020
-
Quote arguments with square brackets
Square brackets are interpreted by some shells (e.g. zsh) so it's better to surround them with quotes when used on the command line.
Configuration menu - View commit details
-
Copy full SHA for 5d3d588 - Browse repository at this point
Copy the full SHA 5d3d588View commit details
Commits on Apr 16, 2020
-
Allow passing ssl_context when login with token
When we login with either bearer or HoK token, there should be an option to pass an ssl_context in order to support self-signed certificates.
Configuration menu - View commit details
-
Copy full SHA for f75313a - Browse repository at this point
Copy the full SHA f75313aView commit details
Commits on Jan 18, 2023
-
Updated vSphere Web Services API Doc reference for vSphere 8.0
ddraganov committedJan 18, 2023 Configuration menu - View commit details
-
Copy full SHA for feba94d - Browse repository at this point
Copy the full SHA feba94dView commit details
Commits on Jan 26, 2023
-
Merge pull request #824 from kshithijiyer/patch-1
Adding missing title to LICENSE file.
DanielDraganov authoredJan 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 1aa8685 - Browse repository at this point
Copy the full SHA 1aa8685View commit details -
Merge pull request #891 from rgerganov/readme-fix
Quote arguments with square brackets
DanielDraganov authoredJan 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 31294e6 - Browse repository at this point
Copy the full SHA 31294e6View commit details
Commits on Feb 2, 2023
-
Merge pull request #750 from jeking3/issue-748-vcrpy-2
Fix incompatibility with vcrpy 2
DanielDraganov authoredFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 651ed25 - Browse repository at this point
Copy the full SHA 651ed25View commit details
Commits on Feb 3, 2023
-
Merge branch 'master' into sso-ssl-context
DanielDraganov authoredFeb 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 0512646 - Browse repository at this point
Copy the full SHA 0512646View commit details -
Merge pull request #892 from rgerganov/sso-ssl-context
Allow passing ssl_context when login with token
DanielDraganov authoredFeb 3, 2023 Configuration menu - View commit details
-
Copy full SHA for a971a95 - Browse repository at this point
Copy the full SHA a971a95View commit details
Commits on Feb 8, 2023
-
[WIP] Fix Exception leaks (#812)
In python2/3 Exception leaks are possible due to "traceback reference cycle problem". See https://cosmicpercolator.com/2016/01/13/exception-leaks-in-python-2-and-3/ In SoapAdapter.py/InvokeMethod, if vim runtime error was thrown, Exception leak occurs. This is due to the fact that when obj is thrown as Exception (at SoapAdapter.py:1375), obj is referencing the current frame through obj.__traceback__, and the current frame is referencing obj. Thus, a circular reference is created. The exception thrown (obj) will never get GC'ed, causing a Exception and resource leak. Also in task.py/WaitForTask, if vim runtime error was thrown, Exception leak occurs. The reason is the same -- frame holds reference to err and err holds reference to frame. The solution would be removing all references to obj when raising the Exception. This is accomplished by the 'try...finally...' idiom. Also, `deserializer` needs to be del'ed, as it also holds a references to obj. (obj is deserializer.deser.result). Signed-off-by: Bo Gan <ganb@vmware.com> Co-authored-by: DanielDraganov <ddraganov@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 5cb1b74 - Browse repository at this point
Copy the full SHA 5cb1b74View commit details
Commits on Mar 10, 2023
-
SmartConnect() should distinguish between SOAP and OAuth token login C…
…loses #1004
ddraganov committedMar 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 4d1093f - Browse repository at this point
Copy the full SHA 4d1093fView commit details -
ddraganov committed
Mar 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 22c3c3f - Browse repository at this point
Copy the full SHA 22c3c3fView commit details
Commits on May 5, 2023
-
Add bindings for vSphere 8.0U1 (8.0.1.0)
ddraganov committedMay 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 94e9885 - Browse repository at this point
Copy the full SHA 94e9885View commit details -
Update the API doc ref for vSphere 8.0U1 (8.0.1.0)
ddraganov committedMay 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 6de056e - Browse repository at this point
Copy the full SHA 6de056eView commit details -
Initial commit of the pyVmomi stubs for type hinting
ddraganov committedMay 5, 2023 1Configuration menu - View commit details
-
Copy full SHA for 81d0e9f - Browse repository at this point
Copy the full SHA 81d0e9fView 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 v8.0.0.1.2...v8.0.1.0