Commit Graph

729 Commits

Author SHA1 Message Date
765a994d83 requirements.txt updated 2024-03-04 21:19:59 +01:00
23488f94d4 added support for 16.0 drivers to readme 2024-03-04 21:19:59 +01:00
f9341cdab4 fixed docker image name (gitlab registry) 2024-03-04 21:19:59 +01:00
cad81ad1d6 fixed deploy docker 2024-03-04 21:19:59 +01:00
b07b7da2f3 fixed new docker registry image path 2024-03-04 21:19:59 +01:00
1ef7dd82f6 toggle api endpoints 2024-03-04 21:19:25 +01:00
5a1b1a5950 typos 2024-03-04 21:19:25 +01:00
83f4b42f01 added information about ipv6 may be must disabled 2024-03-04 21:19:25 +01:00
a3baaab26f removed mysql from included docker drivers 2024-03-04 21:19:25 +01:00
aa4ebfce73 added docker command to logging section
thanks to @libreshare (#2)
2024-03-04 21:19:25 +01:00
aa746feb13 improvements
thanks to @AbsolutelyFree (#1)
2024-03-04 21:19:25 +01:00
fce0eb6d74 fixed "deploy:pacman" 2024-03-04 21:19:25 +01:00
32806e5cca push multiarch image to docker-hub 2024-03-04 21:19:25 +01:00
50eddeecfc fixed mariadb-client installation
ref. https://github.com/PyMySQL/mysqlclient/discussions/624
2024-03-04 21:19:25 +01:00
092e6186ab added missing "pkg-config" for "mysqlclient==2.2.0"
ref. https://stackoverflow.com/questions/76533384/docker-alpine-build-fails-on-mysqlclient-installation-with-error-exception-can
2024-03-04 21:19:25 +01:00
acbe889fd9 fixed versions 2024-03-04 21:19:25 +01:00
05cad95c2a refactored docker-compose.yml so very simple example, and moved proxy to "examples" directory 2024-03-04 21:19:25 +01:00
c9e36759e3 added 15.3 to supported drivers list 2024-03-04 21:19:25 +01:00
d116eec626 updated compatibility list 2024-03-04 21:19:25 +01:00
b1620154db docker-compose.yml - added note for TZ 2024-03-04 21:19:25 +01:00
4181095791 requirements.txt updated 2024-03-04 21:19:25 +01:00
66d203e72a requirements.txt updated 2024-03-04 21:13:12 +01:00
7800bf73a8 added "16.4" and "17.0" as supported 2024-02-27 15:44:34 +01:00
5b39598487 Merge branch 'dev' into 'main'
Dev

See merge request oscar.krause/fastapi-dls!30
2024-02-27 08:20:43 +01:00
ed59260a10 added "16.3" support 2024-02-26 20:53:47 +01:00
7c70d121be requirements.txt updated 2024-02-26 20:53:33 +01:00
213e768708 removed todo 2024-01-18 17:02:09 +01:00
0696900d67 fixes 2024-01-18 16:58:33 +01:00
4fb90a22e3 make tests interruptible 2024-01-18 13:10:12 +01:00
6aa197dcae only run test matrix when "app" or "test" changes 2024-01-18 13:09:30 +01:00
46f6c9fe99 fixed CI/CD path from "/builds" to "/tmp/builds" 2024-01-18 13:06:45 +01:00
2baaeb561b run different jobs on "$CI_DEFAULT_BRANCH" 2024-01-18 12:59:06 +01:00
867cd7018a removed pylint 2024-01-18 12:58:43 +01:00
9c686913dd disabled pylint 2024-01-18 12:46:51 +01:00
d3c4dc3fb7 disabled code_quality debug 2024-01-18 08:34:43 +01:00
af8b1c2387 Update .codeclimate.yml 2024-01-17 23:13:20 +01:00
d37d96dc34 fixed test_coverage (fail on matrix) 2024-01-17 23:05:57 +01:00
21d052523f added code_quality debug 2024-01-17 22:43:47 +01:00
22110df791 added code_quality “SOURCE_CODE” variable 2024-01-17 22:37:33 +01:00
c7f354d50c removed "cython" from "test" 2024-01-17 11:33:22 +01:00
3bdfc94527 removed tests for "23.04"
> gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/tmp/pip-install-sazb8fvo/httptools_694f06fa2e354ed9ba9f5c167df7fce4/vendor/llhttp/include -I/tmp/pip-install-sazb8fvo/httptools_694f06fa2e354ed9ba9f5c167df7fce4/vendor/llhttp/src -I/usr/local/include/python3.11 -c httptools/parser/parser.c -o build/temp.linux-x86_64-cpython-311/httptools/parser/parser.o -O2
      httptools/parser/parser.c:212:12: fatal error: longintrepr.h: No such file or directory
2024-01-17 09:33:58 +01:00
9473f10653 added tests for Ubuntu "Mantic Minotaur" 2024-01-17 08:08:37 +01:00
e9ad1d7791 requirements.txt updated 2024-01-12 14:53:17 +01:00
f97ee9c8fc updated debian bookworm 12 dependencies 2024-01-12 14:25:03 +01:00
236948e483 updated test to debian bookworm 2023-11-03 14:03:48 +01:00
948934ad0e fixed testing dependency 2023-11-03 12:53:50 +01:00
3ef14e5522 added gcc as dependency 2023-11-03 11:41:44 +01:00
ee50ede2ea fixes 2023-11-03 10:49:06 +01:00
b11579de98 fixed debian package versions 2023-11-03 09:28:23 +01:00
dc33c29158 fixed versions & added 16.2 as supported 2023-11-03 08:23:07 +01:00