Commit graph

538 commits

Author SHA1 Message Date
Duncan Ferguson
b002b1aac2 Correct reference to previous version (4.04_04 vs the correct 4.03_04) 2015-01-31 10:55:30 +00:00
Duncan Ferguson
5fbc452d29 Version 4.03_06 release changes 2015-01-31 10:50:36 +00:00
Duncan Ferguson
c53eedaf1c Update version and changes file with patch from Andrew Stevenson 2015-01-31 10:47:30 +00:00
Duncan Ferguson
ef13feb390 Merge pull request #21 from cqexbesd/logmsg
logmsg -> $self->debug
2015-01-24 18:34:04 +00:00
Andrew Stevenson
4045bb467b logmsg -> $self->debug
logmsg is no more

Fixes #20
2015-01-21 17:48:37 +00:00
Duncan Ferguson
74720d6b2f Version 4.03_05 release changes 2014-12-20 22:28:22 +00:00
Duncan Ferguson
6f30f9976e Fix Changes file test 2014-12-20 18:18:27 +00:00
Duncan Ferguson
fb4d991053 Fix some tests failures
Fix failures picked up via cpantesters
- Bump version
- Remove accidental duplicate option in test file
- Add TODO to test for duplicate options correctly
- Fix test error when @ARGV is set to undef when this should never happen
2014-12-20 18:05:08 +00:00
Duncan Ferguson
457c3e8e1c Version 4.03_04 release changes 2014-12-12 17:31:14 +00:00
Duncan Ferguson
e528584eb0 Correct version/history and add in recent changes 2014-12-12 17:23:38 +00:00
Duncan Ferguson
9b21aaaa61 Fix case when the terminal isn't installed
Fix the case when the configured terminal isn't actually on the system.  Alert for the problem rather than attempt to continue and hang.
2014-12-12 17:18:19 +00:00
Duncan Ferguson
97ec81692a Fix ordering; config needs clusters 2014-12-12 17:15:43 +00:00
Duncan Ferguson
76b8096dcc Tidyups from getting perltidy working better 2014-12-12 10:26:09 +00:00
Duncan Ferguson
d684b077fd Rearrange initialisation order 2014-12-12 10:25:03 +00:00
Duncan Ferguson
fdf4d0c1dd Merge branch 'master' of github.com:duncs/clusterssh 2014-12-11 20:19:19 +00:00
Duncan Ferguson
4971005d17 Version bump and prereq change 2014-12-11 20:19:15 +00:00
Duncan Ferguson
02942e7e24 Reduce unnecessary output
Don't show what windows are going to be opened if there are none.
2014-11-25 20:25:04 +00:00
Duncan Ferguson
6bf4b932ee Do not use system perl
Use whichever perl is configured first on the users PATH, not the system perl.  This fixes problems when building in a perlbrew environment.
2014-11-23 22:01:34 +00:00
Duncan Ferguson
f169e544fd Fix perltidy test
Remove taint mode so $PERL5LIB is used as expected
Exclude Makefile.PL since it doesn't matter if it isn't tidy
2014-11-18 21:03:00 +00:00
Duncan Ferguson
3cfb83c0d6 Fix building on a brand new system
Require modules rather than use to prevent Build.PL dying before prereq's can be checked
2014-11-18 21:01:01 +00:00
Duncan Ferguson
c4211a1ee5 Fix perltidy test 2014-09-28 09:03:19 +01:00
Duncan Ferguson
12587955b2 Remove history when window closed
Thanks for patch to Bill Rushmore
2014-09-28 09:01:31 +01:00
Duncan Ferguson
56dfd55d30 Fix duplicate attribution 2014-09-20 13:36:59 +01:00
Duncan Ferguson
5d5634c4cc Options file to ensure files are perltidied to a common standard 2014-09-19 23:33:56 +01:00
Duncan Ferguson
f8ed9da353 Ensure code is run through 'perltidy -pbp -nst -nse' 2014-09-19 23:33:08 +01:00
Duncan Ferguson
d9446aa28a Fix Pod::Coverage test 2014-09-19 23:18:22 +01:00
Duncan Ferguson
296580227a Record patch by Andrew (cqexbesd) 2014-09-19 23:14:33 +01:00
Duncan Ferguson
c07d283958 Merge branch 'cqexbesd-random' 2014-09-19 23:11:48 +01:00
Duncan Ferguson
9962aa08f8 Merge branch 'random' of https://github.com/cqexbesd/clusterssh into cqexbesd-random 2014-09-19 23:06:46 +01:00
Duncan Ferguson
8aaea928d7 Ensure ssh_args in config file is honored
Because the default value is defined for --options parameter, the config file value was always overwritten

Only use --options if config file option is not defined and --options is not the default value
2014-09-19 23:01:41 +01:00
Duncan Ferguson
26e783be1c Skip permissions check test when run as root
This is because root has access to the file even when it is locked down in this simple test, so it always fails

Github issue: 11

Thanks to Deny Dias
2014-09-19 22:39:48 +01:00
Duncan Ferguson
a93b3f3cac Force tests to have English locale
Important when user has something else set else tests can fail

Github issue: 10

Thanks to Emanuele Tomasi
2014-09-19 22:33:33 +01:00
Duncan Ferguson
f88353d3dd Fix behaviour when no cluster command defined
Also tidyup output to 'cssh -L' when no external clusters defined
2014-08-10 10:37:34 +01:00
Andrew Stevenson
bc45e0cac7 Add "send random number" menu option
Add a new option in the send menu to send a random integer from 0 to
1023 to each host. This can be used to spread load across resources
or delay the activation of commands to spread load across time.

e.g. sleep $(( [random] % 10)) &&
		fetch http://srv-$(( [random] % 5 )).small.server/file
2014-07-24 16:09:44 +00:00
Duncan Ferguson
b374754129 Add in subject to email helper 2014-07-09 20:59:36 +01:00
Duncan Ferguson
93146a023d Release 4.03_01 2014-07-09 20:57:12 +01:00
Duncan Ferguson
f22bce3cb1 Fix test after fixing -v option 2014-07-09 20:32:38 +01:00
Duncan Ferguson
72668c128f Fix printing of correct version with '-v' 2014-07-09 20:28:52 +01:00
Duncan Ferguson
395a35e018 Fix changes test 2014-07-09 20:26:10 +01:00
Duncan Ferguson
05554f1a1f Fix pod coverage test 2014-07-09 20:25:42 +01:00
Duncan Ferguson
d424b59228 Merge branch 'getopt' 2014-07-07 20:30:15 +01:00
Duncan Ferguson
ee9ec5a366 Additional host menu options
Add in 'Set all active' and 'Set half active' options.  Thanks to Andrew Stevenson
2014-07-07 20:22:32 +01:00
Duncan Ferguson
e7694e836e Correct version number 2014-07-05 23:44:16 +01:00
Duncan Ferguson
2e74fd5d3b Merge branch 'master' of github.com:duncs/clusterssh 2014-07-05 23:32:04 +01:00
Duncan Ferguson
c0ac1169eb Tidy up formatting/wording 2014-07-05 23:31:28 +01:00
Duncan Ferguson
70d2cfcb98 Change crsh from symlink to real file 2014-07-05 23:29:13 +01:00
Duncan Ferguson
d7d9f83b15 Correct ctel pod
Amend references to ssh in the pod to be either the comms binary (telnet, rsh) or more generic wording
2014-07-05 23:26:06 +01:00
Duncan Ferguson
085803c328 List external clusters
List on command line (cssh -L) and in 'add host' dialogue in GUI
2014-07-05 20:26:44 +01:00
Duncan Ferguson
c6747288d5 Improve test coverage 2014-07-04 21:41:52 +01:00
Duncan Ferguson
3e2392e9b6 Improve test coverage 2014-07-02 22:39:36 +01:00