Skip to content

Commit

Permalink
Apply V10 beta period feedback / fixes (getredash#5611)
Browse files Browse the repository at this point in the history
The following PR's were cherry-picked:

* Excel & CSV query runner (getredash#2478)
* Pin python3 image version (getredash#5570)
* Fix: Edit Source button disappeared for users without CanEdit perms (getredash#5568)
* Fix: Specify the protobuf version (getredash#5608)

Plus one additional change exclusive to this branch:
* Replace reference to yarn with NPM

This happened because we cherry-picked getredash#5570 but did not also incorporate
getredash#5541 into V10.

Co-authored-by: deecay <deecay@users.noreply.github.com>
Co-authored-by: Levko Kravets <levko.ne@gmail.com>
Co-authored-by: zoomdot <gninggoon@gmail.com>
  • Loading branch information
4 people authored and schoettler committed May 9, 2022
1 parent aed050c commit f5d4686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/pages/queries/components/QueryPageHeader.jsx
Expand Up @@ -179,7 +179,7 @@ export default function QueryPageHeader({

{!queryFlags.isNew && queryFlags.canViewSource && (
<span>
{!sourceMode && queryFlags.canEdit && (
{!sourceMode && (
<Link.Button className="m-r-5" href={query.getUrl(true, selectedVisualization)}>
<i className="fa fa-pencil-square-o" aria-hidden="true" />
<span className="m-l-5">Edit Source</span>
Expand Down
1 change: 1 addition & 0 deletions requirements_all_ds.txt
@@ -1,4 +1,5 @@
google-api-python-client==1.7.11
protobuf==3.17.3
gspread==3.1.0
impyla==0.16.0
influxdb==5.2.3
Expand Down

0 comments on commit f5d4686

Please sign in to comment.