forked from apache/inlong
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INLONG-613] Adjust the project codes according to the renaming requi…
…rements (apache#501) Co-authored-by: gosonzhang <[email protected]> Co-authored-by: zhaolei-best <[email protected]> Co-authored-by: thirtyzhao <[email protected]> Co-authored-by: chantccc <[email protected]> Co-authored-by: tianqiwan <[email protected]> Co-authored-by: Daniel <[email protected]> Co-authored-by: ziruipeng <[email protected]> Co-authored-by: stingpeng <[email protected]>
- Loading branch information
1 parent
a83dc82
commit 4b22232
Showing
1,846 changed files
with
156,513 additions
and
4,306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,49 @@ | ||
.idea/ | ||
target/ | ||
*.iml | ||
/.metadata/ | ||
# Common | ||
*.class | ||
!.github/ | ||
!.gitignore | ||
!.gitkeep | ||
!.travis.yml | ||
|
||
# Eclipse | ||
.classpath | ||
.project | ||
.settings/ | ||
.recommenders/ | ||
.factorypath | ||
/.metadata/ | ||
|
||
# Intellij | ||
.idea/ | ||
*.iml | ||
*.iws | ||
|
||
# NetBeans | ||
nb-configuration.xml | ||
|
||
# Mac | ||
**/.DS_Store | ||
.java-version | ||
|
||
# VisualStudioCode artifacts | ||
.vscode/ | ||
|
||
# Maven | ||
log/ | ||
target/ | ||
target/dist/ | ||
|
||
# Python | ||
venv/ | ||
eggs/ | ||
wheels/ | ||
tubemq-client-twins/tubemq-client-cpp/build/ | ||
*.pyc | ||
|
||
# C/C++ | ||
inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/build/ | ||
|
||
# Gradle | ||
.gradle | ||
|
||
# Log | ||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "tubemq-client-twins/tubemq-client-cpp/third_party/rapidjson"] | ||
path = tubemq-client-twins/tubemq-client-cpp/third_party/rapidjson | ||
[submodule "inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/third_party/rapidjson"] | ||
path = inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/third_party/rapidjson | ||
url = https://github.com/Tencent/rapidjson.git | ||
tag = v1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.