Skip to content

Commit

Permalink
Merge 6068221 into 5f82309
Browse files Browse the repository at this point in the history
  • Loading branch information
fetzerch committed Nov 5, 2022
2 parents 5f82309 + 6068221 commit 3e8a3b0
Show file tree
Hide file tree
Showing 16 changed files with 11,919 additions and 15,457 deletions.
59 changes: 25 additions & 34 deletions .gitignore
@@ -1,40 +1,31 @@
.npm/
.yarn/
node_modules
npm-debug.log
coverage/
.aws-config.json
awsconfig
/emails/dist
/public_gen
/tmp
vendor/phantomjs/phantomjs
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

docs/AWS_S3_BUCKET
docs/GIT_BRANCH
docs/VERSION
docs/GITCOMMIT
docs/changed-files
docs/changed-files
node_modules/

# locally required config files
public/css/*.min.css
# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Editor junk
*.sublime-workspace
*.swp
.idea/
*.iml
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

/data/*
/bin/*
# Coverage directory used by tools like istanbul
coverage

conf/custom.ini
fig.yml
profile.cov
grafana
.notouch
# Compiled binary addons (https://nodejs.org/api/addons.html)
dist/
artifacts/
work/
ci/
e2e-results/

# Editor
.idea

# Test artifacts
/dist/test/
junit-*.xml
21 changes: 0 additions & 21 deletions .gitlab-ci.yml

This file was deleted.

4 changes: 0 additions & 4 deletions config/jest-setup.ts

This file was deleted.

3 changes: 2 additions & 1 deletion dist/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

29 changes: 22 additions & 7 deletions dist/plugin.json
@@ -1,32 +1,47 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"name": "Sun and Moon",
"id": "fetzerch-sunandmoon-datasource",
"type": "datasource",

"metrics": true,
"annotations": true,

"info": {
"description": "Calculates position of Sun and Moon.",
"author": {
"name": "Christian Fetzer",
"email": "fetzer.ch@gmail.com",
"url": "https://fetzerch.github.io"
},
"keywords": ["sun", "moon", "altitude", "azimuth", "illumination", "distance"],
"keywords": [
"sun",
"moon",
"altitude",
"azimuth",
"illumination",
"distance"
],
"logos": {
"small": "img/logo.png",
"large": "img/logo.png"
},
"links": [
{"name": "GitHub", "url": "https://github.com/fetzerch/grafana-sunandmoon-datasource"},
{"name": "MIT License", "url": "https://github.com/fetzerch/grafana-sunandmoon-datasource/blob/master/LICENSE"}
{
"name": "GitHub",
"url": "https://github.com/fetzerch/grafana-sunandmoon-datasource"
},
{
"name": "MIT License",
"url": "https://github.com/fetzerch/grafana-sunandmoon-datasource/blob/master/LICENSE"
}
],
"screenshots": [
{"name": "Sun and Moon Position", "path": "img/screenshot.png"}
{
"name": "Sun and Moon Position",
"path": "img/screenshot.png"
}
],
"version": "0.2.1",
"updated": "2021-10-16"
"updated": "2022-11-05"
},
"dependencies": {
"grafanaDependency": ">=7.0.0",
Expand Down

0 comments on commit 3e8a3b0

Please sign in to comment.