69c4841a05
📚 Update docs
2025-03-24 17:02:06 +04:00
3cc165cbf4
⬆️ bump version to 0.6.2
2025-03-24 16:55:23 +04:00
59f40ad825
✨ Add duration
2025-03-24 16:54:09 +04:00
a170588574
Merge pull request #100 from aykhans/refactor/config
...
golangci-lint / lint (push) Successful in 25s
🔨 Add 'User-Agent' in 'SetDefaults' function
2025-03-23 21:19:31 +04:00
2a0ac390d8
🔨 Add 'User-Agent'in 'SetDefaults' function
2025-03-22 22:25:54 +04:00
11bb8b3fb0
Merge pull request #99 from aykhans/docs/update-readme
...
golangci-lint / lint (push) Successful in 21s
📚 Update README.md
2025-03-20 19:23:41 +04:00
1aadc3419a
📚 Update README.md
2025-03-20 19:23:14 +04:00
b3af3f6ad5
Merge pull request #98 from aykhans/feat/config-yaml
...
golangci-lint / lint (push) Successful in 1m15s
✨ Add yaml file reader to config
v0.6.1
2025-03-20 16:38:13 +04:00
ed52fff363
⬆️ bump version to 0.6.1
2025-03-20 16:31:39 +04:00
985fc6200d
🐳 Update Dockerfile
2025-03-20 16:11:43 +04:00
1808865358
📚 Update docs
2025-03-20 16:01:53 +04:00
56342e49c6
📚 Update docs
2025-03-20 15:59:46 +04:00
ec80569d5d
🐳 Remove default config file path from 'ENTRYPOINT'
2025-03-20 15:59:09 +04:00
459f7ee0dc
✨ Add yaml file reader to config
2025-03-20 03:52:25 +04:00
3cd72855e5
Merge pull request #97 from aykhans/fix/nil-url
...
golangci-lint / lint (push) Successful in 58s
🐛 Fix nil URL referance
2025-03-20 03:20:33 +04:00
b8011ce651
🐛 Fix nil URL referance
2025-03-20 03:19:28 +04:00
0aeeb484e2
Merge pull request #96 from aykhans/refactor/general
...
golangci-lint / lint (push) Successful in 3m58s
💄 General refactoring
v0.6.0
2025-03-19 05:29:13 +04:00
fc3244dc33
💄 General refactoring
2025-03-19 05:28:14 +04:00
aa6ec450b8
Merge pull request #95 from aykhans/fix/types
...
🐛 Fix 'AppendByKey' method of the '[]KeyValue[string, []string]' types
2025-03-19 04:06:47 +04:00
e31f5ad204
🐛 Fix 'AppendByKey' method of the '[]KeyValue[string, []string]' types
2025-03-19 04:06:10 +04:00
de9a4bb355
Merge pull request #94 from aykhans/dependabot/go_modules/go_modules-c153b83258
...
Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group
2025-03-19 02:31:20 +04:00
dependabot[bot]
234ca01e41
Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group
...
Bumps the go_modules group with 1 update: [golang.org/x/net](https://github.com/golang/net ).
Updates `golang.org/x/net` from 0.35.0 to 0.36.0
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-18 22:29:02 +00:00
cc490143ea
Merge pull request #92 from aykhans/refactor/config
...
Restructure entire project logic
2025-03-19 02:28:13 +04:00
a8c3efe198
🔨 Refactor 'releaseDodos' function
2025-03-19 01:18:36 +04:00
3c2a0ee1b2
📚 Update README.md
2025-03-18 23:41:20 +04:00
00f0bcb2de
🔨 Restructure entire project logic
...
- Moved readers to the config package
- Added an option to read remote config files
- Moved the validation package to the config package and removed the validator dependency
- Moved the customerrors package to the config package
- Replaced fatih/color with jedib0t/go-pretty/v6/text
- Removed proxy check functionality
- Added param, header, cookie, body, and proxy flags to the CLI
- Allowed multiple values for the same key in params, headers, and cookies
2025-03-16 21:20:33 +04:00
8f811e1bec
💄 Format '.golangci.yml' file
2025-03-11 00:25:32 +04:00
58ea31683b
Merge pull request #85 from aykhans/feat/config-file-http-support
...
golangci-lint / lint (push) Failing after 44s
✨ Added http support to 'JSONConfigReader' function
2025-03-09 17:07:41 +04:00
cc2a6eb367
✨ Added http support to 'JSONConfigReader' function
2025-03-09 05:00:33 +04:00
f721abb583
Merge pull request #82 from aykhans/dependabot/go_modules/golang.org/x/net-0.37.0
...
golangci-lint / lint (push) Failing after 36s
Bump golang.org/x/net from 0.35.0 to 0.37.0
2025-03-06 15:14:08 +04:00
dependabot[bot]
4a9fb9fdda
Bump golang.org/x/net from 0.35.0 to 0.37.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.35.0 to 0.37.0.
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.37.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>
2025-03-06 00:50:05 +00:00
198b6c785a
Merge pull request #81 from aykhans/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.7
...
golangci-lint / lint (push) Failing after 37s
Bump github.com/jedib0t/go-pretty/v6 from 6.6.6 to 6.6.7
2025-03-03 16:17:20 +04:00
dependabot[bot]
9dc56709a7
Bump github.com/jedib0t/go-pretty/v6 from 6.6.6 to 6.6.7
...
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty ) from 6.6.6 to 6.6.7.
- [Release notes](https://github.com/jedib0t/go-pretty/releases )
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.6.6...v6.6.7 )
---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 01:00:54 +00:00
a9021bd1a4
Merge pull request #80 from aykhans/refactor/color-utils
...
golangci-lint / lint (push) Failing after 42s
🔨 Replace color utils with 'github.com/fatih/color'
v0.5.7
2025-03-02 20:22:43 +04:00
48c2dc7935
🔖 bump version to 0.5.7
2025-03-02 20:20:06 +04:00
4cb0540824
🔨 Replace color utils with 'github.com/fatih/color'
2025-03-02 20:18:11 +04:00
a01bf19986
Merge pull request #79 from aykhans/bump/go-version
...
golangci-lint / lint (push) Failing after 39s
🔖 Bump go version to 1.24
2025-03-01 17:20:56 +04:00
74dcecc8b1
🔖 Bump go version to 1.24
2025-03-01 17:18:59 +04:00
00afca7139
Merge pull request #77 from aykhans/feat/add-makefile
...
golangci-lint / lint (push) Failing after 2m11s
🔧 Added Makefile
2025-02-28 03:43:33 +04:00
1589fefeb8
🔧 Added Makefile
2025-02-28 03:41:33 +04:00
bbc43bbaac
Merge pull request #75 from aykhans/ci/add-golangci-lint
...
Added golangci lint to CI
2025-02-28 03:27:14 +04:00
89fcf5f174
Merge branch 'ci/add-golangci-lint' of https://github.com/aykhans/dodo into ci/add-golangci-lint
2025-02-28 03:25:29 +04:00
a58f734a55
Merge branch 'main' into ci/add-golangci-lint
2025-02-28 03:23:06 +04:00
efd5176ab9
Merge pull request #76 from aykhans/refactor/general-refactoring
...
🔨 Remove unnecessary conversions
2025-02-28 03:21:26 +04:00
f0adcaf328
👷 Update golangci-lint.yml
2025-02-28 03:18:50 +04:00
6314cf7724
🐳 '.golangci.yml' added to .dockerignore
2025-02-28 03:16:03 +04:00
140e570b85
👷 Added golangci-lint
2025-02-28 03:15:33 +04:00
83c5788e54
🔨 Remove unnecessary conversions
2025-02-28 02:16:04 +04:00
ca74092615
Merge pull request #74 from aykhans/dependabot/go_modules/github.com/valyala/fasthttp-1.59.0
...
Bump github.com/valyala/fasthttp from 1.58.0 to 1.59.0
2025-02-20 20:41:41 +04:00
dependabot[bot]
004b10ea3c
Bump github.com/valyala/fasthttp from 1.58.0 to 1.59.0
...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp ) from 1.58.0 to 1.59.0.
- [Release notes](https://github.com/valyala/fasthttp/releases )
- [Commits](https://github.com/valyala/fasthttp/compare/v1.58.0...v1.59.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>
2025-02-20 00:53:09 +00:00