-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: FxIII/python-oca
base: 0dfd181
head repository: python-oca/python-oca
compare: 25c698e
- 10 commits
- 34 files changed
- 4 contributors
Commits on Mar 29, 2019
-
Fix python-oca#1 by checking version of OpenNebula server and changin…
…g Host and VirtualNetwork attributes accordingly Signed-off-by: Felix Franz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b338ee8 - Browse repository at this point
Copy the full SHA b338ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ef4ec - Browse repository at this point
Copy the full SHA d5ef4ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7922270 - Browse repository at this point
Copy the full SHA 7922270View commit details
Commits on May 17, 2019
-
Add missing host state 'OFFLINE' introduced with OpenNebula 5.0
Configuration menu - View commit details
-
Copy full SHA for 67c0b83 - Browse repository at this point
Copy the full SHA 67c0b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for e26406b - Browse repository at this point
Copy the full SHA e26406bView commit details
Commits on Jun 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 014bc30 - Browse repository at this point
Copy the full SHA 014bc30View commit details -
Configuration menu - View commit details
-
Copy full SHA for da0fe24 - Browse repository at this point
Copy the full SHA da0fe24View commit details -
Expose new API actions and update test suite accordingly; bump egg ve…
…rsion to '4.15.2'
Configuration menu - View commit details
-
Copy full SHA for a591ad1 - Browse repository at this point
Copy the full SHA a591ad1View commit details
Commits on May 17, 2023
-
Fix
coding:line to be compatible with Emacs.Emacs complains that `UTF-8` (all uppercase) is not a valid name of a coding system: Warning (mule): Invalid coding system ‘UTF-8’ is specified for the current buffer/file by the :coding tag. It is highly recommended to fix it before writing to a file. Using the lowercase version solves the problem.Configuration menu - View commit details
-
Copy full SHA for 9656e87 - Browse repository at this point
Copy the full SHA 9656e87View commit details -
Fix compatibility issues in RPC call wrapper.
This fixes a few spurious errors I've found while using `python-oca` with the Ansible module `one_vm`: * The `except socket.error, e` syntax is deprecated since long and has been removed in Py3. * On failure, ONE RPC seems to return a 4-tuple with the error message in position 1 and the constant `-1` in position 3. This would have generated a `ValueError` which discarded the error message, obscuring important information. * In general, try to be more verbose and precise in reporting errors to the caller.
Configuration menu - View commit details
-
Copy full SHA for 25c698e - Browse repository at this point
Copy the full SHA 25c698eView 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 0dfd181...25c698e