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

add history query. #3878

Merged
merged 3 commits into from
Aug 13, 2021
Merged

add history query. #3878

merged 3 commits into from
Aug 13, 2021

Conversation

Accelerator96
Copy link
Contributor

@Accelerator96 Accelerator96 commented Aug 6, 2021

What's the purpose of this PR

添加了通过配置的key对变更历史的查询

Which issue(s) this PR fixes:

Fixes #3195

Brief changelog

XXXXX

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

  • Read the Contributing Guide before making this pull request.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit tests to verify the code.
  • Run mvn clean test to make sure this pull request doesn't break anything.
  • Update the CHANGES log.

@codecov-commenter
Copy link

Codecov Report

Merging #3878 (fc93bcf) into master (2e2919d) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3878      +/-   ##
============================================
- Coverage     50.14%   50.10%   -0.05%     
  Complexity     2479     2479              
============================================
  Files           485      485              
  Lines         14984    14996      +12     
  Branches       1532     1533       +1     
============================================
  Hits           7514     7514              
- Misses         6938     6950      +12     
  Partials        532      532              
Impacted Files Coverage Δ
...ollo/adminservice/controller/CommitController.java 42.85% <0.00%> (-17.15%) ⬇️
...ip/framework/apollo/biz/service/CommitService.java 63.63% <0.00%> (-14.15%) ⬇️
...p/framework/apollo/portal/api/AdminServiceAPI.java 11.73% <0.00%> (-0.20%) ⬇️
...ork/apollo/portal/controller/CommitController.java 44.44% <0.00%> (-12.70%) ⬇️
...framework/apollo/portal/service/CommitService.java 40.00% <0.00%> (-17.15%) ⬇️

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 2e2919d...fc93bcf. Read the comment docs.

@JaredTan95 JaredTan95 merged commit 9e0b1ee into apolloconfig:master Aug 13, 2021
@JaredTan95 JaredTan95 added this to the 1.10.0 milestone Aug 13, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Aug 13, 2021
@JaredTan95 JaredTan95 added area/adminservice apollo-adminservice area/configservice apollo-configservice area/portal apollo-portal feature Categorizes issue as related to a new feature. labels Aug 13, 2021
@nobodyiam nobodyiam modified the milestones: 1.10.0, 1.9.0 Aug 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/adminservice apollo-adminservice area/configservice apollo-configservice area/portal apollo-portal feature Categorizes issue as related to a new feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

可以提供一下某个配置的变更记录查询。现在只能一个一个翻,很麻烦
4 participants