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

Tackling late-arriving comments from #5186 #5626

Merged
merged 1 commit into from
Aug 14, 2018

Conversation

mistercrunch
Copy link
Member

@mistercrunch mistercrunch commented Aug 14, 2018

@williaster thanks for the review, tackled most of your comments from #5186 here

Also created issue for related to isRequired/default props here: #5625 . I had the habit to not set a default when default would be null, typically for PropTypes.node. Happy being more explicit about it.

@codecov-io
Copy link

Codecov Report

Merging #5626 into master will decrease coverage by <.01%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5626      +/-   ##
==========================================
- Coverage   63.48%   63.48%   -0.01%     
==========================================
  Files         360      360              
  Lines       22889    22891       +2     
  Branches     2547     2547              
==========================================
+ Hits        14531    14532       +1     
- Misses       8343     8344       +1     
  Partials       15       15
Impacted Files Coverage Δ
superset/assets/src/CRUD/CollectionTable.jsx 76.41% <ø> (ø) ⬆️
superset/assets/src/components/EditableTitle.jsx 82.81% <ø> (ø) ⬆️
superset/assets/src/CRUD/Fieldset.jsx 70% <ø> (ø) ⬆️
...rc/explore/components/controls/CheckboxControl.jsx 89.47% <ø> (ø) ⬆️
superset/assets/src/CRUD/Field.jsx 54.16% <ø> (ø) ⬆️
superset/assets/src/datasource/DatasourceModal.jsx 74.57% <75%> (-0.87%) ⬇️

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 a39dfb9...2d10bf0. Read the comment docs.

Copy link
Contributor

@williaster williaster left a comment

Choose a reason for hiding this comment

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

Thanks @mistercrunch for taking the time to come back to this! LGTM.

+1 to turning on the linting rule, frontend folks here push it and I think it results in being more explicit/less error prone.

@williaster
Copy link
Contributor

williaster commented Aug 14, 2018

Also I think this chevron pattern (point in the direction things will go) is well-established, google uses it which seems like a strong indicator.

chevron

@mistercrunch
Copy link
Member Author

Ok, I'll try and find the time to change the caret / chevron!

@mistercrunch mistercrunch merged commit d601ff4 into apache:master Aug 14, 2018
@mistercrunch mistercrunch deleted the chris_comments branch August 14, 2018 23:30
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants