Commit Graph

151 Commits

Author SHA1 Message Date
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
ProDigySML
1090f64018 Fixed errors with ports and exclusions. Also added in domain name compatibility. 2019-01-10 03:31:54 -08:00
ProDigySML
30e6b71c36 Fixed the errors for ports and exclusions 2019-01-10 03:02:19 -08:00
Michael Skelton
6a0b1d800b Merge pull request #16 from codingo/codingo-version-bump
Update __version__.py
1.1
2019-01-09 20:58:30 +10:00
Michael Skelton
82f6d7d6f3 Update __version__.py 2019-01-09 20:58:02 +10:00
Michael Skelton
6322a6263b Updated Exclusion Description 2019-01-09 13:30:28 +10:00
Michael Skelton
341abb039f Merge pull request #15 from codingo/exclusions
Exclusions
2019-01-09 13:28:54 +10:00
ProDigySML
6bd597c8d8 Added in Dash (-) notation support into README file 2019-01-08 19:24:00 -08:00
ProDigySML
9349dd9e62 Added in exclusions to the README file 2019-01-08 19:22:56 -08:00
ProDigySML
3ea8a3ad1f Removed debug print statement 2019-01-08 19:16:12 -08:00
ProDigySML
2e6439561d Added in exclusion functionality 2019-01-08 19:15:42 -08:00
Michael Skelton
28bb9be702 Merge pull request #14 from amalmurali47/patch-1
Update README.md
2019-01-07 09:10:09 +10:00