rallytime
4a218142a5
Remove support for RAET
...
Conflicts:
* doc/topics/releases/neon.rst
* requirements/tests.txt
* salt/cli/caller.py
* salt/daemons/test/__init__.py
* salt/daemons/test/test_minion.py
* salt/daemons/test/test_saltkeep.py
* salt/modules/event.py
* salt/modules/raet_publish.py
* salt/transport/__init__.py
* salt/utils/parsers.py
* setup.py
* tests/unit/modules/test_raet_publish.py
2019-10-10 09:46:39 +01:00
Daniel A. Wozniak
d2f98cacea
Fix issue 54755 and add regression tests
2019-10-01 16:03:51 +00:00
Daniel Wozniak
435b40c6e5
Merge pull request #54778 from Akm0d/master_openstack_query_fix
...
fix broken salt-cloud openstack query
2019-10-01 02:23:26 -07:00
Tyler Johnson
ba4ba2a70b
fixed pylint errors in openstack test
2019-09-30 15:05:39 -06:00
Tyler Johnson
d9a8517a1a
Added openstack tests for openstack --query fix
2019-09-30 14:37:58 -06:00
David Hilton
faa1d98f9e
ip_bracket can now accept ipv6 addresses with brackets
2019-09-30 12:31:01 -06:00
Tyler Johnson
3a42a4d026
fixed pylint error
2019-09-30 11:40:32 -06:00
Tyler Johnson
0074d18faf
created unit tests for openstack
2019-09-30 11:26:24 -06:00
Daniel Wozniak
b61b30db7d
Merge pull request #54807 from dwoz/patch-2
...
Fix pip state pip >=10.0 and <=18.0
2019-09-30 02:20:13 -07:00
Daniel Wozniak
4ee1ff6125
Merge pull request #54799 from garethgreenaway/54741_run_job_fails_without_time_element
...
Fix to scheduler when job without a time element is run with schedule.run_job
2019-09-29 17:19:42 -07:00
Daniel A. Wozniak
664806b15d
Add unit test for pip state fix
2019-09-30 00:17:35 +00:00
Daniel Wozniak
b90c3f2a49
Merge pull request #54785 from Ch3LL/fix_show_states
...
Fix state.show_states when sls file missing in top file
2019-09-29 17:00:33 -07:00
Gareth J. Greenaway
3ae4f75788
Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element
2019-09-29 10:32:35 -07:00
Gareth J. Greenaway
549cfb8b7b
Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job.
2019-09-29 10:29:42 -07:00
David Hilton
fa1a767b32
Merge branch '2019.2.1' into 2019.2.1
2019-09-29 07:32:37 -04:00
Gareth J. Greenaway
ec68591b33
If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist.
2019-09-28 12:21:20 -07:00
David Hilton
ac6b54f70c
Merge branch '2019.2.1' into ipv46
2019-09-27 09:12:09 -06:00
David Hilton
37bcc4cb5b
fix dns_check to return uri-compatible ipv6 addresses, add tests
2019-09-27 05:32:53 -06:00
Ch3LL
ad265ae29c
Fix state.show_states when sls file missing
2019-09-26 18:16:23 -04:00
Wayne Werner
a57f7d0aff
Add tests
2019-09-26 12:27:27 -06:00
Pedro Algarvio
bdf24f4064
Make sure we tests salt-master's event_return
setting
2019-09-25 16:11:18 +01:00
Daniel A. Wozniak
db5464a919
Fix linter warts
2019-09-06 21:47:08 +00:00
Daniel A. Wozniak
144a6008bd
Re-gen executors with proper arguments
2019-09-06 21:28:52 +00:00
Daniel A. Wozniak
80651d3030
Fix linter
2019-09-03 20:47:10 +00:00
Wayne Werner
982ed3d793
Delete bad API token files
...
Under the following conditions and API token should be considered
invalid:
- The file is empty.
- We cannot deserialize the token from the file.
- The token exists but has no expiration date.
- The token exists but has expired.
All of these conditions necessitate deleting the token file. Otherwise
we should simply return an empty token.
2019-09-03 20:46:04 +00:00
Daniel Wozniak
11016cedf3
Merge pull request #54376 from dwoz/tmp_token
...
Move tokens in place with an atomic operation
2019-09-03 13:40:49 -07:00
Daniel A. Wozniak
0b28c6059b
Fix linter complaints
2019-09-03 16:59:31 +00:00
twangboy
b8fa7d33a5
Sort the perms
2019-09-03 10:19:53 -06:00
Daniel A. Wozniak
8e33343f67
Move tokens in place with an atomic operation
2019-09-02 00:03:27 +00:00
cmcmarrow
8e28074e3b
adds @skipIf not windows
2019-08-29 11:51:27 -06:00
Daniel A. Wozniak
4e68860050
Fix wart in test_process tests on windows
2019-08-25 02:09:55 +00:00
Daniel Wozniak
583885149c
Merge pull request #54259 from dwoz/less_forking
...
Call os.fork less to avoid race conditions
2019-08-23 19:12:41 -07:00
Daniel A. Wozniak
bf4d0dd965
Fix process list tests on windows py3
2019-08-23 20:01:22 +00:00
Dmitry Kuzmenko
62cd8cdfcd
Merge branch '2019.2.1' into 2019.2.1_with_multimaster_bb_fixes
2019-08-23 13:50:02 +03:00
Daniel Wozniak
993c3415a5
Merge pull request #54235 from ogd-software/fix_46034-2019.2.1
...
Fix 46034 2019.2.1
2019-08-22 15:32:08 -07:00
Dmitry Kuzmenko
9d280980a8
Merge branch '2019.2.1' into 2019.2.1_with_multimaster_bb_fixes
2019-08-22 12:54:46 +03:00
Daniel A. Wozniak
ed7103ae6c
Attempt to fix integration.shell.test_call test
2019-08-22 04:32:06 +00:00
Daniel A. Wozniak
9f1fe42b3c
Call os.fork less to avoid race conditions
2019-08-22 04:32:05 +00:00
Daniel A. Wozniak
f719591a80
Update tests
2019-08-21 19:32:41 +00:00
Daniel A. Wozniak
10a6d53a3f
Fix unit utils jinja when run on thier own
2019-08-20 20:55:12 +00:00
Daniel Wozniak
ba81ca3e3f
Merge pull request #54240 from Ch3LL/get_image_ec2
...
Fix TypeError python3 in get_image_id ec2 cloud
2019-08-20 13:10:00 -07:00
Dmitry Kuzmenko
d6ad47579e
Merge branch '2019.2.1' into 2019.2.1_with_multimaster_bb_fixes
2019-08-20 02:08:27 +03:00
Dmitry Kuzmenko
723f363891
Ignore the multimaster minion subgroup test in module names test.
2019-08-18 14:00:47 +03:00
Ch3LL
a3a39f3d68
Use ami variable instead in test
2019-08-16 17:14:31 -04:00
Ch3LL
dc1ae52266
Fix TypeError python3 in get_image_id
2019-08-16 16:38:48 -04:00
Daniel A. Wozniak
2ebd22bb89
Fix linter
2019-08-16 17:26:38 +00:00
Daniel A. Wozniak
63c616a4a7
Do not dup2 things without fileno
2019-08-16 17:10:03 +00:00
Herbert Buurman
c95dd4d70f
Add test for this specific bugfix
2019-08-16 11:59:30 +02:00
Daniel Wozniak
09e5e4942c
Merge branch '2019.2.1' into signal_proc
2019-08-15 17:46:27 -07:00
Daniel Wozniak
99a8fc5952
Merge pull request #54223 from dwoz/7754_test_removal
...
Test verify logs without a whole minion
2019-08-15 17:46:08 -07:00