Fixes T292
Details
Details
- Reviewers
zack - Group Reviewers
Developers - Maniphest Tasks
- T292: Open /api/1/directory/<sha1_git>/[<path>/] api
- Commits
- R65:73cf90203b8a: api: update /directory/ route to allow relative navigation from given directory…
R65:bbe20ca00a27: api tests: update to reflect changes in /directory/ route management
R65:1cb9b0825f22: update docstring for directory/<sha1_git>/[<path>/] api route
R65:3afd0eeb9e19: service tests: add tests for relative directory navigation
R65:f0cc036b0570: service: provide a method to navigate to directory entry given relative path…
rDWAPPS1cb9b0825f22: update docstring for directory/<sha1_git>/[<path>/] api route
rDWAPPSbbe20ca00a27: api tests: update to reflect changes in /directory/ route management
rDWAPPS3afd0eeb9e19: service tests: add tests for relative directory navigation
rDWAPPS73cf90203b8a: api: update /directory/ route to allow relative navigation from given…
rDWAPPSf0cc036b0570: service: provide a method to navigate to directory entry given relative path…
Tests updated accordingly.
Diff Detail
Diff Detail
- Repository
- rDWAPPS Web applications
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
only one nit above, feel free to submit it as a separate review request
swh/web/ui/views/api.py | ||
---|---|---|
657 ↗ | (On Diff #21) | I know it's unrelated to your changes, but please remove the default value here (in a separate commit). |