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

release 0.5.0 #930

Merged
merged 39 commits into from Oct 9, 2022
Merged

release 0.5.0 #930

merged 39 commits into from Oct 9, 2022

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

release 0.5.0

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 30 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
* fix flaky test

* Delete dubbo-admin-server/.nondex directory

Co-authored-by: Ubuntu <rootadmin@vm001.qmx3d0w2ozeuflvliyjbpujvhf.bx.internal.cloudapp.net>
* support jdk11 #862

* support jdk11 #862

Co-authored-by: 卫龙 <weilong@yeteam.com>
Co-authored-by: 卫龙 <weilong@yeteam.com>
fix #893

Co-authored-by: 卫龙 <weilong@yeteam.com>
原cdn.bootcss.com域名失效,需要切换到新域名cdn.bootcdn.net

官网申明:https://www.bootcdn.cn
* support swagger.enable

* enable swagger by default

Co-authored-by: 璟源 <jingyuan.mj@alibaba-inc.com>
sagexueqi and others added 8 commits July 1, 2022 21:05
* update year

* fix search

* add relation support

* disable swagger
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.67 to 1.2.83.
- [Release notes](https://github.com/alibaba/fastjson/releases)
- [Commits](alibaba/fastjson@1.2.67...1.2.83)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update year

* fix search

* add relation support

* disable swagger

* fix interface

* fix interface
* 解决重复点功能,浏览器控制台报错问题,如点击:服务查询-搜索按钮

* 解决可能产生的空指针问题,导致 '消费者'标签无法显示数据

* 解决在服务测试,方法执行成功后。动态生成的consumer元数据,host取值为空的问题情况(dubbo version 3.0.8)
* release 0.5.0
@codecov-commenter
Copy link

codecov-commenter commented Oct 9, 2022

Codecov Report

Merging #930 (4a1aab6) into master (e2da767) will decrease coverage by 0.29%.
The diff coverage is 25.37%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #930      +/-   ##
============================================
- Coverage     21.50%   21.20%   -0.30%     
- Complexity      424      434      +10     
============================================
  Files           149      149              
  Lines          4683     4791     +108     
  Branches        712      726      +14     
============================================
+ Hits           1007     1016       +9     
- Misses         3593     3690      +97     
- Partials         83       85       +2     
Flag Coverage Δ
unit 21.20% <25.37%> (-0.30%) ⬇️

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

Impacted Files Coverage Δ
.../org/apache/dubbo/admin/common/util/SyncUtils.java 0.00% <0.00%> (ø)
...pache/dubbo/admin/config/SwaggerConfiguration.java 0.00% <ø> (-100.00%) ⬇️
...va/org/apache/dubbo/admin/model/domain/Entity.java 4.87% <0.00%> (-1.01%) ⬇️
.../org/apache/dubbo/admin/model/domain/Provider.java 0.00% <0.00%> (ø)
...pache/dubbo/admin/model/domain/RegistrySource.java 0.00% <0.00%> (-100.00%) ⬇️
...registry/metadata/impl/NacosMetaDataCollector.java 2.56% <0.00%> (-0.14%) ⬇️
.../dubbo/admin/service/impl/ConsumerServiceImpl.java 3.33% <0.00%> (-0.52%) ⬇️
...dmin/service/impl/InstanceRegistryQueryHelper.java 3.03% <0.00%> (-0.82%) ⬇️
.../dubbo/admin/service/impl/ProviderServiceImpl.java 0.60% <0.00%> (-0.08%) ⬇️
...che/dubbo/admin/utils/ApiDocsDubboGenericUtil.java 19.11% <0.00%> (-0.29%) ⬇️
... and 15 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 e2da767...4a1aab6. Read the comment docs.

@KeRan213539 KeRan213539 merged commit dabf81b into master Oct 9, 2022
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.

None yet