197 Commits

Author SHA1 Message Date
dependabot[bot]
9940e3465e
Bump golang.org/x/net from 0.29.0 to 0.30.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/net/compare/v0.29.0...v0.30.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-10-07 00:32:31 +00:00
ace66138b3
Merge pull request #31 from aykhans/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.0
Bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.0
2024-10-04 19:07:34 +04:00
dependabot[bot]
488b8d46c8
Bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.0
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.5.9 to 6.6.0.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.5.9...v6.6.0)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-04 00:20:59 +00:00
2461e3f847
Merge pull request #30 from aykhans/dependabot/go_modules/github.com/valyala/fasthttp-1.56.0
Bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0
2024-09-26 23:38:41 +04:00
dependabot[bot]
04d0f94d5a
Bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.55.0 to 1.56.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.55.0...v1.56.0)

---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-25 00:28:46 +00:00
b224912638
Merge pull request #28 from aykhans/refactor/config-print
Refactor config/print
2024-09-19 01:01:45 +04:00
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