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

revert: adding back "Table rendering support for databars (#1212)" #1365

Merged
merged 4 commits into from
Jun 12, 2023

Conversation

ethanalvizo
Copy link
Contributor

@ethanalvizo ethanalvizo commented Jun 9, 2023

Not sure if I need to mention a ticket number here?

@@ -496,7 +496,7 @@ class IrisGridTableModelTemplate<
}
}

textValueForCell(x: ModelIndex, y: ModelIndex): string | null {
textValueForCell(x: ModelIndex, y: ModelIndex): string | null | undefined {
Copy link
Contributor Author

@ethanalvizo ethanalvizo Jun 9, 2023

Choose a reason for hiding this comment

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

this is 1 of 2 functions that I changed from original

@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #1365 (c217730) into main (a5d4e21) will decrease coverage by 0.44%.
The diff coverage is 27.90%.

@@            Coverage Diff             @@
##             main    #1365      +/-   ##
==========================================
- Coverage   45.95%   45.52%   -0.44%     
==========================================
  Files         494      506      +12     
  Lines       34422    34888     +466     
  Branches     8586     8708     +122     
==========================================
+ Hits        15820    15884      +64     
- Misses      18551    18953     +402     
  Partials       51       51              
Flag Coverage Δ
unit 45.52% <27.90%> (-0.44%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/code-studio/src/styleguide/Grids.tsx 100.00% <ø> (ø)
packages/grid/src/DataBarGridModel.ts 0.00% <0.00%> (ø)
packages/grid/src/GridMetricCalculator.ts 75.59% <0.00%> (-0.65%) ⬇️
packages/grid/src/GridTheme.ts 100.00% <ø> (ø)
packages/grid/src/MockDataBarGridModel.ts 0.00% <0.00%> (ø)
...ackages/iris-grid/src/IrisGridCellRendererUtils.ts 0.00% <0.00%> (ø)
...kages/iris-grid/src/IrisGridDataBarCellRenderer.ts 0.00% <0.00%> (ø)
packages/iris-grid/src/IrisGridTheme.ts 100.00% <ø> (ø)
...rid/src/mousehandlers/IrisGridTokenMouseHandler.ts 4.22% <0.00%> (-0.54%) ⬇️
packages/grid/src/DataBarCellRenderer.ts 0.38% <0.38%> (ø)
... and 14 more

@@ -2011,7 +2025,7 @@ class IrisGridTableModelTemplate<
}
}

editValueForCell(x: ModelIndex, y: ModelIndex): string | null {
editValueForCell(x: ModelIndex, y: ModelIndex): string | null | undefined {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is the other

@ethanalvizo ethanalvizo requested a review from mofojed June 12, 2023 13:39
@ethanalvizo ethanalvizo merged commit 8586d4d into deephaven:main Jun 12, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 12, 2023
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.

2 participants