This repository was archived by the owner on Jul 8, 2025. It is now read-only.
Commit ccbce0c
authored
feat: new messages endpoint (#287)
* revert: openapi-ts upgrade
* feat: show all alerts in dashboard table
* refactor: continue replace alerts with messages
* fix(project structure): issues with cross-feature leakage
* fix layout, and beging building conversation summary functionality
* deduplicate alerts & render secrets in conversation summary
* fix: dial back de-duplication logic
* chore: util function for MSW endpoint
* chore: apply msw endpoint to handlers
* chore: mockers for API responses
* chore: add eslint rule to enforce safe msw usage
* chore: apply new MSW approach across codebase
* fix: remove de-duplication logic
* tidy up conversation detail with tabs, add tests
* visual improvements to conversation view
* fix: tests
* chore: tidy ups
* fix flaky test
* fix vitest & istanbul mismatch causing flakiness1 parent 7e66ff0 commit ccbce0c
File tree
116 files changed
+4363
-3202
lines changed- src
- api
- components
- __tests__
- ui
- chat
- features
- alerts
- components
- __tests__
- hooks
- lib
- dashboard-alerts
- components
- __tests__
- hooks
- dashboard-messages
- components
- __tests__
- constants
- hooks
- lib
- __tests__
- header/components
- __tests__
- providers/components
- workspace
- components
- __tests__
- hooks
- hooks
- lib
- mocks/msw
- fixtures
- mockers
- routes
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
116 files changed
+4363
-3202
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
7 | 64 | | |
8 | 65 | | |
9 | 66 | | |
| |||
24 | 81 | | |
25 | 82 | | |
26 | 83 | | |
27 | | - | |
28 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
29 | 95 | | |
30 | 96 | | |
31 | 97 | | |
32 | 98 | | |
| 99 | + | |
33 | 100 | | |
34 | | - | |
35 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
36 | 107 | | |
37 | 108 | | |
38 | 109 | | |
| |||
132 | 203 | | |
133 | 204 | | |
134 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
135 | 240 | | |
136 | | - | |
| 241 | + | |
137 | 242 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
This file was deleted.
0 commit comments