Tsuneo Yoshioka
5e8915afe5
BigQuery: show column description(comment) on Schema Browser ( #7538 )
...
* BigQuery: add column description to Schema Browser
* fix restyled prettier error
* Remove column-description
2025-09-23 23:54:01 +09:00
Tsuneo Yoshioka
b8ebf49436
Make favorite queries/dashboard order by starred at(favorited at) ( #7351 )
...
* Make favorite queries/dashboard order by starred at(favorited at)
* fix styling for restyled error
2025-09-16 16:24:03 +09:00
Tsuneo Yoshioka
59951eda3d
Fix/too many history replace state ( #7530 )
...
* Fix too many history.replaceState() error on Safari
* fix restyled error by running prettier for client/app/services/location.js
2025-09-12 03:41:04 +09:00
Artem Safiiulin
777153e7a0
Update jql.py (jira datasource) to use jira api v3 updated. ( #7527 )
...
* Update jql.py (jira datasource) to use jira api v3 updated.
* fix spaces in blank lines
* Add condition for empty "fields"
---------
Co-authored-by: Artem Safiiulin <asafiiulin@cloudlinux.com >
Co-authored-by: Tsuneo Yoshioka <yoshiokatsuneo@gmail.com >
2025-09-10 23:43:05 +09:00
Tsuneo Yoshioka
47b1309f13
Add range slider to the chart ( #7525 )
2025-09-09 19:22:53 +00:00
Tsuneo Yoshioka
120250152f
Add "Missing and NULL values" option to scatter chart ( #7523 )
2025-09-08 23:54:11 +00:00
Tsuneo Yoshioka
ac81f0b223
keep ordering on search ( #7520 )
2025-09-08 17:22:35 +00:00
Tsuneo Yoshioka
7838058953
fix: webpack missing source-map warning for @plotly/msgbox-gl ( #7522 )
2025-09-08 14:18:10 +00:00
Eric Radman
f95156e924
Rely on information_schema.columns for views and foreign tables ( #7521 )
...
This prevents duplicate entries in the schema list. Materialized views are the
only table-like object not found information_schema. Also ensure that the schema
and table found in information_schema is accessible by the current user.
2025-09-08 09:41:28 -04:00
Tsuneo Yoshioka
74de676bdf
Allow HTTP request line more than 4096 bytes ( #7506 )
2025-09-04 18:05:05 +00:00
Tsuneo Yoshioka
2762f1fc85
Fix: null is not shown for text with "Allow HTML content" ( #7519 )
2025-09-03 10:55:26 -04:00
github-actions[bot]
438efd0826
Snapshot: 25.09.0-dev
25.09.0-dev
2025-09-01 00:43:37 +00:00
Tsuneo Yoshioka
e586ab708b
Fix stacking bar chart ( #7516 )
2025-08-30 03:31:47 +09:00
Tsuneo Yoshioka
24ca5135aa
Update plotly.js to 3.1.0 ( #7514 )
2025-08-28 17:06:54 +09:00
Eric Radman
fae354fcce
Update Poetry to 2.1.4 ( #7509 )
...
* Relocate [tool.poetry] to [project] section
* Add dependencies section to [project]
* Format authors and maintainers as objects
2025-08-26 08:08:19 -04:00
Tsuneo Yoshioka
4ae372f022
Update from webpack4 to webpack5 ( #7507 )
2025-08-25 20:50:18 +00:00
Tsuneo Yoshioka
0b5907f12b
Fix css height for mobile safari not to overlap URL bar ( #7334 )
2025-08-22 18:42:36 +00:00
Adrian Oesch
00a97d9266
Add private_key auth method to snowflake query runner ( #7371 )
...
* add private_key auth method
* fix casing
* fix private_key parsing
* use params and add optional pwd
* use private_key_b64
* add file option
* remove __contains__
* fix pem pwd
* fix lint issues
* fix black
---------
Co-authored-by: Tsuneo Yoshioka <yoshiokatsuneo@gmail.com >
2025-08-08 17:38:22 +00:00
github-actions[bot]
35afe880a1
Snapshot: 25.08.0-dev
25.08.0-dev
2025-08-01 00:45:49 +00:00
Tsuneo Yoshioka
a6298f2753
MongoDB: fix for empty username/password ( #7487 )
2025-07-31 23:39:39 +09:00
Zach Liu
e69283f488
clickhouse: display data types ( #7490 )
2025-07-31 13:08:40 +00:00
Eric Radman
09ed3c4b81
Clickhouse: do not display INFORMATION_SCHEMA tables ( #7489 )
...
As with other query runners, do not show system tables in the schema list.
2025-07-31 08:07:40 -04:00
Eric Radman
f5e2a4c0fc
Sort Dashboard and Query tags by name ( #7484 )
2025-07-23 11:34:26 -04:00
Lee2532
4e200b4a08
bigquery load schema diff locations ignore ( #7289 )
...
* diff locations ignore
* add logging message
* Processing Location is not specified
2025-07-22 15:45:37 +00:00
Костятнин Дементьєв
5ae1f70d9e
Add support for Google OAuth Scheme Override ( #7178 )
...
* Added support for Google Oauth Scheme Override (through environment variable)
* Refactoring
* Refactoring
* Applied formatting
* Refactoring
* Refactoring
* Updated comment for `GOOGLE_OAUTH_SCHEME_OVERRIDE` variable
* Updated comment for `GOOGLE_OAUTH_SCHEME_OVERRIDE` variable
* Removed duplication of url_for function
---------
Co-authored-by: kostiantyn-dementiev-op <kostiantyn.dementiev@observepoint.com >
2025-07-21 00:05:43 +09:00
Eric Radman
3f781d262b
Push by tag name for Docker repository "redash" ( #7321 )
2025-07-17 14:50:13 -04:00
Tsuneo Yoshioka
a34c1591e3
Upgrade prettier version to the same version that CI is using ( #7367 )
2025-07-18 00:04:55 +09:00
Eric Radman
9f76fda18c
Use 12-column layout for dashboard grid ( #7396 )
...
* Use 12-column layout for dashboard grid
Set minSizeX, minSizeY for widgets to 2 since a value of 1 breaks all
assumptions of the UI layout.
Migration provide transition from 6 to 12 columns for all widgets.
* Restyled by prettier
2025-07-16 01:24:21 +00:00
Tsuneo Yoshioka
d8ae679937
Make NULL values visible ( #7439 )
...
* Make NULL value visible
* Make the representation of NULL value configurable
* use display-as-null css class for null-value styling
2025-07-16 00:48:36 +00:00
Elliot Maincourt
f3b0b60abd
feat(flask): make refresh cookie name configurable ( #7473 )
2025-07-09 12:09:24 -04:00
Kamil Frydel
df8be91a07
Add migration to set default alert selector ( #7475 )
...
In commits fc1e1f7 and e44fcdb a new Selector option was added to
alerts, which may be "first", "min" or "max". This migration sets the
default to "first" for existing alerts.
2025-07-09 13:20:12 +00:00
github-actions[bot]
c9ddd2a7d6
Snapshot: 25.07.0-dev
25.07.0-dev
2025-07-01 00:43:15 +00:00
github-actions[bot]
6b1e910126
Snapshot: 25.06.0-dev
25.06.0-dev
2025-06-01 00:45:45 +00:00
Tsuneo Yoshioka
14550a9a6c
Fix: saving empty query with auto limit crashes ( #7430 )
...
Co-authored-by: Eric Radman <eradman@starfishstorage.com >
2025-05-20 14:26:17 +00:00
Emmanuel Ferdman
b80c5f6a7c
Update assertion method in JSON dumps test ( #7424 )
...
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com >
Co-authored-by: snickerjp <snickerjp@gmail.com >
2025-05-18 12:03:41 -07:00
Tsuneo Yoshioka
e46d44f208
include Plotly.js localization ( #7323 )
2025-05-16 19:17:32 -04:00
Tsuneo Yoshioka
a1a4bc9d3e
TypeScript sourcemap for viz-lib ( #7336 )
2025-05-12 18:08:33 -04:00
Tsuneo Yoshioka
0900178d24
Change query processing wait time to make response quick ( #7320 )
...
* Change query processing wait time to make more response quick
* Fix styling errors reportered by restyled
2025-05-07 01:22:35 +00:00
Gleb Lesnikov
5d31429ca8
Update Azure Data Explorer query runner to latest version ( #7411 )
...
* Update Azure Data Explorer query runner to latest version
* Fix black issue
* downgrade azure-kusto-data to 4.6.3
* Freeze numpy to 1.24.4 because of 2.0.0 incompatibility
* Fix failing test
* Reformat test
2025-05-05 06:53:07 +00:00
Eric Radman
2f35ceb803
Push image using DOCKER_REPOSITORY ( #7428 )
...
Preview images work for personal repositories, but we missed another variable
when publishing official images:
#34 [auth] arikfr/redash:pull,push token for registry-1.docker.io
#34 DONE 0.0s
#33 exporting to image
#33 pushing layers 15.5s done
#33 pushing manifest for docker.io/arikfr/redash
#33 pushing manifest for docker.io/arikfr/redash 1.6s done
#33 ...
#35 [auth] arikfr/preview:pull,push token for registry-1.docker.io
#35 DONE 0.0s
2025-05-04 23:18:53 -07:00
Lucas Fernando Cardoso Nunes
8e6c02ecde
ci: snapshot only on default branch ( #7355 )
2025-05-01 13:15:57 +00:00
github-actions[bot]
231fd36d46
Snapshot: 25.05.0-dev
25.05.0-dev
2025-05-01 00:39:58 +00:00
Tsuneo Yoshioka
0b6a53a079
Add translate="no" to html tag to prevent redash from translating and crashing ( #7421 )
2025-04-29 12:36:26 -04:00
Tsuneo Yoshioka
6167edf97c
Change BigQuery super class from BaseQueryRunner to BaseSQLQueryRunner ( #7378 )
2025-04-16 16:28:17 +09:00
Tsuneo Yoshioka
4ed0ad3c9c
BigQuery: Avoid too long(10 seconds) interval for bigquery api to get results ( #7342 )
2025-04-14 11:40:24 +00:00
Eric Radman
2375f0b05f
Partiallly Revert "Remove workaround from check_csrf() ( #6919 )" ( #7327 )
...
This workaround was missing 'if view is not None ' as found in
https://github.com/pallets-eco/flask-wtf/pull/419/files
Tested with MULTI_ORG enabled.
2025-04-10 22:25:49 +00:00
Eric Radman
eced377ae4
Require vars.DOCKER_REPOSITORY to publish image ( #7400 )
...
To allow user arikfr to publish images to redash/redash and redash/preview.
Only use vars.DOCKER_USER and secrets.DOCKER_PASSWORD for authorization.
2025-04-03 15:27:11 -04:00
Tsuneo Yoshioka
84262fe143
Fix table item list ordering ( #7366 )
...
Fix query list item list sorting
- descending order, no triangle mark
- ascending order, up triangle mark(▲)
- descending order, down triangle mark(▼)
- ascending order, no triangle mark
- descending order, up triangle mark(▲)
- ascending order, down triangle mark(▼)
- descending order, no triangle mark
"sorting order" have 2-click cycle, but "triangle mark" have 3-click cycle.
2025-04-03 16:51:20 +00:00
github-actions[bot]
612eb8c630
Snapshot: 25.04.0-dev
25.04.0-dev
2025-04-01 00:39:21 +00:00
dependabot[bot]
866fb48afb
Bump tar-fs from 2.1.1 to 2.1.2 ( #7385 )
2025-03-29 04:56:15 +00:00