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(db-connection-ui): Big Query Add Database Form #14829

Merged
merged 28 commits into from
Jun 5, 2021
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c61e90a
fix(native-filters): Manage default value of filters by superset (#14…
simcha90 May 25, 2021
e0127ca
fix(native-filters): loop bug by simplify state handling (#14788)
villebro May 25, 2021
20d9eff
fix: set table name width to not hide icons when name is too long (#1…
einatbar May 25, 2021
3408eac
feat(explore): Remove default for time range filter and Metrics (#14661)
kgabryje May 25, 2021
c19e315
feat: chart gallery search improvement (#14484)
einatbar May 25, 2021
266cd27
Update schemas.py
hughhhh May 25, 2021
37e46c0
Update bigquery.py
hughhhh May 25, 2021
a837fa2
Fix tests
betodealmeida May 25, 2021
910065c
big query form is appearing on the screen
hughhhh May 25, 2021
1d43f1a
add name to allow for actions to get picked up
hughhhh May 25, 2021
3da3955
working post for saving db via paste
hughhhh May 25, 2021
abe5d0b
working file upload
hughhhh May 25, 2021
9c426f1
switch to textare
hughhhh May 26, 2021
441f341
better styles
hughhhh May 26, 2021
9174186
add delete buttong
hughhhh May 27, 2021
8ab9c9d
save formating
hughhhh May 27, 2021
6617600
wrap encrypted_extra
hughhhh May 27, 2021
15f9c65
formatting component
hughhhh May 27, 2021
856261f
clear out file input before reloading
hughhhh May 27, 2021
a547d6d
fix merge conflicts
hughhhh May 27, 2021
c80ff3d
remove default driver
hughhhh May 28, 2021
4a92dd6
address comments
hughhhh May 28, 2021
9f9285a
fixed merge conflicts
hughhhh Jun 4, 2021
3beba99
fix things off rebase
hughhhh Jun 4, 2021
ef5ea43
small refactore
hughhhh Jun 4, 2021
ed9b90a
more patches
hughhhh Jun 4, 2021
2e78a75
checkout space file
hughhhh Jun 4, 2021
7787200
fix variable ref
hughhhh Jun 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: set table name width to not hide icons when name is too long (#1…
…4489)

* fix: set table name width to now hide icons when name is too long

* fix: table style

Co-authored-by: einatnielsen <einat.bertenthal@nielsen.com>
  • Loading branch information
2 people authored and hughhhh committed May 26, 2021
commit 20d9eff8e8b124bfb2b9533a12dc4ca8c5e5cd96
1 change: 1 addition & 0 deletions superset-frontend/src/SqlLab/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ div.tablePopover {
display: flex;
flex: 1;
align-items: center;
width: 100%;

.table-name {
white-space: nowrap;
Expand Down