Commit Graph

231 Commits (77e23b4ae44ac5df9e22202aa32157cb7008f301)
 

Author SHA1 Message Date
scito 829fe65b1e ci: pip install pytest-mock 2 years ago
scito c90526dcf2 fix undefined name 'abort' and 'qreader' 2 years ago
scito 47e84e4462 run docker capture version 2 years ago
scito b4931856ba apk add --no-cache nano zlib jpeg && re-enable tests 2 years ago
scito f532dc668d indent_size = 2 for yml 2 years ago
scito 1dee86668a rename ARG run_tests to RUN_TESTS 2 years ago
scito aa0de699fe disable tests for alpine 2 years ago
scito 7e684ff19e --build-arg run_tests=false 2 years ago
scito b159b9e70d apk add musl-dev and apk del .build-deps 2 years ago
scito 951878d027 apk add gcc 2 years ago
scito 2a44bbfa27 use $(apk --print-arch) 2 years ago
scito 540ae7438d use $(uname -m) 2 years ago
scito c346c085b6 apk add python3-dev py3-setuptools 2 years ago
scito 7cb3b2ac21 always apk add on alpine 2 years ago
scito 0eb5014eb0 ci_docker: add docker/setup-buildx-action@v2 2 years ago
scito d4f5eb243e change to "$TARGETARCH" == "arm64" 2 years ago
scito b05decc10f apk add zlib-dev jpeg-dev only for alpine linux/arm64 2 years ago
scito 21ebccbba5 apk add zlib-dev 2 years ago
scito 912825034f add zlib for alpine/arm64 docker image 2 years ago
scito 95e7d73173 mock no_args tests 2 years ago
scito 9f0872c2d0 extract from camera
- add help description
- use f-strings
- handle plural correctly
- rename methods, use otp_url instead of line
- remove importlib.util
- move cv2 imports to top
- remove unnecessary global delcarations
- group image tests
2 years ago
scito 7964c687f6 make running tests optional in docker build 2 years ago
scito 1d0b568b1e setup QEMU 2 years ago
scito aaa7bd3da1 build also on arm64 2 years ago
scito 5ab5f84ff3 add docker label for source 2 years ago
scito a4c4badd54 fix docker hub username 2 years ago
scito f272c35a1f enable docker push in ci_docker 2 years ago
scito e4e5271c0f github actions docker build no_qr_reader 2 years ago
scito 158564e79a fix to_bytes() mandatory byte_order 2 years ago
scito 672d18a5ca build docker images, run tests in docker build
- qreader_available flag
- echo commands in upgrade_deps.sh
2 years ago
scito 0490e227e1 docker image with qreader, 2nd image without qreader
- organize imports
- add qreader pytest.mark
- relaxed mode for pytest
- run tests in docker
- more tests
2 years ago
scito 2bcaa35251 organize imports 2 years ago
scito b0b4c29e7b improve README 2 years ago
scito e754befb52 refactor; update setup.py
more verbose logging
better error messages
2 years ago
scito 06b8efff62 add zypper and dnf for libzbar0 2 years ago
scito 5d0feacdba update README 2 years ago
scito 343520acb8 support multiple infiles 2 years ago
scito c2d7c905ff handle wrong stdin streams 2 years ago
scito bc329e24d5 renable libzbar 2 years ago
scito 4612ab6e7f catch zbar import error 2 years ago
scito 05db190de3 test qreader import 2 years ago
scito 0ad3c2d8ed change name to nightly tests 2 years ago
scito 31bb2909da fix ci jobs 2 years ago
scito c1a55fb874 test pypy only in nightly builds 2 years ago
scito 82da427d1a refactor code: extract method 2 years ago
scito af0d7ffd5d dynamic import of QReader
since this module has a dependency to zbar lib
2 years ago
scito 9a308b148f fix macOS ci 2 years ago
scito cd07851e30 install zbar lib 2 years ago
scito f4934192ae WIP 2 years ago
qwertyca 483fcc0163 Add the ability so provide an image file as the infile. If the file contains a QR code generated by Google Authenticator's "Transfer Accounts" function, it will be decoded directly in a single step. This is meant to help users who need to access their secrets from Google Authenticator but don't have a QR code decoder and don't want to use an online one due to security concerns. 2 years ago