Commit 18e6847
committed
feat: add entity search, copyable IDs, audit improvements, and policy enforcement
- Add EntitySelect combobox component with debounced search (Headless UI)
- Add CopyableId component for truncated UUID display with click-to-copy
- Add searchable entity filters to AdminAuditPage and QueryAuditPage
- Add useDebounce hook and entitySearchFns utility
- Add tests for CopyableId, EntitySelect, AdminAuditPage, QueryAuditPage
- Add CopyableId to list pages (users, roles, policies, datasources, attributes)
- Add AuditTimeline to DataSourceEditPage and RoleEditPage
- Fix audit resource_type to use "proxy_user" (matching DB table name)
- Fix update_datasource to skip no-op updates and add PolicyHook cache
invalidation after datasource mutations
- Add policy enforcement integration tests and test helpers
- Update permission-system and security-vectors docs
- Update proxy CLAUDE.md with new patterns and conventions1 parent 8cc217a commit 18e6847
37 files changed
Lines changed: 2847 additions & 324 deletions
File tree
- admin-ui
- src
- components
- hooks
- pages
- utils
- docs
- proxy
- src
- admin
- engine
- hooks
- tests
- support
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
189 | 222 | | |
190 | 223 | | |
191 | 224 | | |
| |||
0 commit comments