Commit Graph

57 Commits

Author SHA1 Message Date
Jack 7db0589340
fix(thumbnail cache): Enabling force parameter on screenshot/thumbnail cache (#31757)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2025-01-31 19:22:31 +01:00
Alexandru Soare e4e07eef5a
feat(CalendarFrame): adding previous calendar quarter (#31889)
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com>
2025-01-22 17:54:29 +01:00
alexandrusoare 63843c5682
fix(date_parser): fixed bug for advanced time range filter (#31867) 2025-01-20 18:36:30 +01:00
Maxime Beauchemin e51b95ffa8
chore: enforce more ruff rules (#31447)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
2024-12-18 17:41:34 -08:00
Beto Dealmeida 45668e31fc
feat: make sure to quote formulas on Excel export (#31166) 2024-11-26 18:16:44 -05:00
Maxime Beauchemin e0deb704f9
feat: make ephemeral env use supersetbot + deprecate build_docker.py (#30870) 2024-11-22 14:19:08 -08:00
squalou ce72a0ac27
fix: set columns numeric datatypes when exporting to excel (#27229)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
2024-08-23 01:39:47 -06:00
Beto Dealmeida 4b59e42d3f
chore: improve mask/unmask encrypted_extra (#29943) 2024-08-22 16:45:32 -04:00
Elizabeth Thompson 6dbfe2aab9
feat: add slackv2 notification (#29264) 2024-07-17 15:14:32 -07:00
Ville Brofeldt 7d6e933348
chore(key-value): convert command to dao (#29344) 2024-07-01 20:22:11 +03:00
John Bodley 8fb8199a55
chore(dao/command): Add transaction decorator to try to enforce "unit of work" (#24969) 2024-06-28 12:33:56 -07:00
Ville Brofeldt 03969d5f90
chore(distributed-lock): refactor tests (#29302) 2024-06-20 15:58:25 +03:00
Ville Brofeldt 9f70697046
chore: use json codec for key value lock (#29285) 2024-06-19 01:33:47 +03:00
John Bodley 6b016da185
fix: Workaround for Pandas.DataFrame.to_csv bug (#28755) 2024-06-13 08:54:54 -07:00
Pranav Sadagopan 066f6b1f8a
feat: add Current time-range options for time filter (#28637)
Co-authored-by: Evan Rusackas <evan@preset.io>
2024-06-06 14:07:09 -06:00
Eyal Ezer 07b2449bd7
refactor: Unify all json.(loads|dumps) usage to utils.json (#28702)
Co-authored-by: Eyal Ezer <eyal.ezer@ge.com>
2024-05-28 14:17:41 -07:00
Eyal Ezer 56f0fc4ec2
refactor: Migration of json utilities from core (#28522)
Co-authored-by: Eyal Ezer <eyal.ezer@ge.com>
2024-05-20 10:27:22 -07:00
Antonio Rivero b1f85dce71
refactor(plugins): BigNumber Time Comparison with existing time_offset API (#27718)
Co-authored-by: lilykuang <jialikuang@gmail.com>
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2024-05-16 18:47:50 +02:00
Eyal Ezer 5f714b707c
fix: utf-16 json encoder support (#28486)
Co-authored-by: Eyal Ezer <eyal.ezer@ge.com>
2024-05-15 08:53:19 -07:00
Maxime Beauchemin c10cee3a39
fix: use pessimistic json encoder in SQL Lab (#28266) 2024-05-06 12:23:50 -07:00
Beto Dealmeida e90246fd1f
feat(SIP-95): permissions for catalogs (#28317) 2024-05-06 11:41:58 -04:00
Maxime Beauchemin 2d63722150
chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
Beto Dealmeida 9377227e06
chore(OAuth2): refactor for custom OAuth2 clients (#27880) 2024-04-05 12:17:39 -04:00
Beto Dealmeida 9022f5c519
feat(SIP-85): OAuth2 for databases (#27631) 2024-04-02 22:05:33 -04:00
Yongjie Zhao e89ec4d593
feat: datediff in datetime_parser (#27368)
Co-authored-by: Yongjie Zhao <yongjie.zhao@burda-forward.de>
2024-03-04 11:49:48 +01:00
Antonio Rivero 127df24c08
refactor(plugins): Time Comparison Utils (#27145) 2024-02-22 14:43:43 +01:00
Beto Dealmeida cf84f36a6c
chore: prevent prophet from logging non-errors as errors (#27053) 2024-02-08 17:33:07 -05:00
Maxime Beauchemin 4b77129cc9
fix(docker): improve docker tags to be cleared and avoid conflicts (#26787) 2024-01-30 23:03:25 -08:00
Elizabeth Thompson aaa4a7b371
feat: global logs context (#26418) 2024-01-16 14:44:30 -08:00
John Bodley 07bcfa9b5f
chore(command): Organize Commands according to SIP-92 (#25850) 2023-11-22 16:55:54 -03:00
Elizabeth Thompson 1d0b86ae94
chore: add more migration tests (#25262) 2023-11-07 17:06:23 -08:00
Daniel Vaz Gaspar f473d13d0d
fix: improve upload ZIP file validation (#25658) 2023-10-17 18:28:09 +01:00
Beto Dealmeida 5ebcd2a5f6
fix: datetime with timezone excel export (#25318)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2023-09-21 13:11:59 -07:00
Daniel Vaz Gaspar a9efd4b2e3
fix: dataset safe URL for explore_url (#24686) 2023-08-23 09:31:44 -03:00
Craig Rueda c7a3bf0f4b
chore(tests): Adding missing __init__.py files to various test packages (#25045) 2023-08-21 12:39:31 -07:00
Beto Dealmeida 41ca4a00b9
fix: `to_datetime` in Pandas 2 (#24952) 2023-08-10 19:32:15 -07:00
Elizabeth Thompson d23b20ea75
chore: add talisman env var to config (#24774) 2023-08-04 09:04:14 -07:00
EugeneTorap 5f103072b0
fix: Python3.11 (str, Enum) issue (#24803) 2023-07-31 09:04:09 -07:00
John Bodley a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
Sebastian Liebscher c963416c09
chore: remove deprecated distutils (#24001) 2023-05-11 19:00:04 +03:00
Arkadii Yakovets ff126542d8
fix(utils): evaluate date parser multiple holiday results correctly (#23685) 2023-04-26 13:59:31 +03:00
Elizabeth Thompson 434b445e31
chore: increment statsd as warn (#23041) 2023-02-16 15:43:18 -08:00
Elizabeth Thompson 4ddf67fc14
chore: move dashboard screenshot standalone logic (#23003) 2023-02-15 14:35:08 -08:00
Evan Rusackas 6998f65e1d
chore: removing unnecessary double spaces, a.k.a. "shotgun holes" (#22852) 2023-01-26 11:48:41 -07:00
EugeneTorap 394fb2f2d0
fix: slug is empty if filename is non-ASCII (#22118) 2022-11-16 10:53:30 -08:00
Elizabeth Thompson ce145c676c
refactor: use exception status for logging (#21971) 2022-11-14 14:14:24 -08:00
Daniel Vaz Gaspar e33a08693b
fix: datasource save, improve data validation (#22038) 2022-11-07 10:33:24 +00:00
Ville Brofeldt e1e9fda72b
fix: remove extras from all adhoc_filters controls (#21450)
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
2022-09-13 15:52:21 +03:00
Jesse Yang 7e836e9b04
test: autouse app_context in unit tests (#20911) 2022-08-02 15:42:50 -07:00
Cody Leff 84d4302628
fix(explore): Fix chart standalone URL for report/thumbnail generation (#20673)
* Update explore URLs.

* More URL fixes.

* Make frontend accept true/false query params case-insensitively.

* Fix URL mistake.

Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>

Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2022-07-19 13:53:55 -03:00