aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/cgitize.toml (unfollow)
Commit message (Collapse)Author
2021-08-02support skipping some of user's repositoriesEgor Tensin
2021-08-01workflows/ci: run integration tests for PyPIEgor Tensin
The example config must have clone_via_ssh = false for that to work.
2021-08-01change default "output_dir"Egor Tensin
2021-08-01support setting "dir" for individual repositoriesEgor Tensin
2021-08-01support mirroring all of user's repositoriesEgor Tensin
2021-07-31rename "ssh" to "clone_via_ssh" in configEgor Tensin
2021-07-31rename "output" to "output_dir" in configEgor Tensin
2021-07-31factor various "repository" classes into RepoEgor Tensin
Some other refactoring efforts are included.
2021-07-31cgitize.config: allow passing secrets via environmentEgor Tensin
2021-07-31merge my_repos.py to the configEgor Tensin
The config is also in the TOML format now. It's a bit messy for the moment, but I'll fix it.