Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
b6e69358
Commit
b6e69358
authored
Jan 18, 2018
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugins: send secureJsonData unencrypted
parent
81bb3e1e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
pkg/plugins/datasource/wrapper/datasource_plugin_wrapper.go
+2
-1
vendor/github.com/grafana/grafana_plugin_model/go/datasource/datasource.pb.go
+0
-0
vendor/vendor.json
+3
-3
No files found.
pkg/plugins/datasource/wrapper/datasource_plugin_wrapper.go
View file @
b6e69358
...
@@ -28,12 +28,13 @@ func (tw *DatasourcePluginWrapper) Query(ctx context.Context, ds *models.DataSou
...
@@ -28,12 +28,13 @@ func (tw *DatasourcePluginWrapper) Query(ctx context.Context, ds *models.DataSou
pbQuery
:=
&
datasource
.
DatasourceRequest
{
pbQuery
:=
&
datasource
.
DatasourceRequest
{
Datasource
:
&
datasource
.
DatasourceInfo
{
Datasource
:
&
datasource
.
DatasourceInfo
{
JsonData
:
string
(
jsonData
),
Name
:
ds
.
Name
,
Name
:
ds
.
Name
,
Type
:
ds
.
Type
,
Type
:
ds
.
Type
,
Url
:
ds
.
Url
,
Url
:
ds
.
Url
,
Id
:
ds
.
Id
,
Id
:
ds
.
Id
,
OrgId
:
ds
.
OrgId
,
OrgId
:
ds
.
OrgId
,
JsonData
:
string
(
jsonData
),
DecryptedSecureJsonData
:
ds
.
SecureJsonData
.
Decrypt
(),
},
},
TimeRange
:
&
datasource
.
TimeRange
{
TimeRange
:
&
datasource
.
TimeRange
{
FromRaw
:
query
.
TimeRange
.
From
,
FromRaw
:
query
.
TimeRange
.
From
,
...
...
vendor/github.com/grafana/grafana_plugin_model/go/datasource/datasource.pb.go
View file @
b6e69358
This diff is collapsed.
Click to expand it.
vendor/vendor.json
View file @
b6e69358
...
@@ -483,10 +483,10 @@
...
@@ -483,10 +483,10 @@
"revisionTime"
:
"2016-12-15T22:53:35Z"
"revisionTime"
:
"2016-12-15T22:53:35Z"
},
},
{
{
"checksumSHA1"
:
"
EtBErX/rtSQmC2z8fgl6WFBCt+E
="
,
"checksumSHA1"
:
"
pJYGEIHFn2dy4vmu6nhaglsq6L0
="
,
"path"
:
"github.com/grafana/grafana_plugin_model/go/datasource"
,
"path"
:
"github.com/grafana/grafana_plugin_model/go/datasource"
,
"revision"
:
"
50b475deb168a09c6b9be2658a230add915e913b
"
,
"revision"
:
"
dfe5dc0a6ce05825ba7fe2d0323d92e631bffa89
"
,
"revisionTime"
:
"2018-01-1
7T10:10:56
Z"
"revisionTime"
:
"2018-01-1
8T10:12:58
Z"
},
},
{
{
"checksumSHA1"
:
"0OUXdKhaE6TzpHevY0VFlAA5YJ8="
,
"checksumSHA1"
:
"0OUXdKhaE6TzpHevY0VFlAA5YJ8="
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment