Commit 674f043
authored
bugfix - Notebooks circular dependency fix (#3104)
* updated circular dep on notebooks, suppress the critical dependency warning from @protobufjs/inquire
Signed-off-by: Lucas <lyoon@redhat.com>
* changelogs
Signed-off-by: Lucas <lyoon@redhat.com>
* cleanup
Signed-off-by: Lucas <lyoon@redhat.com>
* remove webpack.config.js - moved to separate PR
The webpack.config.js approach won't work for this use case.
Moving to separate PR for investigation.
Signed-off-by: Lucas <lyoon@redhat.com>
* address comments
Signed-off-by: Lucas <lyoon@redhat.com>
* no more url on the frontend
Signed-off-by: Lucas <lyoon@redhat.com>
---------
Signed-off-by: Lucas <lyoon@redhat.com>1 parent 603759f commit 674f043
10 files changed
Lines changed: 52 additions & 1068 deletions
File tree
- workspaces/lightspeed
- .changeset
- plugins
- lightspeed-backend/src/service
- notebooks
- documents
- types
- lightspeed/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| 154 | + | |
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
| |||
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
166 | | - | |
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
| |||
186 | 189 | | |
187 | 190 | | |
188 | 191 | | |
189 | | - | |
190 | 192 | | |
191 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
192 | 198 | | |
193 | 199 | | |
194 | 200 | | |
| |||
0 commit comments