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

2.0.4 merge into master #5297

Merged
merged 24 commits into from
Jun 9, 2022
Merged

2.0.4 merge into master #5297

merged 24 commits into from
Jun 9, 2022

Conversation

shefalijoshi
Copy link
Contributor

@shefalijoshi shefalijoshi commented Jun 7, 2022

Describe your changes:

Merges 2.0.4 into master

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Is this change backwards compatible? For example, developers won't need to change how they are calling the API or how they've extended core plugins such as Tables or Plots.

Author Checklist

  • Changes address original issue?
  • Unit tests included and/or updated with changes?
  • Command line build passes?
  • Has this been smoke tested?
  • Testing instructions included in associated issue OR is this a dependency/testcase change?

Reviewer Checklist

  • Changes appear to address issue?
  • Changes appear not to be breaking changes?
  • Appropriate unit tests included?
  • Code style and in-line documentation are appropriate?
  • Commit messages meet standards?
  • Has associated issue been labelled unverified? (only applicable if this PR closes the issue)
  • Has associated issue been labelled bug? (only applicable if this PR is for a bug fix)

shefalijoshi and others added 18 commits April 25, 2022 11:58
* [2297] When there is no display range or range, skip setting the range value when auto scale is turned off.

* If the formatted value is a number and a float, set precision to 2 decimal points.

* Fix value assignment

* Use whole numbers in log mode

* Revert whole numbers fix - need floats for values between 0 and 1.
* Scroll to focused image when view resizes - this will force scrolling to focused image when going to/from view large mode

* Scroll to the right if there is no paused focused image
* Use telemetry collections to handle bounds checks
…ge (#5116)

* Added animation styling for POS and CAM; adjusted cutoff for isNewImage

* Remove animation from POS and CAM
#5132)

* use object (map) instead of set to track dirty objects
* fix tests due to internals change

Co-authored-by: Nikhil <[email protected]>
* Gauge plugin #4896, add edit mode
* Improve sizing strategy for gauges.
* Do not install gauge by default for now

Co-authored-by: Nikhil <[email protected]>
Co-authored-by: Jamie Vigliotta <[email protected]>
Co-authored-by: Andrew Henry <[email protected]>
* use dev mode for production

* mode -> production

* added extra devtool options

* wip
* Fallback for height

* Remove duplicated requestHistory call since setDataTimeContext already invokes it on mount

* Inverted datumIsNotValid and refactored requestHistory

* Remove old datumIsNotValid func

* Return false if datum is falsy

* Corrected brightness/contrast input

* Clone default values to avoid mutation

* Changed index of imageTelemetry to an item within bounds

* Implement clearData test for imagery differently

* x-out clearData tests

Co-authored-by: Joshi <[email protected]>
* Fallback for height

* Remove duplicated requestHistory call since setDataTimeContext already invokes it on mount

* Inverted datumIsNotValid and refactored requestHistory

* Remove old datumIsNotValid func

* Return false if datum is falsy

* Corrected brightness/contrast input

* Clone default values to avoid mutation

* Changed index of imageTelemetry to an item within bounds

* Implement clearData test for imagery differently

* x-out clearData tests

* Set bounds on each test rather than the wrapper

Co-authored-by: Michael Rogers <[email protected]>
* Remove check for duplicate images
* Remove commented out code and add TODO
package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "openmct",
"version": "2.0.3-SNAPSHOT",
"version": "2.0.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be updated, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, waiting to resolve conflicts.

@codecov
Copy link

codecov bot commented Jun 7, 2022

Codecov Report

Merging #5297 (2281a1b) into master (370e6a0) will decrease coverage by 0.00%.
The diff coverage is 58.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5297      +/-   ##
==========================================
- Coverage   49.71%   49.71%   -0.01%     
==========================================
  Files         589      589              
  Lines       21569    21563       -6     
  Branches     2018     2020       +2     
==========================================
- Hits        10722    10719       -3     
+ Misses      10312    10307       -5     
- Partials      535      537       +2     
Impacted Files Coverage Δ
src/plugins/imagery/components/ImageControls.vue 21.53% <0.00%> (ø)
src/plugins/imagery/components/ImageryView.vue 34.10% <0.00%> (-0.56%) ⬇️
src/plugins/imagery/mixins/imageryData.js 72.41% <73.68%> (+3.34%) ⬆️
src/plugins/imagery/components/ImageryTimeView.vue 71.26% <0.00%> (-0.58%) ⬇️
src/api/composition/DefaultCompositionProvider.js 89.77% <0.00%> (+1.13%) ⬆️
src/ui/router/Browse.js 91.78% <0.00%> (+2.73%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 370e6a0...2281a1b. Read the comment docs.

@jvigliotta jvigliotta requested a review from unlikelyzero June 9, 2022 00:02
@shefalijoshi shefalijoshi enabled auto-merge (squash) June 9, 2022 00:18
@shefalijoshi shefalijoshi merged commit 0f0c6a7 into master Jun 9, 2022
@jvigliotta jvigliotta deleted the 2.0.4-master branch June 9, 2022 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants