aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test (follow)
Commit message (Collapse)AuthorAge
* 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
|
* test: no need to pre-configure git, remove some warningsEgor Tensin2023-07-12
|
* docker: fix armhf buildsv4.0.12Egor Tensin2023-05-30
|
* examples: replace the Inkscape repo with another oneEgor Tensin2023-05-30
| | | | It takes way too long to clone.
* t/i/docker: always spawn ssh-agentEgor Tensin2023-05-30
| | | | | | I had some weird errors on my machine where my primary ssh-agent would get killed. No idea why I didn't just spawn a new ssh-agent from the very beginning.
* docker: bump base imagesEgor Tensin2023-05-21
|
* use `--progress plain` with docker-compose buildEgor Tensin2023-02-25
|
* add --quiet flags to all installationsEgor Tensin2023-02-25
|
* workflows/ci: use GitHub token for unit testsEgor Tensin2023-01-01
| | | | For some reason, unit tests started failing during CI runs.
* t/i/docker: test the frontend alsoEgor Tensin2022-12-03
|
* fix preludes in bash scriptsEgor Tensin2022-12-03
|
* docker: bump base imageEgor Tensin2022-12-02
|
* docker: upgrade base imagesEgor Tensin2022-10-16
|
* bump dependenciesEgor Tensin2022-10-15
| | | | | | | 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.
* 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.
* rename Compose services, move directories around, etc.Egor Tensin2022-03-29
|
* t/i/docker: reuse the root docker-compose.ymlEgor Tensin2022-03-29
|
* docker: change default pathsEgor Tensin2022-03-27
|
* docker: bump base imagesEgor Tensin2022-03-15
|
* t/i/docker: use tini in serverEgor Tensin2022-03-15
|
* support mirroring all of org's repositoriesEgor Tensin2022-03-08
|
* t/i/docker: clean up Docker dataEgor Tensin2022-03-08
|
* test/integration: more obvious success indicationEgor Tensin2022-03-08
|
* Gitlab -> GitLabEgor Tensin2021-10-16
|
* workflows/ci: run SSH integration testsEgor Tensin2021-10-16
| | | | Allowed by setting up ssh-agent inside a run.
* add Gitlab supportEgor Tensin2021-10-16
|
* test/unit: add Gitlab unit testsEgor Tensin2021-10-16
|
* test/integration/docker: remove output directoryEgor 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
|
* fix the lately broken --repo flagEgor Tensin2021-08-01
|
* test/integration/docker: generate new SSH keys every timeEgor Tensin2021-07-31
|
* tests/integration: add example to test examples/cgitize.tomlEgor Tensin2021-07-31
|
* move all tests to test/Egor Tensin2021-07-31
|
* test: add homepage URL testsEgor Tensin2021-07-31
|
* add some unit testsEgor Tensin2021-07-30
This is a first step towards integrating with GitHub/Bitbucket properly.