aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test (unfollow)
Commit message (Collapse)Author
2023-02-25use `--progress plain` with docker-compose buildEgor Tensin
2023-02-25add --quiet flags to all installationsEgor Tensin
2023-01-01workflows/ci: use GitHub token for unit testsEgor Tensin
For some reason, unit tests started failing during CI runs.
2022-12-03t/i/docker: test the frontend alsoEgor Tensin
2022-12-03fix preludes in bash scriptsEgor Tensin
2022-12-02docker: bump base imageEgor Tensin
2022-10-16docker: upgrade base imagesEgor Tensin
2022-10-15bump dependenciesEgor Tensin
Unfortunately, atlassian-python-api doesn't follow the "same major version = no breakage" principle, and happily broke a number of things between 3.25.0 and 3.28.1. Oh well, let's fix the version at 3.28.X, I guess.
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-29rename Compose services, move directories around, etc.Egor Tensin
2022-03-29t/i/docker: reuse the root docker-compose.ymlEgor Tensin
2022-03-27docker: change default pathsEgor Tensin
2022-03-15docker: bump base imagesEgor Tensin
2022-03-15t/i/docker: use tini in serverEgor Tensin
2022-03-08support mirroring all of org's repositoriesEgor Tensin
2022-03-08t/i/docker: clean up Docker dataEgor Tensin
2022-03-08test/integration: more obvious success indicationEgor Tensin
2021-10-16Gitlab -> GitLabEgor 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-10-16test/unit: add Gitlab unit testsEgor Tensin
2021-08-02test/integration/docker: remove output directoryEgor 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-08-01fix the lately broken --repo flagEgor Tensin
2021-07-31test/integration/docker: generate new SSH keys every timeEgor Tensin
2021-07-31tests/integration: add example to test examples/cgitize.tomlEgor Tensin
2021-07-31move all tests to test/Egor Tensin
2021-07-31test: add homepage URL testsEgor Tensin
2021-07-30add some unit testsEgor Tensin
This is a first step towards integrating with GitHub/Bitbucket properly.