Commit graph

411 commits

Author SHA1 Message Date
Serhii Charykov
85540c02bd Implement temporary workaround from unasync package 2022-05-01 18:18:01 +03:00
Serhii Charykov
490fcec1a7 Fix DeprecationWarning '@pytest.fixture' 2022-05-01 17:27:06 +03:00
Simon Prickett
00ed537fca
Merge pull request #222 from redis/dependabot/pip/click-8.1.3
Bump click from 8.1.2 to 8.1.3
2022-04-29 08:48:40 +01:00
dependabot[bot]
6fa692bdfd
Bump click from 8.1.2 to 8.1.3
Bumps [click](https://github.com/pallets/click) from 8.1.2 to 8.1.3.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.1.2...8.1.3)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 04:22:45 +00:00
Simon Prickett
33c5f287a7
Merge pull request #221 from redis/dependabot/pip/mypy-0.950
Bump mypy from 0.942 to 0.950
2022-04-28 11:40:36 +01:00
dependabot[bot]
bdd76411ba
Bump mypy from 0.942 to 0.950
Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.950.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.942...v0.950)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 03:24:10 +00:00
Simon Prickett
cbd33857b6
Merge pull request #220 from moznuy/fix/87
Fixes #87
2022-04-27 21:58:47 +01:00
Serhii Charykov
838a712d57 Remove deletion logic duplication 2022-04-27 20:11:44 +03:00
Serhii Charykov
0ae8ef882e Refactoring 2022-04-27 20:01:17 +03:00
Serhii Charykov
56f1d35de9 lint & format 2022-04-27 19:47:54 +03:00
Serhii Charykov
5016f739dd Fix ordering in test_full_text_search_queries 2022-04-27 19:42:18 +03:00
Serhii Charykov
675722b221 Add redis "barrier" in cleanup_keys
To prevent pytest-xdist workers stomping each other with _delete_test_keys
2022-04-27 19:41:07 +03:00
Simon Prickett
878490abb7 Version bump. 2022-04-25 15:33:02 +01:00
Simon Prickett
49a4a1edbe
Merge pull request #219 from redis/fix-unnecessary-commands-for-first-search-#218
Performance improvement for first - avoids unnecessary pagination.
2022-04-25 15:24:16 +01:00
Simon Prickett
e5c6c0494a Adds test for first() on hashes. 2022-04-25 13:26:27 +01:00
Simon Prickett
129ef956b8 Performance improvement for first - avoids unnecessary pagination. 2022-04-25 13:05:11 +01:00
Simon Prickett
c0fa1bef57
Merge pull request #217 from redis/dependabot/pip/types-redis-4.2.0
Bump types-redis from 4.1.22 to 4.2.0
2022-04-25 09:18:20 +01:00
Simon Prickett
6c51fa3d68
Merge pull request #215 from redis/dependabot/pip/pytest-7.1.2
Bump pytest from 7.1.1 to 7.1.2
2022-04-25 09:16:32 +01:00
dependabot[bot]
e723e8abc8
Bump pytest from 7.1.1 to 7.1.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.1...7.1.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 08:16:22 +00:00
Simon Prickett
d52f6bcb60
Merge pull request #216 from redis/dependabot/pip/email-validator-1.2.0
Bump email-validator from 1.1.3 to 1.2.0
2022-04-25 09:14:01 +01:00
Simon Prickett
74226d8109
Merge pull request #214 from redis/dependabot/github_actions/actions/setup-python-3.1.2
Bump actions/setup-python from 3.1.1 to 3.1.2
2022-04-25 09:11:04 +01:00
dependabot[bot]
d66f49f4c9
Bump types-redis from 4.1.22 to 4.2.0
Bumps [types-redis](https://github.com/python/typeshed) from 4.1.22 to 4.2.0.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 03:36:12 +00:00
dependabot[bot]
ae73be64d6
Bump email-validator from 1.1.3 to 1.2.0
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.1.3 to 1.2.0.
- [Release notes](https://github.com/JoshData/python-email-validator/releases)
- [Commits](https://github.com/JoshData/python-email-validator/compare/v1.1.3...v1.2.0)

---
updated-dependencies:
- dependency-name: email-validator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 03:35:45 +00:00
dependabot[bot]
e58da7473c
Bump actions/setup-python from 3.1.1 to 3.1.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 03:33:50 +00:00
Simon Prickett
32b0774053 Fixed typo in error message. 2022-04-22 17:29:26 +01:00
Simon Prickett
710b14187e Version bump. 2022-04-22 16:09:16 +01:00
Simon Prickett
07bac5118c
Merge pull request #213 from redis/increase-default-search-results-page-size-#207
Updated page size to 1000 from 10.
2022-04-22 13:28:26 +01:00
Simon Prickett
fd151fc322 Updated page size to 1000 from 10. 2022-04-22 13:17:25 +01:00
Simon Prickett
31fd071211
Merge pull request #120 from gowthamparuchuru/main
corrected Strict Validation documentation
2022-04-22 11:14:00 +01:00
Simon Prickett
6cd611bc50 Version bump. 2022-04-22 10:13:44 +01:00
Simon Prickett
fed511e55f
Merge pull request #198 from redis/dependabot/github_actions/actions/setup-python-3.1.1
Bump actions/setup-python from 2 to 3.1.1
2022-04-22 10:12:26 +01:00
Simon Prickett
1d104d2eb2
Merge pull request #212 from redis/remove-dotenv-dependency-#154
Removed dotenv dependency and code.
2022-04-22 10:08:41 +01:00
Simon Prickett
70e1f5952d Removed dotenv dependency and code. 2022-04-22 10:03:34 +01:00
Simon Prickett
83b011e03b
Merge pull request #211 from redis/dependabot/pip/pylint-2.13.7
Bump pylint from 2.13.5 to 2.13.7
2022-04-21 12:06:15 +01:00
Simon Prickett
b8a77e6571
Merge pull request #210 from redis/dependabot/pip/types-redis-4.1.22
Bump types-redis from 4.1.21 to 4.1.22
2022-04-21 12:05:06 +01:00
dependabot[bot]
cfad34af1b
Bump pylint from 2.13.5 to 2.13.7
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.5 to 2.13.7.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.5...v2.13.7)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 03:23:31 +00:00
dependabot[bot]
cf1b81c3ff
Bump types-redis from 4.1.21 to 4.1.22
Bumps [types-redis](https://github.com/python/typeshed) from 4.1.21 to 4.1.22.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 03:23:04 +00:00
Simon Prickett
843ed8a9b4
Merge pull request #209 from redis/dependabot/pip/typing-extensions-4.2.0
Bump typing-extensions from 4.1.1 to 4.2.0
2022-04-19 09:12:00 +01:00
Simon Prickett
aabdf5f699
Merge pull request #208 from redis/dependabot/pip/types-redis-4.1.21
Bump types-redis from 4.1.19 to 4.1.21
2022-04-19 09:09:15 +01:00
dependabot[bot]
6df03af440
Bump typing-extensions from 4.1.1 to 4.2.0
Bumps [typing-extensions](https://github.com/python/typing) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG)
- [Commits](https://github.com/python/typing/compare/4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 03:27:24 +00:00
dependabot[bot]
ada93fc60f
Bump types-redis from 4.1.19 to 4.1.21
Bumps [types-redis](https://github.com/python/typeshed) from 4.1.19 to 4.1.21.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 03:27:01 +00:00
Simon Prickett
5586af7ea8
Merge pull request #205 from redis/dependabot/pip/types-six-1.16.15
Bump types-six from 1.16.13 to 1.16.15
2022-04-14 09:41:21 +01:00
dependabot[bot]
4ea64c9faf
Bump types-six from 1.16.13 to 1.16.15
Bumps [types-six](https://github.com/python/typeshed) from 1.16.13 to 1.16.15.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-six
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 03:30:18 +00:00
Simon Prickett
d417079f53 Version bump for 0.23. 2022-04-13 11:04:38 +01:00
Simon Prickett
dc0077779e
Merge pull request #202 from redis/add-all-pks-for-json-model
Adds `all_pks()` method for `JsonModel` and supporting test.
2022-04-13 11:01:53 +01:00
Simon Prickett
85b62efc67
Merge pull request #203 from redis/dependabot/pip/types-six-1.16.13
Bump types-six from 1.16.12 to 1.16.13
2022-04-13 09:43:00 +01:00
dependabot[bot]
b3418b6a68
Bump types-six from 1.16.12 to 1.16.13
Bumps [types-six](https://github.com/python/typeshed) from 1.16.12 to 1.16.13.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-six
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 03:22:31 +00:00
Simon Prickett
eefa5a9f42 Added test for HashModel all_pks() 2022-04-12 11:50:02 +01:00
Simon Prickett
274ff788b1 Adds all_pks() method and test. 2022-04-12 11:31:09 +01:00
Simon Prickett
6453867eea
Merge pull request #200 from redis/dependabot/pip/tox-3.25.0
Bump tox from 3.24.5 to 3.25.0
2022-04-12 10:36:50 +01:00