Commit Graph

1551 Commits

Author SHA1 Message Date
dependabot[bot] 9ee08def2e build(deps): bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.1 to 5.7.2.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-01 12:03:52 +00:00
Lawrence, Rendall 043eeec7dd update dependencies (CWE-770) v0.1.3 2024-12-19 15:39:54 +03:00
SOT-TECH 7bb47578ef Merge pull request #121 from sot-tech/dep
Update dependencies
v0.1.2
2024-12-12 11:46:21 +03:00
Lawrence, Rendall 994b25721e update e2e dependencies 2024-12-12 11:41:36 +03:00
Lawrence, Rendall 62c034f461 update dependencies 2024-12-12 11:40:03 +03:00
SOT-TECH 762fa81dda Merge pull request #120 from sot-tech/dependabot/go_modules/github.com/stretchr/testify-1.10.0
build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
2024-12-01 13:03:03 +00:00
dependabot[bot] 8b1de09e9e build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-01 12:53:36 +00:00
Lawrence, Rendall 266e7109c1 update indirect dependencies 2024-11-10 23:31:11 +03:00
SOT-TECH 1e36875402 Merge pull request #117 from sot-tech/dependabot/go_modules/github.com/prometheus/client_golang-1.20.5
build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5
2024-11-10 20:27:49 +00:00
dependabot[bot] a21c6f5f27 build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.4 to 1.20.5.
- [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.20.4...v1.20.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-10 20:26:00 +00:00
SOT-TECH e837d6089e Merge pull request #118 from sot-tech/dependabot/go_modules/github.com/redis/go-redis/v9-9.7.0
build(deps): bump github.com/redis/go-redis/v9 from 9.6.1 to 9.7.0
2024-11-10 20:24:44 +00:00
SOT-TECH 7ae92742f0 Merge pull request #119 from sot-tech/dependabot/go_modules/github.com/valyala/fasthttp-1.57.0
build(deps): bump github.com/valyala/fasthttp from 1.56.0 to 1.57.0
2024-11-10 20:24:04 +00:00
dependabot[bot] 2ee15c11b8 build(deps): bump github.com/valyala/fasthttp from 1.56.0 to 1.57.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.56.0 to 1.57.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.56.0...v1.57.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-11-01 12:56:43 +00:00
dependabot[bot] d03d9bfa6e build(deps): bump github.com/redis/go-redis/v9 from 9.6.1 to 9.7.0
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.6.1 to 9.7.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.6.1...v9.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 12:56:38 +00:00
SOT-TECH adde423228 Merge pull request #116 from sot-tech/dep_fix
move mochi-e2e to submodule
v0.1.1
2024-10-01 13:40:03 +00:00
Lawrence, Rendall 49fdd7d908 recheck connection ID for 3 times for some implementations with broken HW PRNG 2024-10-01 16:37:03 +03:00
Lawrence, Rendall 9fc94617ce set mochi-2e2 as submodule
* update go version to 1.23
* remove sha256-simd dependency
* fix logger file path
2024-10-01 16:17:42 +03:00
SOT-TECH b211866cf3 Merge pull request #113 from sot-tech/dependabot/go_modules/github.com/MicahParks/jwkset-0.5.20
build(deps): bump github.com/MicahParks/jwkset from 0.5.18 to 0.5.20
2024-10-01 12:34:01 +00:00
SOT-TECH a89214b465 Merge pull request #112 from sot-tech/dependabot/go_modules/github.com/prometheus/client_golang-1.20.4
build(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.4
2024-10-01 12:33:09 +00:00
dependabot[bot] e6a1d16a07 build(deps): bump github.com/MicahParks/jwkset from 0.5.18 to 0.5.20
Bumps [github.com/MicahParks/jwkset](https://github.com/MicahParks/jwkset) from 0.5.18 to 0.5.20.
- [Release notes](https://github.com/MicahParks/jwkset/releases)
- [Commits](https://github.com/MicahParks/jwkset/compare/v0.5.18...v0.5.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 12:32:15 +00:00
SOT-TECH 8457775918 Merge pull request #111 from sot-tech/dependabot/go_modules/github.com/valyala/fasthttp-1.56.0
build(deps): bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0
2024-10-01 12:32:12 +00:00
SOT-TECH 3e4c9b946f Merge pull request #114 from sot-tech/dependabot/go_modules/github.com/MicahParks/keyfunc/v3-3.3.5
build(deps): bump github.com/MicahParks/keyfunc/v3 from 3.3.3 to 3.3.5
2024-10-01 12:30:27 +00:00
SOT-TECH 37811697e3 Merge pull request #115 from sot-tech/dependabot/go_modules/github.com/jackc/pgx/v5-5.7.1
build(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1
2024-10-01 12:30:16 +00:00
dependabot[bot] 17d793ff1d build(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.6.0 to 5.7.1.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.6.0...v5.7.1)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 12:24:04 +00:00
dependabot[bot] 3beaaf403f build(deps): bump github.com/MicahParks/keyfunc/v3 from 3.3.3 to 3.3.5
Bumps [github.com/MicahParks/keyfunc/v3](https://github.com/MicahParks/keyfunc) from 3.3.3 to 3.3.5.
- [Release notes](https://github.com/MicahParks/keyfunc/releases)
- [Commits](https://github.com/MicahParks/keyfunc/compare/v3.3.3...v3.3.5)

---
updated-dependencies:
- dependency-name: github.com/MicahParks/keyfunc/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 12:24:01 +00:00
dependabot[bot] 848dd053b4 build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.2 to 1.20.4.
- [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.20.2...v1.20.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 12:23:53 +00:00
dependabot[bot] 6ce154c0f4 build(deps): 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-10-01 12:23:49 +00:00
SOT-TECH 06022ac516 Merge pull request #110 from sot-tech/print_version
Add cmd argument to print version
v0.1.0
2024-09-01 13:23:34 +00:00
Lawrence, Rendall 61760722a6 add cmd argument to print version 2024-09-01 16:20:05 +03:00
SOT-TECH c76870b2ab Merge pull request #109 from sot-tech/directory_scan
Change async torrent approval directory watch to periodic
2024-09-01 13:00:32 +00:00
Lawrence, Rendall ee493b845c change async torrent approval directory watch to periodic 2024-09-01 15:54:23 +03:00
Lawrence, Rendall c16f85c79a (deps): update dependencies v0.0.9 2024-08-06 21:54:39 +03:00
Lawrence, Rendall 113a02623d (minor) separate metrics server creation and start, allow pretty print log to file 2024-08-06 21:52:25 +03:00
SOT-TECH ca1b3cef17 Merge pull request #107 from sot-tech/fasthttp_metrics
Switch prometheus listener to fasthttp
v0.0.8
2024-07-26 18:42:11 +00:00
Lawrence, Rendall 1a3a55ab4a switch prometheus listener to fasthttp 2024-07-26 21:38:20 +03:00
SOT-TECH 661f56daa1 Merge pull request #106 from sot-tech/lmdb
Implement LMDB storage
2024-07-01 08:37:12 +00:00
Lawrence, Rendall 307840ad16 update benchmark result of lmdb 2024-06-28 13:38:35 +03:00
Lawrence, Rendall f010cabdb1 remove separate key for L/S count 2024-06-27 20:27:20 +03:00
Lawrence, Rendall 32193ee329 Add LMDB info to README 2024-06-25 18:03:22 +03:00
Lawrence, Rendall 16f82edae6 disable tests for lmdb if CGO not enabled 2024-06-25 17:49:41 +03:00
Lawrence, Rendall 5fa3b0431c add man for lmdb storage
* update dependencies
2024-06-25 17:45:30 +03:00
Lawrence, Rendall 97eb79c81b (minor) add max_readers option to example config 2024-06-24 17:09:42 +03:00
Lawrence, Rendall e61045833a fix lint warnings 2024-06-24 14:01:46 +03:00
Lawrence, Rendall 13d5444ca4 (partially tested) implement LMDB GC
* added AsyncWrite and NoMetaSync flags to increase write speed (if needed)
2024-06-21 18:32:06 +03:00
Lawrence, Rendall 8f2bea1de6 (WIP) replace original lmdb-go with fork 2024-06-18 19:01:59 +03:00
Lawrence, Rendall b92c9103b9 (WIP) implement LMDB peer storage
todo: GC
2024-06-14 18:56:44 +03:00
Lawrence, Rendall 2adbb5f8c7 (WIP) implementing lmdb peer storage 2024-06-04 18:21:53 +03:00
Lawrence, Rendall b216e15f37 Merge branch 'master' into lmdb 2024-06-03 15:01:37 +03:00
SOT-TECH fa036d1f39 Merge pull request #105 from sot-tech/mod
update go min version to 1.22
2024-06-03 11:59:11 +00:00
Lawrence, Rendall 942a9ac11a update go min version to 1.22 2024-06-03 14:54:59 +03:00