Commit fd061b4
graph, tests: Fix clippy warning and update _logs introspection schema
Use map_while instead of filter_map on lines() iterator to properly
handle read errors, and add missing orderDirection argument to the
_logs field in mock introspection JSON.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 58d4665 commit fd061b4
File tree
2 files changed
+11
-1
lines changed- graph/src/components/log_store
- store/test-store/tests/graphql
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
828 | 838 | | |
829 | 839 | | |
830 | 840 | | |
| |||
0 commit comments