Skip to content

Sort commit/compare diff files directory first

Patrick Bajao requested to merge 26552-sort-compare-commit into master

What does this MR do?

When viewing merge request changes while ignoring whitespace changes or viewing changes for a specific commit in a merge request, they need to be sorted by directory first.

This is to make diffs and each file browser entries consistent to prevent confusion.

This uses the same logic we use for sorting merge request diff files so that was extracted into its own class.

Screenshots (strongly suggested)

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

Related to #26552 (closed)

Edited by Patrick Bajao

Merge request reports