Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | workflows/ci: don't build containers for ARM on every commit | Egor Tensin | 2021-10-16 |
| | |||
* | add Gitlab support | Egor Tensin | 2021-10-16 |
| | |||
* | add dependency to python-gitlab to setup.cfg | Egor Tensin | 2021-10-16 |
| | |||
* | examples/cgitize.toml: fix repository ID | Egor Tensin | 2021-10-16 |
| | |||
* | fix an editing fuck-up | Egor Tensin | 2021-10-16 |
| | |||
* | test/unit: add Gitlab unit tests | Egor Tensin | 2021-10-16 |
| | |||
* | add Gitlab API module to requirements.txt | Egor Tensin | 2021-10-16 |
| | |||
* | examples/cgitize.toml: add Gitlab sections | Egor Tensin | 2021-10-16 |
| | |||
* | Makefile: add more convenient aliases | Egor Tensin | 2021-10-16 |
| | |||
* | v2.1.2v2.1.2 | Egor Tensin | 2021-08-02 |
| | |||
* | docker: fix CMD handling | Egor Tensin | 2021-08-02 |
| | | | | | It was difficult to override CMD (due to the requirement to `activate` the venv), move the `activate` call to entrypoint.sh. | ||
* | test/integration/docker: remove output directory | Egor Tensin | 2021-08-02 |
| | |||
* | README: fix a typo | Egor Tensin | 2021-08-02 |
| | |||
* | workflows/ci: don't pull private Bitbucket repositories | Egor Tensin | 2021-08-02 |
| | | | | They are private lmao. | ||
* | v2.1.1v2.1.1 | Egor Tensin | 2021-08-02 |
| | |||
* | "clone_url": fix nested repository directory | Egor Tensin | 2021-08-02 |
| | |||
* | v2.1.0v2.1.0 | Egor Tensin | 2021-08-02 |
| | |||
* | examples/cgitize.toml: update | Egor Tensin | 2021-08-02 |
| | |||
* | examples/cgitize.toml: fix a typo | Egor Tensin | 2021-08-02 |
| | |||
* | support skipping some of user's repositories | Egor Tensin | 2021-08-02 |
| | |||
* | cgitize.repo: discard empty descriptions | Egor Tensin | 2021-08-02 |
| | |||
* | v2.0.1v2.0.1 | Egor Tensin | 2021-08-01 |
| | |||
* | workflows/ci: PyPI depends on Docker Hub | Egor Tensin | 2021-08-01 |
| | |||
* | v2.0v2.0 | Egor Tensin | 2021-08-01 |
| | |||
* | README: update | Egor Tensin | 2021-08-01 |
| | |||
* | workflows/ci: run integration tests for PyPI | Egor Tensin | 2021-08-01 |
| | | | | The example config must have clone_via_ssh = false for that to work. | ||
* | docker: fix Dockerfile after messing with requirements.txt | Egor Tensin | 2021-08-01 |
| | |||
* | figure out setup.cfg vs. requirements.txt | Egor Tensin | 2021-08-01 |
| | |||
* | change default "output_dir" | Egor Tensin | 2021-08-01 |
| | |||
* | README: update | Egor Tensin | 2021-08-01 |
| | |||
* | pylint fixes | Egor Tensin | 2021-08-01 |
| | |||
* | workflows/ci: don't mask CGITIZE_BITBUCKET_USERNAME | Egor Tensin | 2021-08-01 |
| | |||
* | support setting "dir" for individual repositories | Egor Tensin | 2021-08-01 |
| | |||
* | workflows/ci: separate job for examples/cgitize.toml | 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-08-01 |
| | |||
* | 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 |
| | |||
* | rename "ssh" to "clone_via_ssh" in config | Egor Tensin | 2021-07-31 |
| | |||
* | rename "output" to "output_dir" in config | Egor Tensin | 2021-07-31 |
| | |||
* | pylint fixes | Egor Tensin | 2021-07-31 |
| | |||
* | cgitize.config: remove dead code | Egor Tensin | 2021-07-31 |
| | |||
* | factor various "repository" classes into Repo | Egor Tensin | 2021-07-31 |
| | | | | Some other refactoring efforts are included. | ||
* | cgitize.config: allow passing secrets via environment | Egor Tensin | 2021-07-31 |
| | |||
* | .ci/docker: make ssh-add use SSH_ASKPASS | Egor Tensin | 2021-07-31 |
| | |||
* | test: add homepage URL tests | Egor Tensin | 2021-07-31 |
| | |||
* | sort requirements.txt | Egor Tensin | 2021-07-31 |
| | |||
* | merge my_repos.py to the config | Egor Tensin | 2021-07-31 |
| | | | | | The config is also in the TOML format now. It's a bit messy for the moment, but I'll fix it. | ||
* | add some unit tests | Egor Tensin | 2021-07-30 |
| | | | | This is a first step towards integrating with GitHub/Bitbucket properly. |