zitadel/.github/workflows
Tim Möhlmann 250f2344c8
feat(cache): redis cache (#8822)
# Which Problems Are Solved

Add a cache implementation using Redis single mode. This does not add
support for Redis Cluster or sentinel.

# How the Problems Are Solved

Added the `internal/cache/redis` package. All operations occur
atomically, including setting of secondary indexes, using LUA scripts
where needed.

The [`miniredis`](https://github.com/alicebob/miniredis) package is used
to run unit tests.

# Additional Changes

- Move connector code to `internal/cache/connector/...` and remove
duplicate code from `query` and `command` packages.
- Fix a missed invalidation on the restrictions projection

# Additional Context

Closes #8130
2024-11-04 10:44:51 +00:00
..
build.yml chore(tests): use a coverage server binary (#8407) 2024-09-06 14:47:57 +02:00
codeql.yml chore(workflow): stop previous GH action pipeline on new changes and move back to public runners (#7659) 2024-03-28 07:15:03 +00:00
compile.yml chore: update github actions (#7564) 2024-03-14 09:26:31 +00:00
console.yml chore: update github actions (#7564) 2024-03-14 09:26:31 +00:00
container.yml chore: fix artifact upload for container build (#7565) 2024-03-14 11:10:53 +00:00
core-integration-test.yml feat(cache): redis cache (#8822) 2024-11-04 10:44:51 +00:00
core-unit-test.yml chore(tests): use a coverage server binary (#8407) 2024-09-06 14:47:57 +02:00
core.yml chore: update github actions (#7564) 2024-03-14 09:26:31 +00:00
e2e.yml fix(console): remove navigation flakiness (#8439) 2024-08-22 09:48:36 +02:00
issues.yml chore(deps): bump actions/add-to-project from 0.6.1 to 1.0.1 (#7767) 2024-04-15 10:36:23 +00:00
lint.yml chore(lint): print error locations (#8246) 2024-07-17 07:20:45 +00:00
ready_for_review.yml chore: tag author in ready for review comment (#8009) 2024-05-24 18:45:06 +02:00
release-channels.yml chore: update github actions (#7564) 2024-03-14 09:26:31 +00:00
release.yml chore: automatically bump charts (#8537) 2024-09-04 05:16:17 +00:00
version.yml chore: avoid latest on maintenance releases (#7702) 2024-04-10 11:56:05 +00:00