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

Notebook Snapshotting to the default Notebook isn't working #4475

Merged
merged 3 commits into from
Jan 7, 2022

Conversation

nikhilmandlik
Copy link
Contributor

@nikhilmandlik nikhilmandlik commented Nov 17, 2021

Resolves:

resolves: #4469

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?

@codecov
Copy link

codecov bot commented Nov 17, 2021

Codecov Report

❗ No coverage uploaded for pull request base (release/1.8.3@2f63718). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head fdecc37 differs from pull request most recent head 9923c8c. Consider uploading reports for the commit 9923c8c to get more accurate results
Impacted file tree graph

@@               Coverage Diff                @@
##             release/1.8.3    #4475   +/-   ##
================================================
  Coverage                 ?   56.38%           
================================================
  Files                    ?      718           
  Lines                    ?    22794           
  Branches                 ?     1656           
================================================
  Hits                     ?    12852           
  Misses                   ?     9535           
  Partials                 ?      407           

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 2f63718...9923c8c. Read the comment docs.

@nikhilmandlik nikhilmandlik requested review from akhenry and removed request for akhenry November 17, 2021 19:07
Copy link
Contributor

@charlesh88 charlesh88 left a comment

Choose a reason for hiding this comment

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

Not sure why I'm a reviewer here: I can't comment on any of the changes in the code.

@nikhilmandlik nikhilmandlik requested a review from akhenry January 5, 2022 22:09
@akhenry
Copy link
Contributor

akhenry commented Jan 6, 2022

@nikhilmandlik This looks good. Could you please change the base to release/1.8.3? Thank you!

@nikhilmandlik nikhilmandlik changed the base branch from master to release/1.8.3 January 6, 2022 22:54
@nikhilmandlik nikhilmandlik changed the base branch from release/1.8.3 to master January 6, 2022 23:04
@nikhilmandlik nikhilmandlik changed the base branch from master to release/1.8.3 January 6, 2022 23:09
@unlikelyzero unlikelyzero requested review from charlesh88 and akhenry and removed request for akhenry January 6, 2022 23:51
@akhenry
Copy link
Contributor

akhenry commented Jan 7, 2022

Reviewer Checklist

  1. Changes appear to address issue? Y
  2. Appropriate unit tests included? N/A
  3. Code style and in-line documentation are appropriate? Y
  4. Commit messages meet standards? Y
  5. Has associated issue been labelled unverified? (only applicable if this PR closes the issue) Y

@akhenry akhenry merged commit a8da0d5 into release/1.8.3 Jan 7, 2022
@akhenry akhenry deleted the notebook-entry-issue branch January 7, 2022 00:44
@akhenry akhenry mentioned this pull request Jan 10, 2022
16 tasks
unlikelyzero pushed a commit that referenced this pull request Jan 20, 2022
* Fix object creation (#4675)

* Save the object before adding it to the parent so that transaction committing works properly
* Fix object creation - composition policy changes

* use relative path (#4683)

* Notebook Snapshotting to the default Notebook isn't working (#4475)

* Notebook Snapshotting to the default Notebook isn't working #4469

* Check for ref when trying to get the style receiver. (#4687)

Also ensure that the property being displayed in Properties is actually a part of the domainObject.

* Mct 4555 rebased v3 (#4689)

* Preserve the previousFocusedImage for subscription updates, bound change for local and fixed time

* Only preserve previous focused image if paused

* Forcibly reset imageContainer size to prevent aspect ratio distortion

* Remove unneccesary mixin invocation

* Use image history instead of imagehistory size for watcher. Revert other changes

* Added check if last image index is selected

* isPaused instead of paused

Co-authored-by: Michael Rogers <[email protected]>

* Snapshot notice link not navigating as expected #4194 (#4686)

* Fix Link Action to accept the right input for validation (#4696)

* Remove snapshot from release version (#4721)

Co-authored-by: David Tsay <[email protected]>
Co-authored-by: Nikhil <[email protected]>
Co-authored-by: Michael Rogers <[email protected]>
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.

Notebook Snapshotting to the default Notebook isn't working
3 participants