summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2024-04-11add python 3.12 supportMathieu Dupuy
2023-12-19drop python 3.7 supportMathieu Dupuy
2023-10-30cancel 3.12 testing due to pendulum not support py3.12 yetlaixintao
see: https://github.com/sdispater/pendulum/issues/600 this will revert part of https://github.com/laixintao/iredis/pull/461
2023-10-30fix matrix python versionlaixintao
2023-10-30bugfix: active virtualenv and check for 3.12laixintao
2023-10-30use pendulum 3.0 for python3.12laixintao
2023-10-30Updating dependencies and docker builds (#461)Chayim
* dependency update * fail fast false * pendulum bump
2022-12-29fix 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-10build: upgrade pip to lastest.laixintao
2022-06-29add 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-07Support 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-20Introduce codespell to find typostssujt
2021-12-16Test iredis on Python 3.10tssujt
2021-11-22upgrade ubuntu 16.04 to ubuntu latest.laixintao
2021-07-07extend the timeout for expect keyboard int.laixintao
print logs. extend the timeout again.
2021-06-04upgrade action cache version to v2laixintao
2021-05-07Use Python 3.9 instead of Python 3.9 alphamessense
2021-05-07Use pip 21.1messense
2021-05-07Install PyOxidizer from PyPImessense
2020-11-25bugfix: upgrade pyoxidizer version in test build action. (#367)laixintao
2020-11-25Merge pull request #365 from laixintao/macdavid313-pyoxidizer-0.10.3-test-buildlaixintao
add a new action to build and upload binary.
2020-11-25finally I found some body mentioned that.laixintao
https://github.community/t/use-variables-in-upload-artifact/16577
2020-11-25bugfix: using github environment.laixintao
2020-11-25bugfix: test binary running condition.laixintao
2020-11-25enable build test every time.laixintao
2020-11-25change test-binary-build trigger condition to workflow_dispatch.laixintao
2020-11-25bugfix: fix variables of Github Action.laixintao
2020-11-25bugfix: fix upload-artifact step.laixintao
2020-11-25add a new action to build and upload binary.laixintao
2020-11-25use PyOxidizer 0.10.3Tianyu Gu
2020-10-06bugfix: 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-06test 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-12typo: fix patreonlaixintao
2020-06-12bugfix: fix links in funding page.laixintao
2020-06-12add funding file, in order to display github sponsor button.laixintao
2020-05-09redis6.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-05ci: lock redis-server version to 5. (#326)laixintao
2020-03-01fix socket connection.laixintao
2020-03-01fix entrypoint.laixintao
2020-03-01mount tmp on github action.laixintao
2020-03-01add test for unix dsn connection.laixintao
Action: open socket connction in docker.
2020-02-27remove tag name from assets.laixintao
2020-02-27bugfix poetry cache.laixintao
2020-02-27build: split pypi and linux binary build.laixintao
2020-02-27add tags to assets name.laixintao
2020-02-27close tag release for debug.laixintao
2020-02-27fix typo.laixintao
2020-02-25Build pyoxidizer binary on releaseMac Chaffee
2020-02-21fix ci: release only runs on tag.laixintao
2020-02-21trigger the test again.laixintao