Eric Radman
Eric Radman
Is it possible to specify a list of object names to ignore? (regex or glob) In some case I am using native PostgreSQL partitioning and it would be nice to...
Users may elect to use trust authentication to a local area network, but there is probably no compelling reason to allow this, even for a trial install. * Merge worker_security...
## What type of PR is this? - [x] Build/Test ## Description PostgreSQL 9.5 end-of-life was February 11, 2021 ## How is this tested? - [x] Unit tests (pytest, jest)...
## What type of PR is this? - [x] Bug Fix ## Description importlib-metadata-5.0.0 removed SelectableGroups which Redash 10 depends on See https://github.com/python/importlib_metadata/issues/409 ## How is this tested? - [x]...
## What type of PR is this? - [x] Feature ## Description Dashboards may be referenced if their ID is known (`/dashboards/{dashboard_id}-{slug}`), but there was no easy method of linking...
_version:_ numbro 2.4.0 After transitioning from numeral.js I noticed that a format string of `'0'` does not round to the nearest integer ``` > var numbro = require("numbro"); undefined >...
## What type of PR is this? - [x] Bug Fix - [x] Revert refactoring ## Description Revert all commits >= 3f19534301a6b1e2a544c7305238d49e5ba60142 These changes were far to invasive to test...
Numbro.js formats percentages as `value * 100`, but any litteral prefix or suffix may be added with braces. This is a partial solution to https://github.com/getredash/redash/issues/6586 _Note_: this change to documentation...
Transfer files using scp(1). The purpose of this is to allow easy backup of important files from a remote host that should be installed after a rebuild. Previously export paths...
Allows label execution to be bracketed with local commands before and after remote execution. Unlike other options, these are "single use" and are not inherited. One use for this feature...