aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
...
* t/i/docker: test the frontend alsoEgor Tensin2022-12-03
|
* workflows/ci: rearrange dependenciesEgor Tensin2022-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 scriptsEgor Tensin2022-12-03
|
* docker: factor out cron stuff into schedule.shEgor Tensin2022-12-03
| | | | It can be easily reused that way.
* v4.0.4v4.0.4Egor Tensin2022-12-03
|
* frontend: fix /mnt/cgitize being inaccessible to nginxEgor Tensin2022-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.3Egor Tensin2022-12-03
|
* docker: chmod o-rwx the output directoryEgor Tensin2022-12-03
|
* docker: refactor entrypoint.shEgor Tensin2022-12-03
|
* minor fixEgor Tensin2022-12-03
|
* v4.0.2v4.0.2Egor Tensin2022-12-02
|
* docker: bump base imageEgor Tensin2022-12-02
|
* workflows/ci: fix Python 3.6 testsEgor Tensin2022-11-28
| | | | https://github.com/actions/setup-python/issues/544
* workflows/ci: set-output is deprecatedEgor Tensin2022-11-28
|
* v4.0.1v4.0.1Egor Tensin2022-10-16
|
* workflows/ci: remove unused stepsEgor Tensin2022-10-16
|
* workflows/ci: fix warnings, sanitize commandsEgor Tensin2022-10-16
|
* frontend: use normal Alpine image instead of nginxEgor Tensin2022-10-16
| | | | | I've had a problem with the nginx:1-alpine image switching Alpine versions, so I'm fixing the version at least.
* docker: upgrade base imagesEgor Tensin2022-10-16
|
* factor out common settings in docker-compose.ymlEgor Tensin2022-10-16
|
* move Dockerfile to docker/Egor Tensin2022-10-16
|
* frontend: fix Docker buildsEgor Tensin2022-10-15
| | | | | | This is what I get for abandoning my stuff for a while. The base image nginx:1-alpine switched Alpine versions, and it doesn't have some packages anymore. Oh well.
* workflows/ci: use pip install -e .Egor Tensin2022-10-15
| | | | Don't use the requirements.txt file; it doesn't fit all Python versions.
* bump dependenciesEgor Tensin2022-10-15
| | | | | | | 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.
* Makefile: add venv-update commandEgor Tensin2022-10-15
| | | | | It should fetch dependencies from setup.cfg and update them to the latest version.
* v4.0.0v4.0.0Egor Tensin2022-05-27
|
* examples/cgitize.toml: reword a bitEgor Tensin2022-05-27
|
* requirements.txt: bump dependenciesEgor Tensin2022-05-27
|
* "access_token"/"app_password" -> "token"Egor Tensin2022-05-27
|
* clone to NAME.git foldersEgor Tensin2022-05-27
| | | | | It seems to be the convention and the default behaviour of `git clone --bare`, so do that.
* README: update URLsEgor Tensin2022-05-22
|
* v3.0.3v3.0.3Egor Tensin2022-04-12
|
* frontend: nobody wants .tar.bz2 archivesEgor Tensin2022-04-12
|
* README: updateEgor Tensin2022-04-11
|
* v3.0.2v3.0.2Egor Tensin2022-04-11
|
* setup.cfg: update descriptionEgor Tensin2022-04-11
|
* README: updateEgor Tensin2022-04-11
|
* frontend: dash is not pre-installed on AlpineEgor Tensin2022-04-11
|
* v3.0.1v3.0.1Egor Tensin2022-04-09
|
* docker: drop version to 3 in docker-compose.ymlEgor Tensin2022-04-09
|
* docker: use pip install --targetEgor Tensin2022-04-09
|
* frontend: pip -> pip3 for consistencyEgor Tensin2022-04-09
|
* frontend: don't install packages twiceEgor Tensin2022-04-09
|
* frontend: get rid of bash in imageEgor Tensin2022-04-09
|
* frontend: minimize the imageEgor Tensin2022-04-09
|
* v3.0.0v3.0.0Egor Tensin2022-03-30
|
* setup.cfg: update classifiersEgor Tensin2022-03-30
|
* requirements.txt: bump dependenciesEgor Tensin2022-03-30
|
* README: updateEgor Tensin2022-03-30
|
* README: move Docker stuff to docker/Egor Tensin2022-03-30
|