Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix supported white label #4

Open
wants to merge 104 commits into
base: master
Choose a base branch
from
Open

Conversation

yangyinchun
Copy link

@yangyinchun yangyinchun commented Mar 8, 2021

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • New Query Runner (Data Source)
  • New Alert Destination
  • Other

Description

support download data file when embed

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings (if there are UI changes)

zhe.li added 30 commits December 10, 2020 11:46
* master:
  bug fix when csrf check on no endpoint
zhe.li and others added 30 commits February 18, 2021 10:57
* webdev_fix:
  Redash - 嵌入 iframe 时支持通过 url 传入 max_age 参数来支持实时刷新数据
* webdev_fix:
  Redash - 创建 app 时,接口返回的 app 的初始信息传递到详情页
  Redash - 嵌入 iframe 时支持通过 url 传入 max_age 参数来支持实时刷新数据(转为数字值)
* webdev_fix:
  Redash - 修复官方查询结果时第一次带 apply_auto_limit 参数,而后续不带导致参数不一致从而无法使用缓存结果的 bug
* webdev_fix:
  Redash - 实现 dashboard 添加 app 集成权限管理(app 列表查询根据接口改动传入翻页参数)
* webdev_fix: (84 commits)
  Redash - 嵌入模式下,显示各个模块的下载链接
  Redash - 嵌入模块自定义参数名优化(统一由 isEmbed 来判断嵌入情形下所有需要特殊处理的情况)
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录(提示使用原有 inner 提示,而非弹框)
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 优化无用的参数(接口验证 token 时)
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 嵌入 iframe 时隐藏查询模块头部的描述而非标题
  Redash - 嵌入模块支持参数透传:自身的参数假如出现在 url 里的话自动隐藏,否则出现在选择区(选择区无参数时,整体隐藏)
  Redash - 嵌入模块支持参数透传:自身的参数假如出现在 url 里的话自动隐藏,否则出现在选择区
  Redash - 修复 dashboard 中 counter visualization 在 safari 下无法显示的 bug
  support search application
  Redash - 实现 dashboard 添加 app 集成权限管理(app 列表查询根据接口改动传入翻页参数)
  Redash - 修复官方查询结果时第一次带 apply_auto_limit 参数,而后续不带导致参数不一致从而无法使用缓存结果的 bug
  Redash - 创建 app 时,接口返回的 app 的初始信息传递到详情页
  Redash - 嵌入 iframe 时支持通过 url 传入 max_age 参数来支持实时刷新数据(转为数字值)
  Redash - 嵌入 iframe 时支持通过 url 传入 max_age 参数来支持实时刷新数据
  ...

Conflicts:
	client/app/components/dashboards/DashboardGrid.jsx
	client/app/components/dashboards/dashboard-widget/VisualizationWidget.jsx
	client/app/pages/dashboards/EmbedDashboardPage.jsx
	redash/authentication/__init__.py
	redash/models/__init__.py
	redash/settings/organization.py
	tests/handlers/test_application.py
* webdev_fix: (84 commits)
  Redash - 嵌入模式下,显示各个模块的下载链接
  Redash - 嵌入模块自定义参数名优化(统一由 isEmbed 来判断嵌入情形下所有需要特殊处理的情况)
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录(提示使用原有 inner 提示,而非弹框)
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 优化无用的参数(接口验证 token 时)
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 嵌入 iframe 假如 token 过期时提示重新加载页面而非跳转登录
  Redash - 嵌入 iframe 时隐藏查询模块头部的描述而非标题
  Redash - 嵌入模块支持参数透传:自身的参数假如出现在 url 里的话自动隐藏,否则出现在选择区(选择区无参数时,整体隐藏)
  Redash - 嵌入模块支持参数透传:自身的参数假如出现在 url 里的话自动隐藏,否则出现在选择区
  Redash - 修复 dashboard 中 counter visualization 在 safari 下无法显示的 bug
  support search application
  Redash - 实现 dashboard 添加 app 集成权限管理(app 列表查询根据接口改动传入翻页参数)
  Redash - 修复官方查询结果时第一次带 apply_auto_limit 参数,而后续不带导致参数不一致从而无法使用缓存结果的 bug
  Redash - 创建 app 时,接口返回的 app 的初始信息传递到详情页
  Redash - 嵌入 iframe 时支持通过 url 传入 max_age 参数来支持实时刷新数据(转为数字值)
  Redash - 嵌入 iframe 时支持通过 url 传入 max_age 参数来支持实时刷新数据
  ...

Conflicts:
	client/app/components/dashboards/DashboardGrid.jsx
	client/app/components/dashboards/dashboard-widget/VisualizationWidget.jsx
	client/app/pages/dashboards/EmbedDashboardPage.jsx
	redash/authentication/__init__.py
	redash/models/__init__.py
	redash/settings/organization.py
	tests/handlers/test_application.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant