Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-11 | add python 3.12 support | Mathieu Dupuy | |
2023-12-19 | drop python 3.7 support | Mathieu Dupuy | |
2023-10-30 | cancel 3.12 testing due to pendulum not support py3.12 yet | laixintao | |
see: https://github.com/sdispater/pendulum/issues/600 this will revert part of https://github.com/laixintao/iredis/pull/461 | |||
2023-10-30 | fix matrix python version | laixintao | |
2023-10-30 | bugfix: active virtualenv and check for 3.12 | laixintao | |
2023-10-30 | use pendulum 3.0 for python3.12 | laixintao | |
2023-10-30 | Updating dependencies and docker builds (#461) | Chayim | |
* dependency update * fail fast false * pendulum bump | |||
2022-12-29 | fix changelog and ci (#456) | laixintao | |
* fix changelog * fix python version * add 3.11.1 * upgade setup python4 * upgrade to 3.6.15 * downgrade ubuntu * drop python3.6 support * udpate changelog * fix idle typo * ignore commands json * skip commands.json * fix path * ignore data docs * ignore unit test as well | |||
2022-08-10 | build: upgrade pip to lastest. | laixintao | |
2022-06-29 | add testing on redis 7. (#433) | laixintao | |
* add testing on redis 7. * skip version auth test for redis 6 * fix zset type in redis7. * support redis7 * fix lint. | |||
2022-06-07 | Support Dragonfly (version parsing) (#425) | laixintao | |
* add version parse test * add test cases for version pasing * delete print. * fix flake8 * extend timeout for expect testing. * fix black. * extend pexpect again. * bugfix: xfail the abort testing. | |||
2021-12-20 | Introduce codespell to find typos | tssujt | |
2021-12-16 | Test iredis on Python 3.10 | tssujt | |
2021-11-22 | upgrade ubuntu 16.04 to ubuntu latest. | laixintao | |
2021-07-07 | extend the timeout for expect keyboard int. | laixintao | |
print logs. extend the timeout again. | |||
2021-06-04 | upgrade action cache version to v2 | laixintao | |
2021-05-07 | Use Python 3.9 instead of Python 3.9 alpha | messense | |
2021-05-07 | Use pip 21.1 | messense | |
2021-05-07 | Install PyOxidizer from PyPI | messense | |
2020-11-25 | bugfix: upgrade pyoxidizer version in test build action. (#367) | laixintao | |
2020-11-25 | Merge pull request #365 from laixintao/macdavid313-pyoxidizer-0.10.3-test-build | laixintao | |
add a new action to build and upload binary. | |||
2020-11-25 | finally I found some body mentioned that. | laixintao | |
https://github.community/t/use-variables-in-upload-artifact/16577 | |||
2020-11-25 | bugfix: using github environment. | laixintao | |
2020-11-25 | bugfix: test binary running condition. | laixintao | |
2020-11-25 | enable build test every time. | laixintao | |
2020-11-25 | change test-binary-build trigger condition to workflow_dispatch. | laixintao | |
2020-11-25 | bugfix: fix variables of Github Action. | laixintao | |
2020-11-25 | bugfix: fix upload-artifact step. | laixintao | |
2020-11-25 | add a new action to build and upload binary. | laixintao | |
2020-11-25 | use PyOxidizer 0.10.3 | Tianyu Gu | |
2020-10-06 | bugfix: github action cache. (#362) | laixintao | |
* add python3.9 to action cache key. * manually install setuptools. * downgrade pip to 18.1 * lock pip version to 18.1 | |||
2020-10-06 | test iredis on Python3.9 (#361) | laixintao | |
* test iredis on Python3.9 * test on Python3.9 * upgrade python github action to v2, include 3.9 * remove 2.x and 3.0 | |||
2020-06-12 | typo: fix patreon | laixintao | |
2020-06-12 | bugfix: fix links in funding page. | laixintao | |
2020-06-12 | add funding file, in order to display github sponsor button. | laixintao | |
2020-05-09 | redis6.0: update redis-doc to date. (#324) | laixintao | |
* redis6.0: update redis-doc to date. * copy latest doc files into iredis/data. * update redis-doc. * fix a redis-doc render problem. * make test compatiable with redis6. * add redis6 to github action matrix. * action file fix, delete space. * fix typo * fix flake8 and remove duplicated code. * sperate redis version test for 5 and 6 * bugfix: rename duplicated test * upgrade dependency cache key * udpate changelog. | |||
2020-05-05 | ci: lock redis-server version to 5. (#326) | laixintao | |
2020-03-01 | fix socket connection. | laixintao | |
2020-03-01 | fix entrypoint. | laixintao | |
2020-03-01 | mount tmp on github action. | laixintao | |
2020-03-01 | add test for unix dsn connection. | laixintao | |
Action: open socket connction in docker. | |||
2020-02-27 | remove tag name from assets. | laixintao | |
2020-02-27 | bugfix poetry cache. | laixintao | |
2020-02-27 | build: split pypi and linux binary build. | laixintao | |
2020-02-27 | add tags to assets name. | laixintao | |
2020-02-27 | close tag release for debug. | laixintao | |
2020-02-27 | fix typo. | laixintao | |
2020-02-25 | Build pyoxidizer binary on release | Mac Chaffee | |
2020-02-21 | fix ci: release only runs on tag. | laixintao | |
2020-02-21 | trigger the test again. | laixintao | |