aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/example/test.sh (unfollow)
Commit message (Collapse)Author
2023-08-23fetch private GitHub user repositoriesv5.0.0Egor Tensin
This is in line with how it works for Bitbucket & GitLab.
2023-08-23examples: switch to a different GitHub orgEgor Tensin
browserify is too huge, the tests are taking too long.
2023-08-23use separate users for testingEgor Tensin
2023-05-30examples: replace the Inkscape repo with another oneEgor Tensin
It takes way too long to clone.
2022-12-03fix preludes in bash scriptsEgor Tensin
2022-05-27clone to NAME.git foldersEgor Tensin
It seems to be the convention and the default behaviour of `git clone --bare`, so do that.
2022-03-08support mirroring all of org's repositoriesEgor Tensin
2022-03-08test/integration: more obvious success indicationEgor Tensin
2021-10-16workflows/ci: run SSH integration testsEgor Tensin
Allowed by setting up ssh-agent inside a run.
2021-10-16add Gitlab supportEgor 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-01support setting "dir" for individual repositoriesEgor Tensin
2021-08-01support mirroring all of user's repositoriesEgor Tensin
2021-08-01fix the lately broken --repo flagEgor Tensin
2021-07-31tests/integration: add example to test examples/cgitize.tomlEgor Tensin