Commit Graph

134 Commits

Author SHA1 Message Date
Baipyrus
5008813e5a
Merge pull request #25 from Baipyrus/codeql
Introduce CodeQL To Project
2024-11-19 09:51:07 +01:00
Baipyrus
ff25926e0f
Merge pull request #24 from Baipyrus/dependabot
Introduce Dependabot To Project
2024-11-19 09:50:58 +01:00
Baipyrus
e2451a3197
test: analyze all branches 2024-11-13 21:52:29 +01:00
Baipyrus
2f23a36517
create codeql.yml to configure code scanning 2024-11-13 21:49:54 +01:00
Baipyrus
bfb40684ee
create dependabot.yml to configure version updates 2024-11-13 21:19:20 +01:00
36aef5e0d3 add configs for settings using sudo without password 2024-11-07 20:00:23 +01:00
9370ff1bc1 add configs for linux settings under WSL 2024-11-07 20:00:00 +01:00
921c015618 rename configs for windows settings 2024-11-07 19:30:01 +01:00
d9df5cad1e additional logging of errors for debugging purposes 2024-11-01 16:38:29 +01:00
4778d287fc implement separate powershell calls for each command 2024-11-01 16:32:45 +01:00
af8ca529a2 additional build constraints in all referenced files 2024-10-31 18:04:25 +01:00
56a6df9259 bugfix: clear arguments slice of command after injecting variables 2024-10-31 18:03:31 +01:00
a69abda660 add build constraint for windows OS where necessary 2024-10-28 21:25:16 +01:00
Baipyrus
77e2fa01ef
Updated README in regards to #2 and #6 2024-10-01 20:39:14 +02:00
Baipyrus
d1f88f54e1
Merge pull request #21 from Baipyrus/refactor-proxy-util
Refactor proxy/util.go Code For Readability
2024-10-01 20:25:47 +02:00
b865c7c5af passing a command by reference to 'injectProxy' instead of return types 2024-10-01 20:19:02 +02:00
39a0a6d828 passing a command by reference to 'processVars' instead of return types 2024-10-01 20:13:47 +02:00
024535de6f modify base signature of 'generateCommands' to avoid overused variables 2024-10-01 20:09:54 +02:00
9eb5982bb7 rename 'isVariableType' to standardized boolean meaning of variable 2024-10-01 20:00:31 +02:00
06637360d6 rename 'applyProxy' to better describe applications of proxy server string 2024-10-01 19:59:34 +02:00
7fb9456492 rename 'readArgs' to better describe variable replacement 2024-10-01 19:58:41 +02:00
47cbfc4b8d Merge branch 'better-config-files'
Fixed bug during CICD 'build' step, copying configs from directory
2024-09-24 15:58:27 +02:00
1a7c692077 ignore build output, see CICD 2024-09-24 15:54:48 +02:00
7ee9743fad bugfix: copy entire configs directory to build output 2024-09-24 15:52:44 +02:00
Baipyrus
2a21810a99
Merge pull request #20 from Baipyrus/better-config-files
Config Directory With Examples Instead Of Single File
2024-09-24 15:48:01 +02:00
78df42991e added pip proxy configuration 2024-09-24 15:42:03 +02:00
89af1d1cc1 saving new config file only, use name.json as filename 2024-09-24 15:25:11 +02:00
6d4f6db33d bugfix: added user input for confirming new config 2024-09-24 15:24:17 +02:00
7d6184cf4f ignore all non-JSON files within configs directory 2024-09-24 15:01:25 +02:00
4340ca271d ignore example files in configurations 2024-09-24 14:49:47 +02:00
4c11cb4fb2 walking through configurations directory to scan all files 2024-09-24 14:44:25 +02:00
fec0d007a0 added SOCKS proxy example configuration 2024-09-24 14:43:59 +02:00
03063a7582 converting configurations file to individual files per configuration 2024-09-24 14:42:07 +02:00
aa3dd46c57 renaming configurations file to path in preparation for directory 2024-09-24 14:40:42 +02:00
Baipyrus
a957fdcc8d
Merge pull request #18 from Baipyrus/variant-surround-char
Default Config - Environment Variable Proxy Setters
2024-09-23 18:58:55 +02:00
Baipyrus
f097703beb
Merge pull request #17 from Baipyrus/fix-path-variable
Wrong Program Variable Used For Path In Install Script
2024-09-23 18:58:32 +02:00
Baipyrus
55f3ed336f
Merge pull request #16 from Baipyrus/download-recent-release
Download Most Recent Release Instead Of Latest
2024-09-23 18:58:19 +02:00
c6002b5579 implement conditional surround functionality 2024-09-23 18:45:27 +02:00
ff6a82e0f2 create surround parameter on type Variant 2024-09-23 18:42:14 +02:00
Baipyrus
836a1de27e
conditionally add to user path on install 2024-09-23 18:31:07 +02:00
Baipyrus
da6597f8fb
replace $programDir with $programPath 2024-09-23 18:23:18 +02:00
Baipyrus
9fd7fb2c37
download most recent release instead of latest 2024-09-22 15:03:15 +02:00
Baipyrus
78cd3f1734
Merge pull request #14 from Baipyrus/configs-file-cli-flag
Add CLI Flag To Specify Config Location
2024-09-16 14:25:55 +02:00
2d126e6293 add config detection to debug command 2024-09-16 14:23:04 +02:00
c66937fdba bugfix: using configs filename on read 2024-09-16 14:22:43 +02:00
777de8f144 bugfix: using default value flag parameter 2024-09-13 00:29:15 +02:00
9e72eb5171 passing config file path through commands to functions 2024-09-13 00:20:45 +02:00
15e81cf2ea using parameter to determine config name/path 2024-09-13 00:15:56 +02:00
c55aec82ce add global persistent flag for config file with default value 2024-09-13 00:14:06 +02:00
Baipyrus
4c890ff574
Merge pull request #13 from Baipyrus/apply-proxy-option
Discard Proxy Specified In Variant Option
2024-09-12 23:52:39 +02:00