1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-27 08:18:03 +00:00
Commit Graph

431 Commits

Author SHA1 Message Date
4c2b0ec3be
Fix: Configuration Idiosyncrasies - It's what's for dinner!
Hopefully the last configuration related idiosyncrasy I have to address in HellPot for at least a week.
2024-06-20 17:47:30 -07:00
35eebac88b
SAST: Resolve GoSec #G301 (CWE-276) 2024-06-19 20:10:40 -07:00
af4a3440ca
Fix: improve robustness of configuration initialization 2024-06-19 20:07:13 -07:00
a5b6612028
Update README.md 2024-06-19 13:41:49 -07:00
36ef692b08
Update README.md 2024-06-19 13:39:26 -07:00
32c74566e8
Refactor: replace Viper with Koanf 2024-06-19 11:19:33 -07:00
8b4e35d792
Merge pull request #160 from yunginnanet/dependabot/github_actions/wangyoucao577/go-release-action-1.51 2024-06-19 09:55:36 -07:00
dependabot[bot]
189fa3d588
Bump wangyoucao577/go-release-action from 1.50 to 1.51
Bumps [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) from 1.50 to 1.51.
- [Release notes](https://github.com/wangyoucao577/go-release-action/releases)
- [Commits](https://github.com/wangyoucao577/go-release-action/compare/v1.50...v1.51)

---
updated-dependencies:
- dependency-name: wangyoucao577/go-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 15:34:30 +00:00
b2084ed1ae
Merge pull request #161 from yunginnanet/dependabot/go_modules/github.com/valyala/fasthttp-1.55.0 2024-06-19 08:33:59 -07:00
dependabot[bot]
c0f40c85bb
Bump github.com/valyala/fasthttp from 1.54.0 to 1.55.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.54.0 to 1.55.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/1.54.0...v1.55.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-06-17 22:56:54 +00:00
00e908a314
Perf: defer is not free 2024-06-17 01:00:51 -07:00
31a27395e6
Merge pull request #158 from yunginnanet/dependabot/go_modules/github.com/spf13/viper-1.19.0 2024-06-04 16:23:23 -07:00
dependabot[bot]
6a88586d9d
Bump github.com/spf13/viper from 1.18.2 to 1.19.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.18.2 to 1.19.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.18.2...v1.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-04 23:22:11 +00:00
c98d3b6ca2
Merge pull request #159 from yunginnanet/dependabot/go_modules/golang.org/x/term-0.21.0 2024-06-04 16:21:30 -07:00
dependabot[bot]
fa38cd7113
Bump golang.org/x/term from 0.20.0 to 0.21.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.20.0 to 0.21.0.
- [Commits](https://github.com/golang/term/compare/v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-04 22:19:46 +00:00
d9121e5d9a
Merge pull request #156 from yunginnanet/dependabot/go_modules/github.com/rs/zerolog-1.33.0 2024-05-25 11:49:52 -07:00
dependabot[bot]
2022fc7b50
Bump github.com/rs/zerolog from 1.32.0 to 1.33.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.32.0 to 1.33.0.
- [Commits](https://github.com/rs/zerolog/compare/v1.32.0...v1.33.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-25 18:01:09 +00:00
54f07d7789
Merge pull request #157 from yunginnanet/dependabot/go_modules/github.com/fasthttp/router-1.5.1 2024-05-25 11:00:23 -07:00
dependabot[bot]
d0ad310cf3
Bump github.com/fasthttp/router from 1.5.0 to 1.5.1
Bumps [github.com/fasthttp/router](https://github.com/fasthttp/router) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/fasthttp/router/releases)
- [Commits](https://github.com/fasthttp/router/compare/v1.5.0...v1.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 22:11:12 +00:00
28169bd423
Merge pull request #152 from yunginnanet/dependabot/go_modules/golang.org/x/term-0.20.0 2024-05-15 04:36:09 -07:00
dependabot[bot]
9b60d511fd
Bump golang.org/x/term from 0.19.0 to 0.20.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/term/compare/v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 11:34:46 +00:00
0e5eb52fef
Merge pull request #153 from yunginnanet/dependabot/go_modules/github.com/valyala/fasthttp-1.53.0 2024-05-15 04:34:14 -07:00
da18ab2c25
Merge branch 'main' into dependabot/go_modules/github.com/valyala/fasthttp-1.53.0 2024-05-15 04:33:51 -07:00
Muzucode
609aad86df Fix typo 2024-05-15 04:33:06 -07:00
0bd5fb0eaa
Fix: logger directory initialization 2024-05-15 04:31:35 -07:00
dependabot[bot]
5ceb8a5dce
Bump github.com/valyala/fasthttp from 1.52.0 to 1.53.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.52.0...v1.53.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-05-14 22:48:50 +00:00
b83b418bae
Fix[CD]: try to fix go-release-action config 2024-05-01 12:56:03 -07:00
20e572c911
Fix[CD]: bump go version and don't package tar.gz in favor of just bin (missed a spot) 2024-05-01 12:51:08 -07:00
b1dc4fd194
Fix[CD]: bump go version and don't package tar.gz in favor of just bin 2024-05-01 12:46:29 -07:00
8bb53ab4e3
Fix[CD]: run release build matrix on github release creation, workflow trigger fix 2024-05-01 12:40:51 -07:00
fb7c7f622a
Fix[CD]: run release build matrix on github release creation 2024-05-01 12:37:01 -07:00
f16a7a9a90
Feat[CI]: run release build matrix on github release creation 2024-05-01 11:29:40 -07:00
7b7cadab6e
Merge pull request #149 from yunginnanet/dependabot/go_modules/golang.org/x/term-0.19.0 2024-04-15 21:57:43 -07:00
dependabot[bot]
981335a946
Bump golang.org/x/term from 0.18.0 to 0.19.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/term/compare/v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-14 23:58:22 +00:00
8078be7ef4
Merge pull request #150 from yunginnanet/dependabot/github_actions/wangyoucao577/go-release-action-1.50 2024-04-14 16:57:28 -07:00
dependabot[bot]
b7f3c19794
Bump wangyoucao577/go-release-action from 1.49 to 1.50
Bumps [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) from 1.49 to 1.50.
- [Release notes](https://github.com/wangyoucao577/go-release-action/releases)
- [Commits](https://github.com/wangyoucao577/go-release-action/compare/v1.49...v1.50)

---
updated-dependencies:
- dependency-name: wangyoucao577/go-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-14 23:56:35 +00:00
edc9ca9d26
Merge pull request #151 from yunginnanet/development 2024-04-14 16:52:25 -07:00
77cc1200d7
Merge branch 'main' into development 2024-04-14 16:45:21 -07:00
fb999514f5
Chore: deprecate internal speedometer in favor of Rate5 implementation 2024-04-14 16:44:01 -07:00
25b104d77a
Merge branch 'main' into development 2024-04-14 16:41:41 -07:00
02b8d2dcae
Merge pull request #147 from yunginnanet/dependabot/go_modules/golang.org/x/term-0.18.0 2024-03-09 03:11:42 -08:00
aed504dda7
Merge pull request #148 from yunginnanet/dependabot/go_modules/github.com/fasthttp/router-1.5.0 2024-03-08 21:11:29 -08:00
dependabot[bot]
d0cf60e3f0
Bump github.com/fasthttp/router from 1.4.22 to 1.5.0
Bumps [github.com/fasthttp/router](https://github.com/fasthttp/router) from 1.4.22 to 1.5.0.
- [Release notes](https://github.com/fasthttp/router/releases)
- [Commits](https://github.com/fasthttp/router/compare/v1.4.22...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 22:46:57 +00:00
dependabot[bot]
4597c575c2
Bump golang.org/x/term from 0.17.0 to 0.18.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/term/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 22:46:52 +00:00
3673ab0228
Merge pull request #146 from yunginnanet/dependabot/github_actions/wangyoucao577/go-release-action-1.49 2024-02-29 23:42:56 -08:00
dependabot[bot]
3a20341ad4
Bump wangyoucao577/go-release-action from 1.48 to 1.49
Bumps [wangyoucao577/go-release-action](https://github.com/wangyoucao577/go-release-action) from 1.48 to 1.49.
- [Release notes](https://github.com/wangyoucao577/go-release-action/releases)
- [Commits](https://github.com/wangyoucao577/go-release-action/compare/v1.48...v1.49)

---
updated-dependencies:
- dependency-name: wangyoucao577/go-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 22:17:29 +00:00
66d3db2b96
Merge pull request #144 from yunginnanet/dependabot/go_modules/github.com/valyala/fasthttp-1.52.0 2024-02-14 22:18:01 -08:00
4f4e8850b0
Merge branch 'main' into dependabot/go_modules/github.com/valyala/fasthttp-1.52.0 2024-02-14 22:16:58 -08:00
d4a2f4268d
Merge pull request #145 from yunginnanet/dependabot/github_actions/wangyoucao577/go-release-action-1.48 2024-02-14 22:16:48 -08:00
bf5ebc3730
Merge branch 'main' into dependabot/github_actions/wangyoucao577/go-release-action-1.48 2024-02-14 22:15:38 -08:00