-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Marvin3 #4727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Marvin3 #4727
Changes from all commits
Commits
Show all changes
115 commits
Select commit
Hold shift + click to select a range
277d9a2
2to3marvin
DaanHoogland 3ef4bf4
2to3tests
DaanHoogland 128e8e4
init and sign
DaanHoogland b26fd5e
explicit import of unittest
DaanHoogland dea5bbb
expect explicit exception
eac67c3
remove redundant member value
DaanHoogland 68d1078
env run of python3
DaanHoogland be31f9a
travis on python 3
4ba5ef7
version3
128781e
urllib3
DaanHoogland 8ea13ae
python3 output on code generator
23ef98c
call codegenerator with python3
6fc2718
add urllib3 to requirements in egg
5acbe8a
None check
3ea1ff6
travis scripts
a8b37d7
pyenv/travis alignment
0113381
pyton 3.9.1
b644072
pyenv the right/requested version
26c6a7e
python3 in marvin rpm
a9858ea
marvin deps on nose
749606b
pycodestyle2 and -lint2 in travis
38906c1
string checks in the nose plugin
e812d67
no decode on str in python3
943aa56
channel result decode
006f937
fix tags on test
e1be3f5
backquote error calling pyenv
c979087
run py checkers as modules
6cd80c7
remove nose-json
4a77e5b
travis prefered python version
DaanHoogland baa4d3d
travis container does not inherit before_install stuff??
3291c6f
travis container does not inherit pylint either
532db1b
separate python for systemvm (tests)
8b66304
version output in travis svm tests
189e553
certificates as bytes arrays
444e910
license exclude for pyenv
3dd53c4
start on tabs in component tests :'(
612a67c
mysql connector does not properly defend against index out of bounds
0dcb1fe
only fetchall for select statements
c1627de
awkward encode-decode of userdata
9023934
unittest method rename assertItemEqual to assertCountEqual
5406d6f
foutje bedank: None vs 0
4cc1f80
str() when str() due
21436d0
remove superfluent parentesis
96659c8
exception assert fix
395a302
2to3 artifact/remnance removed
0c27a33
inherritics
e9b5675
socketserver take bytes
f2ce7a4
cleanup of setup() (not sure why this would help)
2108211
cleanup of tearDown(Class)
f59905f
redundant braces removed
5326a40
retries on ssh verification
8d4976d
cleanup and feedback from internal version
7cd919a
reformat because of indentation problems
73465e9
pylint cmd debug
DaanHoogland c34d662
Update before_install.sh
DaanHoogland af79302
just to see
DaanHoogland 7a61b1b
nose to install (from before_install)
d60ece5
setuptools upgrade
94e2dab
Change python version due to cryptography
GabrielBrascher 9ea4e65
Upgrade pip
GabrielBrascher 129dfd9
Revert python version change from 3.8 to 3.9
GabrielBrascher b71c6b5
cleanup and fix autoindent issues
8645e51
encodestring() instead of b64encode()
92627c3
remove false copy-block
205335a
endodestring can't consume a string, needs bytes
32c1c2a
message attribute not available on exception
a14dfd4
cleanup and indentation
f7dd470
rigorous cleanup discipline
f13f6ab
cleanup incosistent passing test
b01d6e0
another network for cleanup
f6a2ef8
another indentation issue identified
dbc2c41
cleanup, indent, taberrors
8115995
cleanup imports
bc5b3f3
test tag removed
1eda309
further cleanup of resource heavy test
06f85d6
cleanup hygiene
c919dd2
format and cleanup internal lb tests
3289ec5
cleanup of ip tests
9ea59e7
no importing of False in python3 (or in sensible code)
821b38c
syntax (suerfluent '.')
abea365
more cleanup for test_accounts
c5d1d36
disable pylint3 running on py2 code (needs addressing and reverting)
057d95e
fix delete test
7105c54
remove merge remnance
3ba579f
better try/except than with
efa4552
force py2 nosetests on vr scripts
837a7f3
disable nosetests on python2 code for now
207bfe0
try`n'hack python2/python3 mix in travis
6385262
ubuntu py3 deps for marvin
0001900
double python install
3bc5a5d
Fix issue at cloudstack-marvin.postinst by making it 'python3 -m pip …
GabrielBrascher 88dd72a
explicit install python2
2f47ef2
Remove unnecessary mysql-connector-python installation with hardcoded…
GabrielBrascher e58c9d8
proper install
c59f0cd
py2 install in before
1824074
move acitvate outside runtests
ccd6883
activate called from specific version
7d350ec
travis py2+py3 run guidance
1bd5305
put back in requirements travis doesn't have
56ff6f1
test pyenv2 to install
rohityadavcloud 4efdc24
pip1
d2dde16
remove pyenv from systemvm code
98df221
python versions before
1af0b6b
show explicitely
e08ac55
david's pip
cd27370
2.7
5c2169e
remove pyenv's preoccupation
5972368
local virtual env instead of in home
e666ecc
Revert "local virtual env instead of in home"
823a7e3
Revert "remove pyenv's preoccupation"
522fd6a
Revert "2.7"
3ab71e8
Revert "david's pip"
e4e5617
full disable of all systemvm related python installs
4d6e9f9
Queue
891cbd3
check for vmware hosts
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| system | ||
| 3.6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,7 +25,7 @@ jdk: | |
| - openjdk11 | ||
|
|
||
| python: | ||
| - "2.7" | ||
| - "3.9" | ||
|
|
||
| node_js: | ||
| - 12 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -974,6 +974,7 @@ | |
| <exclude>**/*.md</exclude> | ||
| <exclude>.java-version</exclude> | ||
| <exclude>.python-version</exclude> | ||
| <exclude>systemvm/.pythen-version</exclude> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @DaanHoogland typo?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes,m definitely, but also this file is not in use anymore. |
||
| <exclude>.idea/</exclude> | ||
| <exclude>.metadata/**</exclude> | ||
| <exclude>.git/**</exclude> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DaanHoogland why do we need it for cloudstack-management pkg?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll double check, I think it's an indirect dependency, Also it is not packaged which is mayby not what we want , I would mean internet has to be available during install. I'll look into this.