|
469e73d82f
|
🔖 Bump version to 0.5.1
|
2024-09-19 01:01:08 +04:00 |
|
|
97aea5b272
|
🔨 Refactor config.go/Print and convert.go
|
2024-09-19 01:00:50 +04:00 |
|
|
30cc86dc63
|
Merge pull request #25 from aykhans/feat/add-random-value-selection
Add random value selection
|
2024-09-18 20:30:10 +04:00 |
|
|
db3d81c97a
|
🔖 Bump version to 0.5.0
|
2024-09-18 20:28:45 +04:00 |
|
|
661e872698
|
🔖 Bump go version to 1.22.6
|
2024-09-18 20:27:18 +04:00 |
|
|
37c5d11561
|
🔖 Bump go version to 1.22.6
|
2024-09-18 20:27:09 +04:00 |
|
|
940f5a3886
|
📚 Body type string -> list
|
2024-09-18 20:24:52 +04:00 |
|
|
63ef6c5798
|
📚 Update README.md
|
2024-09-18 20:23:19 +04:00 |
|
|
6a33c359c7
|
🐛 Minor fixes
|
2024-09-17 17:33:55 +04:00 |
|
|
68bef4a663
|
📚 Add function docs
|
2024-09-15 17:37:25 +04:00 |
|
|
2f37f8c2c1
|
🔨 Refactor client and request generation to use random value cycling
|
2024-09-15 17:34:24 +04:00 |
|
|
de5a5dc96e
|
🔨 Select client with random indexes
|
2024-09-14 20:06:32 +04:00 |
|
|
891f1f1333
|
Refactor request generation to use local random number generator (fix #26, #27)
|
2024-09-14 19:42:40 +04:00 |
|
|
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 |
|