Commit Graph

22 Commits

Author SHA1 Message Date
iyear
f337ed9663 fix(middlewares/recovery): handle runtime context done 2025-01-06 17:16:21 +08:00
dependabot[bot]
d2c76ed97e
chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 (#832)
* chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 in /core

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.31.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.31.0...v0.33.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>

* chore(deps): tidy modules

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Junyu Liu <ljyngup@gmail.com>
2024-12-23 15:21:26 +08:00
iyear
b860ea2858 chore(tmedia): export extractMedia func 2024-12-02 17:13:39 +08:00
dependabot[bot]
9893ac55a5
chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.6 to 1.4.7 in /core (#812)
* chore(deps): bump github.com/gabriel-vasile/mimetype in /core

Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.7)

---
updated-dependencies:
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* chore(deps): tidy modules

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Junyu Liu <ljyngup@gmail.com>
2024-11-29 15:33:46 +08:00
Junyu Liu
eee2d1c546
refactor(core): move storage package to core module (#813)
* refactor(core): move storage package to core module

* rename

* lint
2024-11-22 17:41:33 +08:00
dependabot[bot]
7fbe61e153
chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 in /core (#786)
* chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 in /core

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/sync/compare/v0.8.0...v0.9.0)

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

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

* chore(deps): tidy modules

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2024-11-10 17:46:33 +08:00
dependabot[bot]
82588cf53f
chore(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 in /core (#793)
* chore(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 in /core

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/net/compare/v0.30.0...v0.31.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>

* chore(deps): tidy modules

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2024-11-09 22:28:05 +08:00
Junyu Liu
0a084ef513
fix(prj): set part size to max by default
* fix part size

* remove useless --size flag in e2e test
2024-11-07 18:14:38 +08:00
dependabot[bot]
834f0cd315
chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 in /core (#771)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 16:32:19 +08:00
dependabot[bot]
729abcf491
chore(deps): bump github.com/gabriel-vasile/mimetype in /core (#768)
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.4 to 1.4.6.
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.4...v1.4.6)

---
updated-dependencies:
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 16:27:25 +08:00
Junyu Liu
659102cdec
fix(e2e): self-hosted Telegram server (#757) 2024-10-25 14:31:35 +08:00
Junyu Liu
5451bcb1ad
fix(test): Telegram test servers no longer provide test accounts (#753)
* runs on latest ubuntu

* runs on latest ubuntu

* cancel inf retries

* change to self-hosted account

* fix missing args

* fix opendb error

* inf retries

* inf retries
2024-10-17 17:05:57 +08:00
iyear
ec66ab15f2 fix(dcpool): invalid takeout caused by double lock 2024-10-03 12:38:23 +08:00
iyear
d06ca3a065 refactor(prj): separate tclient core code to core module 2024-06-17 00:55:37 +08:00
iyear
75b86da710 chore(lint): fix 2024-06-17 00:31:37 +08:00
iyear
9241d65d3f fix(logctx): fallback interface conversion 2024-06-12 23:55:54 +08:00
iyear
26bad55ea4 refactor(prj): separate logger to core module 2024-06-12 23:53:50 +08:00
联盟少侠
b4d8c32e42
fix(recovery):panic serving interface conversion (#644)
fix http: panic serving : interface conversion: interface {} is nil, not *zap.Logger
2024-06-12 23:53:11 +08:00
iyear
6bb545a2cf refactor(prj): separate telegram client device config to core module 2024-06-12 23:03:38 +08:00
iyear
187ae7afe8 refactor(prj): separate proxy util to core module 2024-06-12 22:57:02 +08:00
iyear
372f922c34 refactor(prj): separate packages to core module 2024-06-07 00:18:31 +08:00
iyear
f0b19035b0 refactor(prj): separate utils.Telegram to tutil package 2024-06-06 22:48:16 +08:00