aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* 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
|
* README: updateEgor Tensin2022-03-29
|
* frontend: move cgitrc to /etcEgor Tensin2022-03-29
|
* README: updateEgor Tensin2022-03-29
|
* rename Compose services, move directories around, etc.Egor Tensin2022-03-29
|
* t/i/docker: reuse the root docker-compose.ymlEgor Tensin2022-03-29
|
* docker: change default pathsEgor Tensin2022-03-27
|
* README: updateEgor Tensin2022-03-27
|
* frontend: add a comment to the configEgor Tensin2022-03-26
|
* frontend: serve from / instead of /git/Egor Tensin2022-03-26
|
* workflows/ci: build frontend as well as backendEgor Tensin2022-03-26
|
* docker: add comments to frontend configurationEgor Tensin2022-03-26
|
* workflows/ci: skip the example config test for PyPI buildsEgor Tensin2022-03-26
| | | | | It basically does the same as the integration test, and consumes a lot of time.
* docker: add a frontend nginx imageEgor Tensin2022-03-26
| | | | | At first, I built a custom image at https://egort.name/. It had a rather long development history, and I just copied the files from there.
* docker: run once at startup, even when in cronEgor Tensin2022-03-26
|
* v2.6.1v2.6.1Egor Tensin2022-03-15
|
* get rid of annoying "false" messages in outputEgor Tensin2022-03-15
|
* Dockerfile: set maintainer labelEgor Tensin2022-03-15
|
* v2.6.0v2.6.0Egor Tensin2022-03-15
|