Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 5d33643

Browse files
committed
Fix prettier readme file
1 parent eba86d4 commit 5d33643

9 files changed

+17
-17
lines changed
304 Bytes
Binary file not shown.

dist/MANIFEST.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@ Hash: SHA512
88
"signedByOrg": "doitintl",
99
"signedByOrgName": "DoiT International",
1010
"plugin": "doitintl-bigquery-datasource",
11-
"version": "2.0.0",
12-
"time": 1607953742257,
11+
"version": "2.0.1",
12+
"time": 1607954553807,
1313
"keyId": "7e4d0c6a708866e7",
1414
"files": {
1515
"LICENSE.md": "b40d79313086aafb7ab31bf033798850a20ff52daf52f9dba84f6ef169e326b2",
1616
"doitintl-bigquery-datasource_darwin_amd64": "89d3c1769d56208894555aaeb428d4d81d227d134d521cebdf1a3ea36333f93c",
17-
"module.js.map": "663be7603230f64c5d47d364e16e3b8d2cbc6e63ac6016212c03da9d53b1b820",
18-
"doitintl-bigquery-datasource_windows_amd64.exe": "6050a279089db93ea7bfe328bf75dfcc41110fab6457c7d6233d20224b0ef681",
19-
"plugin.json": "5328ef1b7c392808d4d3413be2cc6e3f610a198ce133e87bb43c6d4c3d762455",
17+
"module.js.map": "fa06a8f81f03b06129bbc093a4c54f28d0d37b6e256134b7959a42cebfc40cc8",
18+
"doitintl-bigquery-datasource_windows_amd64.exe": "89d3c1769d56208894555aaeb428d4d81d227d134d521cebdf1a3ea36333f93c",
19+
"plugin.json": "198f8a869a085aefecfd17d3eb40166a54df2ed113fad4408ac67ddb4019f215",
2020
"README.md": "2c54953a9adbfd16ac4cc4ee4de052dc1895892416713cd9626a0e353e5e2047",
2121
"img/logo.png": "dcd9277d3dfc4e412dc006a000d0ee5b9ff4d9f126687a01f189cea9987e2bfa",
22-
"module.js": "4829ca1fa8b03f86a44cb8488ad4ab5300d3e0a31822694d9a4b8f5734f760b5",
22+
"module.js": "75f602d9feb799add56ae4f597aa9f803bb10ab233abfbd614574f1cadf4a165",
2323
"partials/annotations.editor.html": "c8b36fe73e7c3b13df4db94153ebd820a9bec4104c1b179db92d64dcdcf04156",
2424
"partials/query.editor.html": "23a40ae6a4a3e2dfa32bee8f5cc963c447750e9752a46e5aced85e6d7f70d6e5",
2525
"partials/config.html": "31cadbac85238e8a0cb8e4766fc20329cda9d918b4140e6130626cb3631dbe8d",
26-
"doitintl-bigquery-datasource_linux_amd64": "6050a279089db93ea7bfe328bf75dfcc41110fab6457c7d6233d20224b0ef681"
26+
"doitintl-bigquery-datasource_linux_amd64": "89d3c1769d56208894555aaeb428d4d81d227d134d521cebdf1a3ea36333f93c"
2727
}
2828
}
2929
-----BEGIN PGP SIGNATURE-----
3030
Version: OpenPGP.js v4.10.1
3131
Comment: https://openpgpjs.org
3232

33-
wqIEARMKAAYFAl/XbU4ACgkQfk0ManCIZud4eQIJAbvrd7FBq+M1Q2Pv5TLv
34-
A9O+Cp3MxMsEfZILbKtgfUd0u4bONSM8kV5xFdLbvXEl40N5bHtkUOxw9Vuf
35-
dxGZq9WsAgkBv1yeM5kQyuZ+JEIu317nJkCGg3iIcEomoA8ii0BzqRUxQ338
36-
+UCYGRhiWosTxSrFRqi8f3iuMBeQOUgzgxa6jmY=
37-
=41+7
33+
wqAEARMKAAYFAl/XcHkACgkQfk0ManCIZufGwAII8P9G86ZgjXW4aMfhKo30
34+
lCBurUib6jcYHV5z4mIik5FZ97yFnxXG0VqkI+5SpYtVH7nIuh9i+RGILU7S
35+
iHfTZIkCCI1SaNesvYBKUvDyr/ykgmeiiC0YedAl5ycfJGHJkAnYUnM6/Vyh
36+
D7424b4HKYdT7ZQMM10VCXDMEkduCTb3uxXP
37+
=CzU5
3838
-----END PGP SIGNATURE-----
-32 Bytes
Binary file not shown.
-32 Bytes
Binary file not shown.

dist/module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{ "name": "GitHub", "url": "https://github.com/doitintl/bigquery-grafana" },
3131
{ "name": "MIT License", "url": "https://github.com/doitintl/bigquery-grafana/blob/master/LICENSE.md" }
3232
],
33-
"version": "2.0.0"
33+
"version": "2.0.1"
3434
},
3535
"routes": [
3636
{

src/bigquery_query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export default class BigQueryQuery {
231231

232232
public buildMetricColumn() {
233233
if (this.hasMetricColumn()) {
234-
return 'CAST (' + BigQueryQuery.quoteFiledName(this.target.metricColumn) + ' AS String ) AS metric';
234+
return BigQueryQuery.quoteFiledName(this.target.metricColumn) + ' AS metric';
235235
}
236236

237237
return '';

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
},
2929
],
3030
plugins: [
31-
new CleanWebpackPlugin('dist', {allowExternal: true}),
31+
// new CleanWebpackPlugin('dist', {allowExternal: true}),
3232
new webpack.optimize.OccurrenceOrderPlugin(),
3333
new CopyWebpackPlugin([
3434
{ from: 'plugin.json', to: '.' },

0 commit comments

Comments
 (0)