Commit Graph

249 Commits

Author SHA1 Message Date
Evan Rusackas 5603453c18
chore(node): bumping Superset to Node 18 (#27198) 2024-04-02 16:48:08 -06:00
Maxime Beauchemin 56a6660c16
chore: 2nd try - simplify python dependencies (#27505) 2024-03-18 18:39:41 -07:00
Jeremy e986a1746f
fix(webpack-dev-server): parse env args (#19744) 2024-02-07 14:59:41 -07:00
Maxime Beauchemin 0f590799b2
chore: improve/decouple eslint and tsc 'npm run' commands (#26704) 2024-01-24 08:51:08 -08:00
Evan Rusackas 8437a235c9
feat(telemetry): Adding Scarf based telemetry to Superset (#26011)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2023-12-14 11:55:51 -07:00
Evan Rusackas 46e677823e
chore: adding 'no-experimental-fetch' node option by default (#25628) 2023-12-12 14:35:22 -07:00
Daniel Vaz Gaspar 260d561b9a
docs: update security policy and contributing (#25917)
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
2023-11-22 10:31:32 +00:00
nitish-samsung-jha 7f0c3b20ad
docs: handling "System limit for number of file watchers reached" error (#25551)
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
2023-11-16 11:00:42 -05:00
koushik-rout-samsung a698587e8c
docs: Remove Python 3.8 from CONTRIBUTING.md (#25885) 2023-11-09 00:12:49 -07:00
Multazim Deshmukh 050543ae1b
feat: migrate to docker compose v2 (#25565) 2023-10-10 14:38:40 -07:00
Josh Soref 3e0c70d018
chore(misc): Spelling (#25456)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-29 09:34:04 -07:00
Evan Rusackas 78cbdc3e42
chore: changing one word (disablement -> disabling) (#25291) 2023-09-14 16:01:00 -07:00
Michael S. Molina 9df1b26654
fix: Bumps Flask Caching to fix RCE vulnerability (#25090) 2023-08-31 08:44:48 -03:00
Arjun Devarajan 5878c117f2
feat: use Scarf Gateway for Superset npm downloads (#24433)
Co-authored-by: Arjun Devarajan <arjun.devarajan@scarf.sh>
Co-authored-by: Evan Rusackas <evan@preset.io>
Co-authored-by: Evan Rusackas <evan@rusackas.com>
2023-07-19 15:00:45 -06:00
Maxime Beauchemin 6a8f60f9fd
chore: deprecate FLASK_ENV and improve conf.ENVIRONMENT_TAG_CONFIG (#24404) 2023-06-29 12:04:32 -07:00
John Bodley 9adb023880
chore(druid): Remove legacy Druid NoSQL logic (#23997) 2023-06-09 15:33:23 -03:00
Saish Narvekar 6e7b93eb48
docs: removed extra ` from documentation (#24231) 2023-05-30 09:38:52 -06:00
Abhishek-kumar-samsung fd3030fc14
fix: npm run dev-server error resolved (#23702) 2023-04-30 11:13:58 -06:00
Kamil Gabryjelski 40ae074ff0
chore: Upgrade Cypress to 10.11.0 (#23813) 2023-04-26 16:17:59 +02:00
Nicolas Charpentier 60c2e7013d
docs: cleanup references to `apache-superset/superset-ui` (#23796) 2023-04-25 09:18:27 -06:00
Abhishek-kumar-samsung 240b29220f
docs: nvm error while local setup (#23609) 2023-04-13 15:48:46 -06:00
Cemre Mengu c5f93686d8
docs(contributing): add local vscode config for backend debugging (#19733) 2023-04-07 16:19:15 -06:00
Evan Rusackas dde1e7cc09
chore(issue templates): discouraging Issues for feature requests (#22617) 2023-01-23 22:05:24 -07:00
Rémy DUBOIS 80b31130b4
fix(async-queries): make global async. queries cookie SameSite option configurable (#21185)
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
2023-01-16 09:52:15 +02:00
Artem Shumeiko 31e639318b
chore(celery): update celery config variables names (#22499) 2023-01-13 16:56:15 +00:00
EugeneTorap d881c5df30
chore: Support Python 3.11 (#22217) 2022-12-03 09:25:11 +02:00
Hao Cheng 3df1c99f00
docs: update Flask-Babel links (#22023) 2022-12-02 14:20:58 -07:00
Lenin b77335494a
docs: 414 (#21849) 2022-10-19 09:54:49 +08:00
EugeneTorap 76d6a9af91
chore: Support Python 3.10 and bump pandas 1.4 and pyarrow 6 (#21002)
* Bump pandas 1.4 and pyarrow 6

* Use engine="pyarrow" for pd.read_csv()

* Refactoring

* Refactoring

* Refactoring

* Use bytes in pd.read_json()

* Fix test_contribution

* Fix pandas issue when 'arrays' are empty but 'names' contain values

* fix: ValueError: For argument "ascending" expected type bool, received type NoneType.

* Remove engine="pyarrow" and convert bytes to string

* make copy of selected df to fix regression

* Simplify pd.read_json() and pd.read_csv() for example data

Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
2022-08-17 10:36:36 -03:00
Diego bcc51400bd
docs(contribute): update compatible Python versions in local environment setup instructions (#20260)
* Remove incompatible Python 3.7 from local env setup docs

* Ensure Python 3.8 or 3.9

Co-authored-by: Diego Martin <diego.martin@indigitall.com>
2022-06-24 10:59:59 -07:00
Cody Leff fadf0ec5ad
Update documentation on updating documentation. (#20400) 2022-06-16 15:05:37 -06:00
Étienne Boisseau-Sierra 3a379af1e7
docs: Detail front-end development instructions (#19870)
* chore: Beautify CONTRIBUTING

Automatically done using the Markdown-All-In-One extension for VSCode:
https://open-vsx.org/extension/yzhang/markdown-all-in-one

Signed-off-by: Étienne Boisseau-Sierra <etienne.boisseau-sierra@unipart.io>

* docs: Detail front-end development instructions

Based on the silly error that led to [this
discussion](https://apache-superset.slack.com/archives/C014LS99C1K/p1650969237848999),
we clarify that when modifying the front-end locally, one should access
the Webpack dev servers, rather than Flask directly, to see the latest
changes take effect.

Signed-off-by: Étienne Boisseau-Sierra <etienne.boisseau-sierra@unipart.io>

* docs: Underline typical workflow

Signed-off-by: Étienne Boisseau-Sierra <etienne.boisseau-sierra@unipart.io>
2022-05-11 10:07:48 -06:00
Josh Soref c32c505742
chore(docs): Spelling (#19675)
* spelling: adding

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: aggregate

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: avoid

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: blacklist

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: cached

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: discontinue

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: exhaustive

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: from

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: github

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: hybrid

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: implicit

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: interim

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: introduced

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: javascript

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: logstash

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: metadata

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: password

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: recommended

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: redshift

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: refactored

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: referencing

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: sqlite

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: the

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: thumbnails

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: undoes

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: very

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2022-04-26 13:17:15 -03:00
Norman Hooper 3340f05dd3
Use three backticks for code blocks (#19331) 2022-03-23 17:20:08 -04:00
David Aaron Suddjian 97abc28a1f
chore!: remove `ENABLE_REACT_CRUD_VIEWS` feature flag (permanently enable) (#19231)
* remove ENABLE_REACT_CRUD_VIEWS feature flag

* docs

* deal with problematic tests

* empty test suite

* skip test

* test conditions changed

* removing the tests instead of skipping
2022-03-18 14:00:23 -07:00
Venu Vardhan Reddy Tekula 2a89da2ef1
docs: fix broken links in the documentation (#19235) 2022-03-18 09:42:14 -04:00
Evan Rusackas 4001165f55
chore: updating link to newer viz plugin blog post (#18707)
* chore: updating link to newer viz plugin blog post

* adding official docs link as well.

* another teensy text tweak
2022-02-14 10:12:52 -07:00
Emily Wu f505094835
fix misspelling (#18097) 2022-01-19 15:56:52 -05:00
Ville Brofeldt eeaa57372e
chore: unbreak pip-compile-multi (#17963)
* chore: unbreak pip-compile-multi

* add docs
2022-01-07 15:29:13 +02:00
Brian Nguyen cb0b7a2284
corrected misspelling in percent_metrics (#17856) 2021-12-22 14:02:59 -05:00
Yongjie Zhao dc50578f7f
doc: update contribuing docs (#17754) 2021-12-17 10:34:20 -08:00
Christopher C Fleming 4beaa81de3
docs: Fix typo on line 967 (#17785)
* Line 976 was wakeup, now wake up

* Removed package lock to test environment

* Return original package-lock.json
2021-12-16 21:51:06 -05:00
Beto Dealmeida 4fd6df9ef8
fix: running dev-server on a different port (#17775) 2021-12-16 07:24:41 -08:00
Meitong Qu 71e41315a4
fix: miss-spelling on CONTRIBUTING.md line 1351 (#17760)
* fix miss-spelling on CONTRIBUTING.md line 1351

* added superset-frontend/package-lock.json
2021-12-15 16:01:32 -05:00
Josue Lugaro 12d3079355
chore: fixed spelling error on line 1342 of CONTRIBUTING.md (#17737) 2021-12-13 18:32:01 -05:00
Jason Cahela 67fdeffe34
fixed misspelling of apprear to appear (#17735) 2021-12-13 18:14:18 -05:00
Yongjie Zhao 12f1d914bd
chore: update babel doc (#17679)
* chore: update babel doc

* update .po file

* update translation workflow
2021-12-08 16:36:57 +08:00
Elizabeth Thompson f10bc6d8fe
fix: add fallback and validation for report and cron timezones (#17338)
* add fallback and validation for report and cron timezones

* add logging to exception catch

* Run black

Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
2021-11-12 12:28:17 -08:00
Will Barrett 8f9cea86fe
docs: Reorder install instructions in CONTRIBUTING.md (#17387) 2021-11-10 12:46:08 +00:00
PApostol 6b1de57207
fix: various typo fixes in MD files (#17309)
* Various typo fixes in MD files

* Undo fixes in CHANGELOG.md to match PR titles

* Update CONTRIBUTING.md

Co-authored-by: Geido <60598000+geido@users.noreply.github.com>

Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
2021-11-09 17:44:10 +02:00