This is an automated email from the ASF dual-hosted git repository.
gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 00a9b54b4 [INLONG-4727][Doc] Update InLong project link in readme and
pom.xml (#4729)
00a9b54b4 is described below
commit 00a9b54b4fed53b34472ca23e9c790bd05b61664
Author: gosonzhang <[email protected]>
AuthorDate: Tue Jun 21 21:46:10 2022 +0800
[INLONG-4727][Doc] Update InLong project link in readme and pom.xml (#4729)
Co-authored-by: Yuanhao Ji <[email protected]>
---
.github/ISSUE_TEMPLATE/config.yml | 2 +-
.github/PULL_REQUEST_TEMPLATE.md | 2 +-
.github/ct.yml | 1 +
.github/workflows/README.md | 24 +++++++++++-----------
.github/workflows/ci_check_pr_title.yml | 2 +-
CONTRIBUTING.md | 2 +-
README.md | 12 +++++------
docker/kubernetes/Chart.yaml | 2 +-
docker/kubernetes/README.md | 6 +++---
inlong-dashboard/README.md | 2 +-
inlong-tubemq/pom.xml | 8 ++++----
.../tubemq-client-cpp/README.md | 2 +-
.../tubemq-client-cpp/proto/readme.md | 2 +-
.../tubemq-client-twins/tubemq-client-go/README.md | 6 +++---
.../tubemq-client-python/README.md | 2 +-
pom.xml | 14 ++++++-------
16 files changed, 45 insertions(+), 44 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/config.yml
b/.github/ISSUE_TEMPLATE/config.yml
index 8be20426c..1a897a074 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -18,5 +18,5 @@
blank_issues_enabled: false
contact_links:
- name: '❓ Question'
- url: https://github.com/apache/incubator-inlong/discussions
+ url: https://github.com/apache/inlong/discussions
about: Ask a question or request support for using Apache InLong
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index e2fb5b01d..97a949e5d 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -3,7 +3,7 @@
- Title Example: [INLONG-XYZ][Component] Title of the pull request
-*(The following *XYZ* should be replaced by the actual [GitHub
Issue](https://github.com/apache/incubator-inlong/issues) number)*
+*(The following *XYZ* should be replaced by the actual [GitHub
Issue](https://github.com/apache/inlong/issues) number)*
- Fixes #XYZ
diff --git a/.github/ct.yml b/.github/ct.yml
index 80dbb57a4..64887eb60 100644
--- a/.github/ct.yml
+++ b/.github/ct.yml
@@ -18,3 +18,4 @@
chart-dirs:
- 'docker'
validate-maintainers: true
+check-version-increment: false
diff --git a/.github/workflows/README.md b/.github/workflows/README.md
index 89531bb04..528b7180d 100644
--- a/.github/workflows/README.md
+++ b/.github/workflows/README.md
@@ -2,25 +2,25 @@
This directory contains all InLong CI checks.
-- [](https://github.com/apache/incubator-inlong/actions/workflows/ci_build.yml)
+- [](https://github.com/apache/inlong/actions/workflows/ci_build.yml)
Build InLong when pushing changes or opening a pull request.
If it passes, you can download the InLong binary package from the workflow
run's URL.
-- [](https://github.com/apache/incubator-inlong/actions/workflows/ci_ut.yml)
+- [](https://github.com/apache/inlong/actions/workflows/ci_ut.yml)
Unit testing when pushing changes or opening a pull request.
If it fails, you can check out reports form the workflow run's URL.
-- [](https://github.com/apache/incubator-inlong/actions/workflows/ci_docker.yml)
+- [](https://github.com/apache/inlong/actions/workflows/ci_docker.yml)
Build Docker images when pushing changes or opening a pull request.
- Only when pushing changes to the `apache/incubator-inlong` repository will
the Docker images are pushed to [Docker Hub](https://hub.docker.com/u/inlong).
+ Only when pushing changes to the `apache/inlong` repository will the Docker
images are pushed to [Docker Hub](https://hub.docker.com/u/inlong).
-- [](https://github.com/apache/incubator-inlong/actions/workflows/ci_chart_test.yml)
+- [](https://github.com/apache/inlong/actions/workflows/ci_chart_test.yml)
Lint and test the InLong Helm Chart when pushing changes or opening a pull
request.
@@ -32,37 +32,37 @@ This directory contains all InLong CI checks.
> NOTE: If the charts have not changed, they will not be linted, validated,
installed and tested.
-- [](https://github.com/apache/incubator-inlong/actions/workflows/ci_check_license.yml)
+- [](https://github.com/apache/inlong/actions/workflows/ci_check_license.yml)
Check licence header when pushing changes or opening a pull request using
the [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) action.
And here is the [configuration](../../.licenserc.yaml).
-- [](https://github.com/apache/incubator-inlong/actions/workflows/ci_labeler.yml)
+- [](https://github.com/apache/inlong/actions/workflows/ci_labeler.yml)
label new pull requests based on the paths of files being changed using the
[actions/labeler](https://github.com/actions/labeler) action.
And here is the [labeler configuration](../labeler.yml)
-- [](https://github.com/apache/incubator-inlong/actions/workflows/ci_stale.yml)
+- [](https://github.com/apache/inlong/actions/workflows/ci_stale.yml)
Mark issues and pull requests that have not had recent interaction using the
[actions/stale](https://github.com/actions/stale) action.
-- [](https://github.com/apache/incubator-inlong/actions/workflows/ci_greeting.yml)
+- [](https://github.com/apache/inlong/actions/workflows/ci_greeting.yml)
Interact with newcomers using the
[actions/first-interaction](https://github.com/actions/first-interaction)
action.
-- [](https://github.com/apache/incubator-inlong/actions/workflows/ci_check_pr_title.yml)
+- [](https://github.com/apache/inlong/actions/workflows/ci_check_pr_title.yml)
Check pull request title.
Title Example: `[INLONG-XYZ][Component] Title of the pull request`
- > - **XYZ** should be replaced by the actual [GitHub
Issue](https://github.com/apache/incubator-inlong/issues) number, e.g.
`[INLONG-123]`
+ > - **XYZ** should be replaced by the actual [GitHub
Issue](https://github.com/apache/inlong/issues) number, e.g. `[INLONG-123]`
>
> - **Component** should be replaced by the InLong component name, e.g.
`[INLONG-123][Manager]`
### Troubleshooting
-If you have any questions, welcome to contact the maintainers. And feel free
to make a [pull request](https://github.com/apache/incubator-inlong/compare)!
+If you have any questions, welcome to contact the maintainers. And feel free
to make a [pull request](https://github.com/apache/inlong/compare)!
### Maintainers
diff --git a/.github/workflows/ci_check_pr_title.yml
b/.github/workflows/ci_check_pr_title.yml
index 5dae9f40a..ca10b4d8d 100644
--- a/.github/workflows/ci_check_pr_title.yml
+++ b/.github/workflows/ci_check_pr_title.yml
@@ -47,7 +47,7 @@ jobs:
# add a job summary
echo "## This pull request title is not valid! :bug:" >>
$GITHUB_STEP_SUMMARY
echo "Title Example: \`[INLONG-XYZ][Component] Title of the pull
request\`" >> $GITHUB_STEP_SUMMARY
- echo "> - **XYZ** should be replaced by the actual [GitHub
Issue](https://github.com/apache/incubator-inlong/issues) number, e.g.
\`[INLONG-123]\`" >> $GITHUB_STEP_SUMMARY
+ echo "> - **XYZ** should be replaced by the actual [GitHub
Issue](https://github.com/apache/inlong/issues) number, e.g. \`[INLONG-123]\`"
>> $GITHUB_STEP_SUMMARY
echo "> - **Component** should be replaced by the InLong component
name, e.g. \`[INLONG-123][Manager]\`" >> $GITHUB_STEP_SUMMARY
exit 1
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 17a433889..6c921d65a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -19,7 +19,7 @@
-->
-## Contributing to Apache InLong(incubating)
+## Contributing to Apache InLong
We would love for you to contribute to Apache InLong and make it even better!
Please check the [Contribution Guide for Apache
InLong](https://inlong.apache.org/community/how-to-contribute)
diff --git a/README.md b/README.md
index 0f00ced4b..0087de03b 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@
# Apache InLong
-[](https://github.com/apache/incubator-inlong/actions)
-[](https://codecov.io/gh/apache/incubator-inlong)
+[](https://github.com/apache/inlong/actions)
+[](https://codecov.io/gh/apache/inlong)
[](http://search.maven.org/#search%7Cga%7C1%7Corg.apache.inlong)
[](https://inlong.apache.org/download/main)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
@@ -39,14 +39,14 @@
- [License](#license)
# What is Apache InLong?
-[Apache InLong](https://inlong.apache.org)(incubating) is a one-stop
integration framework for massive data that provides automatic, secure and
reliable data transmission capabilities. InLong supports both batch and stream
data processing at the same time, which offers great power to build data
analysis, modeling and other real-time applications based on streaming data.
+[Apache InLong](https://inlong.apache.org) is a one-stop integration framework
for massive data that provides automatic, secure and reliable data transmission
capabilities. InLong supports both batch and stream data processing at the same
time, which offers great power to build data analysis, modeling and other
real-time applications based on streaming data.
InLong (应龙) is a divine beast in Chinese mythology who guides the river into
the sea, and it is regarded as a metaphor of the InLong system for reporting
data streams.
InLong was originally built at Tencent, which has served online businesses for
more than 8 years, to support massive data (data scale of more than 80 trillion
pieces of data per day) reporting services in big data scenarios. The entire
platform has integrated 5 modules: Ingestion, Convergence, Caching, Sorting,
and Management, so that the business only needs to provide data sources, data
service quality, data landing clusters and data landing formats, that is, the
data can be continuous [...]
For getting more information, please visit our project documentation at
https://inlong.apache.org/
-<img
src="https://github.com/apache/incubator-inlong-website/blob/master/static/img/inlong-structure-en.png"
align="center" alt="Apache InLong"/>
+<img
src="https://github.com/apache/inlong-website/blob/master/static/img/inlong-structure-en.png"
align="center" alt="Apache InLong"/>
## Features
@@ -125,7 +125,7 @@ after compile successfully, you could find distribution
file at `inlong-distribu
- [Dashboard Plugin extends a Data Node
page](https://inlong.apache.org/docs/next/design_and_concept/how_to_write_plugin_dashboard)
## Contribute to InLong
-- Report any issue on [GitHub
Issue](https://github.com/apache/incubator-inlong/issues)
+- Report any issue on [GitHub Issue](https://github.com/apache/inlong/issues)
- Code pull request according to [How to
contribute](https://inlong.apache.org/community/how-to-contribute).
## Contact Us
@@ -137,7 +137,7 @@ after compile successfully, you could find distribution
file at `inlong-distribu
## Documentation
- Home page: https://inlong.apache.org/
-- Issues: https://github.com/apache/incubator-inlong/issues
+- Issues: https://github.com/apache/inlong/issues
## License
© Contributors Licensed under an [Apache-2.0](LICENSE) license.
diff --git a/docker/kubernetes/Chart.yaml b/docker/kubernetes/Chart.yaml
index 4baf24128..a8af351e2 100644
--- a/docker/kubernetes/Chart.yaml
+++ b/docker/kubernetes/Chart.yaml
@@ -22,7 +22,7 @@ description: A Helm Chart for Apache InLong
home: https://inlong.apache.org
icon: https://inlong.apache.org/img/first-page-bg.png
sources:
- - https://github.com/apache/incubator-inlong
+ - https://github.com/apache/inlong
keywords:
- inlong
- tubemq
diff --git a/docker/kubernetes/README.md b/docker/kubernetes/README.md
index 7ccc22123..e877a370e 100644
--- a/docker/kubernetes/README.md
+++ b/docker/kubernetes/README.md
@@ -228,8 +228,8 @@ When you decide to contribute, you should follow these
steps:
1. Develop the chart locally and verify your changes.
2. Don't forget to bump up the version in [Chart.yaml](Chart.yaml).
-3. Feel free to make a [Pull
Request](https://github.com/apache/incubator-inlong/compare)!
-4. Finally, you can view the status of the [lint and test
workflow](https://github.com/apache/incubator-inlong/actions/workflows/ci_chart_test.yml).
+3. Feel free to make a [Pull
Request](https://github.com/apache/inlong/compare)!
+4. Finally, you can view the status of the [lint and test
workflow](https://github.com/apache/inlong/actions/workflows/ci_chart_test.yml).
> In this workflow, changes between your branch and the master branch will
be checked and listed.
> All changed charts will be linted, validated, installed and tested.
@@ -237,4 +237,4 @@ When you decide to contribute, you should follow these
steps:
We've done our best to make these charts as seamless as possible, but
occasionally there are circumstances beyond our control.
We've collected tips and tricks for troubleshooting common issues.
-Please examine these first before raising an
[issue](https://github.com/apache/incubator-inlong/issues/new/choose), and feel
free to make a [Pull
Request](https://github.com/apache/incubator-inlong/compare)!
+Please examine these first before raising an
[issue](https://github.com/apache/inlong/issues/new/choose), and feel free to
make a [Pull Request](https://github.com/apache/inlong/compare)!
diff --git a/inlong-dashboard/README.md b/inlong-dashboard/README.md
index 656c5ec22..20d450281 100644
--- a/inlong-dashboard/README.md
+++ b/inlong-dashboard/README.md
@@ -1,5 +1,5 @@
## About Dashboard
-This is a dashboard console for us to use the [Apache InLong
incubator](https://github.com/apache/incubator-inlong).
+This is a dashboard console for us to use the [Apache
InLong](https://github.com/apache/inlong).
## Build
diff --git a/inlong-tubemq/pom.xml b/inlong-tubemq/pom.xml
index 22ba62910..2baf22393 100644
--- a/inlong-tubemq/pom.xml
+++ b/inlong-tubemq/pom.xml
@@ -41,15 +41,15 @@
</licenses>
<scm>
-
<connection>scm:git:[email protected]:apache/incubator-inlong.git</connection>
-
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-inlong.git</developerConnection>
- <url>scm:git:[email protected]:apache/incubator-inlong.git</url>
+ <connection>scm:git:[email protected]:apache/inlong.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/inlong.git</developerConnection>
+ <url>scm:git:[email protected]:apache/inlong.git</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub Issue</system>
- <url>https://github.com/apache/incubator-inlong/issues</url>
+ <url>https://github.com/apache/inlong/issues</url>
</issueManagement>
<mailingLists>
diff --git a/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/README.md
b/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/README.md
index c7dca571a..301d17f33 100644
--- a/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/README.md
+++ b/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/README.md
@@ -39,4 +39,4 @@
## (Optional) build using docker
- * [build c++
sdk](https://github.com/apache/incubator-tubemq/tree/master/tubemq-docker/tubemq-cpp)
\ No newline at end of file
+ * [build c++
sdk](https://github.com/apache/inlong/tree/master/inlong-tubemq/tubemq-docker/tubemq-cpp)
\ No newline at end of file
diff --git
a/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/proto/readme.md
b/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/proto/readme.md
index 72a8f3b7a..237910c4d 100644
--- a/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/proto/readme.md
+++ b/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/proto/readme.md
@@ -15,6 +15,6 @@
* limitations under the License.
*/
-The proto directory and files are copied from
https://github.com/apache/incubator-tubemq/tree/master/tubemq-core/src/main/proto
+The proto directory and files are copied from
https://github.com/apache/inlong/tree/master/inlong-tubemq/tubemq-core/src/main/proto
Corresponding *.cc and *.h files are compiled with protobuf 2.5.0 version, if
you need other protobuf version's source code, please directly compile *.proto
file.
\ No newline at end of file
diff --git a/inlong-tubemq/tubemq-client-twins/tubemq-client-go/README.md
b/inlong-tubemq/tubemq-client-twins/tubemq-client-go/README.md
index ded0f7d1f..75268fd34 100644
--- a/inlong-tubemq/tubemq-client-twins/tubemq-client-go/README.md
+++ b/inlong-tubemq/tubemq-client-twins/tubemq-client-go/README.md
@@ -18,14 +18,14 @@
under the License.
-->
-[](https://goreportcard.com/report/github.com/apache/incubator-inlong)
+[](https://goreportcard.com/report/github.com/apache/inlong)
[](https://golang.org/)
# TubeMQ Go Client Library
## Goal
This project is a pure-Go client library for TubeMQ that does not
-depend on the [TubeMQ C++
library](https://github.com/apache/incubator-inlong/tree/master/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp).
Production is not supported yet.
+depend on the [TubeMQ C++
library](https://github.com/apache/inlong/tree/master/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp).
Production is not supported yet.
## Requirements
- Go 1.11+
@@ -97,4 +97,4 @@ for _, msg := range cr.Messages {
```
## Example
-Multiple Goroutines consumption is also supported. More specific examples can
be referred in [Go Client
Examples](https://github.com/apache/incubator-inlong/tree/master/inlong-tubemq/tubemq-client-twins/tubemq-client-go/example).
+Multiple Goroutines consumption is also supported. More specific examples can
be referred in [Go Client
Examples](https://github.com/apache/inlong/tree/master/inlong-tubemq/tubemq-client-twins/tubemq-client-go/example).
diff --git a/inlong-tubemq/tubemq-client-twins/tubemq-client-python/README.md
b/inlong-tubemq/tubemq-client-twins/tubemq-client-python/README.md
index 1927e090c..3198638b7 100644
--- a/inlong-tubemq/tubemq-client-twins/tubemq-client-python/README.md
+++ b/inlong-tubemq/tubemq-client-twins/tubemq-client-python/README.md
@@ -1,5 +1,5 @@
### TubeMQ Python Client
-TubeMQ Python Client library is a wrapper over the existing [C++ client
library](https://github.com/apache/incubator-tubemq/tree/master/tubemq-client-twins/tubemq-client-cpp/)
and exposes all of the same features.
+TubeMQ Python Client library is a wrapper over the existing [C++ client
library](https://github.com/apache/inlong/tree/master/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/)
and exposes all of the same features.
#### Install from source
##### install python-devel
diff --git a/pom.xml b/pom.xml
index 8df8a7f0c..c55cb1084 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
to
facilitate the construction of streaming-based data analysis,
modeling, and applications.
</description>
- <url>https://github.com/apache/incubator-inlong</url>
+ <url>https://github.com/apache/inlong</url>
<organization>
<name>Apache Software Foundation</name>
@@ -50,7 +50,7 @@
<developers>
<developer>
- <organization>Apache InLong(incubating) developers</organization>
+ <organization>Apache InLong developers</organization>
<organizationUrl>https://inlong.apache.org/</organizationUrl>
</developer>
</developers>
@@ -64,20 +64,20 @@
</licenses>
<scm>
- <url>https://github.com/apache/incubator-inlong</url>
-
<connection>scm:git:https://github.com/apache/incubator-inlong.git</connection>
-
<developerConnection>scm:git:ssh://[email protected]:apache/incubator-inlong.git
+ <url>https://github.com/apache/inlong</url>
+ <connection>scm:git:https://github.com/apache/inlong.git</connection>
+ <developerConnection>scm:git:ssh://[email protected]:apache/inlong.git
</developerConnection>
</scm>
<ciManagement>
<system>GitHub Actions</system>
- <url>https://github.com/apache/incubator-inlong/actions</url>
+ <url>https://github.com/apache/inlong/actions</url>
</ciManagement>
<issueManagement>
<system>Github</system>
- <url>https://github.com/apache/incubator-inlong/issues</url>
+ <url>https://github.com/apache/inlong/issues</url>
</issueManagement>
<mailingLists>