-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: A user-friendly config management page for apollo portal #4592
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Need to resolve code conflicts |
Please use the apollo code style for format the codes. |
...ortal/src/main/java/com/ctrip/framework/apollo/portal/controller/ServerConfigController.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #4592 +/- ##
============================================
+ Coverage 46.38% 46.43% +0.05%
- Complexity 1563 1565 +2
============================================
Files 331 332 +1
Lines 10360 10367 +7
Branches 1043 1043
============================================
+ Hits 4805 4814 +9
Misses 5259 5259
+ Partials 296 294 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
apollo-portal/src/main/resources/static/scripts/controller/ConfigController.js
Outdated
Show resolved
Hide resolved
...ortal/src/main/java/com/ctrip/framework/apollo/portal/controller/ServerConfigController.java
Outdated
Show resolved
Hide resolved
...ortal/src/main/java/com/ctrip/framework/apollo/portal/controller/ServerConfigController.java
Outdated
Show resolved
Hide resolved
...ortal/src/main/java/com/ctrip/framework/apollo/portal/controller/ServerConfigController.java
Outdated
Show resolved
Hide resolved
apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/api/AdminServiceAPI.java
Outdated
Show resolved
Hide resolved
apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/service/ServerConfigService.java
Outdated
Show resolved
Hide resolved
apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/service/ServerConfigService.java
Outdated
Show resolved
Hide resolved
...ortal/src/main/java/com/ctrip/framework/apollo/portal/controller/ServerConfigController.java
Outdated
Show resolved
Hide resolved
...ortal/src/main/java/com/ctrip/framework/apollo/portal/controller/ServerConfigController.java
Outdated
Show resolved
Hide resolved
功能验收 OK, @nobodyiam 可以帮忙确认下么 |
LGTM |
apollo-portal/src/main/resources/static/scripts/controller/ConfigController.js
Outdated
Show resolved
Hide resolved
apollo-portal/src/main/resources/static/scripts/controller/ConfigController.js
Outdated
Show resolved
Hide resolved
apollo-portal/src/main/resources/static/scripts/services/ServerConfigService.js
Outdated
Show resolved
Hide resolved
apollo-portal/src/main/resources/static/scripts/services/ServerConfigService.js
Outdated
Show resolved
Hide resolved
@nobodyiam The code has been modified |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What's the purpose of this PR
开源之夏2022 系统配置管理模块开发
Which issue(s) this PR fixes:
Fixes #
原系统参数页面用户不友好,无法查看所有支持的配置信息等
Brief changelog
新的系统参数页面,支持portalDB中所有配置项的显示,支持编辑功能,若key存在则覆盖,不存在则新增。新增配置按钮+可使用filter过滤查找配置