Skip to content
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

for release 0.4.0 #849

Merged
merged 19 commits into from
Nov 18, 2021
Merged

for release 0.4.0 #849

merged 19 commits into from
Nov 18, 2021

Conversation

KeRan213539
Copy link
Contributor

The branch of 0.2.0 is master-0.2.0. If your PR is to solve the problem of 0.2.0, please submit the PR to it.
Please do not create a Pull Request without creating an issue first.

What is the purpose of the change

for release 0.4.0

Brief changelog

XX

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist.
  • Run `mvn clean compile --batch-mode -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true to make sure basic checks pass.

KeRan213539 and others added 19 commits August 13, 2021 15:16
* update dockerfile and enable autotest

* fix test script

* fix zookeeper version

* fix rat
* [3.0]Add mesh rule route (#789)

* add mesh rule route

* add mesh rule check

* For #756 (#791)

* [ISSUE #760]Application discover support (#807)

* application discover support

* fix checkstyle

* fix ci

* remove useless pom import,modify Chinese comment

* fix UT bug

Co-authored-by: haoyann <1064645534@qq.com>
Co-authored-by: Aaron-boom <55744718+Aaron-boom@users.noreply.github.com>
* fix generic invoke fail

* fix ci
* for 830

* For 830

* For 830

* For 830

* For 830

* For 830
* commit the API

* develop the front page.

* add edit logic

* develop the front page and test.

* ui change

* change the config key and group

* change rule enable to config center.

* update GlobalMockRule update logic.

* remove the GlobalMockRule

* [feature admin mock] move the diver dependency out of the project.

* [feature admin mock] remove the contributor name and date in javadoc.

* [feature admin mock] optimize the delete mock rule step.

* [feature admin mock] fix the dialog cannot be closed when delete successfully.

* [feature admin mock] add the support for h2 database.

* [feature admin mock] rollback to zookeeper registry.

* [feature admin mock] fix properties.

* [feature admin mock] change mock-admin-api maven version.

* [feature admin mock] fix the feedback and add the parameters in docker-compose.

* [feature admin mock] fix the ci problem.

* [feature admin mock] fix the ci problem.

* [feature admin mock] removed unused import.

* [feature admin mock] add license.
* GovernanceConfiguration use dubbo instead DynamicConfiguration

* remove useless change
@codecov-commenter
Copy link

codecov-commenter commented Nov 18, 2021

Codecov Report

Merging #849 (906e871) into master (1bcac95) will increase coverage by 1.24%.
The diff coverage is 22.85%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #849      +/-   ##
============================================
+ Coverage     20.26%   21.50%   +1.24%     
- Complexity      326      424      +98     
============================================
  Files            97      149      +52     
  Lines          3889     4683     +794     
  Branches        616      712      +96     
============================================
+ Hits            788     1007     +219     
- Misses         3023     3593     +570     
- Partials         78       83       +5     
Flag Coverage Δ
unit 21.50% <22.85%> (+1.24%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../org/apache/dubbo/admin/DubboAdminApplication.java 33.33% <ø> (ø)
...bo/admin/authentication/impl/DefaultPreHandle.java 0.00% <0.00%> (ø)
.../org/apache/dubbo/admin/common/util/Constants.java 0.00% <ø> (ø)
...pache/dubbo/admin/common/util/ServiceTestUtil.java 0.00% <0.00%> (ø)
...che/dubbo/admin/common/util/ServiceTestV3Util.java 0.00% <0.00%> (ø)
.../org/apache/dubbo/admin/common/util/SyncUtils.java 0.00% <0.00%> (ø)
...ache/dubbo/admin/controller/ServiceController.java 10.20% <0.00%> (-1.43%) ⬇️
.../dubbo/admin/controller/ServiceTestController.java 11.42% <0.00%> (-5.24%) ⬇️
.../apache/dubbo/admin/controller/UserController.java 4.76% <0.00%> (-3.94%) ⬇️
...pache/dubbo/admin/interceptor/AuthInterceptor.java 10.52% <0.00%> (+1.43%) ⬆️
... and 74 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1bcac95...906e871. Read the comment docs.

@KeRan213539 KeRan213539 merged commit e2da767 into master Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants