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

refactor(cell): Move cell status indicators to metadata key #1159

Merged
merged 9 commits into from
Nov 8, 2016
Merged

refactor(cell): Move cell status indicators to metadata key #1159

merged 9 commits into from
Nov 8, 2016

Conversation

captainsafia
Copy link
Member

Closes #1148.

@codecov-io
Copy link

codecov-io commented Nov 8, 2016

Current coverage is 89.21% (diff: 100%)

Merging #1159 into master will increase coverage by <.01%

@@             master      #1159   diff @@
==========================================
  Files            57         57          
  Lines          1455       1456     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1298       1299     +1   
  Misses          157        157          
  Partials          0          0          

Powered by Codecov. Last update 1ffe0b2...9c817ce

@captainsafia captainsafia changed the title [WIP] refactor(cell): Move cell status indicators to metadata key refactor(cell): Move cell status indicators to metadata key Nov 8, 2016
value
.deleteIn(['metadata', 'inputHidden'])
.deleteIn(['metadata', 'outputHidden'])
.delete(['metadata', 'status'])))),
Copy link
Member

Choose a reason for hiding this comment

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

While not a big deal, we could switch these to remove (it's an alias in ImmutableJS).

@rgbkrk rgbkrk merged commit d8e9dba into nteract:master Nov 8, 2016
@rgbkrk
Copy link
Member

rgbkrk commented Nov 8, 2016

Thank you for tackling this one and cleaning it all up!

@lock
Copy link

lock bot commented Apr 3, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked and limited conversation to collaborators Apr 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants