denozord
  • Joined on 2024-11-14
denozord pushed to main at denozord/telemt-bot 2026-03-20 18:59:33 +07:00
0018b5d8c6 Update Dockerfile to copy both go.mod and go.sum, and combine go mod download and build commands into a single RUN statement for improved efficiency.
denozord pushed to main at denozord/telemt-bot 2026-03-20 18:54:16 +07:00
cd9389e9fd Implement SOCKS5 and HTTP proxy support in main.go, enhancing outgoing request handling. Update README.md to document new proxy environment variables. Update go.mod to include golang.org/x/net dependency.
denozord pushed to main at denozord/vps-tracker 2026-03-17 23:54:43 +07:00
8ca276c65c Refactor ReportsPage to improve data filtering and calculations
denozord pushed to main at denozord/vps-tracker 2026-03-17 23:52:25 +07:00
9717b0156c Enhance account synchronization with optional tariff syncing
denozord pushed to main at denozord/vps-tracker 2026-03-17 23:45:18 +07:00
0dd2f0d7fa Add scheduled tariff synchronization and bulk update functionality
denozord pushed to main at denozord/vps-tracker 2026-03-17 23:19:33 +07:00
221edcda16 init commit
denozord created branch main in denozord/vps-tracker 2026-03-17 23:19:32 +07:00
denozord pushed to v4 at denozord/router-lists-ui 2026-03-16 00:26:56 +07:00
0703d2eccd feat(BillingManager): implement billing items normalization and refactor state management for improved data handling
denozord pushed to v4 at denozord/router-lists-ui 2026-03-16 00:18:37 +07:00
a5bada97bf chore(workflows): allow webhook trigger to continue on error in docker-publish workflow
denozord pushed to v4 at denozord/router-lists-ui 2026-03-16 00:12:46 +07:00
ccd1b15683 chore(workflows): remove frontend CI workflow to streamline CI process
denozord pushed to v4 at denozord/router-lists-ui 2026-03-16 00:07:26 +07:00
50a7edd50f feat: enhance various components with useCallback for performance optimization and improve chunk size warning limit in Vite config
denozord pushed to v4 at denozord/router-lists-ui 2026-03-15 23:57:33 +07:00
972f3ab5ca chore(workflows): remove lint-and-test job from docker-publish workflow to simplify CI process
denozord pushed to v4 at denozord/router-lists-ui 2026-03-15 23:56:42 +07:00
8539317f2d chore(workflows): remove deprecated docker-publish-fast workflow and enhance docker-publish with bundle size check
denozord pushed to v4 at denozord/router-lists-ui 2026-03-15 23:54:11 +07:00
4705e2489b refactor(workflows): streamline lint-and-test jobs by setting default working directory and updating test command to build
denozord pushed to v4 at denozord/router-lists-ui 2026-03-15 23:47:37 +07:00
a71072168d chore(workflows): add support for manual triggering and include 'v4' branch in Docker publish workflow
denozord pushed to v4 at denozord/router-lists-ui 2026-03-15 23:29:32 +07:00
e529aa23ec refactor(tests): update package.json scripts for linting and testing; enhance CI workflows for linting and testing integration
denozord pushed to v4 at denozord/router-lists-ui 2026-03-15 21:44:39 +07:00
164507513c refactor(OspfToolsPage): streamline template cost updates by consolidating state management logic
denozord pushed to v4 at denozord/router-lists-ui 2026-03-15 21:40:34 +07:00
b9d45bb8b7 feat(OspfToolsPage): add cost optimization feature for OSPF interfaces with user notifications
denozord pushed to main at denozord/telemt-bot 2026-03-15 21:33:06 +07:00
a68146e028 Add deduplication of strings in link rewriting process in main.go to ensure unique links are returned, enhancing link handling efficiency.
denozord pushed to main at denozord/telemt-bot 2026-03-15 21:22:45 +07:00
02db3a2c91 Refactor user link resolution in main.go to include a new function for rewriting links with a specified host, improving link handling and ensuring consistent server parameters in tg://proxy URLs.