|
8ad0bb5697
|
✨ added random value selection feature to request objects (#19)
|
2024-09-12 01:03:15 +04:00 |
|
|
d0e5c343ea
|
Merge pull request #24 from aykhans/refactor/config
Refactor config package
|
2024-09-10 21:07:09 +04:00 |
|
|
118463147c
|
🔖 bump version to v0.4.2
|
2024-09-10 21:05:55 +04:00 |
|
|
94a74c64b7
|
🔨 Set max table column with in config and response packages
|
2024-09-10 21:04:13 +04:00 |
|
|
3b30f2a64b
|
🔨 Refactor config types
|
2024-09-10 18:53:32 +04:00 |
|
|
f52361b5f7
|
Merge pull request #23 from aykhans/refactor/requests
Refactor requests
|
2024-09-10 18:16:54 +04:00 |
|
|
e9731a70ac
|
🔨 Set the MaxConns attribute on HostClients / fix #21
|
2024-09-10 18:12:53 +04:00 |
|
|
60335f7726
|
🔨 Refactor pointers in the requests package
|
2024-09-10 04:03:32 +04:00 |
|
|
1ec4254468
|
🔨 Split the requests package
|
2024-09-10 03:49:43 +04:00 |
|
|
82bf31182f
|
🔨 Remove interrupt errors from responses
|
2024-09-10 03:35:43 +04:00 |
|
|
7296646428
|
🐛 Fix race condition in streamProgress in countSlice
|
2024-09-10 03:30:32 +04:00 |
|
|
04bd3ab6d1
|
Merge pull request #20 from aykhans/dependabot/go_modules/github.com/go-playground/validator/v10-10.22.1
⬆️ Bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1
|
2024-09-09 19:47:00 +04:00 |
|
dependabot[bot]
|
5f001cb4eb
|
Bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.22.0 to 10.22.1.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](https://github.com/go-playground/validator/compare/v10.22.0...v10.22.1)
---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-09 00:57:03 +00:00 |
|
|
ffd3939006
|
Merge pull request #18 from aykhans/dependabot/go_modules/golang.org/x/net-0.29.0
Bump golang.org/x/net from 0.28.0 to 0.29.0
|
2024-09-06 16:22:16 +04:00 |
|
dependabot[bot]
|
78960dbb0c
|
Bump golang.org/x/net from 0.28.0 to 0.29.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0.
- [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-06 00:33:43 +00:00 |
|
|
b1157453a3
|
Merge pull request #17 from aykhans/chore/bump-version
🔖 bump version to v0.4.1
|
2024-09-03 23:25:56 +04:00 |
|
|
5bd2803c8f
|
🔖 bump version to v0.4.1
|
2024-09-03 23:25:43 +04:00 |
|
|
59cdecd6ed
|
Merge pull request #16 from aykhans/refactor/cli-readers
Refactor CLI readers
|
2024-09-03 23:23:31 +04:00 |
|
|
1690cd72c0
|
🎨 auto formatted
|
2024-09-03 02:29:05 +04:00 |
|
|
8b59dcfda4
|
📚 Update README.md
|
2024-09-03 02:26:58 +04:00 |
|
|
ff1df870aa
|
✨ add yes flag to CLIConfigReader
|
2024-09-03 02:26:32 +04:00 |
|
|
75ada96d35
|
🎨 auto formatted
|
2024-09-03 02:09:00 +04:00 |
|
|
c2ce8e587b
|
🔨 add CLI yes or no reader to confirm starting Dodo
|
2024-09-03 02:06:49 +04:00 |
|
|
b7ac3bc549
|
🔨 update CLIYesOrNoReader to include default value
|
2024-09-03 02:05:50 +04:00 |
|
|
86e4f74f10
|
Merge pull request #15 from aykhans/refactor/request-timeout-logic
Refactor request timeout logic
|
2024-09-03 00:05:13 +04:00 |
|
|
708dfcd2df
|
🔖 bump version to v0.4.0
|
2024-09-03 00:04:45 +04:00 |
|
|
515f00d478
|
🔨 remove debug prints
|
2024-09-03 00:02:27 +04:00 |
|
|
8539acf5c9
|
🔨 refactor request timeout logic
- Move the responsibility of the response object to the client function.
- Add timeout functionality to client function
|
2024-08-30 00:12:37 +04:00 |
|
|
b91c32d990
|
✨ Add ErrTimeout to custom_errors package
|
2024-08-29 23:54:07 +04:00 |
|
|
2bea8b3314
|
🐛 update GetValidDodosCountForRequests to GetValidDodosCountForProxies
|
2024-08-29 23:53:23 +04:00 |
|
|
697def4d94
|
Merge pull request #14 from aykhans/refactor/table-prints
🔨 update table rendering
|
2024-08-29 20:12:57 +04:00 |
|
|
262047d8a4
|
🔖 bump version to v0.3.1
|
2024-08-29 19:20:18 +04:00 |
|
|
f199c2bf60
|
Merge pull request #13 from aykhans/bugfix/proxy-client-tls-addr
🐛 fix proxy client address extra port 443
|
2024-08-29 19:19:23 +04:00 |
|
|
b49db230ed
|
🔨 update table rendering
|
2024-08-29 19:17:00 +04:00 |
|
|
5fc87d6455
|
🐛 fix proxy client address extra port 443
|
2024-08-29 19:12:40 +04:00 |
|
|
9a35874559
|
Merge pull request #12 from aykhans/chore/bump-version
🔖 bump version to v0.3.0
|
2024-08-24 19:54:30 +04:00 |
|
|
f4f26f6cb8
|
🔖 bump version to v0.3.0
|
2024-08-24 19:53:19 +04:00 |
|
|
6321191409
|
Merge pull request #11 from aykhans/feat/add-cancel-functionality
Add cancel functionality
|
2024-08-24 19:46:16 +04:00 |
|
|
2fe8df28d5
|
✨ Add context and signal handling for graceful shutdown
|
2024-08-24 19:41:12 +04:00 |
|
|
d25c2b2964
|
✨ Add custom error types for interrupted and no internet connection errors
|
2024-08-24 19:40:28 +04:00 |
|
|
55f34e5ae1
|
Merge pull request #10 from aykhans/dependabot/go_modules/golang.org/x/net-0.28.0
Bump golang.org/x/net from 0.27.0 to 0.28.0
|
2024-08-07 15:01:14 +04:00 |
|
dependabot[bot]
|
c3d5eecc71
|
Bump golang.org/x/net from 0.27.0 to 0.28.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.28.0.
- [Commits](https://github.com/golang/net/compare/v0.27.0...v0.28.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-07 00:49:53 +00:00 |
|
|
97cad31bfb
|
Merge pull request #9 from aykhans/refactor/Dockerfile
🐳 optimize Docker build process
|
2024-08-06 19:31:41 +04:00 |
|
|
1395cf6565
|
🐳 optimize Docker build process
|
2024-08-06 19:30:18 +04:00 |
|
|
0ab6ca098d
|
Merge pull request #6 from aykhans/feat/add-dockerfile
Add Dockerfile
|
2024-07-26 00:09:08 +04:00 |
|
|
16cb8499ce
|
📚 Update README.md with Docker installation instructions
|
2024-07-26 00:04:26 +04:00 |
|
|
b74ec949e1
|
✨ Add .dockerignore file
|
2024-07-26 00:03:36 +04:00 |
|
|
30df1934b0
|
✨ Add Dockerfile for containerization
|
2024-07-26 00:03:20 +04:00 |
|
|
a41c98d401
|
Merge pull request #5 from aykhans/update/version
🔖 bump version to 0.2.0
|
2024-07-25 00:39:25 +04:00 |
|
|
935ae614a2
|
🔖 bump version to 0.2.0
|
2024-07-25 00:38:35 +04:00 |
|