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

[ISSUE-#3855] Provided a feature to view version comparisons in the configDetails page #3988

Merged
merged 14 commits into from
Oct 19, 2020

Conversation

jzhishu
Copy link
Contributor

@jzhishu jzhishu commented Oct 14, 2020

What is the purpose of the change

#3855

Brief changelog

  • In the configDetails page, you can click the "Version Comparison" button to open the configuration content version comparison

@CLAassistant
Copy link

CLAassistant commented Oct 14, 2020

CLA assistant check
All committers have signed the CLA.

@KomachiSion
Copy link
Collaborator

@jzhishu Can you add some unit test or integration test for your changes?

@KomachiSion KomachiSion added kind/enhancement Category issues or prs related to enhancement. area/Nacos console Related to Nacos consle kind/feature type/feature and removed kind/enhancement Category issues or prs related to enhancement. labels Oct 14, 2020
@jzhishu
Copy link
Contributor Author

jzhishu commented Oct 14, 2020

@jzhishu Can you add some unit test or integration test for your changes?

Ok, I'll add the test case later

*/
@GetMapping
public ConfigHistoryInfo getConfigHistoryInfo(HttpServletRequest request, HttpServletResponse response,
@RequestParam("nid") Long nid, ModelMap modelMap) {
return persistService.detailConfigHistory(nid);
}

/**
* Query previous config history information.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add @since 1.4.0

KomachiSion
KomachiSion previously approved these changes Oct 15, 2020
loadchange
loadchange previously approved these changes Oct 15, 2020
@chuntaojun
Copy link
Collaborator

Can you add some pictures to show the final form

@jzhishu jzhishu dismissed stale reviews from loadchange and KomachiSion via 4adb951 October 16, 2020 04:11
@jzhishu
Copy link
Contributor Author

jzhishu commented Oct 16, 2020

image
image

@KomachiSion KomachiSion merged commit 6df2b22 into alibaba:develop Oct 19, 2020
@KomachiSion KomachiSion added this to the 1.4.0 milestone Oct 19, 2020
zilongTong pushed a commit to zilongTong/nacos that referenced this pull request Oct 19, 2020
…n the configDetails page (alibaba#3988)

* add detail previous config history api

* modify the previous config history url

* modify log description

* 详情页面添加“历史对比”按钮,点击可打开对比面板

* 点击“历史对比”按钮,获取上一版本数据

* 在查看历史对比的时候 不显示revert按钮

* append doc info

* Add unit tests for ISSUE#3855

* Add the previous updates to main.js and main.css

Co-authored-by: 赵延 <[email protected]>
WesleyOne pushed a commit to WesleyOne/nacos that referenced this pull request Oct 20, 2020
…n the configDetails page (alibaba#3988)

* add detail previous config history api

* modify the previous config history url

* modify log description

* 详情页面添加“历史对比”按钮,点击可打开对比面板

* 点击“历史对比”按钮,获取上一版本数据

* 在查看历史对比的时候 不显示revert按钮

* append doc info

* Add unit tests for ISSUE#3855

* Add the previous updates to main.js and main.css

Co-authored-by: 赵延 <[email protected]>
loveincode added a commit to Framework-Source-Code/nacos that referenced this pull request Oct 21, 2020
* 'develop' of github.com:alibaba/nacos: (678 commits)
  Fix integration test error
  Fix unit test error in ci
  For checkStyle
  Modify the startup script custom configuration first default configuration (alibaba#4021)
  Revert "Naming module Raft protocol migration"
  [ISSUE alibaba#3904] feature - operate instance's metadata alonely (alibaba#3912)
  For alibaba#3710#, Fix special characters cannot be used in Metadata (alibaba#4019)
  [ISSUE-alibaba#3855] Provided a feature to view version comparisons in the configDetails page (alibaba#3988)
  Refactor dispatch task execute (alibaba#3995)
  Revert "for alibaba#3621 (alibaba#3668)" (alibaba#3999)
  Naming module Raft protocol migration (alibaba#3989)
  refactor: code refactor
  [ISSUE alibaba#3576] [Enhancement] Adding the destroy lifecycle method on NamingMaintainService (alibaba#3985)
  Fix issue 2866 (alibaba#3984)
  For alibaba#3384, Fix member extend info do not update error. (alibaba#3982)
  Fix#3973 (alibaba#3974)
  Move remove listener logic to ServiceManager
  Move remove listener logic to ServiceManager
  1.fix unit test can't pass (alibaba#3956)
  [ISSUE alibaba#3909] add domain's judgement (alibaba#3913)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/Nacos console Related to Nacos consle kind/feature type/feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants