Commit Graph

3 Commits

Author SHA1 Message Date
Username
ced702fb01 add set command for repository visibility
All checks were successful
CI / Lint & Check (push) Successful in 11s
2026-01-21 17:23:08 +01:00
Username
5ed058dd55 fix: remove unused imports
All checks were successful
CI / Lint & Check (push) Successful in 12s
2026-01-18 19:04:39 +01:00
Username
8d05e90160 refactor: restructure into src/gitea_ci package
Some checks failed
CI / Lint & Check (push) Failing after 12s
Split monolithic gitea-ci.py (3068 lines) into modular package:
- src/gitea_ci/config.py: configuration, constants
- src/gitea_ci/api.py: GiteaAPI class
- src/gitea_ci/formatters.py: output formatting
- src/gitea_ci/utils.py: utilities, validation
- src/gitea_ci/commands/: command implementations
- src/gitea_ci/cli.py: argument parser, dispatch

gitea-ci.py now thin wrapper (16 lines)
2026-01-18 18:59:22 +01:00