Commit 4935d5e
Feature/historical conditions (#8148)
* adding telemetry collections to condition manager
* handling telemetry collection data not datum
* adding from maaster
* addressing PR comments
* update unit test to work with telemetry collections
* fixing tests
* removing unnecessary addition
* removing focused describe
* removing focused it
* fix weird test bleed
* Add realtime output of telemetry data in conditionals and add support for historical conditional telemetry queries to allow for plotting
* Cleanup and add missing files
* Fix issue with missing data
* Update emitted values
* Addressing feedback
* Creating a const for telemetry value
* Cleanup
* Pass through plot options
* Cleanup
* Fix problem introduced with const
* Add back initialize on mount
* Compensate for missing data at certain timestamps
* Rename file
* Rename file
* Update metadata provider
* Update condition set metadata
* Fix zero issue
* Try removing the default format for better data inspection
* pulled over changes that were made after copying whole repo in a dump
* pulling over from file dump
* remove debug
* handle "none" output situations
* removing telemetry when output condition is "none"
* adding license info
* one last tweak to get none to work correctly without messin up other stuff
* WIP tests
* make sure unit exists
* WIP
* WIP
* adding timesystem accounting
* WIP
* remove unused method
* handling dupes from historical/subscription, correct formatting before evaluating conditions
* update tests to new output format
* updating to reflect column name change
* update to match new path style for telemetry options
* more robust handling of new condition inspector view "canView" method
* update for paths in condition telemetry dropdown, add config tab to inspector tests
* updating for new paths in telemetry selection dropdwns
* lint
* remove unused method
* add keystring to telem objcts so its easy to grab
* dont use index
* remove unused method
* removed debug logs
* use predefined priority constants
* remove debug
* lint
* fix process buffer and remove fit on test
* added missing await
* remove unused arg
* using a set instead of two arrays
* using a set instead of two arrays, normalize id
* add a guard if unsubscribe path is called with no telemetryobject
* explicitly import isEqual instead of random global use
* Updates to work with new changes introduced for conditionsets, merged both intended changes/fixes
* lint
* correcting case
* handling removing output telemetry when condition set is being viewed and when not being viewed, but on load
* handle removed telemetry correctly for conditions that use it
* deleting instead of null settting to avoid issues on last unsub
* lint
---------
Co-authored-by: Khalid Adil <khalidadil29@gmail.com>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>1 parent 09ad12b commit 4935d5e
27 files changed
Lines changed: 1308 additions & 290 deletions
File tree
- .webpack
- e2e
- tests/functional
- plugins
- conditionSet
- styling
- ui
- src/plugins
- condition
- components
- utils
- displayLayout/components
- plot
- stackedPlot
- mixins
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
135 | 151 | | |
136 | 152 | | |
137 | 153 | | |
| |||
884 | 900 | | |
885 | 901 | | |
886 | 902 | | |
| 903 | + | |
887 | 904 | | |
888 | 905 | | |
889 | 906 | | |
| |||
Lines changed: 67 additions & 77 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
292 | 293 | | |
293 | 294 | | |
294 | 295 | | |
295 | | - | |
| 296 | + | |
296 | 297 | | |
297 | 298 | | |
298 | 299 | | |
| |||
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
361 | 345 | | |
362 | 346 | | |
363 | 347 | | |
| |||
408 | 392 | | |
409 | 393 | | |
410 | 394 | | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
426 | 403 | | |
427 | 404 | | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
445 | 412 | | |
446 | | - | |
| 413 | + | |
447 | 414 | | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
456 | 418 | | |
457 | 419 | | |
458 | 420 | | |
| |||
468 | 430 | | |
469 | 431 | | |
470 | 432 | | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
471 | 461 | | |
472 | 462 | | |
473 | 463 | | |
| |||
0 commit comments