-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
nacos ui doc update to v2 #10730
nacos ui doc update to v2 #10730
Conversation
Sorry, there is some one change console code so that conflicts. Can you solve it . |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10730 +/- ##
=============================================
- Coverage 53.66% 53.52% -0.15%
- Complexity 5520 5523 +3
=============================================
Files 897 897
Lines 28885 28885
Branches 3181 3181
=============================================
- Hits 15502 15460 -42
- Misses 12029 12065 +36
- Partials 1354 1360 +6 see 17 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
# Conflicts: # console/src/main/resources/static/index.html # console/src/main/resources/static/js/main.js
I think there will be no conflict. |
* develop: Refactor grpc tls (alibaba#10759) dump change check task submit (alibaba#10755) [ISSUE alibaba#10734] Implement http request param check filter and http param extractors (alibaba#10758) nacos ui doc update to v2 (alibaba#10730) fix for react unique key warning (alibaba#10742) [ISSUE alibaba#10734] Implement grpc server interceptor and grpc param extractors (alibaba#10745) improvements for leave node api and UI (alibaba#10748) Delete client version (alibaba#10754)
* nacos ui doc update to v2 * nacos ui doc update to v2 * fix conflict
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
update nacos doc link, fix #10729
Brief changelog
change links in js files
Follow this checklist to help us incorporate your contribution quickly and easily:
[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.