summaryrefslogtreecommitdiff
path: root/server/hooks
AgeCommit message (Collapse)Author
2021-09-19client+server: migrate to GitHub actionsShyam Sunder
2020-09-01client+server: fix linter issues due to updated pre-commit hooksShyam Sunder
2020-08-28server/docker: unify test and main DockerfilesShyam Sunder
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2020-06-05dev: add pre-commit hooks for pytest and docker buildingShyam Sunder
2020-06-05client+server: normalize trailing newlinesShyam Sunder
2020-06-04server/docker: fix missing installation requirementsShyam Sunder
Furthermore, an update to Pillow has improved the floating-point precision of the image hash algorithm, requiring minor updates to the respective unit tests. See https://github.com/python-pillow/Pillow/pull/4320
2020-03-13all: purge remaining elasticsearch artifactsShyam Sunder
2020-03-06server/tests: use postgresql test databaseShyam Sunder
2019-10-04docker: added OCI-compatible image labelsShyam Sunder
See https://github.com/opencontainers/image-spec/blob/master/annotations.md
2019-09-29server/docker: use Alpine-based image for space savingsShyam Sunder
2019-09-28docker: add hooks to autotag imagesShyam Sunder
2019-09-28server/tests: integrate testing into DockerShyam Sunder