Pedro Algarvio
|
abf3c4d2f7
|
Revert "Rename the pylint plugin module."
This reverts commit 79fb639ef6 .
|
2013-09-18 22:25:07 +01:00 |
|
Pedro Algarvio
|
3b59028e49
|
Revert "Rename the plugin."
This reverts commit 5dc0bb7b42 .
|
2013-09-18 22:24:14 +01:00 |
|
Pedro Algarvio
|
5dc0bb7b42
|
Rename the plugin.
|
2013-09-18 18:09:33 +01:00 |
|
Pedro Algarvio
|
79fb639ef6
|
Rename the pylint plugin module.
|
2013-09-18 18:06:16 +01:00 |
|
Henrik Holmboe
|
25d0315626
|
Recognize UTF-8 BOM and some other cases
|
2013-09-18 17:19:38 +02:00 |
|
Henrik Holmboe
|
126c80397a
|
Add pylint checker for file encoding
Discussed in #7294.
|
2013-09-18 15:48:04 +02:00 |
|
Pedro Algarvio
|
e18ba0758b
|
Don't include authorship in generated documentation, the Sphinx way.
|
2013-09-16 17:24:00 +01:00 |
|
David Anderson
|
583d0b8a3e
|
Add with_retcode options for ShellCase functions
|
2013-09-13 10:51:25 -06:00 |
|
David Anderson
|
1d7309970f
|
Add with_retcode option to ShellCase.run_call(). Also adds a test case for https://github.com/saltstack/salt/issues/6973 - expect a non-zero exit code when running "salt-call --retcode-passthrough state.highstate"
|
2013-09-13 10:12:11 -06:00 |
|
Pedro Algarvio
|
a8e70d527e
|
List pip from the right place.
|
2013-09-11 10:54:43 +01:00 |
|
Thomas S Hatch
|
e644de7e76
|
Merge pull request #7164 from dlanderson/fix_issue_7154
Fix #7154 - cmd.* should fail when cwd does not exist
|
2013-09-10 21:11:30 -07:00 |
|
Thomas S Hatch
|
4ab8d5eba5
|
Merge pull request #7161 from cvrebert/kwargs_warn_until
Add kwargs_warn_until() function
|
2013-09-10 21:10:51 -07:00 |
|
Thomas S Hatch
|
80f4aff88c
|
Merge pull request #7143 from s0undt3ch/hotfix/pip-tests
Adapt and fix the changes from #6833
|
2013-09-10 21:08:06 -07:00 |
|
David Anderson
|
9163d2a00f
|
Fix test description
|
2013-09-10 21:03:35 -06:00 |
|
David Anderson
|
d5d0aba61e
|
Fix #7154 - cmd.* should fail when cwd does not exist
|
2013-09-10 20:57:41 -06:00 |
|
Chris Rebert
|
90f257df13
|
add salt.utils.kwargs_warn_until()
|
2013-09-10 17:12:25 -07:00 |
|
David Anderson
|
b383440302
|
Fix issue 6800. cwd=target was being passed to _run_check which blew up if target dir did not already exist.
|
2013-09-10 13:45:30 -06:00 |
|
Pedro Algarvio
|
725acec48b
|
track_processes is no longer a valid `kwarg'.
|
2013-09-10 17:49:38 +01:00 |
|
Pedro Algarvio
|
1a071c0d2f
|
opts not `options'
|
2013-09-10 12:21:41 +01:00 |
|
Pedro Algarvio
|
d7c2266eed
|
Set the proper variables to chain the remote reports download.
|
2013-09-10 12:15:39 +01:00 |
|
Pedro Algarvio
|
ddd68a4dc1
|
Grab the proper option name
|
2013-09-10 12:15:19 +01:00 |
|
Pedro Algarvio
|
40ba994141
|
Support "chained" remote reports download with the test run execution.
|
2013-09-10 12:05:59 +01:00 |
|
Pedro Algarvio
|
70937172ce
|
Adapt mocked tests to the changes in #6833
|
2013-09-10 11:13:16 +01:00 |
|
Pedro Algarvio
|
fc5212dce0
|
Add a test case for #6833. Refs #7130.
|
2013-09-10 10:52:17 +01:00 |
|
Pedro Algarvio
|
bd707c4763
|
Finish what was started in 53abda36
|
2013-09-10 10:40:10 +01:00 |
|
Colton Myers
|
b980a49948
|
Merge pull request #7128 from s0undt3ch/hotfix/pip-tests
Add another pip installed VCS test case using `git+git://`
|
2013-09-09 14:04:43 -07:00 |
|
Pedro Algarvio
|
5874f171b5
|
Re-work the report download steps.
|
2013-09-09 21:52:58 +01:00 |
|
Pedro Algarvio
|
22873f63bb
|
Add another pip installed VCS test case using git+git://
|
2013-09-09 20:53:52 +01:00 |
|
Pedro Algarvio
|
ab2168885b
|
Pass the parsed options to the methods.
|
2013-09-09 20:45:57 +01:00 |
|
Pedro Algarvio
|
db017a4edf
|
Support passing the workspace to work in.
|
2013-09-09 20:43:27 +01:00 |
|
Pedro Algarvio
|
6ef007de78
|
Typo
|
2013-09-09 11:56:48 +01:00 |
|
Pedro Algarvio
|
ba276f0b2a
|
More generic error message since the commands continue to execute.
|
2013-09-09 11:48:59 +01:00 |
|
Pedro Algarvio
|
022fd37cae
|
Remove existing local coverage xml report prior to downloading a new one.
|
2013-09-09 11:24:58 +01:00 |
|
Pedro Algarvio
|
35fe2cf951
|
Of course the VM's are always being deleted!!!!
|
2013-09-09 00:02:08 +01:00 |
|
Pedro Algarvio
|
581f498c9f
|
Are any exceptions being raised?
|
2013-09-08 23:41:38 +01:00 |
|
Pedro Algarvio
|
6ba8b9efeb
|
Fix removed back slashed single quote. More info displayed.
|
2013-09-08 18:48:32 +01:00 |
|
Pedro Algarvio
|
d11e9fdc2f
|
Also pipe stdout
|
2013-09-08 18:18:21 +01:00 |
|
Pedro Algarvio
|
68bcc826c5
|
Don't split up commands.
|
2013-09-08 18:14:03 +01:00 |
|
Pedro Algarvio
|
799fa765b9
|
Add support to download xml coverage reports
|
2013-09-08 17:43:55 +01:00 |
|
Pedro Algarvio
|
2cc993a0d5
|
Add code to download XML unit test reports
|
2013-09-08 16:32:35 +01:00 |
|
Pedro Algarvio
|
5679c04874
|
Remove the quotes.
|
2013-09-08 12:07:27 +01:00 |
|
Pedro Algarvio
|
2bdddf2713
|
33cdd9e remove one of the checks, re-add it.
|
2013-09-08 12:07:27 +01:00 |
|
Pedro Algarvio
|
d0e006eff3
|
Flush output.
|
2013-09-08 12:07:27 +01:00 |
|
Pedro Algarvio
|
9ca574a2b3
|
Sleep a little before running the test suite remotely.
|
2013-09-06 17:36:05 +01:00 |
|
Pedro Algarvio
|
c2fd114496
|
Better VM name. Zero left padding build numbers.
|
2013-09-06 17:13:05 +01:00 |
|
Pedro Algarvio
|
23aa412ae2
|
Random part of VM name from build number if available.
|
2013-09-06 16:36:26 +01:00 |
|
Pedro Algarvio
|
03491874d0
|
Get the correct environment variable name.
|
2013-09-06 14:42:20 +01:00 |
|
Pedro Algarvio
|
3d6debf33a
|
More explicit environment variable names. Detect Jenkins environment.
|
2013-09-06 14:40:01 +01:00 |
|
Pedro Algarvio
|
63f4dedfa4
|
Fix script
|
2013-09-06 12:59:24 +01:00 |
|
Pedro Algarvio
|
768796aab9
|
Some more env printing
|
2013-09-06 12:55:27 +01:00 |
|