Commit Graph

253 Commits

Author SHA1 Message Date
dependabot[bot]
ef0081f711
build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#198) 2023-06-02 06:34:58 +00:00
dependabot[bot]
8c7a24b3d7
build(deps): bump github.com/urfave/cli/v2 from 2.25.1 to 2.25.3 (#197) 2023-05-04 11:20:25 +00:00
dependabot[bot]
c76026c9f1
build(deps): bump github.com/prometheus/client_golang (#196) 2023-05-02 03:46:37 +00:00
dependabot[bot]
37e4ecbf47
build(deps): bump aquasecurity/trivy-action from 0.9.2 to 0.10.0 (#194) 2023-05-02 03:46:24 +00:00
dependabot[bot]
58dc38f72e
build(deps): bump github.com/valyala/fasthttp from 1.45.0 to 1.47.0 (#195) 2023-05-02 03:46:09 +00:00
Pаramtamtаm
36c5472987
feat: IPv6 support (#192)
* 🐛 fix(server.go): validate IP address before starting server
 feat(server.go): add support for IPv6 addresses

*  feat(cli): add support for IPv6 addresses in the `--listen` flag

* 🐛 fix(server.go): add nolint comment to ignore magic number warning in ipv6 check

* 🐛 fix(server.go): use fmt.Sprintf to format IP and port instead of strconv.Itoa and string concatenation
2023-04-21 16:33:33 +04:00
Pаramtamtаm
717542e045
Update README.md 2023-04-18 10:48:55 +04:00
Lars Gerber
940bd0405f
New template orient added (#190)
* added orient theme

* added creation test for orient theme

* Added new Orient theme to CHANGELOG.md

* fix: Template fixed a bit

---------

Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
2023-04-17 15:06:28 +04:00
Pаramtamtаm
d40e8879d1
feat: Non-existing pages now return styled 404 status page (with 404 status code) (#189)
* 🎨 style(CHANGELOG.md): add UNRELEASED section
🔧 chore(notfound/handler.go): refactor to use core.RespondWithErrorPage
🔧 chore(http/server.go): pass config, templatePicker, renderer and options to notfoundHandler
🔧 chore(hurl/404.hurl): update test to expect HTML response instead of plain text

* 📝 docs(CHANGELOG.md): fix typo in changed section

* 🔥 chore(CHANGELOG.md): release version 2.22.0
🔥 chore(flags.go): remove unused code for serve command
2023-04-07 14:42:00 +04:00
dependabot[bot]
6a67510bdc
build(deps): bump go.uber.org/automaxprocs from 1.5.1 to 1.5.2 (#183) 2023-04-02 02:27:23 +00:00
dependabot[bot]
a79521a37d
build(deps): bump github.com/urfave/cli/v2 from 2.24.4 to 2.25.1 (#185) 2023-04-02 02:24:01 +00:00
dependabot[bot]
4667194271
build(deps): bump github.com/fasthttp/router from 1.4.17 to 1.4.18 (#184) 2023-04-02 02:23:55 +00:00
dependabot[bot]
a20852b03a
build(deps): bump aquasecurity/trivy-action from 0.9.1 to 0.9.2 (#182) 2023-04-02 02:22:48 +00:00
dependabot[bot]
ec0f1cc0d3
build(deps): bump github.com/valyala/fasthttp from 1.44.0 to 1.45.0 (#186) 2023-04-02 02:19:54 +00:00
dependabot[bot]
49d9650d35
build(deps): bump github.com/fatih/color from 1.14.1 to 1.15.0 (#187) 2023-04-02 02:19:27 +00:00
renovate[bot]
1b876c45cc
chore(deps): update golangci/golangci-lint docker tag to v1.52 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-18 17:17:13 +04:00
dependabot[bot]
23f52f25e2
Bump aquasecurity/trivy-action from 0.8.0 to 0.9.1 (#177) 2023-03-02 03:53:22 +00:00
dependabot[bot]
16d7d80183
Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#178) 2023-03-02 03:49:08 +00:00
dependabot[bot]
5389fe00dd
Bump github.com/fasthttp/router from 1.4.16 to 1.4.17 (#179) 2023-03-02 03:48:51 +00:00
dependabot[bot]
cd67674976
Bump go.uber.org/goleak from 1.2.0 to 1.2.1 (#180) 2023-03-02 03:48:33 +00:00
Paramtamtam
36673a49a4
ci: 👷 CI system updated 2023-02-23 22:03:32 +04:00
Paramtamtam
b84b3ba9f4
chore: 🔧 Changes that do not modify src or test files 2023-02-23 21:50:35 +04:00
Paramtamtam
5343d8c934
docs(changelog): 📚 Changelog file updated 2023-02-23 21:50:31 +04:00
Paramtamtam
80891b0b46
ci: 👷 CI system updated 2023-02-23 21:50:20 +04:00
Paramtamtam
48313685ec
chore: Module name changed, deps updated 2023-02-23 21:49:45 +04:00
renovate[bot]
7dc47c00ac
chore(deps): update golangci/golangci-lint docker tag to v1.51 (#174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-02 17:08:43 +04:00
renovate[bot]
830b5bb934
chore(deps): update golang docker tag to v1.20 (#173)
* chore(deps): update golang docker tag to v1.20

* updated

* update

* update

* Update .github/workflows/tests.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
2023-02-02 13:09:29 +04:00
dependabot[bot]
8d43984644
Bump github.com/urfave/cli/v2 from 2.24.1 to 2.24.2 (#168) 2023-02-02 07:25:44 +00:00
dependabot[bot]
1b152c1a80
Bump github.com/fasthttp/router from 1.4.14 to 1.4.16 (#169) 2023-02-02 03:26:30 +00:00
dependabot[bot]
175b9f0cfb
Bump go.uber.org/goleak from 1.1.11 to 1.2.0 (#170) 2023-02-02 03:25:57 +00:00
dependabot[bot]
16180be7e2
Bump github.com/valyala/fasthttp from 1.43.0 to 1.44.0 (#171) 2023-02-02 03:22:36 +00:00
dependabot[bot]
11b270ee68
Bump github.com/fatih/color from 1.13.0 to 1.14.1 (#172) 2023-02-02 03:22:15 +00:00
dependabot[bot]
97ab8a4475
Bump docker/build-push-action from 3 to 4 (#167) 2023-02-02 03:20:00 +00:00
Paramtamtam
da3b864e02
fix: docker-compose server running command 2023-01-29 15:56:58 +04:00
Paramtamtam
0bd989e493
docs(changelog): file updated 2023-01-29 15:49:28 +04:00
Paramtamtam
59c4d2022c
ci: workflow files have been updated 2023-01-29 15:39:49 +04:00
Paramtamtam
1ec17caa1d
feat: Possibility to use custom env variables in templates (#165) 2023-01-29 15:25:38 +04:00
Paramtamtam
252618a975
chore: Better CLI (#163) 2023-01-29 14:54:56 +04:00
Paramtamtam
315c7660d1
Update README.md 2022-12-27 11:41:51 +04:00
dependabot[bot]
6a6809b07f
Bump go.uber.org/zap from 1.23.0 to 1.24.0 (#159) 2022-12-02 06:09:55 +00:00
dependabot[bot]
a960b5928e
Bump github.com/valyala/fasthttp from 1.41.0 to 1.43.0 (#157) 2022-12-02 06:06:16 +00:00
dependabot[bot]
46d96d7bb4
Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 (#160) 2022-12-02 06:02:10 +00:00
dependabot[bot]
69063a9cf7
Bump github.com/fasthttp/router from 1.4.13 to 1.4.14 (#158) 2022-12-02 06:01:28 +00:00
renovate[bot]
7c8d2f54c7
Update orangeopensource/hurl Docker tag to v1.8.0 (#155)
* Update orangeopensource/hurl Docker tag to v1.8.0

* wip: temporary commit

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
2022-11-18 23:46:46 +04:00
Paramtamtam
49aed23f8c
Update README.md 2022-11-15 13:06:39 +04:00
Paramtamtam
3418f85292
Update CHANGELOG.md 2022-11-02 01:38:14 +04:00
dependabot[bot]
361afd87aa
Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#152)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-02 01:33:17 +04:00
dependabot[bot]
7f6815c274
Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 (#151) 2022-11-01 21:31:51 +00:00
dependabot[bot]
4ecd70330a
Bump aquasecurity/trivy-action from 0.7.1 to 0.8.0 (#148) 2022-11-01 21:28:27 +00:00
dependabot[bot]
ae13905512
Bump github.com/prometheus/client_model from 0.2.0 to 0.3.0 (#149) 2022-11-01 21:27:39 +00:00