1
0
Fork 0
mirror of https://gitea.com/gitea/tea.git synced 2025-10-20 14:34:05 +02:00
tea/cmd/repos
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
..
create.go feat: add validation for object-format flag in repo create command (#741) 2025-09-12 16:51:43 +00:00
create_from_template.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
create_test.go feat: add validation for object-format flag in repo create command (#741) 2025-09-12 16:51:43 +00:00
delete.go Use bubbletea instead of survey for interacting with TUI (#786) 2025-08-11 18:23:52 +00:00
flags.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
fork.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
list.go Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
migrate.go migrate tea to urfave v3 (#760) 2025-06-10 05:19:59 +00:00
search.go Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00