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

feat: add header tooltip #7556

Merged
merged 6 commits into from
May 20, 2019
Merged

feat: add header tooltip #7556

merged 6 commits into from
May 20, 2019

Conversation

khtruong
Copy link
Contributor

CATEGORY

Choose one

  • Bug Fix
  • Enhancement (new features, refinement)
  • Refactor
  • Add tests
  • Build / Development Environment
  • Documentation

SUMMARY

Merge 7531 into master.

Long header titles are elided. To help users see the full header title, tooltips have been added.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Screen Shot 2019-05-13 at 10 18 20 AM

TEST PLAN

Tested manually

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

Alex Berghage and others added 6 commits May 15, 2019 14:20
)

* [WIP] Live query validation, where supported

This builds on apache#7422 to build check-as-you-type sql
query validation in Sql Lab. This closes apache#6707 too.

It adds a (debounced) call to the validate_sql_json
API endpoint with the querytext, and on Lyft infra is
able to return feedback to the user (end to end) in
$TBD seconds.

At present feedback is provided only through the
"annotations" mechanism build in to ACE, although
I'd be open to adding full text elsewhere on the
page if there's interest.

* fix: Unbreak lints and tests
…#7517)

This change makes the query progress bar only show
whole number percentage changes, instead of numbers
like 12.13168276%.
* Validate start/end when scheduling queries

* Use chrono instead of Sugar
* Show scheduled queries

* Remove column

* Secure views

* Add import

* Fix unit tests

* Reuse existing db connection from view

* Remove unnecessary import
@codecov-io
Copy link

Codecov Report

Merging #7556 into master will not change coverage.
The diff coverage is 50%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #7556   +/-   ##
======================================
  Coverage    65.2%   65.2%           
======================================
  Files         433     433           
  Lines       21433   21433           
  Branches     2360    2360           
======================================
  Hits        13975   13975           
  Misses       7338    7338           
  Partials      120     120
Impacted Files Coverage Δ
...src/components/FilterableTable/FilterableTable.jsx 91.01% <50%> (ø) ⬆️

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 dcafabd...d8648d0. Read the comment docs.

@xtinec xtinec merged commit c79077d into apache:master May 20, 2019
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.34.0 labels Feb 28, 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 🚢 0.34.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants