Skip to content

Commit 8503432

Browse files
committed
rename g3tiles to vey-gateway
1 parent 11d0b09 commit 8503432

236 files changed

Lines changed: 194 additions & 256 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
component:
9393
- vey-proxy
9494
- vey-bench
95-
- g3tiles
95+
- vey-gateway
9696
include:
9797
- feature: vendored-c-ares,rustls-ring
9898
component: vey-proxy
@@ -156,7 +156,7 @@ jobs:
156156
matrix:
157157
component:
158158
- vey-keyless
159-
- g3tiles
159+
- vey-gateway
160160
steps:
161161
- name: Checkout sources
162162
uses: actions/checkout@v6

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
component:
6565
- vey-proxy
6666
- vey-bench
67-
- g3tiles
67+
- vey-gateway
6868
include:
6969
- feature: vendored-c-ares,rustls-ring
7070
component: vey-proxy

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
component:
1919
- vey-proxy
20-
- g3tiles
20+
- vey-gateway
2121
- vey-keyless
2222
- vey-statsd
2323
steps:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
component:
7070
- vey-proxy
7171
- vey-bench
72-
- g3tiles
72+
- vey-gateway
7373
steps:
7474
- name: Install common tools
7575
run: choco install capnproto

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ LICENSE-BUNDLED
1111

1212
# deb package
1313
/debian/
14-
15-
# tmp file
16-
g3tiles/service/g3tiles@.service

Cargo.lock

Lines changed: 74 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ members = [
1515
"vey-statsd",
1616
"vey-statsd/proto",
1717
"vey-statsd/utils/ctl",
18-
"g3tiles",
19-
"g3tiles/proto",
20-
"g3tiles/utils/ctl",
18+
"vey-gateway",
19+
"vey-gateway/proto",
20+
"vey-gateway/utils/ctl",
2121
"lib/g3-build-env",
2222
"lib/g3-cert-agent",
2323
"lib/g3-clap",
@@ -75,8 +75,8 @@ default-members = [
7575
"vey-proxy/utils/lua",
7676
"vey-statsd",
7777
"vey-statsd/utils/ctl",
78-
"g3tiles",
79-
"g3tiles/utils/ctl",
78+
"vey-gateway",
79+
"vey-gateway/utils/ctl",
8080
"vey-keyless",
8181
"vey-keyless/proto",
8282
"vey-keyless/utils/ctl",

README.ja_JP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![codecov](https://codecov.io/gh/VEY-OSS/vey/graph/badge.svg?token=c8gK1HrRsX)](https://codecov.io/gh/VEY-OSS/vey)
44
[![docs](https://readthedocs.org/projects/vey/badge)](https://vey.readthedocs.io/)
55

6-
# G3-OSSプロジェクト
6+
# VEYプロジェクト
77

88
[中文版 README](README.zh_CN.md) | [English README](README.md)
99

@@ -57,11 +57,11 @@ StatsD互換の統計アグリゲータ。
5757

5858
[詳細な紹介](vey-statsd/README.md) | [リファレンスドキュメント](https://vey.readthedocs.io/projects/statsd/en/latest/)
5959

60-
### g3tiles
60+
### vey-gateway
6161

6262
作業中のリバースプロキシソリューション。
6363

64-
[リファレンスドキュメント](https://g3-project.readthedocs.io/projects/g3tiles/en/latest/)
64+
[リファレンスドキュメント](https://vey.readthedocs.io/projects/gateway/en/latest/)
6565

6666
### vey-bench
6767

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ A StatsD compatible stats aggregator.
5858

5959
[README](vey-statsd/README.md) | [Reference Doc](https://vey.readthedocs.io/projects/statsd/en/latest/)
6060

61-
### g3tiles
61+
### vey-gateway
6262

6363
A work in progress reverse proxy solution.
6464

65-
[Reference Doc](https://g3-project.readthedocs.io/projects/g3tiles/en/latest/)
65+
[Reference Doc](https://vey.readthedocs.io/projects/gateway/en/latest/)
6666

6767
### vey-bench
6868

README.zh_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ VEY项目包含许多应用,每一个应用程序单独一个子目录,包
4747
- 多种日志 & 监控解决方案集成能力
4848

4949
[详细介绍](vey-proxy/README.md) | [用户指南](vey-proxy/UserGuide.zh_CN.md) |
50-
[参考文档](https://g3-project.readthedocs.io/projects/vey-proxy/en/latest/)
50+
[参考文档](https://vey.readthedocs.io/projects/proxy/en/latest/)
5151

5252
### vey-statsd
5353

5454
StatsD兼容的监控打点指标聚合服务。
5555

5656
[详细介绍](vey-statsd/README.md) | [参考文档](https://vey.readthedocs.io/projects/statsd/en/latest/)
5757

58-
### g3tiles
58+
### vey-gateway
5959

6060
通用反向代理解决方案,开发中。
6161

62-
[参考文档](https://g3-project.readthedocs.io/projects/g3tiles/en/latest/)
62+
[参考文档](https://vey.readthedocs.io/projects/gateway/en/latest/)
6363

6464
### vey-bench
6565

0 commit comments

Comments
 (0)