This website requires JavaScript.
Explore
Help
Sign In
denozord
/
telemt-api
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
Publish telemt-api gateway Docker image
124 workflow runs
Actor
All actors
denozord
Status
All status
Success
Failure
Canceled
Skipped
Waiting
Running
Blocked
Canceling
Branch
All branches
main
Implement active IP server rows display in user traffic table
Publish telemt-api gateway Docker image #34
:
Commit
bc15d4e2ca
pushed by
denozord
main
2026-03-30 14:29:57 +07:00
2m37s
View workflow file
Add unique IP count by user in the user traffic table
Publish telemt-api gateway Docker image #33
:
Commit
b89bd7b632
pushed by
denozord
main
2026-03-30 14:13:12 +07:00
2m44s
View workflow file
Refactor user and IP data handling in user pages
Publish telemt-api gateway Docker image #32
:
Commit
97533a73eb
pushed by
denozord
main
2026-03-30 14:05:48 +07:00
2m32s
View workflow file
Refactor user table display logic in users page
Publish telemt-api gateway Docker image #31
:
Commit
43ef4a799e
pushed by
denozord
main
2026-03-30 13:51:22 +07:00
2m41s
View workflow file
Enhance user data handling in users page
Publish telemt-api gateway Docker image #30
:
Commit
40bcfbf993
pushed by
denozord
main
2026-03-30 13:39:59 +07:00
2m35s
View workflow file
Enhance dashboard KPI components with dynamic styling and icons
Publish telemt-api gateway Docker image #29
:
Commit
fe718b7e21
pushed by
denozord
main
2026-03-30 12:12:19 +07:00
2m42s
View workflow file
Refactor data loading in server routes to use alias parameter
Publish telemt-api gateway Docker image #28
:
Commit
42cb85308e
pushed by
denozord
main
2026-03-30 12:04:11 +07:00
2m43s
View workflow file
Add net/url import to forward.go for URL handling
Publish telemt-api gateway Docker image #27
:
Commit
0885597ac0
pushed by
denozord
main
2026-03-30 11:53:00 +07:00
2m27s
View workflow file
Refactor reverse proxy and enhance API routing
Publish telemt-api gateway Docker image #26
:
Commit
374b4e0d71
pushed by
denozord
main
2026-03-30 11:48:20 +07:00
26s
View workflow file
Enhance API path normalization and configuration validation
Publish telemt-api gateway Docker image #25
:
Commit
a52dff4944
pushed by
denozord
main
2026-03-30 11:32:43 +07:00
2m42s
View workflow file
Enhance API routing and testing for user endpoints
Publish telemt-api gateway Docker image #24
:
Commit
368473de59
pushed by
denozord
main
2026-03-30 11:21:03 +07:00
2m19s
View workflow file
Refactor Docker setup to integrate Web UI and streamline configuration
Publish telemt-api gateway Docker image #23
:
Commit
d69849e5e2
pushed by
denozord
main
2026-03-30 10:44:52 +07:00
2m22s
View workflow file
Update README.md to enhance web service documentation and local development instructions
Publish telemt-api gateway Docker image #22
:
Commit
6421a9b28d
pushed by
denozord
main
2026-03-30 10:34:49 +07:00
55s
View workflow file
Add CORS support and Docker configuration for web service
Publish telemt-api gateway Docker image #21
:
Commit
ef98560e9f
pushed by
denozord
main
2026-03-30 10:32:58 +07:00
1m45s
View workflow file
Add CORS support and response caching to aggregate endpoints
Publish telemt-api gateway Docker image #20
:
Commit
04c257a84e
pushed by
denozord
main
2026-03-30 10:04:08 +07:00
1m47s
View workflow file
Enhance Dockerfile and documentation for GeoIP directory permissions
Publish telemt-api gateway Docker image #19
:
Commit
2a8390e687
pushed by
denozord
main
2026-03-30 01:56:31 +07:00
1m58s
View workflow file
Update GeoIP library import path in geoip.go for consistency
Publish telemt-api gateway Docker image #18
:
Commit
b259d759fd
pushed by
denozord
main
2026-03-30 01:51:57 +07:00
1m54s
View workflow file
Add GeoIP support for unique IP aggregation
Publish telemt-api gateway Docker image #17
:
Commit
d7a63f0da3
pushed by
denozord
main
2026-03-30 01:47:30 +07:00
17s
View workflow file
Update aggregate API to use binary megabytes and enhance documentation
Publish telemt-api gateway Docker image #16
:
Commit
4a4f15bd0b
pushed by
denozord
main
2026-03-30 01:06:04 +07:00
1m57s
View workflow file
Refactor aggregate alias validation in configuration. Updated the Validate function in config.go to improve error handling for unknown server aliases, ensuring clearer validation feedback for configuration entries.
Publish telemt-api gateway Docker image #15
:
Commit
fb35107b82
pushed by
denozord
main
2026-03-30 00:54:51 +07:00
1m56s
View workflow file
Add aggregate configuration support and update documentation
Publish telemt-api gateway Docker image #14
:
Commit
54306ec6c4
pushed by
denozord
main
2026-03-30 00:51:49 +07:00
27s
View workflow file
Improve URL assertion logic in reverse proxy tests. Updated assertSameURL function in reverse_test.go to handle nil URLs and enhance comparison logic, ensuring more accurate URL mismatch reporting and better test reliability.
Publish telemt-api gateway Docker image #13
:
Commit
89638d29bb
pushed by
denozord
main
2026-03-30 00:38:50 +07:00
1m59s
View workflow file
Refactor reverse proxy tests to improve path rewriting assertions. Updated reverse_test.go to introduce a captureTransport for validating outgoing requests and added new tests for director path rewrites, enhancing test reliability and coverage for nest…
Publish telemt-api gateway Docker image #12
:
Commit
0dfe14b347
pushed by
denozord
main
2026-03-30 00:35:11 +07:00
30s
View workflow file
Enhance reverse proxy transport configuration for improved performance. Updated reverse.go to set a direct transport for the reverse proxy, ensuring more efficient request handling. Modified gateway.go to utilize the direct transport with customized co…
Publish telemt-api gateway Docker image #11
:
Commit
e1c6b2ab49
pushed by
denozord
main
2026-03-30 00:32:20 +07:00
28s
View workflow file
Refactor reverse proxy tests to utilize context-aware requests. Updated reverse_test.go to create HTTP requests using context, improving test reliability and aligning with best practices for request handling. This change ensures that tests are more rob…
Publish telemt-api gateway Docker image #10
:
Commit
5934d059a4
pushed by
denozord
main
2026-03-30 00:30:37 +07:00
32s
View workflow file
Update reverse proxy tests to use absolute URLs for requests. Modified reverse_test.go to ensure that requests are constructed with the server's URL, preventing issues with the default "example.com" host in httptest. This change enhances the reliabilit…
Publish telemt-api gateway Docker image #9
:
Commit
fba3302079
pushed by
denozord
main
2026-03-30 00:28:14 +07:00
26s
View workflow file
Clear RequestURI in reverse proxy to prevent client RoundTrip rejection. Updated reverse.go to ensure that server-side requests do not carry RequestURI, enhancing compatibility with client requests.
Publish telemt-api gateway Docker image #8
:
Commit
4f91c7227e
pushed by
denozord
main
2026-03-30 00:25:09 +07:00
28s
View workflow file
Refactor reverse proxy path handling and enhance documentation. Updated reverse.go to improve upstream URL construction and added a new test for nested API routes in reverse_test.go. Revised GATEWAY_RUN.md to clarify API path behavior and configuration…
Publish telemt-api gateway Docker image #7
:
Commit
5a9b402220
pushed by
denozord
main
2026-03-30 00:21:57 +07:00
37s
View workflow file
Refactor reverse proxy to support API base path and update example configuration. Changed base URLs in config.example.yaml to use HTTPS and the new /api/ prefix. Enhanced reverse proxy logic in reverse.go to build upstream paths correctly and added a n…
Publish telemt-api gateway Docker image #6
:
Commit
16b1d8148d
pushed by
denozord
main
2026-03-30 00:07:05 +07:00
2m17s
View workflow file
Enhance configuration and documentation for CIDR and IP handling. Updated config.example.yaml to include additional whitelisted IPs and new server entries. Improved GATEWAY_RUN.md to clarify CIDR and single IP usage. Implemented parseCIDROrIP function …
Publish telemt-api gateway Docker image #5
:
Commit
e58f504395
pushed by
denozord
main
2026-03-30 00:03:24 +07:00
2m27s
View workflow file
First
Previous
1
2
3
4
5
Next
Last