Skip to content

Commit 051079d

Browse files
authored
Replace Github related megaease links to easegress-io (#1237)
Signed-off-by: Yun Long <[email protected]>
1 parent 49fda2d commit 051079d

File tree

484 files changed

+531
-527
lines changed

Some content is hidden

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

484 files changed

+531
-527
lines changed

.goreleaser.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ before:
66
- go generate ./...
77

88
snapshot:
9-
name_template: '{{ .Version }}'
9+
name_template: "{{ .Version }}"
1010
checksum:
11-
name_template: 'checksums.txt'
11+
name_template: "checksums.txt"
1212
changelog:
1313
skip: true
1414

@@ -23,10 +23,10 @@ builds:
2323
- darwin
2424
ldflags:
2525
- -s -w
26-
- -X github.com/megaease/easegress/v2/pkg/version.RELEASE={{ .Tag }}
27-
- -X github.com/megaease/easegress/v2/pkg/version.COMMIT={{.Commit}}
28-
- -X github.com/megaease/easegress/v2/pkg/version.REPO=megaease/easegress
29-
26+
- -X github.com/easegress-io/easegress/v2/pkg/version.RELEASE={{ .Tag }}
27+
- -X github.com/easegress-io/easegress/v2/pkg/version.COMMIT={{.Commit}}
28+
- -X github.com/easegress-io/easegress/v2/pkg/version.REPO=easegress-io/easegress
29+
3030
- id: builder
3131
main: cmd/builder/main.go
3232
binary: bin/egbuilder
@@ -37,9 +37,9 @@ builds:
3737
- darwin
3838
ldflags:
3939
- -s -w
40-
- -X github.com/megaease/easegress/v2/pkg/version.RELEASE={{ .Tag }}
41-
- -X github.com/megaease/easegress/v2/pkg/version.COMMIT={{.Commit}}
42-
- -X github.com/megaease/easegress/v2/pkg/version.REPO=megaease/easegress
40+
- -X github.com/easegress-io/easegress/v2/pkg/version.RELEASE={{ .Tag }}
41+
- -X github.com/easegress-io/easegress/v2/pkg/version.COMMIT={{.Commit}}
42+
- -X github.com/easegress-io/easegress/v2/pkg/version.REPO=easegress-io/easegress
4343

4444
- id: server
4545
main: cmd/server/main.go
@@ -51,9 +51,9 @@ builds:
5151
- darwin
5252
ldflags:
5353
- -s -w
54-
- -X github.com/megaease/easegress/v2/pkg/version.RELEASE={{ .Tag }}
55-
- -X github.com/megaease/easegress/v2/pkg/version.COMMIT={{.Commit}}
56-
- -X github.com/megaease/easegress/v2/pkg/version.REPO=megaease/easegress
54+
- -X github.com/easegress-io/easegress/v2/pkg/version.RELEASE={{ .Tag }}
55+
- -X github.com/easegress-io/easegress/v2/pkg/version.COMMIT={{.Commit}}
56+
- -X github.com/easegress-io/easegress/v2/pkg/version.REPO=easegress-io/easegress
5757

5858
archives:
5959
- id: easegress
@@ -64,16 +64,17 @@ archives:
6464

6565
release:
6666
github:
67-
owner: megaease
67+
owner: easegress-io
6868
name: easegress
6969
name_template: "{{ .ProjectName }}-v{{ .Version }}"
7070

7171
dockers:
7272
- image_templates:
73-
- megaease/easegress:latest
74-
- megaease/easegress:{{ .Tag }}
75-
- megaease/easegress:easemesh
76-
- megaease/easegress:server-sidecar
73+
# Still use MegaEase DockerHub account until we have a dedicatd one.
74+
- megaease/easegress:latest
75+
- megaease/easegress:{{ .Tag }}
76+
- megaease/easegress:easemesh
77+
- megaease/easegress:server-sidecar
7778

7879
goos: linux
7980
goarch: amd64

.licenserc.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"**/*.go" :[
2+
"**/*.go": [
33
"/*",
4-
"* Copyright (c) 2017, MegaEase",
4+
"* Copyright (c) 2017, The Easegress Authors",
55
"* All rights reserved.",
66
"*",
77
"* Licensed under the Apache License, Version 2.0 (the \"License\");",
@@ -16,6 +16,5 @@
1616
"* See the License for the specific language governing permissions and",
1717
"* limitations under the License.",
1818
"*/"
19-
2019
]
2120
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Docker pulls](https://img.shields.io/docker/pulls/megaease/easegress.svg)](https://hub.docker.com/r/megaease/easegress)
77
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
88
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/megaease/easegress)](https://github.com/megaease/easegress/blob/main/go.mod)
9-
[![Join MegaEase Slack](https://img.shields.io/badge/slack-megaease-brightgreen?logo=slack)](https://join.slack.com/t/openmegaease/shared_invite/zt-upo7v306-lYPHvVwKnvwlqR0Zl2vveA)
9+
[![Join Easegress Slack](https://img.shields.io/badge/slack-megaease-brightgreen?logo=slack)](https://cloud-native.slack.com/messages/easegress)
1010
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8265/badge)](https://www.bestpractices.dev/projects/8265)
1111
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Feasegress-io%2Feasegress.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Feasegress-io%2Feasegress?ref=badge_shield)
1212

@@ -91,7 +91,7 @@ The architecture of Easegress:
9191
- **Compression:** compresses body for the response.
9292
- **Hot-Update:** updates both config and binary of Easegress in place without losing connections.
9393
- **Operation**
94-
- **Easy to Integrate:** command line([egctl](docs/02.Tutorials/2.1.egctl-Usage.md)), MegaEase Portal, HTTP clients such as curl, postman, etc.
94+
- **Easy to Integrate:** command line([egctl](docs/02.Tutorials/2.1.egctl-Usage.md)), Easegress Portal, HTTP clients such as curl, postman, etc.
9595
- **Distributed Tracing**
9696
- Built-in [OpenTelemetry](https://opentelemetry.io/), which provides a vendor-neutral API.
9797
- **Observability**
@@ -208,7 +208,7 @@ For full list, see [Tutorials](docs/02.Tutorials/README.md) and [Cookbook](docs/
208208

209209
## Community
210210

211-
- [Join Slack Workspace](https://join.slack.com/t/openmegaease/shared_invite/zt-upo7v306-lYPHvVwKnvwlqR0Zl2vveA) for requirement, issue and development.
211+
- [Join Slack Workspace](https://cloud-native.slack.com/messages/easegress) for requirement, issue and development.
212212
- [MegaEase on Twitter](https://twitter.com/megaease)
213213

214214
## Contributing

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Docker pulls](https://img.shields.io/docker/pulls/megaease/easegress.svg)](https://hub.docker.com/r/megaease/easegress)
77
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
88
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/megaease/easegress)](https://github.com/megaease/easegress/blob/main/go.mod)
9-
[![Join MegaEase Slack](https://img.shields.io/badge/slack-megaease-brightgreen?logo=slack)](https://join.slack.com/t/openmegaease/shared_invite/zt-upo7v306-lYPHvVwKnvwlqR0Zl2vveA)
9+
[![Join Easegress Slack](https://img.shields.io/badge/slack-megaease-brightgreen?logo=slack)](https://cloud-native.slack.com/messages/easegress)
1010

1111
<a href="https://megaease.com/easegress">
1212
<img src="./doc/imgs/easegress.svg"
@@ -84,7 +84,7 @@
8484
- **压缩**:减少应答数据的体积。
8585
- **热更新**:线上更新 Easegress 的配置和二进制文件,服务不中断。
8686
- **操作**
87-
- **易于集成**:命令行([egctl](docs/02.Tutorials/2.1.egctl-Usage.md))、MegaEase Portal,以及 HTTP 客户端,如 curl、postman 等。
87+
- **易于集成**:命令行([egctl](docs/02.Tutorials/2.1.egctl-Usage.md))、Easegress Portal,以及 HTTP 客户端,如 curl、postman 等。
8888
- **分布式跟踪**
8989
- 内置 [OpenTelemetry](https://opentelemetry.io/),提供厂商中立的 API。
9090
- **可观察性**
@@ -140,7 +140,7 @@
140140

141141
## 社区
142142

143-
- [加入Slack工作区](https://join.slack.com/t/openmegaease/shared_invite/zt-upo7v306-lYPHvVwKnvwlqR0Zl2vveA),提出需求、讨论问题、解决问题。
143+
- [加入Slack工作区](https://cloud-native.slack.com/messages/easegress),提出需求、讨论问题、解决问题。
144144
- [推特上的 MegaEase](https://twitter.com/megaease)
145145

146146
## 许可证

build/test/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2017, MegaEase
3+
# Copyright (c) 2017, The Easegress Authors
44
# All rights reserved.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

build/test/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, MegaEase
2+
* Copyright (c) 2017, The Easegress Authors
33
* All rights reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

build/test/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, MegaEase
2+
* Copyright (c) 2017, The Easegress Authors
33
* All rights reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

build/test/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, MegaEase
2+
* Copyright (c) 2017, The Easegress Authors
33
* All rights reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

build/test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2017, MegaEase
3+
# Copyright (c) 2017, The Easegress Authors
44
# All rights reserved.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

cmd/builder/build/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, MegaEase
2+
* Copyright (c) 2017, The Easegress Authors
33
* All rights reserved.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)