Skip to content

Commit a96f10e

Browse files
authored
Merge pull request #510 from didi/dev_v3.0.0
v3.0.0-beta版本
2 parents 02d0dcb + f03d949 commit a96f10e

File tree

2,443 files changed

+93472
-127443
lines changed

Some content is hidden

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

2,443 files changed

+93472
-127443
lines changed

.gitignore

Lines changed: 112 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,114 +1,112 @@
1-
### Intellij ###
2-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
3-
4-
*.iml
5-
6-
## Directory-based project format:
7-
.idea/
8-
# if you remove the above rule, at least ignore the following:
9-
10-
# User-specific stuff:
11-
# .idea/workspace.xml
12-
# .idea/tasks.xml
13-
# .idea/dictionaries
14-
# .idea/shelf
15-
16-
# Sensitive or high-churn files:
17-
.idea/dataSources.ids
18-
.idea/dataSources.xml
19-
.idea/sqlDataSources.xml
20-
.idea/dynamic.xml
21-
.idea/uiDesigner.xml
22-
23-
24-
# Mongo Explorer plugin:
25-
.idea/mongoSettings.xml
26-
27-
## File-based project format:
28-
*.ipr
29-
*.iws
30-
31-
## Plugin-specific files:
32-
33-
# IntelliJ
34-
/out/
35-
36-
# mpeltonen/sbt-idea plugin
37-
.idea_modules/
38-
39-
# JIRA plugin
40-
atlassian-ide-plugin.xml
41-
42-
# Crashlytics plugin (for Android Studio and IntelliJ)
43-
com_crashlytics_export_strings.xml
44-
crashlytics.properties
45-
crashlytics-build.properties
46-
fabric.properties
47-
48-
49-
### Java ###
50-
*.class
51-
52-
# Mobile Tools for Java (J2ME)
53-
.mtj.tmp/
54-
55-
# Package Files #
56-
*.jar
57-
*.war
58-
*.ear
59-
*.tar.gz
60-
61-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
62-
hs_err_pid*
63-
64-
65-
### OSX ###
66-
.DS_Store
67-
.AppleDouble
68-
.LSOverride
69-
70-
# Icon must end with two \r
71-
Icon
72-
73-
74-
# Thumbnails
75-
._*
76-
77-
# Files that might appear in the root of a volume
78-
.DocumentRevisions-V100
79-
.fseventsd
80-
.Spotlight-V100
81-
.TemporaryItems
82-
.Trashes
83-
.VolumeIcon.icns
84-
85-
# Directories potentially created on remote AFP share
86-
.AppleDB
87-
.AppleDesktop
88-
Network Trash Folder
89-
Temporary Items
90-
.apdisk
91-
92-
/target
93-
target/
94-
*.log
95-
*.log.*
96-
*.bak
97-
*.vscode
98-
*/.vscode/*
99-
*/.vscode
100-
*/velocity.log*
101-
*/*.log
102-
*/*.log.*
103-
node_modules/
104-
node_modules/*
105-
workspace.xml
106-
/output/*
107-
.gitversion
108-
node_modules/*
109-
out/*
110-
dist/
111-
dist/*
112-
kafka-manager-web/src/main/resources/templates/
113-
.DS_Store
114-
kafka-manager-console/package-lock.json
1+
### Intellij ###
2+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
3+
4+
*.iml
5+
6+
## Directory-based project format:
7+
.idea/
8+
# if you remove the above rule, at least ignore the following:
9+
10+
# User-specific stuff:
11+
# .idea/workspace.xml
12+
# .idea/tasks.xml
13+
# .idea/dictionaries
14+
# .idea/shelf
15+
16+
# Sensitive or high-churn files:
17+
.idea/dataSources.ids
18+
.idea/dataSources.xml
19+
.idea/sqlDataSources.xml
20+
.idea/dynamic.xml
21+
.idea/uiDesigner.xml
22+
23+
24+
# Mongo Explorer plugin:
25+
.idea/mongoSettings.xml
26+
27+
## File-based project format:
28+
*.ipr
29+
*.iws
30+
31+
## Plugin-specific files:
32+
33+
# IntelliJ
34+
/out/
35+
36+
# mpeltonen/sbt-idea plugin
37+
.idea_modules/
38+
39+
# JIRA plugin
40+
atlassian-ide-plugin.xml
41+
42+
# Crashlytics plugin (for Android Studio and IntelliJ)
43+
com_crashlytics_export_strings.xml
44+
crashlytics.properties
45+
crashlytics-build.properties
46+
fabric.properties
47+
48+
49+
### Java ###
50+
*.class
51+
52+
# Mobile Tools for Java (J2ME)
53+
.mtj.tmp/
54+
55+
# Package Files #
56+
*.jar
57+
*.war
58+
*.ear
59+
*.tar.gz
60+
61+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
62+
hs_err_pid*
63+
64+
65+
### OSX ###
66+
.DS_Store
67+
.AppleDouble
68+
.LSOverride
69+
70+
# Icon must end with two \r
71+
Icon
72+
73+
74+
# Thumbnails
75+
._*
76+
77+
# Files that might appear in the root of a volume
78+
.DocumentRevisions-V100
79+
.fseventsd
80+
.Spotlight-V100
81+
.TemporaryItems
82+
.Trashes
83+
.VolumeIcon.icns
84+
85+
# Directories potentially created on remote AFP share
86+
.AppleDB
87+
.AppleDesktop
88+
Network Trash Folder
89+
Temporary Items
90+
.apdisk
91+
92+
/target
93+
target/
94+
*.log
95+
*.log.*
96+
*.bak
97+
*.vscode
98+
*/.vscode/*
99+
*/.vscode
100+
*/velocity.log*
101+
*/*.log
102+
*/*.log.*
103+
node_modules/
104+
node_modules/*
105+
workspace.xml
106+
/output/*
107+
.gitversion
108+
out/*
109+
dist/
110+
dist/*
111+
km-rest/src/main/resources/templates/
112+
*dependency-reduced-pom*

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Thanks for considering to contribute this project. All issues and pull requests
77
Before sending pull request to this project, please read and follow guidelines below.
88

99
1. Branch: We only accept pull request on `dev` branch.
10-
2. Coding style: Follow the coding style used in kafka-manager.
10+
2. Coding style: Follow the coding style used in LogiKM.
1111
3. Commit message: Use English and be aware of your spell.
1212
4. Test: Make sure to test your code.
1313

Dockerfile

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)