When viewing the diff for a deleted file, Tuleap can raise an error modal with a 404 error "The file does not exist".
It does not happen for all deleted files, but it can be reproduced by replaying the steps of the test:
The issue has been raised in test Campaign Tuleap 17.0 - Non regression
Test case Diff side by side
When switching to "File" view i get a "Oh snap!" with "404 Not Found: The file does not exist"
As the first file of the PR is ".babelrc" that is "deleted"
It also happens when switching back to the file from the drop down
Scenario to reproduce
- Create a repository called
testpr
- Clone a bare repository:
git clone --bare git@github.com:vuejs/vue-test-utils.git
- Push --mirror to your project repository:
cd vue-test-utils && git push --mirror ssh://gitolite@tuleap.valid.enalean.com/...
- Create a PR from
migrate-to-jest to dev
- Show the file diff for the
.babelrc file (the first in the list)