• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

airbnb / superset / 7126 / 4
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 11 May 2017 03:38PM UTC
Files 40
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 May 2017 03:22PM UTC coverage: 69.677% (-0.04%) from 69.713%
TOX_ENV=py34-sqlite

push

travis-ci

web-flow
Speed up all CRUD list views (#2747)

Load times on list view pages like Slices, Dashboards, Tables and Database
have grown to be terrible over time.

After a bit of digging, I found that the not specifying `search_columns`
in ModelViews actually means "all columns" and that for each filter,
FAB goes and fetches a list of all values to prepopulate the
filter dropdowns. That means that the list of tables would fetch all
slices and all users upfront which is horrible. Worse, database list
view would fetch all queries with is insane.

This picks a subset of columns for search/filters and changes the
default to show only 100 elements per page instead of 500

4228 of 6068 relevant lines covered (69.68%)

0.7 hits per line

Source Files on job 7126.4 (TOX_ENV=py34-sqlite)
  • Tree
  • List 0
  • Changed 9
  • Source Changed 5
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7126
  • Travis Job 7126.4
  • e5584440 on github
  • Prev Job for TOX_ENV=py34-sqlite on master (#7124.4)
  • Next Job for TOX_ENV=py34-sqlite on master (#7128.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc