Commit graph

56 commits

Author SHA1 Message Date
dependabot[bot]
b12b432439
Bump rojopolis/spellcheck-github-actions from 0.29.0 to 0.33.0 (#526)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chayim <chayim@users.noreply.github.com>
2023-07-12 11:19:29 +03:00
Chayim
70f64011fd
Dependency update changes (#534) 2023-07-11 14:06:37 +03:00
Chayim
2b450b5fee
Updating the getting started to highlight the redis-stack-server docker (#507)
Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
2023-04-30 12:57:19 +03:00
dependabot[bot]
eb14537ee4
Bump trailofbits/gh-action-pip-audit from 1.0.5 to 1.0.6 (#483)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 09:36:13 +03:00
Chayim
4ee61cb8b9
Silencing non-pinned dep notifcation (#478)
pip audit silence
2023-02-13 12:03:18 +02:00
Chayim
721f734aff
Ignore case on spellcheck (#463)
spellcheck ignore case, like other modules
2023-01-25 11:13:19 +02:00
dependabot[bot]
fd7d45ab87
Bump trailofbits/gh-action-pip-audit from 1.0.4 to 1.0.5 (#460)
Bumps [trailofbits/gh-action-pip-audit](https://github.com/trailofbits/gh-action-pip-audit) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/trailofbits/gh-action-pip-audit/releases)
- [Commits](https://github.com/trailofbits/gh-action-pip-audit/compare/v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: trailofbits/gh-action-pip-audit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 11:13:38 +02:00
dependabot[bot]
4f43933d9c
Bump trailofbits/gh-action-pip-audit from 1.0.0 to 1.0.4 (#452)
Bumps [trailofbits/gh-action-pip-audit](https://github.com/trailofbits/gh-action-pip-audit) from 1.0.0 to 1.0.4.
- [Release notes](https://github.com/trailofbits/gh-action-pip-audit/releases)
- [Commits](https://github.com/trailofbits/gh-action-pip-audit/compare/v1.0.0...v1.0.4)

---
updated-dependencies:
- dependency-name: trailofbits/gh-action-pip-audit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
2023-01-09 12:33:10 +02:00
dependabot[bot]
895fd41620
Bump rojopolis/spellcheck-github-actions from 0.27.0 to 0.29.0 (#451)
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.27.0 to 0.29.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/0.27.0...0.29.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
2023-01-09 12:27:28 +02:00
Chayim
6955225c08
Updating documentation to use redis.asyncio (#447)
* removing aioredis from documentation

* fix: proper python 3.11 support (#446)

* fix: propper python 3.11 support

* fix tox config

* wider python 3.x support

* Update ci.yml

Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>

* Add poetry.lock to .gitignore (#457)

* Add poetry.lock to .gitignore

* remove poetry.lock

* PR comments readme update

Co-authored-by: Yaraslau Zhylko <YaraslauZhylko@gmail.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
2023-01-08 12:39:19 +02:00
Yaraslau Zhylko
7bc8b402d5
fix: proper python 3.11 support (#446)
* fix: propper python 3.11 support

* fix tox config

* wider python 3.x support

* Update ci.yml

Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
2022-12-28 09:42:14 +02:00
Chayim
a931581c76
Updating poetry lock dependencies (#427) 2022-12-06 14:24:43 +02:00
Chayim
900b445387
Fixing invalid vulnerability report (#402)
* Fixing invalid vulnerability report

* Removing some pinned items

* more

* pip upgrade
2022-11-15 15:13:25 +02:00
Chayim
a34c6b2371
Removing superfluous dependency used in release process (#399)
Fixing dependencies during release
2022-10-20 13:02:30 +03:00
Chayim
1221efd2c3
Adding dependency vulnerability scanning to the CI process (#345)
Adding dependency scanning for CI

Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
2022-10-18 14:55:58 +03:00
Chayim
c16895c445
Updating the release drafter, tying to the main branch (#385)
fixing the release drafter, to main branch
2022-10-18 10:31:01 +03:00
dependabot[bot]
47429610f9
Bump actions/setup-python from 4.2.0 to 4.3.0 (#394)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 10:21:23 +03:00
dependabot[bot]
0e7a361cb6
Bump actions/cache from 1 to 3.0.11 (#396)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 10:21:02 +03:00
Chayim
4833a3198e
Updating the release process, and validating credentials are active (#386)
* pypi release improvements, and credential checks

* deps updates along the way
2022-10-06 18:09:43 +03:00
dependabot[bot]
f6ed168819
Bump rojopolis/spellcheck-github-actions from 0.26.0 to 0.27.0 (#377)
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/0.26.0...0.27.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
2022-09-19 11:47:49 +03:00
dvora-h
788d3dfe41
Drop python 3.6 support (#374)
* Drop python 3.6 support

* Update pyproject.toml

Co-authored-by: Chayim <chayim@users.noreply.github.com>
2022-09-07 11:15:00 +03:00
dependabot[bot]
5d2828ea25
Bump actions/setup-python from 4.0.0 to 4.2.0 (#329)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.0.0...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 14:39:49 +03:00
Chayim
aa122f6ca5
CodeQL integration (#310) 2022-08-09 14:38:59 +03:00
dependabot[bot]
cd39bad4f1
Bump rojopolis/spellcheck-github-actions from 0.23.0 to 0.26.0 (#331)
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.23.0 to 0.26.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/0.23.0...0.26.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 14:38:46 +03:00
Chayim
afdf6d82cc
Updating release drafter to match current standard (#291) 2022-07-11 11:07:26 +03:00
Chayim
bc2199f2d4
Spellcheck (#302)
* spelling, take1

* some spelling fixes

* one more
2022-07-11 11:03:16 +03:00
Chayim
b4c20b2f8f
Support for Pypy 3.7 in CI (#300)
pypy3.7 in CI
2022-07-11 10:58:45 +03:00
dependabot[bot]
3014905659
Bump actions/setup-python from 3.1.2 to 4.0.0 (#272)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.2...v4.0.0)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-09 16:30:36 +01:00
Serhii Charykov
1d73633c25 Fix CI python version strings 2022-05-05 18:06:35 +03: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
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
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
3030a70b6c Updated to use Redis Stack container. 2022-03-30 09:54:05 +01:00
dependabot[bot]
7d537b1a0f
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 03:24:12 +00:00
dependabot[bot]
2899af31dc
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 03:31:19 +00:00
Andrew Brookins
2b55ab8143
Merge pull request #4 from redis-developer/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.5 to 2.4.0
2021-11-12 14:12:57 -08:00
Andrew Brookins
03c7fe27c7 CI... 2021-11-12 09:43:49 -08:00
Andrew Brookins
e165942ad8 Try to fix CI 2021-11-10 12:20:51 -08:00
Andrew Brookins
c7c6dffe7a Tweak CI 2021-11-08 16:39:27 -08:00
dependabot[bot]
afd0845618
Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03 03:20:51 +00:00
Andrew Brookins
ca48b222f3 Fix yaml for CI #blessed 2021-11-02 17:08:46 -07:00
Andrew Brookins
60dc986947 Bump version to test CI 2021-11-02 17:06:09 -07:00
Andrew Brookins
fd1de73320
Merge pull request #1 from redis-developer/dependabot/github_actions/actions/checkout-2.3.5
Bump actions/checkout from 2.3.4 to 2.3.5
2021-10-24 20:23:28 -07:00
Andrew Brookins
d7dd9d361e Remove edge image from testing matrix 2021-10-22 12:20:44 -07:00
Andrew Brookins
5a655fcc1f I give up, CI is broken until redismod:edge works 2021-10-22 12:19:13 -07:00
Andrew Brookins
58e760dcc4 Try unquoted entrypoint 2021-10-22 12:14:05 -07:00
Andrew Brookins
fa293e3f88 Attempt to set the redis entrypoint in CI 2021-10-22 12:05:45 -07:00
Andrew Brookins
2f8ea2b9cb Fix twine checker in CI 2021-10-22 10:35:32 -07:00
Andrew Brookins
09c91fb756 Add building, linting for PyPI upload 2021-10-22 06:53:39 -07:00
Andrew Brookins
15b7d360eb Remove redismod:latest from testing matrix for now 2021-10-20 23:36:43 -07:00