Commit c4cafb1
Updated Chirpstack from V3 to V4 (#152)
* Fixed routing of gateway list + fixed memory leak by unsubscribing properly from gateway fetches
* Fixed routing errors in gateway list
* Changed mqtt datatarget topic placeholder + added tooltip
* Added additional text changes from Product Owner
* Removed maxLenght from device AND gateway EUI, now removes non-hex digits on submit
* Gateway upgrades to get data from v4.
* Added sticky to name column on gateway status table
* Implemented application table column selection
* Removed unused controller name from select
* Moved column selector to own component + implemented column selection on iot-device table
* Changed datastructure of gateway to match database + Column administration on gateway-status-table
* Changed column selector for a cog icon button
* Chirpstack updates.
* small fixes after merge
* Spinner for device profiles
* changed printhWidth to match backend
* fresh package-lock
* updated to node-version 18 on github
* First set of pr changes
* some PR changes before merge
* PR changes and added prettier from backend so it can match with frontend (both are nodejs, so shouldn't it be the same?)
* Updated package-lock and bumped monaco-editor down to 0.33
* Fixes
* da.json addition
---------
Co-authored-by: Frederik Christ Vestergaard <[email protected]>
Co-authored-by: August Andersen <[email protected]>1 parent a9603f3 commit c4cafb1
File tree
58 files changed
+1398
-1984
lines changed- .github/workflows
- src
- app
- applications
- applications-list/applications-table
- bulk-import
- iot-devices
- iot-device-detail
- downlink
- iot-device-detail-lorawan
- iot-device-edit
- multicast/multicast-detail
- gateway
- gateway-detail
- gateway-edit
- gateway-overview/gateway-tabs/gateway-map
- gateway-table
- network-server
- profiles
- device-profiles
- device-profiles-edit
- device-profiles-list
- profiles-list
- service-profiles
- service-profiles-edit
- service-profiles-list
- service-profile-item
- search/search-table
- assets
- docs
- i18n
- scss/components
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+1398
-1984
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
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 | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | | - | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
| |||
136 | 134 | | |
137 | 135 | | |
138 | 136 | | |
139 | | - | |
140 | 137 | | |
141 | 138 | | |
142 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
| 17 | + | |
Lines changed: 1 addition & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
23 | | - | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
28 | | - | |
29 | 24 | | |
30 | 25 | | |
31 | 26 | | |
| |||
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 33 | | |
0 commit comments