Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove unused files | Egor Tensin | 2023-05-30 |
| | |||
* | examples: replace the Inkscape repo with another one | Egor Tensin | 2023-05-30 |
| | | | | It takes way too long to clone. | ||
* | examples/cgitize.toml: reword a bit | Egor Tensin | 2022-05-27 |
| | |||
* | "access_token"/"app_password" -> "token" | Egor Tensin | 2022-05-27 |
| | |||
* | clone to NAME.git folders | Egor Tensin | 2022-05-27 |
| | | | | | It seems to be the convention and the default behaviour of `git clone --bare`, so do that. | ||
* | docker: change default paths | Egor Tensin | 2022-03-27 |
| | |||
* | docker: add a frontend nginx image | Egor Tensin | 2022-03-26 |
| | | | | | At first, I built a custom image at https://egort.name/. It had a rather long development history, and I just copied the files from there. | ||
* | support mirroring all of org's repositories | Egor Tensin | 2022-03-08 |
| | |||
* | examples/cgitize.toml: mention GitLab username | Egor Tensin | 2021-10-19 |
| | |||
* | Gitlab -> GitLab | Egor Tensin | 2021-10-16 |
| | |||
* | examples/cgitize.toml: add comment-headers | Egor Tensin | 2021-10-16 |
| | |||
* | examples/cgitize.toml: shorten redundant comments | Egor Tensin | 2021-10-16 |
| | |||
* | examples/cgitize.toml: fix repository ID | Egor Tensin | 2021-10-16 |
| | |||
* | examples/cgitize.toml: add Gitlab sections | Egor Tensin | 2021-10-16 |
| | |||
* | "clone_url": fix nested repository directory | Egor Tensin | 2021-08-02 |
| | |||
* | examples/cgitize.toml: update | Egor Tensin | 2021-08-02 |
| | |||
* | examples/cgitize.toml: fix a typo | Egor Tensin | 2021-08-02 |
| | |||
* | support skipping some of user's repositories | Egor Tensin | 2021-08-02 |
| | |||
* | workflows/ci: run integration tests for PyPI | Egor Tensin | 2021-08-01 |
| | | | | The example config must have clone_via_ssh = false for that to work. | ||
* | change default "output_dir" | Egor Tensin | 2021-08-01 |
| | |||
* | support setting "dir" for individual repositories | Egor Tensin | 2021-08-01 |
| | |||
* | support mirroring all of user's repositories | Egor Tensin | 2021-08-01 |
| | |||
* | rename "ssh" to "clone_via_ssh" in config | Egor Tensin | 2021-07-31 |
| | |||
* | rename "output" to "output_dir" in config | Egor Tensin | 2021-07-31 |
| | |||
* | factor various "repository" classes into Repo | Egor Tensin | 2021-07-31 |
| | | | | Some other refactoring efforts are included. | ||
* | cgitize.config: allow passing secrets via environment | Egor Tensin | 2021-07-31 |
| | |||
* | merge my_repos.py to the config | Egor Tensin | 2021-07-31 |
| | | | | | The config is also in the TOML format now. It's a bit messy for the moment, but I'll fix it. | ||
* | examples: mention access tokens | Egor Tensin | 2021-03-30 |
| | |||
* | cgitize.repo: refactoring | Egor Tensin | 2021-03-29 |
| | |||
* | examples: mention the "ssh" setting | Egor Tensin | 2021-03-29 |
| | |||
* | further renaming work | Egor Tensin | 2021-03-29 |
| | |||
* | rename the project to "cgitize" | Egor Tensin | 2021-03-29 |
| | |||
* | rename the modules | Egor Tensin | 2020-03-01 |
| | |||
* | write to /var/tmp/cgit-repos/output by default | Egor Tensin | 2019-08-13 |
| | |||
* | move options to a config file | Egor Tensin | 2019-08-12 |