mirror of
https://github.com/apache/superset.git
synced 2026-06-04 23:29:24 +00:00
* Build support for schema access in Superset and SQLab * Lint * Test for old and new flask * Black formatting * Cleanup modified files * Support schema permissions * Add migration * Make it work for slices as well * TODO and remove unused field * Apply schema access check to dashboards as well Cleaner schema permissions check Fetch schema permissions in 1 query Bugfix Better datasource check Use security manager for permissions checks and remove dead code Properly handle anon user Add database permissions on the database updates Fix schema filtering Lint / flake changes Increase cypress request timeout Run black Resolve multiple alembic heads * Use set comprehensions * Fixes for the pylint
14 lines
326 B
JSON
14 lines
326 B
JSON
{
|
|
"baseUrl": "http://localhost:8081",
|
|
"chromeWebSecurity": false,
|
|
"defaultCommandTimeout": 20000,
|
|
"requestTimeout": 20000,
|
|
"ignoreTestFiles": ["**/!(*.test.js)"],
|
|
"projectId": "fbf96q",
|
|
"video": false,
|
|
"videoUploadOnPasses": false,
|
|
"viewportWidth": 1280,
|
|
"viewportHeight": 800,
|
|
"requestTimeout": 10000
|
|
}
|