aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/cgitize.toml (follow)
Commit message (Collapse)AuthorAge
* examples: replace the Inkscape repo with another oneEgor Tensin2023-05-30
| | | | It takes way too long to clone.
* examples/cgitize.toml: reword a bitEgor Tensin2022-05-27
|
* "access_token"/"app_password" -> "token"Egor Tensin2022-05-27
|
* docker: change default pathsEgor Tensin2022-03-27
|
* support mirroring all of org's repositoriesEgor Tensin2022-03-08
|
* examples/cgitize.toml: mention GitLab usernameEgor Tensin2021-10-19
|
* Gitlab -> GitLabEgor Tensin2021-10-16
|
* examples/cgitize.toml: add comment-headersEgor Tensin2021-10-16
|
* examples/cgitize.toml: shorten redundant commentsEgor Tensin2021-10-16
|
* examples/cgitize.toml: fix repository IDEgor Tensin2021-10-16
|
* examples/cgitize.toml: add Gitlab sectionsEgor Tensin2021-10-16
|
* "clone_url": fix nested repository directoryEgor Tensin2021-08-02
|
* examples/cgitize.toml: updateEgor Tensin2021-08-02
|
* examples/cgitize.toml: fix a typoEgor Tensin2021-08-02
|
* support skipping some of user's repositoriesEgor Tensin2021-08-02
|
* workflows/ci: run integration tests for PyPIEgor Tensin2021-08-01
| | | | The example config must have clone_via_ssh = false for that to work.
* change default "output_dir"Egor Tensin2021-08-01
|
* support setting "dir" for individual repositoriesEgor Tensin2021-08-01
|
* support mirroring all of user's repositoriesEgor Tensin2021-08-01
|
* rename "ssh" to "clone_via_ssh" in configEgor Tensin2021-07-31
|
* rename "output" to "output_dir" in configEgor Tensin2021-07-31
|
* factor various "repository" classes into RepoEgor Tensin2021-07-31
| | | | Some other refactoring efforts are included.
* cgitize.config: allow passing secrets via environmentEgor Tensin2021-07-31
|
* merge my_repos.py to the configEgor Tensin2021-07-31
The config is also in the TOML format now. It's a bit messy for the moment, but I'll fix it.