Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | workflows/ci: shorter platform names | Egor Tensin | 2023-02-08 | |
| | ||||
* | v4.0.7v4.0.7 | Egor Tensin | 2023-02-08 | |
| | ||||
* | build for Mac's M1 also | Egor Tensin | 2023-02-08 | |
| | ||||
* | Makefile: split long commands | Egor Tensin | 2023-02-08 | |
| | ||||
* | Makefile: update recipe names | Egor Tensin | 2023-02-08 | |
| | ||||
* | Makefile: use docker-compose for make build | Egor Tensin | 2023-02-08 | |
| | | | | | First, it would actually build both images: cgitize and cgitize-frontend. Second, it's already tested in t/i/docker. | |||
* | Makefile: fix make */build recipes | Egor Tensin | 2023-02-08 | |
| | ||||
* | Makefile: remove obsolete recipes | Egor Tensin | 2023-02-08 | |
| | ||||
* | Makefile: consistency | Egor Tensin | 2023-02-08 | |
| | ||||
* | v4.0.6v4.0.6 | Egor Tensin | 2023-01-27 | |
| | ||||
* | put cgit server URL first | Egor Tensin | 2023-01-27 | |
| | ||||
* | workflows/ci: use GitHub token for unit tests | Egor Tensin | 2023-01-01 | |
| | | | | For some reason, unit tests started failing during CI runs. | |||
* | workflows/ci: upgrade an action | Egor Tensin | 2023-01-01 | |
| | ||||
* | requirements.txt: bump dependencies | Egor Tensin | 2022-12-24 | |
| | ||||
* | v4.0.5v4.0.5 | Egor Tensin | 2022-12-04 | |
| | ||||
* | docker: make schedule.sh more reusable | Egor Tensin | 2022-12-04 | |
| | ||||
* | t/i/docker: test the frontend also | Egor Tensin | 2022-12-03 | |
| | ||||
* | workflows/ci: rearrange dependencies | Egor Tensin | 2022-12-03 | |
| | | | | | | Make the "example config" job depend on all the other test jobs; that way, it's faster to know when there's a failure in e.g. in the docker tests job. | |||
* | fix preludes in bash scripts | Egor Tensin | 2022-12-03 | |
| | ||||
* | docker: factor out cron stuff into schedule.sh | Egor Tensin | 2022-12-03 | |
| | | | | It can be easily reused that way. | |||
* | v4.0.4v4.0.4 | Egor Tensin | 2022-12-03 | |
| | ||||
* | frontend: fix /mnt/cgitize being inaccessible to nginx | Egor Tensin | 2022-12-03 | |
| | | | | | I've had problems with doing "FROM nginx" instead of "FROM alpine" in the past, but hopefully fixing a version is enough to prevent them. | |||
* | v4.0.3v4.0.3 | Egor Tensin | 2022-12-03 | |
| |