Closes T2873.
Details
Details
- Reviewers
anlambert - Group Reviewers
Reviewers - Maniphest Tasks
- T2873: Move "swh auth" CLI command group to "swh web auth"
- Commits
- rDWCLI4b1e763279aa: cli: move 'swh auth' group to 'swh web auth'
Diff Detail
Diff Detail
- Repository
- rDWCLI Web client
- 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
Build is green
Patch application report for D4733 (id=16766)
Rebasing onto 176c6b134c...
Current branch diff-target is up to date.
Changes applied before test
commit 4b1e763279aa80bac4119799fe122279dfe1b3da Author: Thibault Allançon <haltode@gmail.com> Date: Mon Dec 14 13:26:56 2020 +0100 cli: move 'swh auth' group to 'swh web auth' Closes T2873.
See https://jenkins.softwareheritage.org/job/DWCLI/job/tests-on-diff/35/ for more details.
Comment Actions
LGTM but the diff is hard to read. Simply moving the @swh_cli_group.group(name="web", context_settings=CONTEXT_SETTINGS) block at the top of the file and adapting the sub commands would have been clearer.
Also tests are missing and could have been added in D4696 ...