8 Commits

Author SHA1 Message Date
Username
ced702fb01 add set command for repository visibility 2026-01-21 17:23:08 +01:00
Username
5ed058dd55 fix: remove unused imports 2026-01-18 19:04:39 +01:00
Username
8d05e90160 refactor: restructure into src/gitea_ci package
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
Username
c8b85e8977 add documentation and cheatsheet 2026-01-18 18:06:34 +01:00
Username
42de568eae ci: include style.py in lint checks 2026-01-18 17:50:48 +01:00
Username
14ab3574f9 add style module dependency 2026-01-18 17:50:00 +01:00
Username
591cbb963a ci: add lint and syntax check workflow 2026-01-18 17:47:04 +01:00
Username
e87d327a89 initial commit: gitea-ci workflow manager 2026-01-18 17:39:57 +01:00