Skip to content

Fix "No changes" empty state showing up in changes tab, despite there being changes

Himanshu Kapoor requested to merge 43517-no-changes into master

What does this MR do?

This MR fixes #43517 (closed): "No changes" empty state shows up in the Changes tab, despite having a new/renamed file in changes. The change calls action burstUnusedSeal on creation of a new file and renaming an existing file to fix this.

Screenshots

Case new file added existing file renamed
Current Behaviour Screenshot_2019-12-13_at_1.24.00_AM Screenshot_2019-12-13_at_1.24.41_AM
New/Expected Behaviour Screenshot_2019-12-13_at_10.37.21_AM Screenshot_2019-12-13_at_10.34.53_AM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Himanshu Kapoor

Merge request reports