Rob DiCiuccio
f92bc2cb8c
Bump pyarrow to 0.15.1 due to CVE ( #8583 )
2020-01-02 16:53:50 +02:00
Beto Dealmeida
b9941df132
Fix error when templateParams is undefined ( #8581 )
2020-01-02 16:53:45 +02:00
Beto Dealmeida
7db52832f2
Math.max(...array) considered harmful ( #8575 )
...
* Do not use Math.max
* Small fix
2020-01-02 16:53:42 +02:00
Erik Ritter
8e38ee28c6
[Dashboard Import] Log error on dashboard import failure ( #8550 )
2020-01-02 16:53:38 +02:00
Juliette Tisseyre
240a1c490a
Default page: remove title attribute to fall back on appbuilder.app_name ( #8427 )
2020-01-02 16:53:33 +02:00
Grace Guo
27612a16c1
[datasource editor] Only one click target for edit action ( #8495 )
2020-01-02 16:53:27 +02:00
John Bodley
87d481b0a0
Update UPDATING.md ( #8465 )
2020-01-02 16:53:23 +02:00
Grace Guo
811b0e935f
[Datasource Editor] A few small UI changes in modal to prevent accidental edits ( #8471 )
2020-01-02 16:53:19 +02:00
Daniel Vaz Gaspar
3e6a206c1e
[setup] Fix, download_url ( #8439 )
...
* [setup] Fix, download_url
2020-01-02 16:53:14 +02:00
Will Barrett
ddeb43677f
Split up tests/db_engine_test.py ( #8449 )
...
* Split up db_engine_specs_test.py into a number of targeted files
* Remove db_engine_specs_test.py
* isort
2020-01-02 16:53:10 +02:00
Christoph Lingg
e941bda7aa
introduce a space in command line option ( #8438 )
...
see https://docs.celeryproject.org/en/latest/userguide/optimizing.html
2020-01-02 16:53:05 +02:00
Christoph Lingg
ba8bb6b4d7
explain the need to enable async queries ( #8444 )
2020-01-02 16:53:01 +02:00
Austin Pray
ee35bd5873
spelling fix ( #8442 )
2020-01-02 16:52:57 +02:00
Maxime Beauchemin
5493709e50
docs: add a note to RELEASING about Slack Channel ( #8419 )
2020-01-02 16:52:52 +02:00
Daniel Gaspar
62c2e15a0a
Bump version to 0.35.1
0.35.1rc1
0.35.1
2019-11-15 14:15:31 +00:00
Daniel Gaspar
b5d03ccf4f
Update CHANGELOG for 0.35.1
2019-11-15 14:14:11 +00:00
Ville Brofeldt
16459902e0
[fix] Improve csv upload functionality ( #8457 )
...
* [fix] csv upload when table metadata present
* Remove table from hive spec
* Move upload before table metadata creation
* Refine upload logic, dd unit tests and fix translations
* Use ALLOWED_EXTENSIONS from config
* Address review comments
* Fix error message grammar
* Add return type to hive csv upload and replace first with one_or_none
2019-11-15 11:37:20 +00:00
Daniel Vaz Gaspar
bc196b4b15
[druid] Fix, pydruid forced dependency ( #8566 )
...
* [druid] Fix, forced pydruid dependency
* [druid] Fix, more type annotation that force pydruid dependency
2019-11-15 11:20:58 +00:00
ʈᵃᵢ
05e2c8e71a
bump legacy-preset-chart-nvd3 to 0.11.5 ( #8558 )
2019-11-15 11:18:38 +00:00
Marcus
4c2a653797
build: bump dompurify version because of nasty xss bypass. ( #8498 )
2019-11-15 11:18:09 +00:00
Daniel Vaz Gaspar
fec3dac424
[cli] Fix, import datasources exported by UI ( #8477 )
...
* [cli] Fix, import datasources exported by UI
2019-11-15 10:47:44 +00:00
Marcus
391be09aa3
fixing typo. ( #8487 )
2019-11-15 10:47:20 +00:00
John Bodley
5cc062bc92
[pydruid] Bumping the pydruid version ( #8430 )
2019-11-15 10:46:56 +00:00
Daniel Gaspar
49d672eb34
Update changelog
0.35.0
0.35.0rc3
2019-10-31 12:13:57 +00:00
Daniel Gaspar
d2cfebe6fa
Fix, package version bump to 0.35.0
2019-10-31 10:46:11 +00:00
Daniel Gaspar
cc69e3ab20
0.35.0rc2
0.35.0rc2
2019-10-28 09:50:37 +00:00
John Bodley
59318977f1
[fix] Updating parse_human_timedelta typing ( #8436 )
2019-10-28 09:48:56 +00:00
Daniel Gaspar
11774262d8
0.35.0rc1
0.35.0rc1
2019-10-23 10:46:37 +01:00
Maxime Beauchemin
8f246cec34
chore: disable another flaky cypress test ( #8423 )
...
Also fix isort issue on master
2019-10-22 11:50:23 +01:00
Beto Dealmeida
cca689b712
Add improved typed casting to BigQuery ( #8331 )
2019-10-21 09:19:24 -07:00
Marcus
4cfd6b3ce1
[tests] Fix, removing deprecated function for future Python release compatibility. ( #8353 )
...
* removing deprecated function for future Python release compatibility.
* also removed assertNotEquals per @dpgaspar
2019-10-21 15:49:12 +01:00
francishemingway
1e533db3a2
fixed typo in installation instructions ( #8413 )
2019-10-20 21:21:40 -07:00
John Bodley
9fc37ea9f1
[ci] Deprecate flake8 ( #8409 )
...
* [ci] Deprecate flake8
* Addressing @villebro's comments
2019-10-18 14:44:27 -07:00
John Bodley
a19990185d
[sqla] Enforcing ISO 8601 date/timestamp formats ( #7702 )
2019-10-17 10:06:42 -07:00
Erik Ritter
d3406e0a04
[Config] Cache static resources ( #8370 )
2019-10-17 09:09:25 -07:00
Daniel Vaz Gaspar
c62b2f4340
[docs] CTAS on PostgreSQL needs commit to apply ( #8367 )
...
* [docs] New, document need for PG to use autocommit for CTAS
2019-10-17 14:54:02 +01:00
Rob DiCiuccio
c422b492eb
Update Slack invitation link ( #8399 )
...
* Update Slack invitation link
* Update remaining Slack links
2019-10-16 08:33:43 -07:00
serenajiang
876d329474
[fix] make names non-nullable ( #8371 )
2019-10-15 16:51:04 -07:00
John Bodley
fcb39f9091
[form-data] Deleting obsolete Superset.get_form_data method ( #8390 )
...
* Update core.py
* Update core.py
2019-10-15 09:11:55 -07:00
Ville Brofeldt
2117d1ef9d
Add 0.34.1 PRs to CHANGELOG ( #8376 )
2019-10-12 18:08:58 +03:00
John Bodley
03b35b3c11
[migration] Migrating since/until to time_range ( #8372 )
2019-10-11 13:41:23 -07:00
Erik Ritter
558680d6ac
[Cypress] Skip another flaky sqllab test ( #8374 )
2019-10-11 13:02:28 -07:00
Ville Brofeldt
9a186ffba3
Add incubating to NOTICE ( #8369 )
2019-10-10 23:41:25 +03:00
Erik Ritter
7133429a3f
[Docs] Put superset users in abc order ( #8368 )
2019-10-10 13:37:52 -07:00
Christoph Lingg
66e3708af6
Update README.md ( #8365 )
2019-10-10 10:50:22 -07:00
serenajiang
7e7ea3d9a0
Revert "[fix] make datasource names non-nullable ( #8332 )" ( #8363 )
...
This reverts commit 65a05ca47e .
2019-10-09 11:38:57 -07:00
Grace Guo
8b85a8f398
[dashboard] show less filter indicators ( #8345 )
2019-10-07 22:34:09 -07:00
Ville Brofeldt
c09e3e7e46
Fix pypi link and replace gitter badge with slack ( #8330 )
2019-10-06 14:06:51 -07:00
John Bodley
edec8745b8
Revert "[init] Setting up cache before registering blueprints ( #7992 )" ( #8005 )
...
This reverts commit c6867d22b9 .
2019-10-06 13:31:00 -07:00
kevang
783667168b
Add support for Exasol ( #8343 )
...
* Add support for Exasol
* add time grain functions for Exasol
* remove duplicate of
* override ExasolEngineSpec's fetch_data method
* remove duplicate https
* simplify super call
2019-10-06 14:43:45 +03:00