Commit d414e69
authored
refactor(server): unify policy persistence in objects table (#972)
* refactor(server): unify policy persistence in objects table
Signed-off-by: John Myers <9696606+johntmyers@users.noreply.github.com>
* fix(server): clean sandbox-owned records on reconcile delete
* refactor(server): use protos for stored policy records
* refactor(server): move policy persistence into policy_store
* fix(server): restore compute runtime merge compatibility
* fix(server): validate draft chunk sandbox ownership
---------
Signed-off-by: John Myers <9696606+johntmyers@users.noreply.github.com>1 parent 3e69c36 commit d414e69
17 files changed
Lines changed: 1819 additions & 915 deletions
File tree
- crates/openshell-server
- migrations
- postgres
- sqlite
- src
- compute
- grpc
- persistence
- e2e
- python
- rust/tests
- proto
Lines changed: 26 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 12 | + | |
10 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 26 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 12 | + | |
10 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 0 additions & 35 deletions
This file was deleted.
0 commit comments