aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* docker: rename scriptsv4.0.11Egor Tensin2023-05-30
|
* docker: fix warnings in run_cron.shEgor Tensin2023-05-30
|
* docker: add SCHEDULE=minutely support to run_cron.shEgor Tensin2023-05-30
|
* 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.
* requirements.txt: bump dependenciesEgor Tensin2023-05-23
|
* docker: bump base imagesEgor Tensin2023-05-21
|
* requirements.txt: bump dependenciesEgor Tensin2023-05-21
|
* workflows/ci: ignore changes in docsEgor Tensin2023-03-03
|
* README: updateEgor Tensin2023-03-02
|
* workflows/ci: rename a stepEgor Tensin2023-03-02
|
* Makefile: add a recipe to create git tagsEgor Tensin2023-03-02
|
* get rid of extra files in the wheelv4.0.10Egor Tensin2023-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 informationEgor Tensin2023-03-02
|
* workflows/ci: test w/ Python 3.11 alsoEgor Tensin2023-03-02
|
* pin Python versionEgor Tensin2023-03-02
|
* requirements.txt: bump dependenciesEgor Tensin2023-03-02
|
* v4.0.9v4.0.9Egor Tensin2023-03-02
|
* remove systemd unit filesEgor Tensin2023-03-02
| | | | They were unused & untested for a long time.
* Makefile: fix venv/upgradeEgor Tensin2023-03-02
|
* workflows/ci: unpin runner imageEgor Tensin2023-03-02
|
* workflows/ci: drop Python 3.6Egor Tensin2023-03-02
| | | | | setuptools 61 doesn't support it (required for pyproject.toml-only configuration).
* packaging: move to pyproject.toml-onlyEgor Tensin2023-03-02
|
* docker: remove entrypoint.shEgor Tensin2023-02-27
| | | | The remainder functionality fits nicely to run.sh.
* v4.0.8v4.0.8Egor Tensin2023-02-25
|
* docker: ignore missing config fileEgor Tensin2023-02-25
| | | | | | | | It allows doing something like docker run -it --rm egortensin/cgitize:latest sh (without the missing file errors).
* remove dead codeEgor Tensin2023-02-25
|
* use `--progress plain` with docker-compose buildEgor Tensin2023-02-25
|
* frontend: upgrade cmark-gfmEgor Tensin2023-02-25
|
* more --quiet flagsEgor Tensin2023-02-25
|
* requirements.txt: bump dependenciesEgor Tensin2023-02-25
|
* add --quiet flags to all installationsEgor Tensin2023-02-25
|
* docker: add run.shEgor Tensin2023-02-25
|
* docker: rename schedule.sh to run_cron.shEgor Tensin2023-02-25
|
* fix a shebang for consistencyEgor Tensin2023-02-25
|
* workflows/ci: shorter platform namesEgor Tensin2023-02-08
|
* v4.0.7v4.0.7Egor Tensin2023-02-08
|
* build for Mac's M1 alsoEgor Tensin2023-02-08
|
* Makefile: split long commandsEgor Tensin2023-02-08
|
* Makefile: update recipe namesEgor Tensin2023-02-08
|
* Makefile: use docker-compose for make buildEgor Tensin2023-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 recipesEgor Tensin2023-02-08
|
* Makefile: remove obsolete recipesEgor Tensin2023-02-08
|
* Makefile: consistencyEgor Tensin2023-02-08
|
* v4.0.6v4.0.6Egor Tensin2023-01-27
|
* put cgit server URL firstEgor Tensin2023-01-27
|
* workflows/ci: use GitHub token for unit testsEgor Tensin2023-01-01
| | | | For some reason, unit tests started failing during CI runs.
* workflows/ci: upgrade an actionEgor Tensin2023-01-01
|
* requirements.txt: bump dependenciesEgor Tensin2022-12-24
|
* v4.0.5v4.0.5Egor Tensin2022-12-04
|
* docker: make schedule.sh more reusableEgor Tensin2022-12-04
|