summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Support for password-encrypted SSL private keys (#1782)Chayim2021-12-162-1/+2
| | | Adding support for SSL private keys with a password. This PR also adds support for future SSL tests.
* Add CI action to install package from commit hash (#1781) (#1790)Ashwani Gupta2021-12-151-0/+16
|
* Run actions in Parallel (#1763)Chayim2021-12-021-2/+4
|
* Updating PR template (#1745)v4.1.0rc1Chayim2021-11-251-0/+1
|
* GitHub release improvements (#1684)Chayim2021-11-251-2/+2
|
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-1/+5
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>
* Added breaking icon to release drafter (#1702)Chayim2021-11-141-1/+1
|
* Tests to validate built python packages (#1678)v4.0.0rc2Chayim2021-11-092-41/+86
|
* publish to pypi as releases are generated with the release drafter (#1647)v4.0.0rc1Chayim2021-11-041-0/+31
|
* restore actions to prs (#1653)Chayim2021-10-261-0/+3
| | | | | * restore actions to prs * limiting pr runs for actions against master
* re-enabling codecov as part of CI process (#1646)Chayim2021-10-261-5/+5
|
* tox integrations with invoke and docker (#1632)Chayim2021-10-211-3/+53
|
* adding contributors to the changes (#1619)Chayim2021-10-171-1/+5
|
* Adding the release drafter to help simplify release notes (#1618)Chayim2021-10-172-0/+59
|
* run CI on all branchespypytestAndy McCurdy2021-06-301-2/+0
|
* use github actions instead of travis-CIRoey Prat2021-06-302-1/+16
|
* mark and close stale issues and PRsroey-stale_issuesRoey Prat2020-06-291-0/+20
|
* Unify tox and Travis test matrix (#1243)Jon Dufresne2019-11-121-1/+1
| | | | | | | | | | | | | | | tox can now always be used as the test entry point and allows for contributors to easily test the full test matrix locally. Starting with setuptools v41.5.0 (27 Oct 2019) the `setup.py test` command is formally deprecated. It now emits a warning on use. Prior to this version, it use was discouraged by the setuptools developers. Now, always use tox as the one testing entry point. It handles multiple version of Python and Redis. The Travis CI configuration was reworked to use tox to install dependencies and run tests in the same manner that contributors would do locally.
* fix typojunnplus2019-01-311-1/+1
|
* Add github templates.Theo Despoudis2018-12-042-0/+23
ISSUE_TEMPLATE for creating issues PULL_REQUEST_TEMPLATE for creating PRs Signed-off-by: Theo Despoudis <thdespou@hotmail.com>