Skip to content
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

New tagging vsphere feature #54058

Merged
merged 60 commits into from
Dec 19, 2019
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
31067c1
Adding vsphereClient as grains and usable in the module
Jul 3, 2019
3a789f1
Add ability to list tags, list categories. Moved vSphere client creat…
Jul 5, 2019
d7247aa
More features
Jul 15, 2019
87ff3bf
Adding test cases and class behavior to the tests.
Jul 16, 2019
8cd1094
Add more tests and check call count for functions
Jul 23, 2019
7088e20
More docstring information, error handling, tests, etc
Jul 24, 2019
abf68b5
More tests
xeacott Jul 25, 2019
6e9113c
More tests, fix docstring, etc
Jul 25, 2019
8de356d
More tests and stuff
xeacott Jul 26, 2019
4d60ef9
Pep compliance, I hope
xeacott Jul 28, 2019
f851db9
Add package to /tests.txt for lint check
xeacott Jul 29, 2019
a52da83
Add skip to unit tests if the module isnt found
xeacott Aug 26, 2019
f645454
Fix unused import in pylint
xeacott Aug 26, 2019
59ba918
Fix bad whitespace
xeacott Aug 26, 2019
947cbd9
Valid unused import this should be the last one
xeacott Aug 26, 2019
ec34a81
Fix docstring issue
Oct 8, 2019
cd32126
Add requests to import.
Oct 9, 2019
e769885
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Oct 11, 2019
6f0b419
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Oct 23, 2019
46eb2d9
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Oct 29, 2019
c520322
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Nov 14, 2019
8011c5a
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Nov 18, 2019
034e772
Move client instantiation into private function
xeacott Nov 25, 2019
bd93990
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Nov 26, 2019
9cf684f
Pylint cleanup
xeacott Dec 1, 2019
0b5690a
Merge branch 'new_tagging_vsphere_feature' of github.com:xeacott/salt…
xeacott Dec 1, 2019
3b7e430
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Dec 2, 2019
2a14f9c
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Dec 3, 2019
8429eb7
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Dec 3, 2019
7c8ea52
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Dec 4, 2019
549cefe
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Dec 6, 2019
e74e469
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Dec 9, 2019
70b31e3
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Dec 10, 2019
dd919a4
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Dec 12, 2019
cfc493d
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Dec 12, 2019
f1cc2f1
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Dec 12, 2019
32ef9d5
Merge branch 'master' into new_tagging_vsphere_feature
dwoz Dec 15, 2019
54ec292
Adding vsphereClient as grains and usable in the module
Jul 3, 2019
599a17e
Add ability to list tags, list categories. Moved vSphere client creat…
Jul 5, 2019
b43bd1e
More features
Jul 15, 2019
66e7a71
Adding test cases and class behavior to the tests.
Jul 16, 2019
23aee0a
Add more tests and check call count for functions
Jul 23, 2019
2cc5c5f
More docstring information, error handling, tests, etc
Jul 24, 2019
cf0c35d
More tests
xeacott Jul 25, 2019
ae21e30
More tests, fix docstring, etc
Jul 25, 2019
63eebeb
More tests and stuff
xeacott Jul 26, 2019
61e84c0
Pep compliance, I hope
xeacott Jul 28, 2019
7ab1b2f
Add package to /tests.txt for lint check
xeacott Jul 29, 2019
5831765
Add skip to unit tests if the module isnt found
xeacott Aug 26, 2019
3b8ec88
Fix unused import in pylint
xeacott Aug 26, 2019
3afcc26
Fix bad whitespace
xeacott Aug 26, 2019
87b176f
Valid unused import this should be the last one
xeacott Aug 26, 2019
36ff365
Fix docstring issue
Oct 8, 2019
b905a60
Add requests to import.
Oct 9, 2019
f32cc54
Move client instantiation into private function
xeacott Nov 25, 2019
95547c9
Pylint cleanup
xeacott Dec 1, 2019
29d00dd
Merge branch 'new_tagging_vsphere_feature' of github.com:xeacott/salt…
xeacott Dec 16, 2019
e2e3888
remove no_mock from tests
xeacott Dec 16, 2019
d0fc180
Merge branch 'master' into new_tagging_vsphere_feature
dwoz Dec 16, 2019
35b7fa6
Merge branch 'master' into new_tagging_vsphere_feature
xeacott Dec 17, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading