Commit Graph

694 Commits

Author SHA1 Message Date
EugeneTorap 543040b304
chore: Bump python libs (#23986) 2023-05-10 13:19:25 +03:00
Evan Rusackas 93789b8bec
docs: fixing a broken markdown link about SSH tunneling (#23911) 2023-05-05 17:33:50 -04:00
mattitoo 2e1cf2446c
docs: Add description of standard Superset roles (#23795) 2023-05-03 15:31:58 -06:00
EugeneTorap dab038c005
chore: Bump redis to 4.5.4 (#23845) 2023-04-28 10:46:56 +02:00
Kamil Gabryjelski 40ae074ff0
chore: Upgrade Cypress to 10.11.0 (#23813) 2023-04-26 16:17:59 +02:00
Daniel Vaz Gaspar e805dec141
docs: discourage the use of SQLite (#23794) 2023-04-26 14:28:42 +01:00
Nicolas Charpentier 60c2e7013d
docs: cleanup references to `apache-superset/superset-ui` (#23796) 2023-04-25 09:18:27 -06:00
alexclavel-ocient adde66785c
feat: Add Ocient support (#22812)
Co-authored-by: jwilliams-ocient <60358443+jwilliams-ocient@users.noreply.github.com>
Co-authored-by: Jordan Williams <jwilliams@ocient.com>
Co-authored-by: rmasters1 <100157128+rmasters1@users.noreply.github.com>
2023-04-22 19:49:32 -06:00
Evan Rusackas a3c971cbda
chore(docs): copy change submitted through BugHerd (#23725) 2023-04-20 21:47:31 -06:00
John Bodley d0fda60c85
feat(native-filters): Add legacy (filter-box) to native filter migration script (#23269) 2023-04-21 15:12:33 +12:00
Sam Firke b39edc1002
docs(translations): point broken tutorial link to Internet Archive copy (#23683) 2023-04-14 13:20:09 -06:00
Ville Brofeldt a8230336ff
fix(dashboard-rbac): use normal rbac when no roles chosen (#23586) 2023-04-07 09:53:35 +03:00
Sam Firke c5eecc7cc2
docs(security): more context around Talisman, note side effect of force_https on Alerts & Reports (#23537)
Co-authored-by: Evan Rusackas <evan@preset.io>
2023-04-05 16:43:30 -06:00
Geido 08375ca31a
chore: Remove wrong information from the Alerts & Reports docs (#23544) 2023-04-04 18:27:19 +02:00
Diego Medina cdc7af11bf
chore: Migrate /superset/user_slices and /superset/fave_slices to API v1 (#22964)
Co-authored-by: hughhhh <hughmil3s@gmail.com>
2023-04-03 13:29:02 -04:00
Ville Brofeldt 500d90058f
feat: add ability to disable cache (#23439) 2023-03-31 11:41:57 +03:00
pankajsoni22 212b7330d6
docs(contributing): How create or change SECRET_KEY (#23420) 2023-03-22 21:21:23 -07:00
Govindarajan fae3ad0462
docs(contributing): added note for creating SECRET_KEY (#23417) 2023-03-22 15:33:21 -06:00
Sam Firke b511d2c624
docs(security): note the need to set TALISMAN_ENABLED = True (#23431) 2023-03-20 13:52:47 -06:00
Evan Rusackas 2feb599a0e
chore(docs): three typos (#23403) 2023-03-17 13:36:17 -06:00
dependabot[bot] e13fa27074
build(deps-dev): bump webpack from 5.64.0 to 5.76.0 in /docs (#23368)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 21:32:40 -06:00
dependabot[bot] a17028c7de
build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs (#23369)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 20:54:40 -06:00
Hugh A. Miles II 9920ab3fd9
chore: Migrate /superset/schemas_access_for_file_upload to v1 (#23227)
Co-authored-by: Diego Medina <diegomedina24@gmail.com>
2023-03-14 19:21:10 -06:00
Íñigo Álvaro Sáenz 2cf75cc0ce
docs(alerts and reports): Update ExecutorType class (#23323) 2023-03-10 10:59:12 +02:00
Evan Rusackas 57db8f938b
feat(docs): adds BugHerd to documentation site. (#23287) 2023-03-09 09:59:12 -07:00
Ville Brofeldt eb3d5602c2
docs: add lost _filters param docs (#23316) 2023-03-09 15:46:21 +02:00
Ville Brofeldt 0a588d11a5
chore: bump docusaurus to latest stable (#23317) 2023-03-09 15:27:48 +02:00
Cameron Gregor dae6a9f701
docs: typo 'admnistrators' in security.mdx (#23166) 2023-03-08 14:19:10 -07:00
Daniel Vaz Gaspar b180319bbf
fix: refuse to start with default secret on non debug envs (#23186) 2023-03-01 11:21:12 +00:00
Elizabeth Thompson ae8aa60844
docs: update installation docs to include frontend asset build (#23199) 2023-02-28 16:17:12 -08:00
Vivek Kumar 37766b9527
docs: fix typo (#23207) 2023-02-27 11:04:15 +02:00
Lyndsi Kay Williams 9e9f9dcae5
fix(docs): Change postgres to postgresql in brew install command (#23202) 2023-02-25 20:34:25 -06:00
Antonio Rivero 3484e8ea7b
feat(ssh_tunnel): Import/Export Databases with SSHTunnel credentials (#23099) 2023-02-24 09:36:21 -08:00
Hugh A. Miles II a0ca0c04ff
chore: Add docs for ssh tunneling (#23131)
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
2023-02-21 22:23:32 -05:00
Josh Soref dec6ac49f6
chore(backend): Spelling (#19677)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@preset.io>
2023-02-17 10:48:24 -07:00
kuruv 92b9c06e59
chore: Updating connection URI for MS SQL Server (#22903)
Co-authored-by: Evan Rusackas <evan@preset.io>
2023-02-16 09:41:40 -07:00
Diego Medina e5a4c78dc7
chore: Migrate /superset/csv/<client_id> to API v1 (#22913) 2023-02-15 10:48:24 +00:00
tison 7d7e3e4ade
docs: remove duplicate navbar item (#22486)
Signed-off-by: tison <wander4096@gmail.com>
2023-02-15 09:16:27 +02:00
Ville Brofeldt 85f07798bf
docs(teradata): fix connection string (#23051) 2023-02-09 21:53:30 -07:00
dependabot[bot] aa0a07859e
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs (#22956)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 14:27:25 -07:00
EugeneTorap ae155611dc
chore: bump python version to 3.8.16 in Dockerfile (#22934) 2023-02-03 10:47:39 -08:00
Sam Firke a299b4789b
docs(alerts & reports): clarify nature of "-dev" labeled container images (#22988) 2023-02-03 10:19:11 -08:00
Diego Medina 02cd75be8d
chore: Migrate /superset/tables/* to API v1 (#22501) 2023-02-01 12:45:57 +00:00
Diego Medina b94052e438
chore: migrate /sql_json and /results to apiv1 (#22809) 2023-01-30 11:02:34 -05:00
dependabot[bot] 0e1f682bee
build(deps): bump moment from 2.29.2 to 2.29.4 in /docs (#22891)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 12:05:57 -07:00
Diego Medina 14878a160f
chore: Migrate /superset/queries/<last_updated_ms> to API v1 (#22611) 2023-01-27 13:20:56 -05:00
dependabot[bot] a2ca24682d
build(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in /docs (#22858)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-26 00:16:36 -07:00
Josh Soref 02e5dcbbf2
chore(misc): Spelling (#19678)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2023-01-25 16:35:08 -07:00
Sam Firke 3e07de7f39
docs(alerts & reports): add, prune, reorganize (#20872) 2023-01-23 22:06:05 -07:00
Evan Rusackas dde1e7cc09
chore(issue templates): discouraging Issues for feature requests (#22617) 2023-01-23 22:05:24 -07:00