Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | requirements.txt: bump dependenciesv4.0.14 | Egor Tensin | 2023-08-14 |
| | |||
* | docker: add HEALTHCHECK | Egor Tensin | 2023-08-14 |
| | |||
* | Makefile: add test target | Egor Tensin | 2023-07-13 |
| | |||
* | Makefile: remove unused recipes | Egor Tensin | 2023-07-12 |
| | | | | | I don't like this, but they really were unused for a long time. In any case, it'll be easy to bring them back. | ||
* | add DEVELOPMENT.md | Egor Tensin | 2023-07-12 |
| | |||
* | Makefile: add shortcuts for integration tests | Egor Tensin | 2023-07-12 |
| | |||
* | test: no need to pre-configure git, remove some warnings | Egor Tensin | 2023-07-12 |
| | |||
* | README: minor update | Egor Tensin | 2023-07-12 |
| | |||
* | cgitize.git: use raw string literals where appropriate | Egor Tensin | 2023-07-12 |
| | |||
* | Makefile: move the prelude to prelude.mk | Egor Tensin | 2023-06-30 |
| | |||
* | requirements.txt: bump dependenciesv4.0.13 | Egor Tensin | 2023-06-06 |
| | |||
* | remove unused files | Egor Tensin | 2023-05-30 |
| | |||
* | docker: README update | Egor Tensin | 2023-05-30 |
| | |||
* | docker: fix armhf buildsv4.0.12 | Egor Tensin | 2023-05-30 |
| | |||
* | docker/frontend: update the CSS from upstream | Egor Tensin | 2023-05-30 |
| | |||
* | examples: replace the Inkscape repo with another one | Egor Tensin | 2023-05-30 |
| | | | | It takes way too long to clone. | ||
* | docker: rename scriptsv4.0.11 | Egor Tensin | 2023-05-30 |
| | |||
* | docker: fix warnings in run_cron.sh | Egor Tensin | 2023-05-30 |
| | |||
* | docker: add SCHEDULE=minutely support to run_cron.sh | Egor Tensin | 2023-05-30 |
| | |||
* | t/i/docker: always spawn ssh-agent | Egor Tensin | 2023-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. | ||
* | requirements.txt: bump dependencies | Egor Tensin | 2023-05-23 |
| | |||
* | docker: bump base images | Egor Tensin | 2023-05-21 |
| | |||
* | requirements.txt: bump dependencies | Egor Tensin | 2023-05-21 |
| | |||
* | workflows/ci: ignore changes in docs | Egor Tensin | 2023-03-03 |
| | |||
* | README: update | Egor Tensin | 2023-03-02 |
| | |||
* | workflows/ci: rename a step | Egor Tensin | 2023-03-02 |
| | |||
* | Makefile: add a recipe to create git tags | Egor Tensin | 2023-03-02 |
| | |||
* | get rid of extra files in the wheelv4.0.10 | Egor Tensin | 2023-03-02 |
| | | | | | | | | Before the previous commit, `python -m build` would include both cgitize/ and test/. After the previous commit, the same command would include all the files in the repository. Why? I really don't know. List the package explicitly - we only need these files. | ||
* | add runtime version information | Egor Tensin | 2023-03-02 |
| | |||
* | workflows/ci: test w/ Python 3.11 also | Egor Tensin | 2023-03-02 |
| | |||
* | pin Python version | Egor Tensin | 2023-03-02 |
| | |||
* | requirements.txt: bump dependencies | Egor Tensin | 2023-03-02 |
| | |||
* | v4.0.9v4.0.9 | Egor Tensin | 2023-03-02 |
| | |||
* | remove systemd unit files | Egor Tensin | 2023-03-02 |
| | | | | They were unused & untested for a long time. | ||
* | Makefile: fix venv/upgrade | Egor Tensin | 2023-03-02 |
| | |||
* | workflows/ci: unpin runner image | Egor Tensin | 2023-03-02 |
| | |||
* | workflows/ci: drop Python 3.6 | Egor Tensin | 2023-03-02 |
| | | | | | setuptools 61 doesn't support it (required for pyproject.toml-only configuration). | ||
* | packaging: move to pyproject.toml-only | Egor Tensin | 2023-03-02 |
| | |||
* | docker: remove entrypoint.sh | Egor Tensin | 2023-02-27 |
| | | | | The remainder functionality fits nicely to run.sh. | ||
* | v4.0.8v4.0.8 | Egor Tensin | 2023-02-25 |
| | |||
* | docker: ignore missing config file | Egor Tensin | 2023-02-25 |
| | | | | | | | | It allows doing something like docker run -it --rm egortensin/cgitize:latest sh (without the missing file errors). | ||
* | remove dead code | Egor Tensin | 2023-02-25 |
| | |||
* | use `--progress plain` with docker-compose build | Egor Tensin | 2023-02-25 |
| | |||
* | frontend: upgrade cmark-gfm | Egor Tensin | 2023-02-25 |
| | |||
* | more --quiet flags | Egor Tensin | 2023-02-25 |
| | |||
* | requirements.txt: bump dependencies | Egor Tensin | 2023-02-25 |
| | |||
* | add --quiet flags to all installations | Egor Tensin | 2023-02-25 |
| | |||
* | docker: add run.sh | Egor Tensin | 2023-02-25 |
| | |||
* | docker: rename schedule.sh to run_cron.sh | Egor Tensin | 2023-02-25 |
| | |||
* | fix a shebang for consistency | Egor Tensin | 2023-02-25 |
| |