rallytime
ccfa9f8158
Fix some broken links on the contributing docs
...
Fixes #22537
2015-04-10 14:06:36 -06:00
Thomas S Hatch
e4d9da53ae
Merge pull request #22399 from cachedout/hipchat_event_return
...
Add event returner to hipchat
2015-04-10 09:25:31 -06:00
Thomas S Hatch
06a6945069
Merge pull request #22478 from s0undt3ch/hotfix/opensuse-pkg-tests
...
Restore old single package query behaviour
2015-04-10 09:14:55 -06:00
Thomas S Hatch
71e14cb4d8
Merge pull request #22469 from mgwilliams/boto_utils
...
boto utils module
2015-04-10 09:14:20 -06:00
Thomas S Hatch
9e089592de
Merge pull request #22465 from tsaridas/iam_keys_state
...
create_access_key state
2015-04-10 09:12:04 -06:00
Nicole Thomas
00cc27ef04
Merge pull request #22524 from kwadrat/develop
...
Fix misspellings
2015-04-10 09:06:27 -06:00
Joseph Hall
673f4aa49a
Merge pull request #22519 from dmyerscough/digital-ocean-create-key
...
DigitalOcean allow users to upload public keys
2015-04-10 05:51:07 -06:00
Piotr Kasprzyk
6789306071
Fix misspellings
2015-04-10 12:21:20 +02:00
Damian Myerscough
f1da3697cc
DigitalOcean allow users to upload public keys
2015-04-09 22:59:39 -07:00
Nicole Thomas
5e7fba6f94
Merge pull request #22515 from s0undt3ch/develop
...
Fix import
2015-04-09 20:49:59 -06:00
Pedro Algarvio
0651c06ec0
Fix import
2015-04-10 00:04:17 +01:00
Justin Findlay
1616171e16
Merge pull request #22489 from dmyerscough/firewalld-initial-state
...
Firewalld initial state
2015-04-09 09:11:14 -06:00
Justin Findlay
60add3e23a
Merge pull request #22485 from davidjb/develop
...
Correctly report disk usage on Windows
2015-04-08 22:49:45 -06:00
Justin Findlay
a92d862ab6
Merge pull request #22486 from davidjb/patch-1
...
Update git URL & formatting for Windows install
2015-04-08 22:45:21 -06:00
Justin Findlay
814697a464
Merge pull request #22481 from clinta/x509
...
bad logic in checking for x509 extensions
2015-04-08 22:42:47 -06:00
Damian Myerscough
870a0424b6
Firewalld state - allow users to run test mode
2015-04-08 20:11:30 -07:00
David Beitey
22ad5d0063
Update git URL & formatting for Windows install
...
Secure cloning is the standard practice for GitHub (vs ``git://``); other minor formatting improvements.
2015-04-09 10:42:28 +10:00
David\ Beitey
91efc0f7f5
Correctly report disk usage on Windows. Fix #16508
...
The GetDiskFreeSpace API call uses 32-bit unsigned ints, which causes it
to fail for large disks. The GetDiskFreeSpaceEx method uses long
integers and avoids the need for several manual calcuations.
This also ensures the capacity reported rounds correct. The previous
implementation was to convert the percentage directly to an int, slicing
off the decimal portion.
2015-04-09 10:09:14 +10:00
Thomas S Hatch
6265e21167
Merge pull request #22480 from thatch45/sudo_user_doc
...
Add sudo user docs into salt
2015-04-08 16:25:26 -06:00
Clint Armstrong
a8277204a2
bad logic in checking for x509 extensions
2015-04-08 16:41:37 -04:00
Thomas S Hatch
457ec179ae
Add sudo user docs into salt
2015-04-08 14:41:05 -06:00
Andrea-Redi Tsarida
15c2d11436
pylint
2015-04-08 22:15:51 +02:00
Nicole Thomas
29bdce8df9
Merge pull request #22479 from s0undt3ch/develop
...
Get the first iteration the right way
2015-04-08 14:05:54 -06:00
Matthew Williams
4976f863f9
utils.boto unit test -- use utf-8 encoding
2015-04-08 19:39:55 +00:00
Pedro Algarvio
a5fb7275d7
Restore old single package query behaviour
2015-04-08 19:56:10 +01:00
Pedro Algarvio
35b3cdcc82
Get the first iteration the right way
...
Fixes `TypeError: 'dictionary-valueiterator' object has no attribute '__getitem__'`
2015-04-08 19:43:55 +01:00
Andrea-Redi Tsarida
be83007d27
pylint
2015-04-08 19:55:45 +02:00
Matthew Williams
baa97d3277
utils.boto: use get_exception in the get_connection function
2015-04-08 16:50:48 +00:00
Andrea-Redi Tsarida
3a254a69b9
create_access_key state
2015-04-08 17:45:54 +02:00
Matthew Williams
d642b5bc89
utils.boto: fix missing import and add regression test
2015-04-08 15:12:15 +00:00
Justin Findlay
2701e15725
Merge pull request #22458 from The-Loeki/smbios-module
...
Python 2.6 / Documentation fixes for smbios module
2015-04-08 09:09:00 -06:00
Matthew Williams
526579c664
utils.boto: fix whitespace
2015-04-08 14:48:00 +00:00
Matthew Williams
28f3e5d0ad
utils.boto: add get_exception
2015-04-08 14:46:28 +00:00
Ronald van Zantvoort
527e0ad442
Python2.6 fixes
...
Documentation fixes
2015-04-08 13:48:16 +02:00
Damian Myerscough
e0ef79a40b
Initial Firewalld state
2015-04-07 23:16:20 -07:00
Justin Findlay
6fcdeb4eb9
Merge pull request #22437 from nmadhok/vmware-cloud-driver
...
Adding avail_images() and show_instance() to vmware cloud driver
2015-04-07 22:22:59 -06:00
Matthew Williams
0ef308f506
utils.boto: add docstring for cache_id
2015-04-08 04:06:49 +00:00
Matthew Williams
e22292220a
tests for utils.boto
2015-04-08 03:59:51 +00:00
Matthew Williams
965d91f29a
[WIP] utils.boto
2015-04-08 02:20:53 +00:00
Nitin Madhok
df6711f208
Fixing lint
2015-04-07 19:24:50 -04:00
Justin Findlay
54ce98a92b
Merge pull request #22438 from garethgreenaway/http_return_code_cleanup
...
HTTP Return Code Cleanup
2015-04-07 16:34:54 -06:00
Nicole Thomas
408cfb223f
Merge pull request #22424 from jfindlay/network_tests
...
add wake-on-lan unit tests
2015-04-07 15:45:47 -06:00
Gareth J. Greenaway
e6b847eca8
Swapping out hardcoded HTTP return code numbers for their values from salt.ext.six.moves.http_client. Some typos in some documention for returners.
2015-04-07 14:17:24 -07:00
Thomas S Hatch
2ceea0e3c7
Merge pull request #22430 from cachedout/display_docs
...
Display documention when the CLI gets bad function args
2015-04-07 14:50:20 -06:00
Nitin Madhok
a532d9ce00
Removing unwanted line
2015-04-07 16:46:58 -04:00
Nitin Madhok
1928bce04b
Removing extra new line
2015-04-07 16:44:24 -04:00
Nitin Madhok
fddee639e3
Adding show_instance() action to be able to show full details about the specified VM/template
2015-04-07 16:41:52 -04:00
Justin Findlay
2ef39ed380
add wake-on-lan unit tests
2015-04-07 14:41:28 -06:00
Thomas S Hatch
caff269555
Merge pull request #22421 from terminalmage/docker-ng
...
docker-ng module updates
2015-04-07 14:38:43 -06:00
Thomas S Hatch
5643c7f33b
Merge pull request #22432 from cachedout/minion_lint
...
Minion lint
2015-04-07 14:12:45 -06:00