Commit 89ec574
Fix incorrect reporting of non-ASCII characters in the measurement display name (#1093)
* Read the serviceconfig using utf-8 encoding
* Add unit test and support SBOM.
* Fix client generation with localized service config and default values.
* Remove protobuf color enum & fix lint errors
---------
Co-authored-by: Jonathan Lugo <[email protected]>1 parent 2d1f663 commit 89ec574
File tree
8 files changed
+918
-5
lines changed- packages
- generator
- ni_measurement_plugin_sdk_generator/client
- tests
- acceptance
- test_assets/example_renders/measurement_plugin_client
- utilities/measurements/localized_measurement
- service
- ni_measurement_plugin_sdk_service/measurement
- tests
- assets
- unit
8 files changed
+918
-5
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Lines changed: 43 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
82 | 114 | | |
83 | 115 | | |
84 | 116 | | |
| |||
197 | 229 | | |
198 | 230 | | |
199 | 231 | | |
200 | | - | |
201 | | - | |
| 232 | + | |
| 233 | + | |
202 | 234 | | |
203 | 235 | | |
204 | 236 | | |
| |||
235 | 267 | | |
236 | 268 | | |
237 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
238 | 279 | | |
239 | 280 | | |
240 | 281 | | |
| |||
0 commit comments