Commit Graph

83866 Commits

Author SHA1 Message Date
William Cannon
e7785bf758 changed output of tests from True/False to Pass/Fail, updated unit tests 2017-07-27 14:33:16 -07:00
William Cannon
e7a3397364 casting results to list for easy sorting, and appending overall info with order 2017-07-27 10:02:42 -07:00
William Cannon
0aa81fd52e fixed auto cache update, fixed highstate tests - gathering correctly 2017-07-27 09:28:24 -07:00
William Cannon
5e4f36a6ed removing use of salt.utils 2017-07-26 15:16:54 -07:00
William Cannon
23fb0fa44e Merge branch 'salt-check-feature' of github.com:wcannon/salt into salt-check-feature 2017-07-26 15:01:35 -07:00
William Cannon
493d065e21 added auto check of minion config option 2017-07-26 15:00:56 -07:00
William Cannon
f7d859093c nice fixes 2017-07-26 15:00:56 -07:00
William Cannon
1088e5eddc major updates - refactored to make __salt__ work in module with unit tests, squashed deep nesting bug too 2017-07-26 15:00:56 -07:00
William Cannon
87fbc7496c new check for updating master cache based on salt config.get 2017-07-26 15:00:56 -07:00
William Cannon
5d088a6359 added lots of unit tests 2017-07-26 15:00:56 -07:00
William Cannon
4b502b3c3b pylint fixes, initial unit test 2017-07-26 15:00:56 -07:00
William Cannon
60b27429a3 Merge branch 'develop' of https://github.com/saltstack/salt into salt-check-feature 2017-07-26 15:00:21 -07:00
William Cannon
7377c5a828 added auto check of minion config option 2017-07-26 15:00:15 -07:00
Nicole Thomas
b91207aff4 Merge pull request #42565 from jf/fix_documentation
Fix note in states/pkgrepo doc about python-apt
2017-07-26 16:00:14 -06:00
Jeffrey 'jf' Lim
cd2d54373c Fix note in states/pkgrepo doc about python-apt 2017-07-26 23:00:33 +08:00
William Cannon
2c0eaaa487 Merge branch 'develop' of https://github.com/saltstack/salt into salt-check-feature 2017-07-25 16:33:41 -07:00
William Cannon
a5bfa36711 nice fixes 2017-07-25 16:33:37 -07:00
Nicole Thomas
ddc0286d57 Merge pull request #42462 from rallytime/version-deprecation
Remove deprecated rc_info function from version.py
2017-07-25 17:06:12 -06:00
Nicole Thomas
bed053e956 Merge pull request #42549 from cachedout/doc_42254
Document change in #42254
2017-07-25 16:30:03 -06:00
William Cannon
b4ab07fcdd Merge branch 'develop' of https://github.com/saltstack/salt into salt-check-feature 2017-07-25 14:11:27 -07:00
William Cannon
1834dbcbd5 major updates - refactored to make __salt__ work in module with unit tests, squashed deep nesting bug too 2017-07-25 14:11:25 -07:00
Mike Place
fa519b76d0 Merge pull request #42310 from moio/zypper-list_pkg-attr-parameter
zypper.list_pkgs: add parameter for returned attribute selection
2017-07-25 16:07:45 -05:00
Mike Place
62abac6fbc Merge pull request #42396 from rallytime/parse_docstring_util
Move parse_docstring from salt.utils to salt.utils.doc.py
2017-07-25 16:04:00 -05:00
rallytime
2d14337251 Remove deprecated rc_info function from version.py
``pre_info`` should be used instead. Updated the release notes as
well to reflect this change.
2017-07-25 14:50:32 -06:00
Mike Place
232cefc06b
Document change in #42254 2017-07-25 14:29:49 -06:00
Mike Place
7bc8b0eb85 Merge pull request #42254 from StackPointCloud/profitbricks_fixes
Minor error message improvement and documentation fix
2017-07-25 15:28:21 -05:00
Mike Place
1bae9b7d04 Merge pull request #42431 from alexbleotu/datacenter_vsphere_func-gh
Datacenter related vsphere functions
2017-07-25 14:22:00 -05:00
Mike Place
c5cd5ee01e Merge pull request #42457 from carlpett/patch-3
win_pki: Don't fail on certs without DnsNames
2017-07-25 13:45:26 -05:00
Mike Place
2faf7b192f Merge pull request #42486 from nkukard/idms-linux
Add support for IDMS Linux
2017-07-25 13:06:12 -05:00
Mike Place
1c7050dcd1 Merge pull request #42495 from clallen/add-ldoms-virtual-grain
Logical Domains support in virtual grain
2017-07-25 12:02:52 -05:00
Mike Place
741751f748 Merge pull request #42526 from nikolas/patch-1
docs: Update link to fedora deploy script
2017-07-25 11:39:29 -05:00
Mike Place
33d350b0d0 Merge pull request #42489 from garethgreenaway/rsync_with_salt_urls
Rsync with Salt URLs
2017-07-25 11:36:37 -05:00
William Cannon
fb3a64401e Merge branch 'develop' of https://github.com/saltstack/salt into salt-check-feature 2017-07-24 22:02:45 -05:00
Clint Allen
e3d7418685 Added release notes comment 2017-07-24 20:12:16 -05:00
nikolas
9d8715c984 Update link to fedora deploy script
salt-cloud is now in the main salt repo
2017-07-24 16:36:38 -04:00
Calle Pettersson
8d778abf30 Syntax change 2017-07-24 20:45:34 +02:00
Alexandru Bleotu
42a72be490 Merge branch 'develop' into datacenter_vsphere_func-gh 2017-07-24 19:26:07 +01:00
Gareth J. Greenaway
09ec0e3a09 Fixing local variable 'tmp_src' referenced before assignment issue. 2017-07-24 08:54:46 -07:00
Clint Allen
f7f8a8ff1f Logical Domains support in virtual grain
Support for Logical Domains on Oracle T-Series hardware.
Provides 'LDOM' in virtual grain, and a list of the domain's roles (if
any) in virtual_subtype.
2017-07-23 21:21:06 -05:00
Gareth J. Greenaway
d601d4bdc9 Adding the ability to use the rsync module with Salt URLs 2017-07-22 19:26:14 -07:00
Nigel Kukard
7adf5e7f83 Add support for IDMS Linux 2017-07-22 02:29:20 +00:00
Mike Place
fa8d672f9a Merge pull request #42463 from rallytime/manage-bootstrap-deprecation
Remove root_user kwarg from bootstrap function in manage runner
2017-07-21 17:27:43 -05:00
William Cannon
629d818bb6 new check for updating master cache based on salt config.get 2017-07-21 16:00:49 -05:00
William Cannon
1c27788ffc Merge branch 'develop' of https://github.com/saltstack/salt into salt-check-feature 2017-07-21 12:11:32 -05:00
William Cannon
82aa2d0971 added lots of unit tests 2017-07-21 12:11:27 -05:00
garethgreenaway
93cc4c1ee6 Merge pull request #42458 from rallytime/stale-config-update
Reduce the number of days an issue is stale by 15
2017-07-21 10:07:45 -07:00
rallytime
f723bf731a Remove root_user kwarg from bootstrap function in manage runner
This option was marked for removal in Oxygen. The bootstrap function
now relies on salt-ssh with roster entries instead.
2017-07-21 10:56:30 -06:00
rallytime
4a3e89473c Reduce the number of days an issue is stale by 15 2017-07-21 09:34:51 -06:00
Calle Pettersson
8b6ab3b549 win_pki: Don't fail on certs without DnsNames 2017-07-21 17:00:41 +02:00
Alexandru Bleotu
500899bc12 Fix tests #2 2017-07-21 08:18:57 +01:00