Commit Graph

162 Commits

Author SHA1 Message Date
Michael Skelton
dc48bc6131 Merge pull request #41 from codingo/codingo-proxy-flag
Minor Proxy Doc fix
2019-05-28 15:44:42 +10:00
Michael Skelton
cff91a32f5 Update README.md 2019-05-28 15:44:27 +10:00
Michael Skelton
4223d29deb Merge pull request #40 from codingo/proxy-feature
Added in proxy feature
2019-05-28 15:40:49 +10:00
prodigysml
9da15047ce Fixed banner version. Added doco 2019-05-27 22:17:59 -07:00
prodigysml
761fad4ec6 Updated documentation and incremented version number 2019-05-27 21:09:25 -07:00
prodigysml
94a8ef7dc2 Removed debug statement 2019-05-27 20:51:48 -07:00
prodigysml
26d37d4c23 Added in proxy feature 2019-05-27 19:46:36 -07:00
Michael Skelton
be8b423560 Merge pull request #38 from xYantix/master
Case-sensitivity file on subprocess.call()
2019-04-30 20:23:36 +10:00
xYantix
5cd2973b78 Merge pull request #1 from xYantix/Interlace
Fixed case-sensitivity on subprocess.call()
2019-04-30 18:17:53 +08:00
xYantix
b12a7770e8 Fixed case-sensitivity on subprocess.call() 2019-04-30 18:17:26 +08:00
Michael Skelton
d2a92bef0f Update __version__.py 1.3.5 2019-04-30 19:48:16 +10:00
Michael Skelton
c8ae176d5a Merge pull request #37 from Emxm3/master
Fix multi-threading for OSX
2019-04-30 19:47:51 +10:00
Pippyyy
5e6708e1ad Merge pull request #1 from Emxm3/OSX-multithreading
Update task runner to allow multi-threading on OSX
2019-04-30 16:01:28 +08:00
Pippyyy
021985beac Update task runner to allow multi-threading on OSX
Fixes bug #36. 
I think the issue is the original method "shares" the shell that is used by all the workers and therefore blocking other calls to that shell. Using subprocess.call with the shell=true is pretty much allowing each worker to spawn their own instance of a shell.
2019-04-30 16:00:19 +08:00
Michael Skelton
eeb371b50a Update __version__.py 1.3.4 2019-04-12 10:24:49 +10:00
Michael Skelton
408a6b6b3c Merge pull request #35 from codingo/fix-empty-file-exception
Added in exception for empty target
2019-04-12 10:24:31 +10:00
ProDigySML
5d9ef6a2b2 Added in exception for empty target 2019-04-11 17:21:55 -07:00
Michael Skelton
8d0ec7982c Merge pull request #33 from codingo/strip-fix
Strip fix
2019-04-01 20:42:18 +10:00
ProDigySML
c4a26d0a7d Added in trailing new line removal now 2019-04-01 03:38:43 -07:00
Sajeeb Lohani
6dd9a2293a Removed command strip 2019-04-01 21:27:34 +11:00
Michael Skelton
5a297b07ce Merge pull request #31 from codingo/codingo-release-change
Version change  for threading bugfix
2019-03-25 15:09:08 +10:00
Michael Skelton
c3e3394977 Version change for threading bugfix 2019-03-25 15:08:37 +10:00
Michael Skelton
83f0e2b979 Merge pull request #30 from codingo/performance-upgrade
Serious Speed Improvements for Large Lists
2019-03-25 15:07:48 +10:00
ProDigySML
a378a0d301 Removed debug statements 2019-03-24 22:07:00 -07:00
ProDigySML
b94f62ac73 Serious Speed Improvements for Large Lists 2019-03-24 21:50:20 -07:00
Michael Skelton
ec93f84d5d Merge pull request #29 from codingo/silent-patch
Removed [Thread] statements when --silent is present
2019-02-06 20:01:54 +10:00
ProDigySML
012f76cfc8 Removed [Thread] statements when --silent is present 2019-02-05 22:14:03 -08:00
Michael Skelton
60b9ca7f33 Add review/howto section 2019-02-04 20:06:35 +10:00
Michael Skelton
5923a2cccf Update __version__.py 2019-02-04 11:12:38 +10:00
Michael Skelton
9c3360673f Merge pull request #27 from codingo/origin/bug-fixes
Origin/bug fixes
2019-02-04 10:52:49 +10:00
ProDigySML
72dedbb7b9 Fixed issue where realports wasn't being replaced 2019-02-03 16:45:18 -08:00
ProDigySML
1b3fcf8019 Fixed issue where ports was required 2019-02-03 16:44:52 -08:00
Michael Skelton
62210bdc39 Merge pull request #24 from codingo/proto_var_folder_fix
Proto var folder fix
2019-02-04 01:56:23 +10:00
Michael Skelton
a6d2a8ba20 Update __version__.py 2019-02-04 01:55:53 +10:00
ProDigySML
29cce679c7 Added in the documentation 2019-01-31 23:43:06 -08:00
ProDigySML
22ecf4d9a1 Added in proto variable 2019-01-31 23:41:34 -08:00
ProDigySML
7b9ea75629 Removed all debug statements 2019-01-31 23:31:12 -08:00
ProDigySML
956734a1b7 Fixed up some bugs causing issues 2019-01-31 23:27:08 -08:00
ProDigySML
1425752987 Changed the way variable replacement is done 2019-01-31 23:25:17 -08:00
ProDigySML
3a8880bf03 Added in check for if output is defined. Also attempting fixing code smells with variable replacement 2019-01-31 23:09:26 -08:00
ProDigySML
f0922624fe Added in some range checking for dash notation 2019-01-31 22:59:01 -08:00
ProDigySML
49dc0d5611 Added check and exception for writable folders 2019-01-31 22:39:06 -08:00
Michael Skelton
892aea749d Added STDIN comments 2019-01-17 17:28:55 +10:00
Michael Skelton
176f14ef36 Merge pull request #22 from AlfredBerg/master
Added stdin support
2019-01-17 17:18:22 +10:00
Michael Skelton
7d358c3e5b Update __version__.py 2019-01-17 17:18:07 +10:00
Alfred Berg
1433d7e93a Added stdin support 2019-01-17 02:32:27 +00:00
Michael Skelton
0e3e261d65 Merge pull request #21 from codingo/codingo-fix-setup
Fix setup for Python 3.7
2019-01-16 09:37:26 +10:00
Michael Skelton
ad96a506ff Fix setup for Python 3.7 2019-01-16 09:36:59 +10:00
Michael Skelton
d1dc43d97f Merge pull request #18 from codingo/bug-fix-for
Bug fix for Ports, Exclusions, and Domain Names
2019-01-10 21:37:46 +10:00
Michael Skelton
6b2ebcf717 Update __version__.py 2019-01-10 21:37:33 +10:00