Commit Graph

  • bb933954a9 release: v1.3.12.1 master v1.3.12.1 Lan Tian 2025-10-13 19:35:11 -07:00
  • 4898a095b1 ci: update go release action dependency Lan Tian 2025-10-13 19:34:55 -07:00
  • 76fa6c6d06 ci: disable CGO when building release binaries Lan Tian 2025-10-13 19:34:23 -07:00
  • ae6460d2d3 release: v1.3.12 v1.3.12 Lan Tian 2025-10-04 13:41:36 -07:00
  • d312f7de1b fix: " cuase unexpected TEXT but ' not Ljcbaby 2025-10-03 22:05:32 +08:00
  • 1097e69070 fix: " cuase unexpected TEXT but ' not Ljcbaby 2025-10-03 21:52:49 +08:00
  • 4a8c752157 release: v1.3.11 v1.3.11 Lan Tian 2025-09-27 01:54:01 -07:00
  • 5ad6a4d35c frontend: fix race condition when setting up web server Lan Tian 2025-09-27 01:47:11 -07:00
  • 5422c8fd8c refactor: deplcate Handle register Ljcbaby 2025-09-27 16:34:59 +08:00
  • 5042980d79 frontend multi listen Ljcbaby 2025-09-10 21:40:38 +08:00
  • 7884531a24 proxy multi listen Ljcbaby 2025-09-10 21:33:46 +08:00
  • cc804e81b6 Merge pull request #129 from xddxdd/dependabot/go_modules/frontend/github.com/spf13/viper-1.21.0 dependabot[bot] 2025-09-09 00:07:01 +00:00
  • c9bab2ae2b Merge pull request #130 from xddxdd/dependabot/go_modules/proxy/github.com/spf13/viper-1.21.0 dependabot[bot] 2025-09-09 00:05:57 +00:00
  • b9a4f95978 build(deps): bump github.com/spf13/viper from 1.19.0 to 1.21.0 in /proxy dependabot[bot] 2025-09-09 00:04:35 +00:00
  • 7cd69746df build(deps): bump github.com/spf13/viper in /frontend dependabot[bot] 2025-09-09 00:04:30 +00:00
  • e719859d68 Merge pull request #128 from xddxdd/dependabot/go_modules/proxy/github.com/spf13/pflag-1.0.10 dependabot[bot] 2025-09-03 22:06:35 +00:00
  • 5d06affefc build(deps): bump github.com/spf13/pflag from 1.0.8 to 1.0.10 in /proxy dependabot[bot] 2025-09-03 22:05:01 +00:00
  • 060fe9bf8e Merge pull request #127 from xddxdd/dependabot/go_modules/frontend/github.com/spf13/pflag-1.0.10 dependabot[bot] 2025-09-03 19:13:13 +00:00
  • f23d36f357 build(deps): bump github.com/spf13/pflag in /frontend dependabot[bot] 2025-09-03 19:11:24 +00:00
  • 1dbc0fccd2 Merge pull request #126 from xddxdd/dependabot/go_modules/frontend/github.com/spf13/pflag-1.0.8 dependabot[bot] 2025-09-01 00:08:36 +00:00
  • b2d64d19e3 build(deps): bump github.com/spf13/pflag in /frontend dependabot[bot] 2025-09-01 00:06:28 +00:00
  • 4dee4b0806 Merge pull request #125 from xddxdd/dependabot/go_modules/proxy/github.com/spf13/pflag-1.0.8 dependabot[bot] 2025-09-01 00:06:18 +00:00
  • cb279e0459 build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.8 in /proxy dependabot[bot] 2025-09-01 00:04:16 +00:00
  • 31ba36beaf Merge pull request #123 from xddxdd/dependabot/go_modules/frontend/github.com/jarcoal/httpmock-1.4.1 dependabot[bot] 2025-08-20 05:14:21 +00:00
  • 5ab3b95d64 build(deps): bump github.com/jarcoal/httpmock in /frontend dependabot[bot] 2025-08-20 05:12:43 +00:00
  • 7bf654f35f Merge pull request #122 from xddxdd/dependabot/go_modules/proxy/github.com/spf13/pflag-1.0.7 dependabot[bot] 2025-07-17 00:25:25 +00:00
  • 5b33629a9d build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 in /proxy dependabot[bot] 2025-07-17 00:23:21 +00:00
  • 0868c5d42c Merge pull request #121 from xddxdd/dependabot/go_modules/frontend/github.com/spf13/pflag-1.0.7 dependabot[bot] 2025-07-17 00:09:29 +00:00
  • bc61579e6a build(deps): bump github.com/spf13/pflag in /frontend dependabot[bot] 2025-07-17 00:07:25 +00:00
  • e9750a8278 release: v1.3.10 v1.3.10 Lan Tian 2025-07-02 19:58:51 -07:00
  • d40dd3a4d3 frontend: handle protocol names with dash Lan Tian 2025-07-01 17:45:12 -07:00
  • ffdeeac06e frontend: refactor summary table parsing Lan Tian 2025-07-01 00:55:15 -07:00
  • 7eb4d75bbf frontend: handle protocol names starting with number Lan Tian 2025-07-01 00:04:03 -07:00
  • 6e5e190d32 frontend: try fix TestWhoisConnectionError on darwin Lan Tian 2025-06-08 22:01:39 -07:00
  • 1b2573d87c release: v1.3.9 v1.3.9 Lan Tian 2025-04-23 21:13:36 -07:00
  • 0d5337508b frontend: update API test to adapt to changes in #118 Lan Tian 2025-04-23 21:12:40 -07:00
  • b9094d3d6c fix(template): typo Mxmilu666 2025-04-23 23:15:52 +08:00
  • ec7f348418 feat(api): return data from available services even if one backend fails Mxmilu666 2025-04-23 23:11:12 +08:00
  • a632739443 Merge pull request #117 from xddxdd/dependabot/go_modules/proxy/github.com/magiconair/properties-1.8.10 dependabot[bot] 2025-04-10 00:55:19 +00:00
  • a9e278357a build(deps): bump github.com/magiconair/properties in /proxy dependabot[bot] 2025-04-10 00:53:10 +00:00
  • e4c00c897f Merge pull request #116 from xddxdd/dependabot/go_modules/frontend/github.com/magiconair/properties-1.8.10 dependabot[bot] 2025-04-10 00:22:47 +00:00
  • 4df3918b35 build(deps): bump github.com/magiconair/properties in /frontend dependabot[bot] 2025-04-10 00:20:55 +00:00
  • 45dc24470d Merge pull request #115 from xddxdd/dependabot/go_modules/frontend/github.com/jarcoal/httpmock-1.4.0 dependabot[bot] 2025-04-07 00:54:10 +00:00
  • 55ea5c3b28 build(deps): bump github.com/jarcoal/httpmock in /frontend dependabot[bot] 2025-04-07 00:52:24 +00:00
  • 7eb44c3828 Merge pull request #110 from xddxdd/dependabot/go_modules/proxy/github.com/spf13/pflag-1.0.6 dependabot[bot] 2025-01-30 00:16:58 +00:00
  • 124fdedbda build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in /proxy dependabot[bot] 2025-01-30 00:14:41 +00:00
  • e6a98358b5 Merge pull request #109 from xddxdd/dependabot/go_modules/frontend/github.com/spf13/pflag-1.0.6 dependabot[bot] 2025-01-30 00:04:45 +00:00
  • 761eb2160a build(deps): bump github.com/spf13/pflag in /frontend dependabot[bot] 2025-01-30 00:02:32 +00:00
  • cc2a146a88 Merge pull request #108 from xddxdd/dependabot/go_modules/frontend/github.com/magiconair/properties-1.8.9 dependabot[bot] 2024-12-09 00:51:25 +00:00
  • 3db9454350 build(deps): bump github.com/magiconair/properties in /frontend dependabot[bot] 2024-12-09 00:50:06 +00:00
  • c30bed112c Merge pull request #107 from xddxdd/dependabot/go_modules/proxy/github.com/magiconair/properties-1.8.9 dependabot[bot] 2024-12-09 00:18:14 +00:00
  • af5ab3c78f build(deps): bump github.com/magiconair/properties in /proxy dependabot[bot] 2024-12-09 00:16:23 +00:00
  • 0fdde8afc7 frontend: allow webserver to trust proxy headers (#106) Marc 'risson' Schmitt 2024-07-15 00:50:18 +02:00
  • 39a129db9d release: v1.3.8 v1.3.8 Lan Tian 2024-07-01 21:31:55 -07:00
  • 0dd1c07b66 frontend: disable escaping of special HTML chars for BGPMap graph Lan Tian 2024-07-01 21:16:43 -07:00
  • f0f072c4a6 frontend: handle UTF-8 characters in GraphViz graphs Lan Tian 2024-06-30 13:04:15 -07:00
  • 657565857b Merge pull request #104 from xddxdd/dependabot/go_modules/proxy/github.com/spf13/viper-1.19.0 dependabot[bot] 2024-06-03 00:40:25 +00:00
  • 7ac2158e70 build(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 in /proxy dependabot[bot] 2024-06-03 00:38:37 +00:00
  • 5c433bc27a Merge pull request #103 from xddxdd/dependabot/go_modules/frontend/github.com/spf13/viper-1.19.0 dependabot[bot] 2024-06-03 00:35:26 +00:00
  • 1b0b923da9 build(deps): bump github.com/spf13/viper in /frontend dependabot[bot] 2024-06-03 00:32:44 +00:00
  • 01438edaef release: v1.3.7.1 v1.3.7.1 Lan Tian 2024-03-12 18:05:50 -07:00
  • 90f36610dc ci: fix failing whois test Lan Tian 2024-03-12 18:03:23 -07:00
  • 6174208d07 ci: fix typo in release workflow Lan Tian 2024-03-12 17:56:52 -07:00
  • 76174cdc08 release: v1.3.7 v1.3.7 Lan Tian 2024-03-12 17:47:29 -07:00
  • 088bb6fe5a readme: add mention of MTR based lgproxy docker image Lan Tian 2024-03-12 17:46:56 -07:00
  • 3951eed011 ci: fix dockerfile path for proxy image with mtr Lan Tian 2024-03-09 12:21:00 -08:00
  • 91c0a8962b ci: also test mtr binary in proxy image Lan Tian 2024-03-09 12:09:19 -08:00
  • 5f7850a903 ci: also build docker image with mtr on regular commits Lan Tian 2024-03-09 12:05:20 -08:00
  • 6a78cf2e80 proxy: add docker image with mtr Lan Tian 2024-03-09 12:04:05 -08:00
  • 5b5a44bcb6 release: v1.3.6 v1.3.6 Lan Tian 2024-02-25 19:47:39 -08:00
  • ac31862237 frontend: show dynamic BGP sessions without any color (#98) Marc 'risson' Schmitt 2024-02-19 07:11:20 +01:00
  • 86129190ab release: v1.3.5 v1.3.5 Lan Tian 2024-01-01 14:43:25 -08:00
  • ff55064a20 frontend: adjust navbar display of many servers Lan Tian 2023-12-31 16:31:56 -08:00
  • dbb02c04ed Merge pull request #95 from xddxdd/dependabot/go_modules/proxy/github.com/spf13/viper-1.18.2 dependabot[bot] 2023-12-19 00:50:09 +00:00
  • c2b7de2e17 build(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 in /proxy dependabot[bot] 2023-12-19 00:48:47 +00:00
  • c1b578e8db Merge pull request #94 from xddxdd/dependabot/go_modules/frontend/github.com/spf13/viper-1.18.2 dependabot[bot] 2023-12-19 00:28:10 +00:00
  • 7b0e5689d4 build(deps): bump github.com/spf13/viper in /frontend dependabot[bot] 2023-12-19 00:26:13 +00:00
  • 3c46bda49d Merge pull request #93 from xddxdd/dependabot/go_modules/frontend/github.com/spf13/viper-1.18.1 dependabot[bot] 2023-12-11 00:45:58 +00:00
  • 32e00d2ce3 build(deps): bump github.com/spf13/viper in /frontend dependabot[bot] 2023-12-11 00:44:41 +00:00
  • a19750cdef Merge pull request #92 from xddxdd/dependabot/go_modules/proxy/github.com/spf13/viper-1.18.1 dependabot[bot] 2023-12-11 00:04:27 +00:00
  • 7f1cdaa4ee build(deps): bump github.com/spf13/viper from 1.18.0 to 1.18.1 in /proxy dependabot[bot] 2023-12-11 00:03:09 +00:00
  • 2d2193041e release: v1.3.4 v1.3.4 Lan Tian 2023-12-06 23:54:47 -08:00
  • aad8ee98d7 Merge pull request #91 from xddxdd/dependabot/go_modules/frontend/github.com/spf13/viper-1.18.0 dependabot[bot] 2023-12-07 00:58:49 +00:00
  • 00b5c12787 build(deps): bump github.com/spf13/viper in /frontend dependabot[bot] 2023-12-07 00:57:01 +00:00
  • 55a1eb54fd Merge pull request #90 from xddxdd/dependabot/go_modules/proxy/github.com/spf13/viper-1.18.0 dependabot[bot] 2023-12-07 00:33:12 +00:00
  • 0594edc69d build(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.0 in /proxy dependabot[bot] 2023-12-07 00:31:37 +00:00
  • 38bf6aba09 frontend: fix unit tests Lan Tian 2023-11-25 10:47:37 -08:00
  • d261c22235 frontend: add connection timeout Lan Tian 2023-11-25 10:30:13 -08:00
  • 19aa8c77c5 Merge pull request #88 from xddxdd/dependabot/go_modules/frontend/github.com/gorilla/handlers-1.5.2 dependabot[bot] 2023-11-06 01:01:43 +00:00
  • fe07ebb5a5 build(deps): bump github.com/gorilla/handlers in /frontend dependabot[bot] 2023-11-06 01:00:08 +00:00
  • 66547ebfa9 Merge pull request #87 from xddxdd/dependabot/go_modules/proxy/github.com/gorilla/handlers-1.5.2 dependabot[bot] 2023-11-06 00:24:24 +00:00
  • d253e4311b build(deps): bump github.com/gorilla/handlers in /proxy dependabot[bot] 2023-11-06 00:22:00 +00:00
  • 026498ba2f general: auto merge updates from dependabot Lan Tian 2023-10-24 23:32:55 -07:00
  • 27c348a864 release: v1.3.3 v1.3.3 Lan Tian 2023-10-21 00:03:02 -07:00
  • 43b4ad93dd general: only build docker develop images on master branch push Lan Tian 2023-10-08 21:08:07 -07:00
  • 6176c45006 build(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 in /proxy (#86) dependabot[bot] 2023-10-08 21:04:12 -07:00
  • 47113184f4 build(deps): bump github.com/spf13/viper in /frontend (#85) dependabot[bot] 2023-10-08 21:04:04 -07:00
  • 3c9a3e4339 Enable proxy to allow access by CIDR network as well as IP (#84) Simon Marsh 2023-10-05 05:33:37 +01:00
  • 8457b18d46 release: v1.3.2.2 v1.3.2.2 Lan Tian 2023-09-09 01:44:16 -07:00
  • f8f64b03a6 general: add tag for release Docker images Lan Tian 2023-09-09 01:42:38 -07:00