Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 0b51a41

Browse files
authored
chore: add build status for drone (#359)
* add build status for drone * add cspell for drone * remove git action for release, this is being done inside drone
1 parent 1b9c2f4 commit 0b51a41

File tree

3 files changed

+60
-132
lines changed

3 files changed

+60
-132
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 132 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://drone.grafana.net/api/badges/grafana/worldmap-panel/status.svg)](https://drone.grafana.net/grafana/worldmap-panel)
2+
13
> **Note:** Support for this repository has ended and it will be archived. Please see [Geomap Panel](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/geomap/) for ongoing development and support.
24
35
# Worldmap Panel Plugin for Grafana

cspell.config.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"language": "en",
3+
"ignorePaths": [
4+
"CHANGELOG.md",
5+
"README.md",
6+
"node_modules/**",
7+
"dist/**",
8+
"coverage/**",
9+
"provisioning/**",
10+
"src/dashboards/**",
11+
"src/data/**",
12+
"src/libs/**",
13+
"src/styles/**"
14+
],
15+
"words": [
16+
"Worldmap",
17+
"worldmap",
18+
"Geomap",
19+
"Geohash",
20+
"geohash",
21+
"Carto",
22+
"Flot",
23+
"flotpairs",
24+
"latlng",
25+
"tinycolor",
26+
"mapcontainer",
27+
"serie",
28+
"bcdefghjkmnpqrstuvwxyz",
29+
"bottomleft",
30+
"ndash",
31+
"datapoint",
32+
"Abbrevation",
33+
"Appender",
34+
"Cascader",
35+
"dataframe",
36+
"dataframes",
37+
"datapoints",
38+
"DATAPROXY",
39+
"diffperc",
40+
"drilldown",
41+
"esversion",
42+
"grafana",
43+
"logmin",
44+
"magn",
45+
"Neue",
46+
"ngalert",
47+
"Roboto",
48+
"timeseries",
49+
"typecheck",
50+
"unicons",
51+
"uuidv",
52+
"valuemap",
53+
"varname",
54+
"verdana",
55+
"workdir"
56+
],
57+
"enabled": true
58+
}

0 commit comments

Comments
 (0)