Bo Maryniuk
8975036b27
Add get_unmanaged_files test
2016-06-14 00:05:34 +02:00
Bo Maryniuk
be5f12fcaf
Add initial unit test for inspectlib.collector.Inspector
2016-06-13 18:17:28 +02:00
Bo Maryniuk
652c96d7e7
Stop build (not implemented yet)
2016-06-13 17:09:16 +02:00
Bo Maryniuk
58e85ea0ab
Refactor class caller
2016-06-13 17:07:42 +02:00
Bo Maryniuk
878f67674a
Sort package names
2016-06-11 15:19:24 +02:00
Bo Maryniuk
c31818b4aa
Fix lint: PEP8 multiplication of 4.
2016-06-11 15:08:11 +02:00
Bo Maryniuk
c87fff3680
Add root-only warning when exporting system with Kiwi
2016-06-11 15:06:38 +02:00
Bo Maryniuk
9bd80f02fc
Implement users Kiwi export
2016-06-11 15:00:55 +02:00
Bo Maryniuk
e191f338c7
Cleanup code
2016-06-11 15:00:33 +02:00
Bo Maryniuk
80f45defae
Implement packages and patterns gathering
2016-06-10 10:04:12 +02:00
Bo Maryniuk
ad45a265f5
Add Debian support for the repo generator
2016-06-10 01:16:06 +02:00
Bo Maryniuk
6280ad137e
Semifix: sometimes SQLite3 is locked. TODO: a proper handling required.
2016-06-10 01:15:34 +02:00
Bo Maryniuk
51567ab61d
Implement SUSE repositories export
2016-06-10 00:26:42 +02:00
Bo Maryniuk
e4ac113927
Add Kiwi support to the collector/inspector
2016-06-10 00:08:50 +02:00
Bo Maryniuk
eceeb4ecf2
Add ability to specify an additional PID file
2016-06-10 00:08:28 +02:00
Bo Maryniuk
f522a91ac6
Add ISO/image build (stub) and export to the Kiwi
2016-06-10 00:08:04 +02:00
Bo Maryniuk
bb19684606
Add Kiwi processor exception
2016-06-10 00:07:08 +02:00
Bo Maryniuk
805e2ce204
Add Kiwi exported (initial)
2016-06-10 00:06:49 +02:00
Bo Maryniuk
a52f9f7107
Add default configuration
2016-06-07 14:41:47 +02:00
Mike Place
94f98b4ab8
Merge pull request #33776 from danslimmon/s3-bucket-idempotency-33754
...
Fixed ACL user comparison. Resolves #33754 .
2016-06-06 04:11:15 -07:00
Mike Place
a92e155a04
Merge pull request #33763 from abednarik/abednarik_zypper_no_refresh_fix
...
Insert --no-refresh before install in Zypper.
2016-06-06 03:53:27 -07:00
Mike Place
306848a2d7
Merge pull request #33764 from terminalmage/issue33647
...
Merge instead of update pillar overrides
2016-06-06 03:52:22 -07:00
Mike Place
b37a862b70
Merge pull request #33772 from danslimmon/trough-through
...
Fixed spelling of "through"
2016-06-06 03:50:54 -07:00
Dan Slimmon
35b84f1877
Fixed bug where _prep_acl_for_compare() would edit but not return
2016-06-04 15:35:00 +00:00
Dan Slimmon
f87bc347fd
Fixed ACL user comparison. Resolves #33754 .
2016-06-04 15:14:00 +00:00
Dan Slimmon
ea3498aedc
Fixed spelling of "through"
2016-06-04 03:08:22 +00:00
Erik Johnson
914003c995
Merge instead of update pillar overrides
...
An earlier commit (made in develop the 2015.8 release branch was
created) added the ability to decrypt CLI pillar overrides. As this was
an entirely new block of code in the 2016.3 release branch, when a CLI
pillar override issue was fixed in 2015.8, the fix did not make it to
2016.3.
This commit fixes this issue by merging the CLI pillar data instead of
using dict.update().
Resolves #33647 .
2016-06-03 16:05:14 -05:00
abednarik
7c909a1d7f
Insert --no-refresh before install in Zypper.
...
Instead of appending --no-refresh after install, this will insert --no--refresh as
the first element of the list.
2016-06-03 18:03:46 -03:00
Mike Place
a8d9221631
Merge pull request #33651 from cachedout/issue_33614
...
Restore grains context to renderers
2016-06-03 13:48:44 -07:00
Mike Place
5518e1dd14
Fix whitespace
2016-06-03 14:48:26 -06:00
Mike Place
7b50e1766e
Better fix
...
Just use opts grains int he loader and fall back to empty dict
2016-06-03 13:49:51 -06:00
Mike Place
daf462e430
Merge pull request #33757 from cachedout/state_set_doc
...
Reminder not to return non-serializable data from states
2016-06-03 12:23:54 -07:00
Mike Place
500d4ccec2
Reminder not to return non-serializable data from states
...
Refs #31837
2016-06-03 12:13:47 -06:00
Mike Place
a5684ed123
Merge pull request #33670 from rallytime/fix-33605
...
Handle non-ascii package names in state.format_log
2016-06-03 09:16:52 -07:00
Mike Place
56eab363ff
Merge pull request #33723 from rallytime/bp-33641
...
Back-port #33641 to 2016.3
2016-06-03 09:07:53 -07:00
Mike Place
c2b970789c
Merge pull request #33748 from ticosax/adjust-api-version-host-config
...
HostConfig has been introduced by docker api version 1.15
2016-06-03 08:28:40 -07:00
Mike Place
e08c685a6c
Merge pull request #33745 from eliasp/2016.3-typo-privilages-privileges
...
Typo (`privilages` → `privileges`)
2016-06-03 08:14:37 -07:00
Nicolas Delaby
134e4a9abf
HostConfig has been intoriduced by docker api version 1.15
2016-06-03 11:46:55 +02:00
Elias Probst
646bc426c6
Typo (privilages
→ privileges
)
2016-06-03 09:54:56 +02:00
Sebastian Braun
77a51a00a3
pylint W0141, W0702
2016-06-02 17:34:32 -04:00
Sebastian Braun
f8518939a7
check rabbitmq version and use different api to validate a users password
2016-06-02 17:34:26 -04:00
Mike Place
5f4c6902aa
Merge pull request #33562 from jfindlay/apache_funcs
...
states.apache_*: readd and deprecate enable and disable
2016-06-02 12:51:37 -07:00
rallytime
59bd51f4c8
Update test to correct iteration
2016-06-02 14:32:21 -04:00
Mike Place
d3253effe9
Merge pull request #33659 from danslimmon/dockerng-dryrun-33632
...
Added test mode to states.dockerng. Resolves #33632 .
2016-06-02 10:45:49 -07:00
Mike Place
1d6582b659
Merge pull request #33696 from clburlison/2016.3-pkg-fix
...
Update mac native package for upcoming release
2016-06-02 10:44:01 -07:00
Mike Place
78966f5f30
Merge pull request #33710 from rallytime/merge-2016.3
...
[2016.3] Merge forward from 2015.8 to 2016.3
2016-06-02 09:19:00 -07:00
rallytime
b7accb0b3b
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/utils/aws.py
- salt/utils/s3.py
2016-06-02 10:01:43 -04:00
lomeroe
e87c31037a
backport #33599 to 2016.3 ( #33682 )
2016-06-02 09:38:16 -04:00
rallytime
a580d1c6e0
Add unit test for format_log change
2016-06-02 09:26:39 -04:00
Erik Johnson
377556a221
Undo __repr__() and __str__() parts of d5a7dcc
( #33688 )
...
The repr string formatting flag is required here.
Resolves #33532 .
2016-06-02 09:22:35 -04:00