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

chore: Displays row limit warning with the Alert component #13854

Merged
merged 1 commit into from Mar 30, 2021

Conversation

michael-s-molina
Copy link
Member

SUMMARY

Displays row limit warning with the Alert component.

See also: #13841

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

112777601-79e9ed80-8ff7-11eb-9298-25f62fee872c

Screen Shot 2021-03-29 at 4 21 48 PM

@rusackas @junlincc @etr2460 @zuzana-vej

TEST PLAN

1 - Execute all tests
2 - All tests should pass

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

@junlincc
Copy link
Member

/testenv up

Copy link
Member

@etr2460 etr2460 left a comment

Choose a reason for hiding this comment

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

nice, making it simple! thanks for the followup

@codecov
Copy link

codecov bot commented Mar 29, 2021

Codecov Report

Merging #13854 (965434a) into master (467848d) will increase coverage by 2.00%.
The diff coverage is 50.00%.

❗ Current head 965434a differs from pull request most recent head 5d11b16. Consider uploading reports for the commit 5d11b16 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master   #13854      +/-   ##
==========================================
+ Coverage   75.56%   77.57%   +2.00%     
==========================================
  Files         935      935              
  Lines       47275    47271       -4     
  Branches     5883     5888       +5     
==========================================
+ Hits        35725    36669     +944     
+ Misses      11375    10458     -917     
+ Partials      175      144      -31     
Flag Coverage Δ
cypress 56.09% <0.00%> (+8.39%) ⬆️
javascript 63.75% <50.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
...erset-frontend/src/SqlLab/components/ResultSet.tsx 69.56% <50.00%> (+0.62%) ⬆️
superset-frontend/src/components/ListView/utils.ts 85.95% <0.00%> (+0.82%) ⬆️
.../src/explore/components/ControlPanelsContainer.tsx 97.27% <0.00%> (+0.90%) ⬆️
superset-frontend/src/components/Select/Select.tsx 90.81% <0.00%> (+1.02%) ⬆️
...et-frontend/src/components/EditableTitle/index.tsx 75.30% <0.00%> (+1.23%) ⬆️
...rontend/src/SqlLab/components/AceEditorWrapper.tsx 61.25% <0.00%> (+1.25%) ⬆️
...nts/controls/DateFilterControl/utils/dateParser.ts 93.58% <0.00%> (+1.28%) ⬆️
superset-frontend/src/components/Select/styles.tsx 86.30% <0.00%> (+1.36%) ⬆️
...erset-frontend/src/SqlLab/components/SqlEditor.jsx 56.01% <0.00%> (+1.38%) ⬆️
... and 107 more

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 467848d...5d11b16. Read the comment docs.

@etr2460 etr2460 merged commit ac43f4c into apache:master Mar 30, 2021
@github-actions
Copy link
Contributor

@junlincc Ephemeral environment spinning up at http://54.187.213.15:8080. Credentials are admin/admin. Please allow several minutes for bootstrapping and startup.

@github-actions
Copy link
Contributor

Ephemeral environment shutdown and build artifacts deleted.

amitmiran137 added a commit that referenced this pull request Mar 31, 2021
* master: (56 commits)
  test: Adds tests and storybook to CertifiedIcon component (#13457)
  chore: Moves CheckboxIcons to Checkbox folder (#13459)
  chore: Removes Popover duplication (#13462)
  build(deps): bump elliptic from 6.5.3 to 6.5.4 in /docs (#13527)
  fix: allow spaces in DB names (#13800)
  chore: Update PR template for SIP-59 DB migrations process (#13855)
  Add CODEOWNERS (#13759)
  feat(alerts & reports): Easier to read execution logs (#13752)
  fix: Disallows negative options remaining (#13749)
  Fix broken link (#13861)
  fix(native-filters): add global async query support to native filters (#13837)
  Displays row limit warning with Alert component (#13854)
  fix(errors): Downgrade error on stop query to a warning (#13826)
  fix(alerts and reports): Unify timestamp format on execution log view (#13718)
  fix(sqllab): warning message when rows limited (#13841)
  chore: add success log whenever a connection is working (#13811)
  fix(native-filters): improve loading styles for filter component (#13794)
  chore: update change log with cherry-picks for release 1.1 (#13824)
  feat: added support to configure the default explorer viz (#13610)
  fix(#13734): Properly escape special characters in CSV output  (#13735)
  ...
allanco91 pushed a commit to allanco91/superset that referenced this pull request May 21, 2021
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.2.0 labels Mar 12, 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 size/S 🚢 1.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants