Commit message (Collapse) | Author | ||
---|---|---|---|
2024-10-01 | t/i/docker: fix GitHub CI runsHEADv5.1.2master | Egor Tensin | |
The newest Ubuntu ditched docker-compose completely in favour of `docker compose`. | |||
2024-06-23 | switch to egor@tensin.namev5.1.0 | Egor Tensin | |
2024-06-23 | docker: bump base images | Egor Tensin | |
2024-06-23 | drop workdir logic | Egor Tensin | |
I don't think it ever worked. For example, the test_workdir test case was disfunctional. Additionally, "master" was hardcoded as the default branch name, which is obviously a bug. | |||
2024-06-23 | include error.html in the frontend to signal errors | Egor Tensin | |
2023-12-24 | docker: bump base images | Egor Tensin | |
2023-08-23 | fetch private GitHub user repositoriesv5.0.0 | Egor Tensin | |
This is in line with how it works for Bitbucket & GitLab. | |||
2023-08-23 | examples: switch to a different GitHub org | Egor Tensin | |
browserify is too huge, the tests are taking too long. | |||
2023-08-23 | use separate users for testing | Egor Tensin | |
2023-07-12 | test: no need to pre-configure git, remove some warnings | Egor Tensin | |
2023-05-30 | docker: fix armhf buildsv4.0.12 | Egor Tensin | |
2023-05-30 | examples: replace the Inkscape repo with another one | Egor Tensin | |
It takes way too long to clone. | |||
2023-05-30 | t/i/docker: always spawn ssh-agent | Egor Tensin | |
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. | |||
2023-05-21 | docker: bump base images | Egor Tensin | |
2023-02-25 | use `--progress plain` with docker-compose build | Egor Tensin | |
2023-02-25 | add --quiet flags to all installations | Egor Tensin | |
2023-01-01 | workflows/ci: use GitHub token for unit tests | Egor Tensin | |
For some reason, unit tests started failing during CI runs. | |||
2022-12-03 | t/i/docker: test the frontend also | Egor Tensin | |
2022-12-03 | fix preludes in bash scripts | Egor Tensin | |
2022-12-02 | docker: bump base image | Egor Tensin | |
2022-10-16 | docker: upgrade base images | Egor Tensin | |
2022-10-15 | bump dependencies | Egor 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-27 | clone to NAME.git folders | Egor Tensin | |
It seems to be the convention and the default behaviour of `git clone --bare`, so do that. | |||
2022-03-29 | rename Compose services, move directories around, etc. | Egor Tensin | |
2022-03-29 | t/i/docker: reuse the root docker-compose.yml | Egor Tensin | |
2022-03-27 | docker: change default paths | Egor Tensin | |
2022-03-15 | docker: bump base images | Egor Tensin | |
2022-03-15 | t/i/docker: use tini in server | Egor Tensin | |
2022-03-08 | support mirroring all of org's repositories | Egor Tensin | |
2022-03-08 | t/i/docker: clean up Docker data | Egor Tensin | |
2022-03-08 | test/integration: more obvious success indication | Egor Tensin | |
2021-10-16 | Gitlab -> GitLab | Egor Tensin | |
2021-10-16 | workflows/ci: run SSH integration tests | Egor Tensin | |
Allowed by setting up ssh-agent inside a run. | |||
2021-10-16 | add Gitlab support | Egor Tensin | |
2021-10-16 | test/unit: add Gitlab unit tests | Egor Tensin | |
2021-08-02 | test/integration/docker: remove output directory | Egor Tensin | |
2021-08-01 | workflows/ci: run integration tests for PyPI | Egor Tensin | |
The example config must have clone_via_ssh = false for that to work. | |||
2021-08-01 | 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 | fix the lately broken --repo flag | Egor Tensin | |
2021-07-31 | test/integration/docker: generate new SSH keys every time | Egor Tensin | |
2021-07-31 | tests/integration: add example to test examples/cgitize.toml | Egor Tensin | |
2021-07-31 | move all tests to test/ | Egor Tensin | |
2021-07-31 | test: add homepage URL tests | Egor Tensin | |
2021-07-30 | add some unit tests | Egor Tensin | |
This is a first step towards integrating with GitHub/Bitbucket properly. |