Commit 375a74a
fix: address the first review round
- The Access picker offered Slack options that member provisioning would then
reject: it filtered on `status` but not `configurationStatus`. Rendering the
field for Slack is what exposed this, so it belongs with that change. Now
mirrors provisioning, which skips anything not `ready`.
- "The bundled Redis runs without persistence" was only true of the chart. The
Compose stack leaves Redis on its default snapshotting with no mounted
volume, so webhook markers survive a restart there but not recreating the
container.
- Redis is not optional at one replica: CLI authentication's approval store has
no fallback and throws without it. The values guidance implied the
requirement began above one replica.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015BwsJTEQRzWJaY4BRCkPZt1 parent 38b1277 commit 375a74a
4 files changed
Lines changed: 7 additions & 4 deletions
File tree
- apps
- docs/content/docs/platform/self-hosting
- sim/app/workspace/[workspaceId]/knowledge/[id]/hooks
- helm/sim
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
589 | 591 | | |
590 | 592 | | |
591 | 593 | | |
| |||
0 commit comments