Skip to content

Commit d0b5a84

Browse files
committed
Fixed missing dist folder due to .gitignore
1 parent 3140eae commit d0b5a84

9 files changed

Lines changed: 906 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ __pycache__/
238238
.Python
239239
build/
240240
develop-eggs/
241-
dist/
241+
242242
downloads/
243243
eggs/
244244
.eggs/
@@ -254,6 +254,9 @@ share/python-wheels/
254254
*.egg
255255
MANIFEST
256256

257+
dist/
258+
!Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/**
259+
257260
# PyInstaller
258261
# Usually these files are written by a python script from a template
259262
# before PyInstaller builds the exe, so as to inject date/other infos into it.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Changelog

Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mssql/dist/LICENSE

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Grafana Microsoft SQL Server Data Source - Native Plugin
2+
3+
Grafana ships with a built-in Microsoft SQL Server (MSSQL) data source plugin that allows you to query and visualize data from any Microsoft SQL Server 2005 or newer.
4+
5+
## Adding the data source
6+
7+
1. Open the side menu by clicking the Grafana icon in the top header.
8+
2. In the side menu under the `Configuration` link you should find a link named `Data Sources`.
9+
3. Click the `+ Add data source` button in the top header.
10+
4. Select _Microsoft SQL Server_ from the _Type_ dropdown.
11+
12+
Read more about it here:
13+
14+
[https://grafana.com/docs/grafana/latest/datasources/mssql/](https://grafana.com/docs/grafana/latest/datasources/mssql/)

Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mssql/dist/img/sql_server_logo.svg

Lines changed: 115 additions & 0 deletions
Loading

Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mssql/dist/module.js

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
/*!
2+
Copyright (c) 2018 Jed Watson.
3+
Licensed under the MIT License (MIT), see
4+
http://jedwatson.github.io/classnames
5+
*/
6+
7+
/*!
8+
Copyright (c) 2015 Jed Watson.
9+
Based on code that is Copyright 2013-2015, Facebook, Inc.
10+
All rights reserved.
11+
*/
12+
13+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
14+
15+
/**
16+
* @license React
17+
* react-dom-server-legacy.browser.production.min.js
18+
*
19+
* Copyright (c) Facebook, Inc. and its affiliates.
20+
*
21+
* This source code is licensed under the MIT license found in the
22+
* LICENSE file in the root directory of this source tree.
23+
*/
24+
25+
/**
26+
* @license React
27+
* react-dom-server.browser.production.min.js
28+
*
29+
* Copyright (c) Facebook, Inc. and its affiliates.
30+
*
31+
* This source code is licensed under the MIT license found in the
32+
* LICENSE file in the root directory of this source tree.
33+
*/
34+
35+
/**
36+
* @license React
37+
* react-jsx-runtime.production.min.js
38+
*
39+
* Copyright (c) Facebook, Inc. and its affiliates.
40+
*
41+
* This source code is licensed under the MIT license found in the
42+
* LICENSE file in the root directory of this source tree.
43+
*/
44+
45+
/** @license React v16.13.1
46+
* react-is.production.min.js
47+
*
48+
* Copyright (c) Facebook, Inc. and its affiliates.
49+
*
50+
* This source code is licensed under the MIT license found in the
51+
* LICENSE file in the root directory of this source tree.
52+
*/

Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mssql/dist/module.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"type": "datasource",
3+
"name": "Microsoft SQL Server",
4+
"id": "mssql",
5+
"executable": "gpx_mssql",
6+
"category": "sql",
7+
8+
"info": {
9+
"description": "Data source for Microsoft SQL Server compatible databases",
10+
"author": {
11+
"name": "Grafana Labs",
12+
"url": "https://grafana.com"
13+
},
14+
"logos": {
15+
"small": "img/sql_server_logo.svg",
16+
"large": "img/sql_server_logo.svg"
17+
},
18+
"version": "11.3.1"
19+
},
20+
"dependencies": {
21+
"grafanaDependency": ">=10.4.0"
22+
},
23+
24+
"alerting": true,
25+
"annotations": true,
26+
"metrics": true,
27+
"backend": true,
28+
29+
"queryOptions": {
30+
"minInterval": true
31+
}
32+
}

0 commit comments

Comments
 (0)