aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples (follow)
Commit message (Collapse)AuthorAge
* Revert "remove unused files"Egor Tensin2023-08-23
| | | | | | This reverts commit 086af02f6b4cbe4d26cf846ae054343bc65215b8. These were _not_ unused, they're referenced in docker-compose.yml.
* fetch private GitHub user repositoriesv5.0.0Egor Tensin2023-08-23
| | | | This is in line with how it works for Bitbucket & GitLab.
* example/cgitize.toml: add a couple of commentsEgor Tensin2023-08-23
|
* examples: switch to a different GitHub orgEgor Tensin2023-08-23
| | | | browserify is too huge, the tests are taking too long.
* use separate users for testingEgor Tensin2023-08-23
|
* remove unused filesEgor Tensin2023-05-30
|
* 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
|
* clone to NAME.git foldersEgor Tensin2022-05-27
| | | | | It seems to be the convention and the default behaviour of `git clone --bare`, so do that.
* docker: change default pathsEgor Tensin2022-03-27
|
* docker: add a frontend nginx imageEgor Tensin2022-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 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.
* examples: mention access tokensEgor Tensin2021-03-30
|
* cgitize.repo: refactoringEgor Tensin2021-03-29
|
* examples: mention the "ssh" settingEgor Tensin2021-03-29
|
* further renaming workEgor Tensin2021-03-29
|
* rename the project to "cgitize"Egor Tensin2021-03-29
|
* rename the modulesEgor Tensin2020-03-01
|
* write to /var/tmp/cgit-repos/output by defaultEgor Tensin2019-08-13
|
* move options to a config fileEgor Tensin2019-08-12