Commit Graph

1603 Commits

Author SHA1 Message Date
Lawrence, Rendall
08686d74b7 update dependencies and fix lint warnings 2026-02-18 18:12:58 +03:00
SOT-TECH
36a9022ef4 Merge pull request #165 from sot-tech/dep
Update dependencies
v0.1.16
2025-12-01 16:42:35 +03:00
Lawrence, Rendall
cc10873f00 update dependencies 2025-12-01 16:39:34 +03:00
SOT-TECH
46c630012a Merge pull request #157 from sot-tech/s3-approval-middleware
S3 approval middleware (#133 rework)

NB: Automerged due inactivity
2025-12-01 16:25:58 +03:00
Lawrence, Rendall
02d343d571 fix data race in s3_test (mock test) 2025-09-22 18:09:51 +03:00
Lawrence, Rendall
59a179f428 replace MinIO workflow image with download & run 2025-09-22 17:55:49 +03:00
Lawrence, Rendall
04190a01b5 fix workflow for minio 2025-09-22 17:28:28 +03:00
Lawrence, Rendall
5513f1357d fix lint warnings
replace naked returns with arguments (gofumpt@v0.9.1)
2025-09-22 17:11:05 +03:00
Lawrence, Rendall
61f358c1b2 fix minio github action 2025-09-22 16:36:33 +03:00
Lawrence, Rendall
3807371a6c update golangci go version to 1.24 2025-09-22 16:04:55 +03:00
Lawrence, Rendall
3f78a01cf1 (minor) fix lint warnings 2025-09-22 16:03:04 +03:00
Lawrence, Rendall
febe60b069 add documentation about S3 container, fix S3 configration 2025-09-22 15:49:50 +03:00
Lawrence, Rendall
7b80ed199a update actions to go ver 1.24 2025-09-22 15:02:33 +03:00
Lawrence, Rendall
c6a5be08e9 (pertially tested) remove S3 prefix concat to Key
* add S3 test for prefix and suffix
* update dependencies
* add workflow image for minio
2025-09-22 14:59:51 +03:00
Lawrence, Rendall
278e2e8b4d (WIP) s3 torrent approval test suite 2025-09-19 19:11:15 +03:00
Lawrence, Rendall
4e8f0e29b6 (not tested) rework directory torrentapproval middleware to add s3 support
partially rewrite https://github.com/gmemstr/mochi/tree/s3-approval-middleware
2025-08-22 14:39:44 +03:00
Lawrence, Rendall
505937b903 Merge branch 'master' into s3-approval-middleware 2025-08-22 14:37:17 +03:00
SOT-TECH
13a3b351d3 Merge pull request #149 from sot-tech/dependabot/go_modules/github.com/valyala/fasthttp-1.64.0
build(deps): bump github.com/valyala/fasthttp from 1.63.0 to 1.64.0
2025-08-07 11:05:11 +03:00
dependabot[bot]
c1e12c12ce build(deps): bump github.com/valyala/fasthttp from 1.63.0 to 1.64.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.63.0 to 1.64.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-07 08:02:31 +00:00
SOT-TECH
c58c408f89 Merge pull request #150 from sot-tech/dependabot/go_modules/github.com/prometheus/client_golang-1.23.0
build(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0
2025-08-07 11:01:22 +03:00
SOT-TECH
32887ffa30 Merge pull request #151 from sot-tech/dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.3.0
build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.3.0
2025-08-07 11:01:09 +03:00
dependabot[bot]
fd5d7c1b22 build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.3.0
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.2 to 5.3.0.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.3.0)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-01 12:45:06 +00:00
dependabot[bot]
bd49a82797 build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-01 12:45:03 +00:00
SOT-TECH
5783d63791 Merge pull request #140 from sot-tech/dependabot/github_actions/golangci/golangci-lint-action-8
build(deps): bump golangci/golangci-lint-action from 7 to 8
2025-07-02 16:53:43 +03:00
SOT-TECH
d4474ab7e8 Merge pull request #148 from sot-tech/dep
Update dependencies
2025-07-02 16:53:04 +03:00
Lawrence, Rendall
f1fa484692 update dependencies 2025-07-02 16:49:49 +03:00
dependabot[bot]
b7b0f0d0b3 build(deps): bump golangci/golangci-lint-action from 7 to 8
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-01 12:15:47 +00:00
SOT-TECH
996a6d0fff Merge pull request #138 from sot-tech/dependabot/go_modules/github.com/valyala/fasthttp-1.61.0
build(deps): bump github.com/valyala/fasthttp from 1.60.0 to 1.61.0
2025-05-05 10:37:43 +03:00
SOT-TECH
935a20d715 Merge pull request #139 from sot-tech/dependabot/go_modules/github.com/redis/go-redis/v9-9.8.0
build(deps): bump github.com/redis/go-redis/v9 from 9.7.3 to 9.8.0
2025-05-05 10:37:28 +03:00
dependabot[bot]
5be49659a2 build(deps): bump github.com/redis/go-redis/v9 from 9.7.3 to 9.8.0
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.7.3 to 9.8.0.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.7.3...v9.8.0)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-01 12:01:13 +00:00
dependabot[bot]
e0fa4ad00c build(deps): bump github.com/valyala/fasthttp from 1.60.0 to 1.61.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.60.0 to 1.61.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.60.0...v1.61.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-01 12:01:08 +00:00
SOT-TECH
c6bac4de23 Merge pull request #137 from sot-tech/golangci-update
Upgrade golangci to v2
v0.1.15
2025-04-22 14:24:08 +03:00
Lawrence, Rendall
1a3f5b1598 upgrade golangci to v2
* migrate configuration to version 2
* fix new lint warnings
* update lint.yaml to use golangci-lint-action v7
2025-04-22 14:18:18 +03:00
SOT-TECH
750a76b756 Merge pull request #136 from sot-tech/dep
Update dependencies
2025-04-22 14:06:55 +03:00
Lawrence, Rendall
41840ca4b2 update dependencies 2025-04-22 14:03:30 +03:00
SOT-TECH
c2f361f6ca Merge pull request #135 from sot-tech/dependabot/go_modules/golang.org/x/net-0.38.0
build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
2025-04-22 14:01:14 +03:00
dependabot[bot]
c6a64c7fdc build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-22 10:58:38 +00:00
Gabriel Simmer
495cba90ae S3 container for torrentapproval 2025-04-01 12:57:19 +01:00
SOT-TECH
bee9de15bb Merge pull request #129 from sot-tech/dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
2025-03-22 12:49:07 +03:00
dependabot[bot]
9325f435dd build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-22 09:46:32 +00:00
SOT-TECH
ed202ec106 Merge pull request #128 from sot-tech/dependabot/go_modules/github.com/redis/go-redis/v9-9.7.3
build(deps): bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3
2025-03-20 22:09:30 +03:00
dependabot[bot]
20ad88ec19 build(deps): bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.7.1 to 9.7.3.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.7.1...v9.7.3)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-20 18:58:34 +00:00
SOT-TECH
008e57ebb1 Merge pull request #127 from sot-tech/dep
Update dependencies
2025-03-19 13:50:35 +03:00
Lawrence, Rendall
aa05497cc4 update dependencies 2025-03-19 13:43:51 +03:00
Lawrence, Rendall
af7095d1b8 (minor) fix missing pprof handlers 2025-02-10 14:44:12 +03:00
SOT-TECH
7fefccc353 Merge pull request #123 from sot-tech/redis_tls
Add Redis TLS option
v0.1.4
2025-01-15 11:11:11 +00:00
Lawrence, Rendall
f1a32a024a fix compilation error after 28bb9f5c 2025-01-15 14:08:26 +03:00
Lawrence, Rendall
c88d0616f6 (minor) redis: skip empty CA cert files 2025-01-15 14:02:02 +03:00
Lawrence, Rendall
b996584e62 Merge branch 'master' into redis_tls 2025-01-15 13:56:13 +03:00
Lawrence, Rendall
28bb9f5cba update dependencies
* CVE-2025-22149
2025-01-15 13:54:38 +03:00