gitea.tea/modules
Lunny Xiao cc20b52ab3 feat: add validation for object-format flag in repo create command (#741)
This PR adds validation for the `--object-format` flag in the `repo create` command. The flag now accepts only `sha1` or `sha256` as valid values, and returns an error for any other value.

Changes:
- Added validation in `runRepoCreate` to check for valid object format values
- Added unit tests to verify the validation logic
- Fixed the field name from `ObjectFormat` to `ObjectFormatName` to match the SDK

The changes ensure that users get clear error messages when using invalid object format values, improving the user experience.

Fix #727
Fix #660
Fix #767

Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com>
Reviewed-on: https://gitea.com/gitea/tea/pulls/741
Reviewed-by: TheFox0x7 <thefox0x7@noreply.gitea.com>
2025-09-12 16:51:43 +00:00
..
auth Continue auth when failed to open browser (#794) 2025-08-18 03:12:25 +00:00
config add debug mode and update readme (#805) 2025-09-10 19:10:02 +00:00
context don't fallback login directly (#806) 2025-09-10 21:30:15 +00:00
debug add debug mode and update readme (#805) 2025-09-10 19:10:02 +00:00
git spdx (#581) 2023-09-08 01:40:02 +00:00
interact Check duplicated login name in interact mode when creating new login (#803) 2025-09-10 20:42:49 +00:00
print Fix bug when output json with special chars (#801) 2025-09-10 20:36:27 +00:00
task feat: add validation for object-format flag in repo create command (#741) 2025-09-12 16:51:43 +00:00
theme Use bubbletea instead of survey for interacting with TUI (#786) 2025-08-11 18:23:52 +00:00
utils Add temporary authentication via environment variables (#639) 2025-08-11 18:53:09 +00:00
workaround spdx (#581) 2023-09-08 01:40:02 +00:00