-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
refactor: add creationTime field for comment extension to resolve migration issue #3341
Conversation
@guqing: GitHub didn't allow me to request PR reviews from the following users: halo-dev/sig-halo. Note that only halo-dev members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
评论插件的创建时间显示应该是需要对应修改为 creationTime,console 端的评论列表也是但是 console 端可能出现没有值的情况,这种情况是出现在旧数据用 Reconciler 填充也判断不出,如果值为空显示 metadata.creationTimestamp 这个情况后端不好处理前端判断一下, 迁移插件应该也需要支持这个字端 @ruibaby |
当前 PR 是否也修复了 #2889 呢? |
可以修复第二点,但是第三点似乎还需要评论插件处理。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ruibaby The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
#### What type of PR is this? /kind improvement #### What this PR does / why we need it: 修改评论和回复的创建时间字段。适配:halo-dev/halo#3341 #### Which issue(s) this PR fixes: Fixes halo-dev/halo#3330 #### Special notes for your reviewer: None #### Does this PR introduce a user-facing change? ```release-note None ```
…lo-dev/console#874) #### What type of PR is this? /kind improvement #### What this PR does / why we need it: 修改评论和回复的创建时间字段。适配:halo-dev#3341 #### Which issue(s) this PR fixes: Fixes halo-dev#3330 #### Special notes for your reviewer: None #### Does this PR introduce a user-facing change? ```release-note None ```
#### What type of PR is this? /kind improvement #### What this PR does / why we need it: 增加迁移时评论和回复的创建时间字段。适配:halo-dev/halo#3341 #### Which issue(s) this PR fixes: Fixes halo-dev/halo#3330 #### Special notes for your reviewer: None #### Does this PR introduce a user-facing change? ```release-note None ```
What type of PR is this?
/kind improvement
/area core
/milestone 2.3.x
/kind api-change
What this PR does / why we need it:
how to test it?
Which issue(s) this PR fixes:
Fixes #3330
Special notes for your reviewer:
/cc @halo-dev/sig-halo
Does this PR introduce a user-facing change?