Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Staleness] API and Component Functionality #6108

Merged
merged 62 commits into from
Jan 23, 2023
Merged
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
240d2ac
initial telemetry api updates for staleness support
jvigliotta Dec 18, 2022
81e7b9d
modifying staleness to a subsription style
jvigliotta Dec 18, 2022
2add452
fixing variable name
jvigliotta Dec 18, 2022
21fd8ec
Merge branch 'master' into staleness
jvigliotta Dec 30, 2022
96b6bd6
debuggin
jvigliotta Dec 30, 2022
a185297
put the subscribe in the wrong place
jvigliotta Dec 30, 2022
29024ec
stale class for object views
jvigliotta Dec 31, 2022
96e643e
temp cyan border for testing
jvigliotta Dec 31, 2022
7e90a0d
added staleness to swg, working on stacked plot staleness
jvigliotta Jan 4, 2023
2d83324
WIP: stacked plot staleness
jvigliotta Jan 4, 2023
5209424
reverting, going a different route
jvigliotta Jan 4, 2023
43a8a01
staleness on stacked plots
jvigliotta Jan 4, 2023
0712390
plot legend staleness
jvigliotta Jan 4, 2023
3394227
remove debug code
jvigliotta Jan 4, 2023
cff8faf
staleness for alphanumerics
jvigliotta Jan 4, 2023
4a502e2
lad table and table set staleness
jvigliotta Jan 4, 2023
7fe2b05
overlay plot staleness
jvigliotta Jan 5, 2023
dade753
remove debug code
jvigliotta Jan 5, 2023
f5b271b
hardened lad staleness functionality fixed plots without composition bug
jvigliotta Jan 5, 2023
9f9781b
adding staleness to gauges
jvigliotta Jan 5, 2023
55938b2
renaming telemetry age check functionality so it does not conflict wi…
jvigliotta Jan 6, 2023
cee2479
couple one-off fixes here and there, and WIP for condition sets, movi…
jvigliotta Jan 9, 2023
36f9b83
small fix on lad tables, added staleness functionality to tables
jvigliotta Jan 10, 2023
9c95fd1
finishing up condition sets
jvigliotta Jan 10, 2023
9e89702
some cleaning up
jvigliotta Jan 11, 2023
960f7e9
adding border to condition sets when an item is stale
jvigliotta Jan 11, 2023
f4d517c
fixing dub sub
jvigliotta Jan 17, 2023
c4938b5
addressing PR comment, moving repeated code to a function
jvigliotta Jan 17, 2023
b1e824a
robustified the SWG stalenes provider, little fixes here and there as…
jvigliotta Jan 18, 2023
9e6f9bc
removing debug code
jvigliotta Jan 18, 2023
7c7de9c
typo fixes
jvigliotta Jan 18, 2023
0f9f2ed
cleanin up debug code
jvigliotta Jan 18, 2023
93b965f
created a simple stalenes mixin for more basic usage in components
jvigliotta Jan 18, 2023
f1753cc
more robustification, if a new staleness subscription happens, will n…
jvigliotta Jan 18, 2023
70101ec
beefed up staleness mixin a bit to give it more use
jvigliotta Jan 18, 2023
c2ec924
copyright
jvigliotta Jan 18, 2023
dec7d3f
cleanin up ladtable code
jvigliotta Jan 18, 2023
a631749
cleanin up ladtable code
jvigliotta Jan 18, 2023
317b907
cleaning up lad table sets
jvigliotta Jan 18, 2023
8790183
some minor updates
jvigliotta Jan 18, 2023
b1c4668
Closes #6109
charlesh88 Jan 19, 2023
0900805
Closes #6109
charlesh88 Jan 19, 2023
a4c394c
adding staleness utils helper, mixin and isStale functionalirty for t…
jvigliotta Jan 19, 2023
8f158b5
Closes #6109
charlesh88 Jan 19, 2023
00a106f
Merge branch 'staleness' of github.com:nasa/openmct into staleness
charlesh88 Jan 19, 2023
362b9cb
Merge branch 'master' into staleness
akhenry Jan 19, 2023
6a8bdb0
need to have one domainObject per stalenes utility
jvigliotta Jan 20, 2023
93853fe
making sure we handle domains correctly while dealing with staleness
jvigliotta Jan 20, 2023
cdd38ca
couple fixes
jvigliotta Jan 20, 2023
2b2f98e
moving abort controller logic to a spot where it makes more sense
jvigliotta Jan 20, 2023
fbb03ed
added some more info for the StalenesProvider interface docs
jvigliotta Jan 20, 2023
d18b1bb
returning undefinded for ifStale requests with no provider
jvigliotta Jan 20, 2023
a351afe
Merge branch 'master' into staleness
jvigliotta Jan 20, 2023
ebcd717
debuggin
jvigliotta Jan 21, 2023
ea24d5f
debuggin
jvigliotta Jan 21, 2023
52bdaed
missed "isStale" call in condtioncollections
jvigliotta Jan 21, 2023
a482ce0
removing debug code and using mixin unsubscribe in gauge
jvigliotta Jan 21, 2023
eeb2134
Merge branch 'master' into staleness
jvigliotta Jan 21, 2023
1573b1a
Merge branch 'master' into staleness
scottbell Jan 23, 2023
7cf9af1
fixing tests
jvigliotta Jan 23, 2023
1ebc15e
Merge branch 'staleness' of http://github.com/nasa/openmct into stale…
jvigliotta Jan 23, 2023
a991224
more targeted tree item click
jvigliotta Jan 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove debug code
  • Loading branch information
jvigliotta committed Jan 4, 2023
commit 3394227ae43322d35fa191fcb74735e44f784fb3
1 change: 0 additions & 1 deletion src/plugins/plot/legend/PlotLegend.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export default {
}
},
data() {
console.log('legend', this.legend);
return {
isLegendExpanded: this.legend.get('expanded') === true
};
Expand Down