Commit graph

387 commits

Author SHA1 Message Date
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
dependabot[bot]
1b9f78f4d9
Bump tox from 3.24.5 to 3.25.0
Bumps [tox](https://github.com/tox-dev/tox) from 3.24.5 to 3.25.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.24.5...3.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 04:37:25 +00:00
dependabot[bot]
c3d928a737
Bump actions/setup-python from 2 to 3.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 03:23:23 +00:00
Simon Prickett
94c6a96bf2 Version bump to 0.0.21. 2022-04-07 15:11:51 +01:00
Simon Prickett
aa29547da6
Merge pull request #197 from redis/document-non-zero-database-index-not-allowed
Updated documentation with note about indexing only being for database 0
2022-04-07 10:35:38 +01:00
Simon Prickett
b1da14bf96 Updated documentation with note about indexing only being for database 0. 2022-04-07 10:33:53 +01:00
Simon Prickett
0841d9ff7c
Merge pull request #196 from redis/warn-index-on-non-zero-database
Adds error if user attempts to create an index in DB > 0.
2022-04-07 10:26:26 +01:00
Simon Prickett
6193c238d8 Fixed linter issue. 2022-04-07 10:22:32 +01:00
Simon Prickett
f5b507369c Adds error if user attempts to create an index in DB > 0. 2022-04-07 10:02:50 +01:00
Simon Prickett
c4e96b18ab
Merge pull request #194 from redis/dependabot/pip/pylint-2.13.5
Bump pylint from 2.13.4 to 2.13.5
2022-04-07 09:21:10 +01:00
dependabot[bot]
d27911afeb
Bump pylint from 2.13.4 to 2.13.5
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.4 to 2.13.5.
- [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.4...v2.13.5)

---
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-07 03:22:31 +00:00
Simon Prickett
e851e62dd5
Merge pull request #188 from redis/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2.1.0 to 3
2022-04-06 10:20:31 +01:00
dependabot[bot]
570423c28a
Bump codecov/codecov-action from 2.1.0 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 03:20:59 +00:00
Simon Prickett
830fa50235
Merge pull request #187 from redis/dependabot/pip/redis-4.2.2
Bump redis from 4.2.1 to 4.2.2
2022-04-05 12:57:05 +01:00
Simon Prickett
64b2988c4d
Merge pull request #185 from redis/dependabot/pip/types-redis-4.1.19
Bump types-redis from 4.1.18 to 4.1.19
2022-04-05 12:56:03 +01:00
dependabot[bot]
b866426886
Bump redis from 4.2.1 to 4.2.2
Bumps [redis](https://github.com/redis/redis-py) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.2.1...v4.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 03:22:30 +00:00
dependabot[bot]
abd5d2c992
Bump types-redis from 4.1.18 to 4.1.19
Bumps [types-redis](https://github.com/python/typeshed) from 4.1.18 to 4.1.19.
- [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-04 03:22:50 +00:00
Simon Prickett
5529614fe3
Merge pull request #183 from redis/dependabot/pip/redis-4.2.1
Bump redis from 4.2.0 to 4.2.1
2022-04-01 15:04:46 +01:00
dependabot[bot]
4453e4de25
Bump redis from 4.2.0 to 4.2.1
Bumps [redis](https://github.com/redis/redis-py) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.2.0...v4.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 14:04:09 +00:00
Simon Prickett
5ace138f08
Merge pull request #182 from redis/dependabot/pip/pylint-2.13.4
Bump pylint from 2.13.3 to 2.13.4
2022-04-01 15:01:48 +01:00
Simon Prickett
9e10ee503c
Merge pull request #181 from redis/dependabot/pip/click-8.1.2
Bump click from 8.1.1 to 8.1.2
2022-04-01 14:56:03 +01:00
dependabot[bot]
e2b9dffdf7
Bump pylint from 2.13.3 to 2.13.4
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.3 to 2.13.4.
- [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.3...v2.13.4)

---
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-01 13:26:03 +00:00
Simon Prickett
9f99aab5e5
Merge pull request #180 from redis/dependabot/pip/twine-4.0.0
Bump twine from 3.8.0 to 4.0.0
2022-04-01 14:21:52 +01:00
dependabot[bot]
a6bbbc7ed7
Bump click from 8.1.1 to 8.1.2
Bumps [click](https://github.com/pallets/click) from 8.1.1 to 8.1.2.
- [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.1...8.1.2)

---
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-01 03:28:21 +00:00
dependabot[bot]
8214766798
Bump twine from 3.8.0 to 4.0.0
Bumps [twine](https://github.com/pypa/twine) from 3.8.0 to 4.0.0.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/twine/compare/3.8.0...4.0.0)

---
updated-dependencies:
- dependency-name: twine
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 03:27:57 +00:00