Update encoding method for logs_tree request
What does this MR do and why?
Some users have reported that commit data is not being loaded for directories more than two levels deep.
It turns out the frontend was encoding /
in the logs_tree URI.
Issue: #385699 (closed)
Screenshots or screen recordings
No visual changes are expected
Before | After |
---|---|
/ characters are encoded |
/ characters are not encoded |
How to set up and validate locally
- Open a directory more than 2 levels deep
- Inspect the network requests
- The request to
logs_tree
should not have encoded/
characters
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Jacques Erasmus