Commit ed0a83e
Migrate from Next.js 14 / React 18 to Next.js 15 / React 19 (#2323)
* Migrate from Next.js 14 / React 18 to Next.js 15 / React 19
Signed-off-by: Michael Edgar <medgar@redhat.com>
Co-authored-by: hemahg <hhg@redhat.com>
Co-Authored-By: dependabot[bot] <support@github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Assisted-by: Claude Code (Sonnet 4.5) <noreply@anthropic.com>
* Update to pre-prelease Patternfly dependencies
Signed-off-by: Michael Edgar <medgar@redhat.com>
* Additional fixes for Next.js 15 / React 19
- Fixes to theme icon selection
- Additional async function promise conversion
- Update timestamp when using in-app refresh button
- Fix cluster connection detail drawer
- Add missing project column in cluster table when OIDC is enabled
- Remove broken auto-refresh on group members tab, topic groups listing,
and topic partitions listing
Signed-off-by: Michael Edgar <medgar@redhat.com>
Assisted-by: Claude Code (Sonnet 4.5) <noreply@anthropic.com>
* Consolidate `ThSortType` import to local `react-table` index
Signed-off-by: Michael Edgar <medgar@redhat.com>
* [ST] Adjusting CSS selector for application `<div>` element
Signed-off-by: Michael Edgar <medgar@redhat.com>
* Additional system test adjustments and fixes
Signed-off-by: Michael Edgar <medgar@redhat.com>
* Update topic and Kafka system tests
Signed-off-by: Michael Edgar <medgar@redhat.com>
* Add Kafka condition wait util, fix warnings list test
Signed-off-by: Michael Edgar <medgar@redhat.com>
* Remove Console pod stability polling
Signed-off-by: Michael Edgar <medgar@redhat.com>
* Remove commented code, create topics async
Signed-off-by: Michael Edgar <medgar@redhat.com>
* add root for nextjs
Signed-off-by: jkalinic <jkalinic@redhat.com>
---------
Signed-off-by: Michael Edgar <medgar@redhat.com>
Signed-off-by: jkalinic <jkalinic@redhat.com>
Co-authored-by: hemahg <hhg@redhat.com>
Co-authored-by: dependabot[bot] <support@github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: jkalinic <jkalinic@redhat.com>1 parent a0030f6 commit ed0a83e
140 files changed
Lines changed: 5071 additions & 4509 deletions
File tree
- systemtests/src
- main/java/com/github/streamshub/systemtests
- locators
- setup/console
- utils
- resourceutils/kafka
- testchecks
- test
- java/com/github/streamshub/systemtests
- kafka
- messages
- resources/upgrade
- ui
- .storybook
- app
- [locale]
- (authorized)
- kafka/[kafkaId]
- @activeBreadcrumb
- groups
- [groupId]
- reset-offset
- dryrun
- kafka-connect
- [connectorId]
- connect-clusters
- [clusterId]
- kafka-users
- [userId]
- nodes
- [nodeId]
- rebalances
- topics
- [topicId]
- create
- @header
- groups
- [groupId]
- reset-offset
- dryrun
- kafka-connect
- [connectorId]
- connect-clusters
- [clusterId]
- kafka-users
- [userId]
- nodes
- [nodeId]
- rebalances
- overview
- topics
- [topicId]
- groups
- groups
- [groupId]
- configuration
- members
- reset-offset
- dryrun
- kafka-connect
- [...connectorId]
- connect-clusters
- [clusterId]
- kafka-users
- [...userId]
- nodes
- [nodeId]
- configuration
- rebalances
- [rebalanceId]
- overview
- topics
- (page)
- post-delete
- [topicId]
- configuration
- groups
- messages
- partitions
- create
- (public)
- (home)
- kafka/[kafkaId]/login
- schema
- api/auth/[...nextauth]
- components
- ClusterOverview
- components
- MessagesTable
- Table
- TopicsTable
- components
- libs/patternfly
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | | - | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
310 | | - | |
| 309 | + | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
43 | | - | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| |||
Lines changed: 19 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
| 23 | + | |
14 | 24 | | |
15 | 25 | | |
16 | 26 | | |
| |||
28 | 38 | | |
29 | 39 | | |
30 | 40 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
333 | 337 | | |
334 | 338 | | |
335 | 339 | | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
336 | 349 | | |
337 | 350 | | |
338 | 351 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
Lines changed: 29 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
| 13 | + | |
| 14 | + | |
5 | 15 | | |
6 | 16 | | |
7 | 17 | | |
8 | 18 | | |
9 | 19 | | |
| 20 | + | |
10 | 21 | | |
11 | 22 | | |
| 23 | + | |
12 | 24 | | |
13 | 25 | | |
14 | 26 | | |
15 | 27 | | |
16 | 28 | | |
17 | 29 | | |
18 | 30 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
242 | 247 | | |
243 | 248 | | |
244 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
245 | 267 | | |
Lines changed: 36 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
20 | | - | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
49 | 59 | | |
50 | 60 | | |
51 | 61 | | |
| |||
64 | 74 | | |
65 | 75 | | |
66 | 76 | | |
67 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
68 | 81 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
72 | 91 | | |
73 | 92 | | |
74 | 93 | | |
| |||
147 | 166 | | |
148 | 167 | | |
149 | 168 | | |
150 | | - | |
151 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
152 | 175 | | |
153 | 176 | | |
154 | 177 | | |
| |||
0 commit comments