View | Details | Raw Unified | Return to bug 247512 | Differences between
and this patch

Collapse All | Expand All

(-)www/grafana7/Makefile (-8 / +136 lines)
Lines 1-15 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	grafana
3
PORTNAME=	grafana
4
PORTVERSION=	6.7.4
4
PORTVERSION=	7.0.3
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES+=	https://dl.grafana.com/oss/release/:public
7
MASTER_SITES+=	https://dl.grafana.com/oss/release/:public \
8
				https://gitea.com/xorm/builder/archive/:builder \
9
				https://gitea.com/xorm/core/archive/:core \
10
				https://gitea.com/xorm/xorm/archive/:xorm
8
PKGNAMESUFFIX=	${PORTVERSION:C/([0-9]).*/\1/1}
11
PKGNAMESUFFIX=	${PORTVERSION:C/([0-9]).*/\1/1}
9
DISTFILES=	grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX}:public
12
DISTFILES=	grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX}:public \
10
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
13
			v0.3.6${EXTRACT_SUFX}:builder \
11
14
			v0.7.3${EXTRACT_SUFX}:core \
12
MAINTAINER=	hiyorin@gmail.com
15
			v0.8.1${EXTRACT_SUFX}:xorm
16
MAINTAINER=	robsonmantovani@gmail.com
13
COMMENT=	Dashboard and graph editor for multiple data stores
17
COMMENT=	Dashboard and graph editor for multiple data stores
14
18
15
LICENSE=	APACHE20
19
LICENSE=	APACHE20
Lines 17-32 Link Here
17
21
18
ONLY_FOR_ARCHS=	aarch64 amd64 i386
22
ONLY_FOR_ARCHS=	aarch64 amd64 i386
19
23
20
USES=		go:modules
24
USES=                   go:modules
21
USE_RC_SUBR=	grafana
25
USE_RC_SUBR=	grafana
22
26
23
USE_GITHUB=	yes
27
USE_GITHUB=	yes
24
TAG=		5c11bbd
28
TAG=		aee1438
25
29
26
GO_TARGET=	./pkg/cmd/grafana-server \
30
GO_TARGET=	./pkg/cmd/grafana-server \
27
		./pkg/cmd/grafana-cli
31
		./pkg/cmd/grafana-cli
28
GO_BUILDFLAGS=	-ldflags="-w -X main.version=${PORTVERSION} -X main.commit=${TAG}"
32
GO_BUILDFLAGS=	-ldflags="-w -X main.version=${PORTVERSION} -X main.commit=${TAG}"
33
GH_TUPLE=	\
34
		BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
35
		VividCortex:mysqlerr:6c6b55f8796f:vividcortex_mysqlerr/vendor/github.com/VividCortex/mysqlerr \
36
		alexcesaro:quotedprintable:2caba252f4dc:alexcesaro_quotedprintable/vendor/gopkg.in/alexcesaro/quotedprintable.v3 \
37
		apache:arrow:89ce1cadb678:apache_arrow_arrow/vendor/github.com/apache/arrow \
38
		aws:aws-sdk-go:v1.29.20:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
39
		beevik:etree:v1.1.0:beevik_etree/vendor/github.com/beevik/etree \
40
		benbjohnson:clock:7dc76406b6d3:benbjohnson_clock/vendor/github.com/benbjohnson/clock \
41
		beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
42
		bradfitz:gomemcache:551aad21a668:bradfitz_gomemcache/vendor/github.com/bradfitz/gomemcache \
43
		cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \
44
		cheekybits:genny:v1.0.0:cheekybits_genny/vendor/github.com/cheekybits/genny \
45
		codahale:hdrhistogram:3a0bb77429bd:codahale_hdrhistogram/vendor/github.com/codahale/hdrhistogram \
46
		cpuguy83:go-md2man:f79a8a8ca69d:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \
47
		crewjam:saml:c42136edf9b1:crewjam_saml/vendor/github.com/crewjam/saml \
48
		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
49
		denisenkom:go-mssqldb:2be1aa521ff4:denisenkom_go_mssqldb/vendor/github.com/denisenkom/go-mssqldb \
50
		facebookgo:ensure:b4ab57deab51:facebookgo_ensure/vendor/github.com/facebookgo/ensure \
51
		facebookgo:inject:f23751cae28b:facebookgo_inject/vendor/github.com/facebookgo/inject \
52
		facebookgo:stack:751773369052:facebookgo_stack/vendor/github.com/facebookgo/stack \
53
		facebookgo:structtag:217e25fb9691:facebookgo_structtag/vendor/github.com/facebookgo/structtag \
54
		facebookgo:subset:8dac2c3c4870:facebookgo_subset/vendor/github.com/facebookgo/subset \
55
		fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \
56
		go-asn1-ber:asn1-ber:f715ec2f112d:go_asn1_ber_asn1_ber/vendor/gopkg.in/asn1-ber.v1 \
57
		go-ini:ini:v1.46.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
58
		go-ldap:ldap:v3.0.2:go_ldap_ldap/vendor/gopkg.in/ldap.v3 \
59
		go-macaron:binding:0b4f37bab25b:go_macaron_binding/vendor/github.com/go-macaron/binding \
60
		go-macaron:gzip:cad1c6580a07:go_macaron_gzip/vendor/github.com/go-macaron/gzip \
61
		go-macaron:inject:d8a0b8677191:go_macaron_inject/vendor/github.com/go-macaron/inject \
62
		go-macaron:macaron:v1.3.4:go_macaron_macaron/vendor/gopkg.in/macaron.v1 \
63
		go-macaron:session:1a3cdc6f5659:go_macaron_session/vendor/github.com/go-macaron/session \
64
		go-mail:mail:v2.3.1:go_mail_mail/vendor/gopkg.in/mail.v2 \
65
		go-redis:redis:v5.2.9:go_redis_redis/vendor/gopkg.in/redis.v5 \
66
		go-sql-driver:mysql:v1.5.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \
67
		go-stack:stack:v1.8.0:go_stack_stack/vendor/github.com/go-stack/stack \
68
		go-yaml:yaml:v2.2.5:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
69
		gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \
70
		golang:appengine:v1.6.1:golang_appengine/vendor/google.golang.org/appengine \
71
		golang:crypto:056763e48d71:golang_crypto/vendor/golang.org/x/crypto \
72
		golang:lint:fdd1cda4f05f:golang_lint/vendor/golang.org/x/lint \
73
		golang:net:16171245cfb2:golang_net/vendor/golang.org/x/net \
74
		golang:oauth2:0f29369cfe45:golang_oauth2/vendor/golang.org/x/oauth2 \
75
		golang:protobuf:v1.3.4:golang_protobuf/vendor/github.com/golang/protobuf \
76
		golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \
77
		golang:sync:cd5d95a43a6e:golang_sync/vendor/golang.org/x/sync \
78
		golang:sys:d5e6a3e2c0ae:golang_sys/vendor/golang.org/x/sys \
79
		golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
80
		golang:tools:04c2e8eff935:golang_tools/vendor/golang.org/x/tools \
81
		golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \
82
		google:flatbuffers:v1.11.0:google_flatbuffers/vendor/github.com/google/flatbuffers \
83
		google:go-cmp:v0.3.1:google_go_cmp/vendor/github.com/google/go-cmp \
84
		google:go-genproto:24fa4b261c55:google_go_genproto/vendor/google.golang.org/genproto \
85
		googleapis:google-cloud-go:v0.37.4:googleapis_google_cloud_go/vendor/cloud.google.com/go \
86
		gopherjs:gopherjs:3e4dfb77656c:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \
87
		gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \
88
		gosimple:slug:v1.4.2:gosimple_slug/vendor/github.com/gosimple/slug \
89
		grafana:grafana-plugin-model:1fc953a61fb4:grafana_grafana_plugin_model/vendor/github.com/grafana/grafana-plugin-model \
90
		grafana:grafana-plugin-sdk-go:v0.60.0:grafana_grafana_plugin_sdk_go/vendor/github.com/grafana/grafana-plugin-sdk-go \
91
		grpc-ecosystem:go-grpc-middleware:v1.2.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \
92
		grpc-ecosystem:go-grpc-prometheus:v1.2.0:grpc_ecosystem_go_grpc_prometheus/vendor/github.com/grpc-ecosystem/go-grpc-prometheus \
93
		grpc:grpc-go:v1.27.1:grpc_grpc_go/vendor/google.golang.org/grpc \
94
		hashicorp:go-hclog:ff2cf002a8dd:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \
95
		hashicorp:go-plugin:v1.2.2:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \
96
		hashicorp:go-version:v1.1.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \
97
		hashicorp:yamux:2f1d1f20f75d:hashicorp_yamux/vendor/github.com/hashicorp/yamux \
98
		inconshreveable:log15:67afb5ed74ec:inconshreveable_log15/vendor/github.com/inconshreveable/log15 \
99
		jmespath:go-jmespath:c2b33e8439af:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \
100
		jonboulle:clockwork:v0.1.0:jonboulle_clockwork/vendor/github.com/jonboulle/clockwork \
101
		json-iterator:go:v1.1.8:json_iterator_go/vendor/github.com/json-iterator/go \
102
		jtolds:gls:v4.20.0:jtolds_gls/vendor/github.com/jtolds/gls \
103
		jung-kurt:gofpdf:v1.10.1:jung_kurt_gofpdf/vendor/github.com/jung-kurt/gofpdf \
104
		k0kubun:colorstring:9440f1994b88:k0kubun_colorstring/vendor/github.com/k0kubun/colorstring \
105
		klauspost:compress:v1.4.1:klauspost_compress/vendor/github.com/klauspost/compress \
106
		klauspost:cpuid:v1.2.0:klauspost_cpuid/vendor/github.com/klauspost/cpuid \
107
		lib:pq:v1.2.0:lib_pq/vendor/github.com/lib/pq \
108
		linkedin:goavro:v2.9.7:linkedin_goavro_v2/vendor/github.com/linkedin/goavro/v2 \
109
		mattetti:filebuffer:v1.0.0:mattetti_filebuffer/vendor/github.com/mattetti/filebuffer \
110
		mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
111
		mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
112
		mattn:go-runewidth:v0.0.7:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
113
		mattn:go-sqlite3:v1.11.0:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
114
		matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
115
		mitchellh:go-testing-interface:a61a99592b77:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \
116
		modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \
117
		modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \
118
		oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \
119
		olekukonko:tablewriter:v0.0.4:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \
120
		opentracing:opentracing-go:v1.1.0:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \
121
		patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \
122
		pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
123
		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
124
		prometheus:client_golang:v1.3.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
125
		prometheus:client_model:v0.1.0:prometheus_client_model/vendor/github.com/prometheus/client_model \
126
		prometheus:common:v0.7.0:prometheus_common/vendor/github.com/prometheus/common \
127
		prometheus:procfs:v0.0.8:prometheus_procfs/vendor/github.com/prometheus/procfs \
128
		rainycape:unidecode:cb7f23ec59be:rainycape_unidecode/vendor/github.com/rainycape/unidecode \
129
		robfig:cron:b41be1df6967:robfig_cron/vendor/github.com/robfig/cron \
130
		robfig:cron:v3.0.0:robfig_cron_v3/vendor/github.com/robfig/cron/v3 \
131
		russellhaering:goxmldsig:7acd5e4a6ef7:russellhaering_goxmldsig/vendor/github.com/russellhaering/goxmldsig \
132
		russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \
133
		sergi:go-diff:v1.0.0:sergi_go_diff/vendor/github.com/sergi/go-diff \
134
		shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \
135
		smartystreets:assertions:v1.0.1:smartystreets_assertions/vendor/github.com/smartystreets/assertions \
136
		smartystreets:goconvey:505e41936337:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \
137
		square:go-jose:v2.4.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \
138
		stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \
139
		teris-io:shortid:771a37caa5cf:teris_io_shortid/vendor/github.com/teris-io/shortid \
140
		timberio:go-datemath:74ddef604fff:timberio_go_datemath/vendor/github.com/timberio/go-datemath \
141
		ua-parser:uap-go:daf92ba38329:ua_parser_uap_go/vendor/github.com/ua-parser/uap-go \
142
		uber-go:atomic:v1.5.1:uber_go_atomic/vendor/go.uber.org/atomic \
143
		uber:jaeger-client-go:v2.20.1:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \
144
		uber:jaeger-lib:v2.2.0:uber_jaeger_lib/vendor/github.com/uber/jaeger-lib \
145
		unknwon:com:v1.0.1:unknwon_com/vendor/github.com/unknwon/com \
146
		urfave:cli:v2.1.1:urfave_cli_v2/vendor/github.com/urfave/cli/v2 \
147
		xorcare:pointer:v1.1.0:xorcare_pointer/vendor/github.com/xorcare/pointer \
148
		yudai:gojsondiff:v1.0.0:yudai_gojsondiff/vendor/github.com/yudai/gojsondiff \
149
		yudai:golcs:ecda9a501e82:yudai_golcs/vendor/github.com/yudai/golcs \
150
		yudai:pp:v2.0.1:yudai_pp/vendor/github.com/yudai/pp
29
151
152
		# Mirrors for the following packages are not currently known, please look them up and handle these tuples manually:
153
		#	::v0.3.6:group_name/vendor/xorm.io/builder (from gitea.com/xorm/builder@v0.3.6)
154
		#	::v0.7.3:group_name/vendor/xorm.io/core (from gitea.com/xorm/core@v0.7.3)
155
		#	::v0.8.1:group_name/vendor/xorm.io/xorm (from gitea.com/xorm/xorm@v0.8.1)
156
30
GRAFANA_USER?=	grafana
157
GRAFANA_USER?=	grafana
31
GRAFANA_GROUP?=	grafana
158
GRAFANA_GROUP?=	grafana
32
159
Lines 55-60 Link Here
55
post-extract:
182
post-extract:
56
	@${RM} -r ${WRKSRC}/public
183
	@${RM} -r ${WRKSRC}/public
57
	@(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} grafana-${PORTVERSION}/public)
184
	@(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} grafana-${PORTVERSION}/public)
185
	@(cd ${WRKDIR} && mkdir -p grafana-${PORTVERSION}/vendor/xorm.io && mv builder grafana-${PORTVERSION}/vendor/xorm.io/ && mv core grafana-${PORTVERSION}/vendor/xorm.io/ && mv xorm grafana-${PORTVERSION}/vendor/xorm.io/)
58
186
59
post-install:
187
post-install:
60
	cd ${WRKSRC} && \
188
	cd ${WRKSRC} && \
(-)www/grafana7/distinfo (-5 / +245 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1591393750
1
TIMESTAMP = 1592940583
2
SHA256 (grafana-6.7.4.linux-amd64.tar.gz) = 454f23be261289e114516cfea14c2e2980fd1b432bea499256ae920ccc4c528d
2
SHA256 (grafana-7.0.3.linux-amd64.tar.gz) = 8fac62da4e4bfcebce3e66c4f62fd4ed89139b06b09d0155454199ba6d4869f2
3
SIZE (grafana-6.7.4.linux-amd64.tar.gz) = 65083442
3
SIZE (grafana-7.0.3.linux-amd64.tar.gz) = 49416548
4
SHA256 (grafana-grafana-v6.7.4_GH0.tar.gz) = 8e660a03b672059f8875e4ef602d3f85250d82f7f55327cedcc95e9bbd08051c
4
SHA256 (v0.3.6.tar.gz) = 7d79669bf66fab9d3219f5fd31432ec27cdd8f267538fe7d4d18aed2b5b24736
5
SIZE (grafana-grafana-v6.7.4_GH0.tar.gz) = 15983077
5
SIZE (v0.3.6.tar.gz) = 22658
6
SHA256 (v0.7.3.tar.gz) = f5df845efbc974835b289cb59dc2c59569f8a3693234e28d811e185667e7699c
7
SIZE (v0.7.3.tar.gz) = 21113
8
SHA256 (v0.8.1.tar.gz) = 36f0aeeb8a4564ea3140077ef96eec2ea9b80b4ab1137755d60be23391a0860d
9
SIZE (v0.8.1.tar.gz) = 409745
10
SHA256 (grafana-grafana-v7.0.3_GH0.tar.gz) = c8ce7801ff3cfbb407722817b7be1967353546177981c25f97c260b1d2ceab8a
11
SIZE (grafana-grafana-v7.0.3_GH0.tar.gz) = 11802728
12
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
13
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
14
SHA256 (VividCortex-mysqlerr-6c6b55f8796f_GH0.tar.gz) = 7c9f63636e73821dabebb3988bd12ecce0e473a111af835a34b794718c18c9d9
15
SIZE (VividCortex-mysqlerr-6c6b55f8796f_GH0.tar.gz) = 14691
16
SHA256 (alexcesaro-quotedprintable-2caba252f4dc_GH0.tar.gz) = 1a314d172f499342a97996e30ae1731b2e923e17031734d7350927458f544efb
17
SIZE (alexcesaro-quotedprintable-2caba252f4dc_GH0.tar.gz) = 10425
18
SHA256 (apache-arrow-89ce1cadb678_GH0.tar.gz) = ef6dbbea7fa13ce53f4f54ed9f7ef301bd62d5b14952ecc4f1fd4fcb7922927f
19
SIZE (apache-arrow-89ce1cadb678_GH0.tar.gz) = 5750563
20
SHA256 (aws-aws-sdk-go-v1.29.20_GH0.tar.gz) = e602d6bd97efd6af43a8440f2c6097e71ae36349978b583a8803081b5f527e7c
21
SIZE (aws-aws-sdk-go-v1.29.20_GH0.tar.gz) = 14262555
22
SHA256 (beevik-etree-v1.1.0_GH0.tar.gz) = d1b424a126ce5c46d8e9ba42217e7997cc992bef56d17cc39d1d91525c0dc1de
23
SIZE (beevik-etree-v1.1.0_GH0.tar.gz) = 26390
24
SHA256 (benbjohnson-clock-7dc76406b6d3_GH0.tar.gz) = 57057ebe896b3120137fffdef8b8ec5354f5a43a9faf6c68616adc1da5f79baa
25
SIZE (benbjohnson-clock-7dc76406b6d3_GH0.tar.gz) = 6250
26
SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825
27
SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867
28
SHA256 (bradfitz-gomemcache-551aad21a668_GH0.tar.gz) = db607507028dc488348f5bc486d2d2cba8c8f3e540c03d0b4899c72dc9d6d055
29
SIZE (bradfitz-gomemcache-551aad21a668_GH0.tar.gz) = 13110
30
SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148
31
SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292
32
SHA256 (cheekybits-genny-v1.0.0_GH0.tar.gz) = 6982bf513333fb3ee3e6e0633500a3800fb6a3d6beb9e6c6084a96c85a49dd73
33
SIZE (cheekybits-genny-v1.0.0_GH0.tar.gz) = 15585
34
SHA256 (codahale-hdrhistogram-3a0bb77429bd_GH0.tar.gz) = 3ef6b86658bc370e027304e55a8685767f7fd8a94199f4bea08c9388bf84a1b0
35
SIZE (codahale-hdrhistogram-3a0bb77429bd_GH0.tar.gz) = 7738
36
SHA256 (cpuguy83-go-md2man-f79a8a8ca69d_GH0.tar.gz) = c117a3e3741ea39016b678b24db19b1f766277bac7c1c6d721237bb159610178
37
SIZE (cpuguy83-go-md2man-f79a8a8ca69d_GH0.tar.gz) = 52020
38
SHA256 (crewjam-saml-c42136edf9b1_GH0.tar.gz) = a8279b6e2e538ca4a14c46cf940ef0e2963faf1ee54e7eed5db6c9784da613af
39
SIZE (crewjam-saml-c42136edf9b1_GH0.tar.gz) = 181771
40
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
41
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
42
SHA256 (denisenkom-go-mssqldb-2be1aa521ff4_GH0.tar.gz) = f0d330605699d7ecdeced98c8f0c33e0bf96bb0abbb9c6ab43831b8214fdc632
43
SIZE (denisenkom-go-mssqldb-2be1aa521ff4_GH0.tar.gz) = 518251
44
SHA256 (facebookgo-ensure-b4ab57deab51_GH0.tar.gz) = 228a9f93d69255a4bb82bf058c97f1bde71c595e94da5a3b421026210275b959
45
SIZE (facebookgo-ensure-b4ab57deab51_GH0.tar.gz) = 6412
46
SHA256 (facebookgo-inject-f23751cae28b_GH0.tar.gz) = edaf2ed132818f18b2f0ce9d6358f1358c0b44f7715634fc1e6b725281e3454b
47
SIZE (facebookgo-inject-f23751cae28b_GH0.tar.gz) = 9269
48
SHA256 (facebookgo-stack-751773369052_GH0.tar.gz) = bb0ffca174994df1bdb2a24fce3bcf3178c2887996e119f4409f2de5326debf0
49
SIZE (facebookgo-stack-751773369052_GH0.tar.gz) = 5797
50
SHA256 (facebookgo-structtag-217e25fb9691_GH0.tar.gz) = e42f1b402f77eca8470df5f9330dcaec1811ddc9e9bd89ae463adab70dc9f6a0
51
SIZE (facebookgo-structtag-217e25fb9691_GH0.tar.gz) = 2554
52
SHA256 (facebookgo-subset-8dac2c3c4870_GH0.tar.gz) = 211e1e0d80bc85e4f5b3bba50ff0a96755d5da08c9f029a7d29690691cd4ded2
53
SIZE (facebookgo-subset-8dac2c3c4870_GH0.tar.gz) = 4483
54
SHA256 (fatih-color-v1.7.0_GH0.tar.gz) = 4650d7aa3feed266fc85d91dc34ca9cffdf7ee03ea29bf2cbf84bbecc75fb755
55
SIZE (fatih-color-v1.7.0_GH0.tar.gz) = 816449
56
SHA256 (go-asn1-ber-asn1-ber-f715ec2f112d_GH0.tar.gz) = 084d4021bd3a9ae361fff6c59910d83227116dee977ec09bfe9322db43020b0d
57
SIZE (go-asn1-ber-asn1-ber-f715ec2f112d_GH0.tar.gz) = 13199
58
SHA256 (go-ini-ini-v1.46.0_GH0.tar.gz) = f9482bbfba09650f43682d95b3961d3280e3da30effecb5dbdbe36e82141ec71
59
SIZE (go-ini-ini-v1.46.0_GH0.tar.gz) = 36144
60
SHA256 (go-ldap-ldap-v3.0.2_GH0.tar.gz) = 7e5244c2f1d7b0a4a4927206d278325b61312934a16cf64fa9f1f8a9b9e954d1
61
SIZE (go-ldap-ldap-v3.0.2_GH0.tar.gz) = 41053
62
SHA256 (go-macaron-binding-0b4f37bab25b_GH0.tar.gz) = 71c1f7e46da92204083ee5e24faef361f2c96519188d2ed3cf3eefe7b639a9cf
63
SIZE (go-macaron-binding-0b4f37bab25b_GH0.tar.gz) = 23493
64
SHA256 (go-macaron-gzip-cad1c6580a07_GH0.tar.gz) = c12316ebd5f1c374e8b49e7c3a96166e85b4bb7763eded7e410e8148f38c63e0
65
SIZE (go-macaron-gzip-cad1c6580a07_GH0.tar.gz) = 6443
66
SHA256 (go-macaron-inject-d8a0b8677191_GH0.tar.gz) = c7606f032ed7cb6c465c6b41ab19d0742514f3365baed9b4b00249f79ef006a7
67
SIZE (go-macaron-inject-d8a0b8677191_GH0.tar.gz) = 8050
68
SHA256 (go-macaron-macaron-v1.3.4_GH0.tar.gz) = 987752abc4bed505e587d074b805739c667fd715b14c51107eb6aa2d555a82e8
69
SIZE (go-macaron-macaron-v1.3.4_GH0.tar.gz) = 131805
70
SHA256 (go-macaron-session-1a3cdc6f5659_GH0.tar.gz) = e4c4a57b3cfef8868845807a6facc2ad63f7e30566f93453b316c9fb5236ca38
71
SIZE (go-macaron-session-1a3cdc6f5659_GH0.tar.gz) = 24170
72
SHA256 (go-mail-mail-v2.3.1_GH0.tar.gz) = 264a42278757b9153338e618b2c98109d88f8ae8599a804f291e17bba9bb8969
73
SIZE (go-mail-mail-v2.3.1_GH0.tar.gz) = 19878
74
SHA256 (go-redis-redis-v5.2.9_GH0.tar.gz) = 494f474925e89749124445cdebc5affd741f7532d2a4d6e4e2069b17d74f4fd2
75
SIZE (go-redis-redis-v5.2.9_GH0.tar.gz) = 69991
76
SHA256 (go-sql-driver-mysql-v1.5.0_GH0.tar.gz) = 9d98b46623037447a26a51a203540bf605b6e6220d31f2efc7396242fcb660b5
77
SIZE (go-sql-driver-mysql-v1.5.0_GH0.tar.gz) = 90474
78
SHA256 (go-stack-stack-v1.8.0_GH0.tar.gz) = 3b8987e137d76f4f35db1e8005ec7fb766b68eed8cac0ca0b795ac43cd72b319
79
SIZE (go-stack-stack-v1.8.0_GH0.tar.gz) = 8039
80
SHA256 (go-yaml-yaml-v2.2.5_GH0.tar.gz) = 7b3929eeaa6c9ba8be52a10d195955060ff0b8b8c13671d533d26ff27fb13de2
81
SIZE (go-yaml-yaml-v2.2.5_GH0.tar.gz) = 72259
82
SHA256 (gobwas-glob-v0.2.3_GH0.tar.gz) = 325026fc78bcebcf31151b6e060f4e1c3321b04ded3dab63b63610b323c10850
83
SIZE (gobwas-glob-v0.2.3_GH0.tar.gz) = 25962
84
SHA256 (golang-appengine-v1.6.1_GH0.tar.gz) = 1755aaf4c6246579337bf1bc4f834ef00c56216da87b20456863ca91985b5afa
85
SIZE (golang-appengine-v1.6.1_GH0.tar.gz) = 333353
86
SHA256 (golang-crypto-056763e48d71_GH0.tar.gz) = 37b3e859de6cff226dace82c84f871892cb498e2e187277579b179c99d56ce9b
87
SIZE (golang-crypto-056763e48d71_GH0.tar.gz) = 1727878
88
SHA256 (golang-lint-fdd1cda4f05f_GH0.tar.gz) = d02215cdf7a8c9e1874406b0414f3799e13e235ed4de142f837f68aa69d6fd55
89
SIZE (golang-lint-fdd1cda4f05f_GH0.tar.gz) = 31573
90
SHA256 (golang-net-16171245cfb2_GH0.tar.gz) = 941e5a2afb85a131b42f8503fe1a760447a40a0f26539c11ca489f4f24a77e77
91
SIZE (golang-net-16171245cfb2_GH0.tar.gz) = 1172446
92
SHA256 (golang-oauth2-0f29369cfe45_GH0.tar.gz) = 468421ddfe905216454006b309ebda6e97aa6089265b995bce4259d6a9efd141
93
SIZE (golang-oauth2-0f29369cfe45_GH0.tar.gz) = 45498
94
SHA256 (golang-protobuf-v1.3.4_GH0.tar.gz) = 5e4279eb197ff7271cb06ae97a16f721d0fd6962ff2d2560831309c0900e72c4
95
SIZE (golang-protobuf-v1.3.4_GH0.tar.gz) = 315552
96
SHA256 (golang-snappy-v0.0.1_GH0.tar.gz) = b1d97f47fcb61cb0cdd54bc424eda980c47838effb0ec9e322506514a50fee85
97
SIZE (golang-snappy-v0.0.1_GH0.tar.gz) = 62605
98
SHA256 (golang-sync-cd5d95a43a6e_GH0.tar.gz) = 00a6dce4c1a9ca9edae6c3f1bedc0b15911c62681371ad9ed7738e182ba70393
99
SIZE (golang-sync-cd5d95a43a6e_GH0.tar.gz) = 16956
100
SHA256 (golang-sys-d5e6a3e2c0ae_GH0.tar.gz) = 6cd44aa33cb0fc4caedadde44b3a943bece0aa67d803c00bfb09b03222845f19
101
SIZE (golang-sys-d5e6a3e2c0ae_GH0.tar.gz) = 1539001
102
SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
103
SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
104
SHA256 (golang-tools-04c2e8eff935_GH0.tar.gz) = 4f7eda5d7b6c525510819c1904caf0cdd1350ba850a1e523983618494e7d4ea0
105
SIZE (golang-tools-04c2e8eff935_GH0.tar.gz) = 2309986
106
SHA256 (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 54bb4d99e6cba2e3e5331d064f46640cc01a0e630ee6a684ae810bd94a7e4eb7
107
SIZE (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 13657
108
SHA256 (google-flatbuffers-v1.11.0_GH0.tar.gz) = 3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b
109
SIZE (google-flatbuffers-v1.11.0_GH0.tar.gz) = 894944
110
SHA256 (google-go-cmp-v0.3.1_GH0.tar.gz) = a95fa266e5c2283b813102f265c1bdf5b78100f9889b984aef828eb094efe6e3
111
SIZE (google-go-cmp-v0.3.1_GH0.tar.gz) = 76403
112
SHA256 (google-go-genproto-24fa4b261c55_GH0.tar.gz) = 96481b64c5971de2dd22d7c6f764d2acbeb4cd85ab6166856284115c3f99238c
113
SIZE (google-go-genproto-24fa4b261c55_GH0.tar.gz) = 5332241
114
SHA256 (googleapis-google-cloud-go-v0.37.4_GH0.tar.gz) = 8e540d8920e1e4fa06540755d77b2ab40f00d709c8a85cf64229063df88bfc61
115
SIZE (googleapis-google-cloud-go-v0.37.4_GH0.tar.gz) = 1929255
116
SHA256 (gopherjs-gopherjs-3e4dfb77656c_GH0.tar.gz) = f3c02884bbe2ea73888c8de404d10054d3587dcdf72a271f61e8e1eb0054a1b0
117
SIZE (gopherjs-gopherjs-3e4dfb77656c_GH0.tar.gz) = 228261
118
SHA256 (gorilla-websocket-v1.4.1_GH0.tar.gz) = 9e5bd337d58a978bf4072767252ddb394b53e2b459697633794abd96e8eb3fa6
119
SIZE (gorilla-websocket-v1.4.1_GH0.tar.gz) = 54218
120
SHA256 (gosimple-slug-v1.4.2_GH0.tar.gz) = b17b343148864f4d57254b9e7a4e8ec58bb54aeb3722bf18b670832721d07ecc
121
SIZE (gosimple-slug-v1.4.2_GH0.tar.gz) = 12239
122
SHA256 (grafana-grafana-plugin-model-1fc953a61fb4_GH0.tar.gz) = 4b37af38bdfad78b17add2d2f9b5ada90dafbb45ef906e704da70abe2ecd2bc6
123
SIZE (grafana-grafana-plugin-model-1fc953a61fb4_GH0.tar.gz) = 1882690
124
SHA256 (grafana-grafana-plugin-sdk-go-v0.60.0_GH0.tar.gz) = 4cf5bdbea9a4da55cf79d83cd83f2d516c1e5070971487a32c233c1ad7a7aa94
125
SIZE (grafana-grafana-plugin-sdk-go-v0.60.0_GH0.tar.gz) = 133706
126
SHA256 (grpc-ecosystem-go-grpc-middleware-v1.2.0_GH0.tar.gz) = 16913df1b83731a79a1c7e28e081d797b89bcacc16a1cab56f515b111e3788c6
127
SIZE (grpc-ecosystem-go-grpc-middleware-v1.2.0_GH0.tar.gz) = 97191
128
SHA256 (grpc-ecosystem-go-grpc-prometheus-v1.2.0_GH0.tar.gz) = eba66530952a126ab869205bdb909af607bfd9eb09f00207b62eb29140258aa9
129
SIZE (grpc-ecosystem-go-grpc-prometheus-v1.2.0_GH0.tar.gz) = 24760
130
SHA256 (grpc-grpc-go-v1.27.1_GH0.tar.gz) = 2e25c66a7fe59a49d94d24280afabfbc563967e47c1e6d8df0a72aaf11fae6fb
131
SIZE (grpc-grpc-go-v1.27.1_GH0.tar.gz) = 826728
132
SHA256 (hashicorp-go-hclog-ff2cf002a8dd_GH0.tar.gz) = 081147781f2836eb53a98b3fd78a46e60898967fa967b66776a958f7cd9c7d26
133
SIZE (hashicorp-go-hclog-ff2cf002a8dd_GH0.tar.gz) = 12011
134
SHA256 (hashicorp-go-plugin-v1.2.2_GH0.tar.gz) = cb0fd6d23145d830c496b9cc8c747bd731d0a1cd4e8a038ec39aaa93ad62fd1a
135
SIZE (hashicorp-go-plugin-v1.2.2_GH0.tar.gz) = 83729
136
SHA256 (hashicorp-go-version-v1.1.0_GH0.tar.gz) = e6c75765d67b424292d281955022fe94e6c971ea45ae6a770c84136831eb5b5a
137
SIZE (hashicorp-go-version-v1.1.0_GH0.tar.gz) = 12769
138
SHA256 (hashicorp-yamux-2f1d1f20f75d_GH0.tar.gz) = 9481b16c104ebac8dc992358826db2ddadab0993131627a689dbf1f7c572f755
139
SIZE (hashicorp-yamux-2f1d1f20f75d_GH0.tar.gz) = 23277
140
SHA256 (inconshreveable-log15-67afb5ed74ec_GH0.tar.gz) = e4c837cfd154a0696c84605595c84459a2d1b2fb33b1abcf284a415d2ca9ab55
141
SIZE (inconshreveable-log15-67afb5ed74ec_GH0.tar.gz) = 23261
142
SHA256 (jmespath-go-jmespath-c2b33e8439af_GH0.tar.gz) = 1ccd468fe91f58cd1b144f6317f06b53bf0a5da5e03e6a399a2d03f087db1fe9
143
SIZE (jmespath-go-jmespath-c2b33e8439af_GH0.tar.gz) = 48265
144
SHA256 (jonboulle-clockwork-v0.1.0_GH0.tar.gz) = 588d5833f5b9d863b14ee93a812adc155924d468d0bd94dd12832c4e8d44cbfd
145
SIZE (jonboulle-clockwork-v0.1.0_GH0.tar.gz) = 7444
146
SHA256 (json-iterator-go-v1.1.8_GH0.tar.gz) = 0e16ec1a5175936864f3ee101951f58845ae0c86211e9a15b0c6bbf23752e62d
147
SIZE (json-iterator-go-v1.1.8_GH0.tar.gz) = 79177
148
SHA256 (jtolds-gls-v4.20.0_GH0.tar.gz) = 5223a689f315fc53c5bc271b3a8259032cc74f5311a6d7c1f700a1c65d40c2b2
149
SIZE (jtolds-gls-v4.20.0_GH0.tar.gz) = 7306
150
SHA256 (jung-kurt-gofpdf-v1.10.1_GH0.tar.gz) = 71cfe3bf7f5dffc7e9fec9259b0a22f1164222d16cf86686ebd65fec85cfb094
151
SIZE (jung-kurt-gofpdf-v1.10.1_GH0.tar.gz) = 2788982
152
SHA256 (k0kubun-colorstring-9440f1994b88_GH0.tar.gz) = 8a8b7c4bfc362722139afceb014225fbde2b464c78c7d864f3436a12fa732bd0
153
SIZE (k0kubun-colorstring-9440f1994b88_GH0.tar.gz) = 3627
154
SHA256 (klauspost-compress-v1.4.1_GH0.tar.gz) = 84bfae96914ce4d648a39cbcd223c716885aa0643c0f3e96ea9b6953d96a6b66
155
SIZE (klauspost-compress-v1.4.1_GH0.tar.gz) = 3443698
156
SHA256 (klauspost-cpuid-v1.2.0_GH0.tar.gz) = aa29ebcf12669eef96c7c54b551617b90b65c55d126ef0ff9fbacd605e738a67
157
SIZE (klauspost-cpuid-v1.2.0_GH0.tar.gz) = 278872
158
SHA256 (lib-pq-v1.2.0_GH0.tar.gz) = 052e9ce4472eda212e5034fd0298fcf254c22925b1d596b1d043a7a60fe4672e
159
SIZE (lib-pq-v1.2.0_GH0.tar.gz) = 96083
160
SHA256 (linkedin-goavro-v2.9.7_GH0.tar.gz) = 0a31deb3ed32fd3f8c5556ba37ee3e20d099565a14835bd3bef3f503a34394ee
161
SIZE (linkedin-goavro-v2.9.7_GH0.tar.gz) = 136547
162
SHA256 (mattetti-filebuffer-v1.0.0_GH0.tar.gz) = e40b1353837f5fee7d71510b25da302b540ff7043c51eb1dbee2bd7937d20648
163
SIZE (mattetti-filebuffer-v1.0.0_GH0.tar.gz) = 4487
164
SHA256 (mattn-go-colorable-v0.1.6_GH0.tar.gz) = e313129503025c383b5e69082fb1144e83a864d12ec45bb7a224d3fc4a635fbc
165
SIZE (mattn-go-colorable-v0.1.6_GH0.tar.gz) = 9472
166
SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c
167
SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548
168
SHA256 (mattn-go-runewidth-v0.0.7_GH0.tar.gz) = 09270ddb93b2d77d4b3903bbadacbb3a3d4f0cce93c373fb21503840829d8697
169
SIZE (mattn-go-runewidth-v0.0.7_GH0.tar.gz) = 16089
170
SHA256 (mattn-go-sqlite3-v1.11.0_GH0.tar.gz) = bbf0711c000be4dcdda2bed529ed8fd03679c69e39793e11b8b5d9dfe9b533ca
171
SIZE (mattn-go-sqlite3-v1.11.0_GH0.tar.gz) = 2278788
172
SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b
173
SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184
174
SHA256 (mitchellh-go-testing-interface-a61a99592b77_GH0.tar.gz) = 8f50ad2a0a9d37b69ba5d118d39abf281e573921e8da30a1970c4162bc210b90
175
SIZE (mitchellh-go-testing-interface-a61a99592b77_GH0.tar.gz) = 2769
176
SHA256 (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = d673e902118a6ece63198dc7e0961e904d0410f142726df0936ec1a52035a60f
177
SIZE (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = 7526
178
SHA256 (modern-go-reflect2-v1.0.1_GH0.tar.gz) = d24e856d9aa8fd51b9e6c2cdd712a44c8d18cb8b72802f1bd16e0470322363fd
179
SIZE (modern-go-reflect2-v1.0.1_GH0.tar.gz) = 14394
180
SHA256 (oklog-run-v1.0.0_GH0.tar.gz) = 079ee5a50fcb299eb7b957dd1acaba1f536f2abe58154d15f55c18959e25907e
181
SIZE (oklog-run-v1.0.0_GH0.tar.gz) = 7126
182
SHA256 (olekukonko-tablewriter-v0.0.4_GH0.tar.gz) = a86028430fb4dd99ce0030a7c4d37915337c3b9a9efbfd2698b375f3e3488bd0
183
SIZE (olekukonko-tablewriter-v0.0.4_GH0.tar.gz) = 19252
184
SHA256 (opentracing-opentracing-go-v1.1.0_GH0.tar.gz) = 8aaf0be594bf4c73d577190e3a85946708d76c9815638577cbe1d0134c09ab94
185
SIZE (opentracing-opentracing-go-v1.1.0_GH0.tar.gz) = 33085
186
SHA256 (patrickmn-go-cache-v2.1.0_GH0.tar.gz) = 3ab025f2f580f8818a5357db52596fef1b0ad5945816a022c8b805ba46dc93be
187
SIZE (patrickmn-go-cache-v2.1.0_GH0.tar.gz) = 13572
188
SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608
189
SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
190
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
191
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
192
SHA256 (prometheus-client_golang-v1.3.0_GH0.tar.gz) = 7ef44644c24178b650f88930f33ee42758393e657de5d37390f42cb64f894010
193
SIZE (prometheus-client_golang-v1.3.0_GH0.tar.gz) = 143932
194
SHA256 (prometheus-client_model-v0.1.0_GH0.tar.gz) = 6d5b240f7d53765179b84e8f1361d8cd8963b842f70dd1dbce250e8a45f12bdb
195
SIZE (prometheus-client_model-v0.1.0_GH0.tar.gz) = 10520
196
SHA256 (prometheus-common-v0.7.0_GH0.tar.gz) = 71b1dce2afd959f9fcab3b5e097dfa9d398a61749851d290114746a3f8f119ae
197
SIZE (prometheus-common-v0.7.0_GH0.tar.gz) = 100520
198
SHA256 (prometheus-procfs-v0.0.8_GH0.tar.gz) = 1c26c8b86a9b1902684f860f94d0bf4b94abcc570e456bf9a74d1c9d83643872
199
SIZE (prometheus-procfs-v0.0.8_GH0.tar.gz) = 126299
200
SHA256 (rainycape-unidecode-cb7f23ec59be_GH0.tar.gz) = cd66a7ee66c8061c2d05585058323d0bcc6692761db94885511762428acfef96
201
SIZE (rainycape-unidecode-cb7f23ec59be_GH0.tar.gz) = 387823
202
SHA256 (robfig-cron-b41be1df6967_GH0.tar.gz) = d1fe0b58e76e916940d9f088f76b7f894cab754769c3fed56f64f0f0c29e0a92
203
SIZE (robfig-cron-b41be1df6967_GH0.tar.gz) = 14981
204
SHA256 (robfig-cron-v3.0.0_GH0.tar.gz) = 2dce669075c1ba8c102c13c19c152efedb17049c4231f010c0b928acd0bab0d4
205
SIZE (robfig-cron-v3.0.0_GH0.tar.gz) = 25276
206
SHA256 (russellhaering-goxmldsig-7acd5e4a6ef7_GH0.tar.gz) = 5ddd76a6320e617b1c72fc23a747acef257312c767c4bb2d47bf76e25451b777
207
SIZE (russellhaering-goxmldsig-7acd5e4a6ef7_GH0.tar.gz) = 25183
208
SHA256 (russross-blackfriday-v2.0.1_GH0.tar.gz) = 5a0f38a36b6f3b2d59b72d713451a895a4d3a4406b3533882483782e37797cff
209
SIZE (russross-blackfriday-v2.0.1_GH0.tar.gz) = 79613
210
SHA256 (sergi-go-diff-v1.0.0_GH0.tar.gz) = 5a07596dcdee6e089b49309162c8e63bc02400652897a1f529d37f0602868dea
211
SIZE (sergi-go-diff-v1.0.0_GH0.tar.gz) = 41609
212
SHA256 (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 7e11964980f9b8595c17bc8970f0174621afe464920e38df7f8d77e45058388f
213
SIZE (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 2143
214
SHA256 (smartystreets-assertions-v1.0.1_GH0.tar.gz) = 08c16dcfd4cbed91e504f4e31033bbf5251ed2fdee13b42e2c64befb075fac40
215
SIZE (smartystreets-assertions-v1.0.1_GH0.tar.gz) = 84573
216
SHA256 (smartystreets-goconvey-505e41936337_GH0.tar.gz) = 0fbe4c94b510c70d2179231666998ee9f350f79cb95f30ab9dc79cf1d1a3f0a2
217
SIZE (smartystreets-goconvey-505e41936337_GH0.tar.gz) = 1478728
218
SHA256 (square-go-jose-v2.4.1_GH0.tar.gz) = b675a128c23f9181f9779f74631a442bbe93f24e18aef5b161788019c4445dac
219
SIZE (square-go-jose-v2.4.1_GH0.tar.gz) = 304063
220
SHA256 (stretchr-testify-v1.4.0_GH0.tar.gz) = 3ae072321569a8cd6d77de8f3be774165e136198ce808df0a31589237ba59698
221
SIZE (stretchr-testify-v1.4.0_GH0.tar.gz) = 110085
222
SHA256 (teris-io-shortid-771a37caa5cf_GH0.tar.gz) = 79146ef4720e5afc1548c4953e0cc07988efbce613cb00c2938b0b69edf60e3b
223
SIZE (teris-io-shortid-771a37caa5cf_GH0.tar.gz) = 8667
224
SHA256 (timberio-go-datemath-74ddef604fff_GH0.tar.gz) = f588657a4719a9bfeee27c7ef3a92dbec32d29f63dfc093b92f2c6351d5a8863
225
SIZE (timberio-go-datemath-74ddef604fff_GH0.tar.gz) = 14165
226
SHA256 (ua-parser-uap-go-daf92ba38329_GH0.tar.gz) = 459974bd7f40b3fc102843842f0e87e4632da5bc842820e7e75e782df96a2095
227
SIZE (ua-parser-uap-go-daf92ba38329_GH0.tar.gz) = 2639501
228
SHA256 (uber-go-atomic-v1.5.1_GH0.tar.gz) = 25c3916c4767a2b50276c037e3ae6a222561f6dcb1026d822594d01aba32db50
229
SIZE (uber-go-atomic-v1.5.1_GH0.tar.gz) = 9613
230
SHA256 (uber-jaeger-client-go-v2.20.1_GH0.tar.gz) = 9b293e3376c0523e4d338fae3fccfa1e0fa208c3ef60dfa31d7b2149e1545e78
231
SIZE (uber-jaeger-client-go-v2.20.1_GH0.tar.gz) = 189674
232
SHA256 (uber-jaeger-lib-v2.2.0_GH0.tar.gz) = 5ea76c211b8b005c17dd32c8286005973b264e00d559c75f55acbc7001aa2fd9
233
SIZE (uber-jaeger-lib-v2.2.0_GH0.tar.gz) = 36451
234
SHA256 (unknwon-com-v1.0.1_GH0.tar.gz) = 3113324f2249e9a135eea008c75f56b7cb39e9625e0a3e0bff5e764211c5f76a
235
SIZE (unknwon-com-v1.0.1_GH0.tar.gz) = 20766
236
SHA256 (urfave-cli-v2.1.1_GH0.tar.gz) = 34f73ae3149de5102dd60c54c0d69e74c8c151ecc42ed788f37fc0b85ec511cc
237
SIZE (urfave-cli-v2.1.1_GH0.tar.gz) = 89967
238
SHA256 (xorcare-pointer-v1.1.0_GH0.tar.gz) = 492fcd38b22b7feee77007f65bf54cb18db806cd18121dc263b6306941a3c8b1
239
SIZE (xorcare-pointer-v1.1.0_GH0.tar.gz) = 7610
240
SHA256 (yudai-gojsondiff-v1.0.0_GH0.tar.gz) = 0201cada9e0ed69da611ad169b4be2cc10154c2970d1166ff06ab617b981df7a
241
SIZE (yudai-gojsondiff-v1.0.0_GH0.tar.gz) = 578577
242
SHA256 (yudai-golcs-ecda9a501e82_GH0.tar.gz) = 080b0331f2d3e1f96446247afdc1c095d2ba2aca63a9b353fc4621e881d1dfa7
243
SIZE (yudai-golcs-ecda9a501e82_GH0.tar.gz) = 3700
244
SHA256 (yudai-pp-v2.0.1_GH0.tar.gz) = fd774bfe5dfc868e5918029160bbb6445df2ec6842dfbe004269c0e424a16136
245
SIZE (yudai-pp-v2.0.1_GH0.tar.gz) = 6365
(-)www/grafana7/files/grafana.conf.in (-108 / +328 lines)
Lines 28-40 Link Here
28
28
29
#################################### Server ####################################
29
#################################### Server ####################################
30
[server]
30
[server]
31
# Protocol (http, https, socket)
31
# Protocol (http, https, h2, socket)
32
;protocol = http
32
;protocol = http
33
33
34
# The ip address to bind to, empty will bind to all interfaces
34
# The ip address to bind to, empty will bind to all interfaces
35
;http_addr =
35
;http_addr =
36
36
37
# The http port  to use
37
# The http port to use
38
;http_port = 3000
38
;http_port = 3000
39
39
40
# The public facing domain name used to access grafana from a browser
40
# The public facing domain name used to access grafana from a browser
Lines 44-53 Link Here
44
# Prevents DNS rebinding attacks
44
# Prevents DNS rebinding attacks
45
;enforce_domain = false
45
;enforce_domain = false
46
46
47
# The full public facing url you use in browser, used for redirects and emails
47
# The full public facing url
48
# If you use reverse proxy and sub path specify full url (with sub path)
48
;root_url = %(protocol)s://%(domain)s:%(http_port)s/
49
;root_url = http://localhost:3000
50
49
50
# Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
51
;serve_from_sub_path = false
52
51
# Log web requests
53
# Log web requests
52
;router_logging = false
54
;router_logging = false
53
55
Lines 62-73 Link Here
62
;cert_key =
64
;cert_key =
63
65
64
# Unix socket path
66
# Unix socket path
65
;socket =
67
;socket = /tmp/grafana.sock
66
68
67
#################################### Database ####################################
69
#################################### Database ############################
68
[database]
70
[database]
69
# You can configure the database connection by specifying type, host, name, user and password
71
# You can configure the database connection by specifying type, host, name, user and password
70
# as separate properties or as on string using the url properties.
72
# as separate properties or as on string using the url property.
71
73
72
# Either "mysql", "postgres" or "sqlite3", it's your choice
74
# Either "mysql", "postgres" or "sqlite3", it's your choice
73
;type = sqlite3
75
;type = sqlite3
Lines 76-92 Link Here
76
;user = root
78
;user = root
77
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
79
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
78
;password =
80
;password =
79
80
# Use either URL or the previous fields to configure the database
81
# Use either URL or the previous fields to configure the database
81
# Example: mysql://user:secret@host:port/database
82
# Example: mysql://user:secret@host:port/database
82
;url =
83
;url =
83
84
84
# For "postgres" only, either "disable", "require" or "verify-full"
85
;ssl_mode = disable
86
87
# For "sqlite3" only, path relative to data_path setting
88
;path = grafana.db
89
90
# Max idle conn setting default is 2
85
# Max idle conn setting default is 2
91
;max_idle_conn = 2
86
;max_idle_conn = 2
92
87
Lines 99-105 Link Here
99
# Set to true to log the sql calls and execution times.
94
# Set to true to log the sql calls and execution times.
100
log_queries =
95
log_queries =
101
96
102
# For "sqlite3" only. cache mode setting used for connecting to the database. (private, shared)
97
# For "postgres", use either "disable", "require" or "verify-full"
98
# For "mysql", use either "true", "false", or "skip-verify".
99
;ssl_mode = disable
100
101
;ca_cert_path =
102
;client_key_path =
103
;client_cert_path =
104
;server_cert_name =
105
106
# For "sqlite3" only, path relative to data_path setting
107
;path = grafana.db
108
109
# For "sqlite3" only. cache mode setting used for connecting to the database
103
;cache_mode = private
110
;cache_mode = private
104
111
105
#################################### Cache server #############################
112
#################################### Cache server #############################
Lines 109-140 Link Here
109
116
110
# cache connectionstring options
117
# cache connectionstring options
111
# database: will use Grafana primary database.
118
# database: will use Grafana primary database.
112
# redis: config like redis server e.g. `addr=127.0.0.1:6379,pool_size=100,db=grafana`
119
# redis: config like redis server e.g. `addr=127.0.0.1:6379,pool_size=100,db=0,ssl=false`. Only addr is required. ssl may be 'true', 'false', or 'insecure'.
113
# memcache: 127.0.0.1:11211
120
# memcache: 127.0.0.1:11211
114
;connstr =
121
;connstr =
115
122
116
#################################### Session ####################################
117
[session]
118
# Either "memory", "file", "redis", "mysql", "postgres", default is "file"
119
;provider = file
120
121
# Provider config options
122
# memory: not have any config yet
123
# file: session dir path, is relative to grafana data_path
124
# redis: config like redis server e.g. `addr=127.0.0.1:6379,pool_size=100,db=grafana`
125
# mysql: go-sql-driver/mysql dsn config string, e.g. `user:password@tcp(127.0.0.1:3306)/database_name`
126
# postgres: user=a password=b host=localhost port=5432 dbname=c sslmode=disable
127
;provider_config = sessions
128
129
# Session cookie name
130
;cookie_name = grafana_sess
131
132
# If you use session in https only, default is false
133
;cookie_secure = false
134
135
# Session life time, default is 86400 (means 86400 seconds or 24 hours)
136
;session_life_time = 86400
137
138
#################################### Data proxy ###########################
123
#################################### Data proxy ###########################
139
[dataproxy]
124
[dataproxy]
140
125
Lines 147-153 Link Here
147
# If enabled and user is not anonymous, data proxy will add X-Grafana-User header with username into the request, default is false.
132
# If enabled and user is not anonymous, data proxy will add X-Grafana-User header with username into the request, default is false.
148
;send_user_header = false
133
;send_user_header = false
149
134
150
#################################### Analytics ####################################
135
#################################### Analytics ###########################
151
[analytics]
136
[analytics]
152
# Server reporting, sends usage counters to stats.grafana.org every 24 hours.
137
# Server reporting, sends usage counters to stats.grafana.org every 24 hours.
153
# No ip addresses are being tracked, only simple counters to track
138
# No ip addresses are being tracked, only simple counters to track
Lines 155-165 Link Here
155
# Change this option to false to disable reporting.
140
# Change this option to false to disable reporting.
156
;reporting_enabled = true
141
;reporting_enabled = true
157
142
158
# Set to false to disable all checks to https://grafana.net
143
# Set to false to disable all checks to https://grafana.com
159
# for new vesions (grafana itself and plugins), check is used
144
# for new versions (grafana itself and plugins), check is used
160
# in some UI views to notify that grafana or plugin update exists
145
# in some UI views to notify that grafana or plugin update exists
161
# This option does not cause any auto updates, nor send any information
146
# This option does not cause any auto updates, nor send any information
162
# only a GET request to http://grafana.com to get latest versions
147
# only a GET request to https://grafana.com to get latest versions
163
;check_for_updates = true
148
;check_for_updates = true
164
149
165
# Google Analytics universal tracking code, only enabled if you specify an id here
150
# Google Analytics universal tracking code, only enabled if you specify an id here
Lines 168-179 Link Here
168
# Google Tag Manager ID, only enabled if you specify an id here
153
# Google Tag Manager ID, only enabled if you specify an id here
169
;google_tag_manager_id =
154
;google_tag_manager_id =
170
155
171
#################################### Security ####################################
156
#################################### Security ############################
172
[security]
157
[security]
158
# disable creation of admin user on first start of grafana
159
;disable_initial_admin_creation = false
160
173
# default admin user, created on startup
161
# default admin user, created on startup
174
;admin_user = admin
162
;admin_user = admin
175
163
176
# default admin password, can be changed before first start of grafana,  or in profile settings
164
# default admin password, can be changed before first start of grafana, or in profile settings
177
;admin_password = admin
165
;admin_password = admin
178
166
179
# used for signing
167
# used for signing
Lines 191-199 Link Here
191
# set to true if you host Grafana behind HTTPS. default is false.
179
# set to true if you host Grafana behind HTTPS. default is false.
192
;cookie_secure = false
180
;cookie_secure = false
193
181
194
# set cookie SameSite attribute. defaults to `lax`. can be set to "lax", "strict" and "none"
182
# set cookie SameSite attribute. defaults to `lax`. can be set to "lax", "strict", "none" and "disabled"
195
;cookie_samesite = lax
183
;cookie_samesite = lax
196
184
185
# set to true if you want to allow browsers to render Grafana in a <frame>, <iframe>, <embed> or <object>. default is false.
186
;allow_embedding = false
187
188
# Set to true if you want to enable http strict transport security (HSTS) response header.
189
# This is only sent when HTTPS is enabled in this configuration.
190
# HSTS tells browsers that the site should only be accessed using HTTPS.
191
# The default will change to true in the next minor release, 6.3.
192
;strict_transport_security = false
193
194
# Sets how long a browser should cache HSTS. Only applied if strict_transport_security is enabled.
195
;strict_transport_security_max_age_seconds = 86400
196
197
# Set to true if to enable HSTS preloading option. Only applied if strict_transport_security is enabled.
198
;strict_transport_security_preload = false
199
200
# Set to true if to enable the HSTS includeSubDomains option. Only applied if strict_transport_security is enabled.
201
;strict_transport_security_subdomains = false
202
203
# Set to true to enable the X-Content-Type-Options response header.
204
# The X-Content-Type-Options response HTTP header is a marker used by the server to indicate that the MIME types advertised
205
# in the Content-Type headers should not be changed and be followed. The default will change to true in the next minor release, 6.3.
206
;x_content_type_options = false
207
208
# Set to true to enable the X-XSS-Protection header, which tells browsers to stop pages from loading
209
# when they detect reflected cross-site scripting (XSS) attacks. The default will change to true in the next minor release, 6.3.
210
;x_xss_protection = false
211
212
197
#################################### Snapshots ###########################
213
#################################### Snapshots ###########################
198
[snapshots]
214
[snapshots]
199
# snapshot sharing options
215
# snapshot sharing options
Lines 201-214 Link Here
201
;external_snapshot_url = https://snapshots-origin.raintank.io
217
;external_snapshot_url = https://snapshots-origin.raintank.io
202
;external_snapshot_name = Publish to snapshot.raintank.io
218
;external_snapshot_name = Publish to snapshot.raintank.io
203
219
220
# Set to true to enable this Grafana instance act as an external snapshot server and allow unauthenticated requests for
221
# creating and deleting snapshots.
222
;public_mode = false
223
204
# remove expired snapshot
224
# remove expired snapshot
205
;snapshot_remove_expired = true
225
;snapshot_remove_expired = true
206
226
207
#################################### Dashboards History ##################
227
#################################### Dashboards ##################
228
208
[dashboards]
229
[dashboards]
209
# Number dashboard versions to keep (per dashboard). Default: 20, Minimum: 1
230
# Number dashboard versions to keep (per dashboard). Default: 20, Minimum: 1
210
;versions_to_keep = 20
231
;versions_to_keep = 20
211
232
233
# Minimum dashboard refresh interval. When set, this will restrict users to set the refresh interval of a dashboard lower than given interval. Per default this is 5 seconds.
234
# The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
235
;min_refresh_interval = 5s
236
212
#################################### Users ###############################
237
#################################### Users ###############################
213
[users]
238
[users]
214
# disable user signup / registration
239
# disable user signup / registration
Lines 220-228 Link Here
220
# Set to true to automatically assign new users to the default organization (id 1)
245
# Set to true to automatically assign new users to the default organization (id 1)
221
;auto_assign_org = true
246
;auto_assign_org = true
222
247
223
# Default role new users will be automatically assigned (if disabled above is set to true)
248
# Set this value to automatically add new users to the provided organization (if auto_assign_org above is set to true)
249
;auto_assign_org_id = 1
250
251
# Default role new users will be automatically assigned (if auto_assign_org above is set to true)
224
;auto_assign_org_role = Viewer
252
;auto_assign_org_role = Viewer
225
253
254
# Require email validation before sign up completes
255
;verify_email_enabled = false
256
226
# Background text for the user field on the login page
257
# Background text for the user field on the login page
227
;login_hint = email or username
258
;login_hint = email or username
228
;password_hint = password
259
;password_hint = password
Lines 230-236 Link Here
230
# Default UI theme ("dark" or "light")
261
# Default UI theme ("dark" or "light")
231
;default_theme = dark
262
;default_theme = dark
232
263
233
# External user management, these options affect the organization users view
264
# External user management
234
;external_manage_link_url =
265
;external_manage_link_url =
235
;external_manage_link_name =
266
;external_manage_link_name =
236
;external_manage_info =
267
;external_manage_info =
Lines 245-251 Link Here
245
# Login cookie name
276
# Login cookie name
246
;login_cookie_name = grafana_session
277
;login_cookie_name = grafana_session
247
278
248
# The lifetime (days) an authenticated user can be inactive before being required to login at next visit. Default is 7 days,
279
# The lifetime (days) an authenticated user can be inactive before being required to login at next visit. Default is 7 days.
249
;login_maximum_inactive_lifetime_days = 7
280
;login_maximum_inactive_lifetime_days = 7
250
281
251
# The maximum lifetime (days) an authenticated user can be logged in since login time before being required to login. Default is 30 days.
282
# The maximum lifetime (days) an authenticated user can be logged in since login time before being required to login. Default is 30 days.
Lines 254-263 Link Here
254
# How often should auth tokens be rotated for authenticated users when being active. The default is each 10 minutes.
285
# How often should auth tokens be rotated for authenticated users when being active. The default is each 10 minutes.
255
;token_rotation_interval_minutes = 10
286
;token_rotation_interval_minutes = 10
256
287
257
# Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false
288
# Set to true to disable (hide) the login form, useful if you use OAuth
258
;disable_login_form = false
289
;disable_login_form = false
259
290
260
# Set to true to disable the signout link in the side menu. useful if you use auth.proxy, defaults to false
291
# Set to true to disable the signout link in the side menu. useful if you use auth.proxy
261
;disable_signout_menu = false
292
;disable_signout_menu = false
262
293
263
# URL to redirect the user to after sign out
294
# URL to redirect the user to after sign out
Lines 267-272 Link Here
267
# This setting is ignored if multiple OAuth providers are configured.
298
# This setting is ignored if multiple OAuth providers are configured.
268
;oauth_auto_login = false
299
;oauth_auto_login = false
269
300
301
# OAuth state max age cookie duration. Defaults to 60 seconds.
302
;oauth_state_cookie_max_age = 60
303
304
# limit of api_key seconds to live before expiration
305
;api_key_max_seconds_to_live = -1
306
270
#################################### Anonymous Auth ######################
307
#################################### Anonymous Auth ######################
271
[auth.anonymous]
308
[auth.anonymous]
272
# enable anonymous access
309
# enable anonymous access
Lines 278-284 Link Here
278
# specify role for unauthenticated users
315
# specify role for unauthenticated users
279
;org_role = Viewer
316
;org_role = Viewer
280
317
281
#################################### Github Auth ##########################
318
#################################### Github Auth #########################
282
[auth.github]
319
[auth.github]
283
;enabled = false
320
;enabled = false
284
;allow_sign_up = true
321
;allow_sign_up = true
Lines 288-297 Link Here
288
;auth_url = https://github.com/login/oauth/authorize
325
;auth_url = https://github.com/login/oauth/authorize
289
;token_url = https://github.com/login/oauth/access_token
326
;token_url = https://github.com/login/oauth/access_token
290
;api_url = https://api.github.com/user
327
;api_url = https://api.github.com/user
328
;allowed_domains =
291
;team_ids =
329
;team_ids =
292
;allowed_organizations =
330
;allowed_organizations =
293
331
294
#################################### Google Auth ##########################
332
#################################### GitLab Auth #########################
333
[auth.gitlab]
334
;enabled = false
335
;allow_sign_up = true
336
;client_id = some_id
337
;client_secret = some_secret
338
;scopes = api
339
;auth_url = https://gitlab.com/oauth/authorize
340
;token_url = https://gitlab.com/oauth/token
341
;api_url = https://gitlab.com/api/v4
342
;allowed_domains =
343
;allowed_groups =
344
345
#################################### Google Auth #########################
295
[auth.google]
346
[auth.google]
296
;enabled = false
347
;enabled = false
297
;allow_sign_up = true
348
;allow_sign_up = true
Lines 302-331 Link Here
302
;token_url = https://accounts.google.com/o/oauth2/token
353
;token_url = https://accounts.google.com/o/oauth2/token
303
;api_url = https://www.googleapis.com/oauth2/v1/userinfo
354
;api_url = https://www.googleapis.com/oauth2/v1/userinfo
304
;allowed_domains =
355
;allowed_domains =
356
;hosted_domain =
305
357
306
#################################### Generic OAuth ##########################
358
#################################### Grafana.com Auth ####################
307
[auth.generic_oauth]
359
# legacy key names (so they work in env variables)
360
[auth.grafananet]
308
;enabled = false
361
;enabled = false
309
;name = OAuth
310
;allow_sign_up = true
362
;allow_sign_up = true
311
;client_id = some_id
363
;client_id = some_id
312
;client_secret = some_secret
364
;client_secret = some_secret
313
;scopes = user:email,read:org
365
;scopes = user:email
314
;auth_url = https://foo.bar/login/oauth/authorize
315
;token_url = https://foo.bar/login/oauth/access_token
316
;api_url = https://foo.bar/user
317
;team_ids =
318
;allowed_organizations =
366
;allowed_organizations =
319
;tls_skip_verify_insecure = false
320
;tls_client_cert =
321
;tls_client_key =
322
;tls_client_ca =
323
367
324
; Set to true to enable sending client_id and client_secret via POST body instead of Basic authentication HTTP header
325
; This might be required if the OAuth provider is not RFC6749 compliant, only supporting credentials passed via POST payload
326
;send_client_credentials_via_post = false
327
328
#################################### Grafana.com Auth ####################
329
[auth.grafana_com]
368
[auth.grafana_com]
330
;enabled = false
369
;enabled = false
331
;allow_sign_up = true
370
;allow_sign_up = true
Lines 334-380 Link Here
334
;scopes = user:email
373
;scopes = user:email
335
;allowed_organizations =
374
;allowed_organizations =
336
375
376
#################################### Azure AD OAuth #######################
377
[auth.azuread]
378
;name = Azure AD
379
;enabled = false
380
;allow_sign_up = true
381
;client_id = some_client_id
382
;client_secret = some_client_secret
383
;scopes = openid email profile
384
;auth_url = https://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/authorize
385
;token_url = https://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/token
386
;allowed_domains =
387
;allowed_groups =
388
389
#################################### Okta OAuth #######################
390
[auth.okta]
391
;name = Okta
392
;enabled = false
393
;allow_sign_up = true
394
;client_id = some_id
395
;client_secret = some_secret
396
;scopes = openid profile email groups
397
;auth_url = https://<tenant-id>.okta.com/oauth2/v1/authorize
398
;token_url = https://<tenant-id>.okta.com/oauth2/v1/token
399
;api_url = https://<tenant-id>.okta.com/oauth2/v1/userinfo
400
;allowed_domains =
401
;allowed_groups =
402
;role_attribute_path =
403
404
#################################### Generic OAuth #######################
405
[auth.generic_oauth]
406
;name = OAuth
407
;enabled = false
408
;allow_sign_up = true
409
;client_id = some_id
410
;client_secret = some_secret
411
;scopes = user:email
412
;email_attribute_name = email:primary
413
;email_attribute_path =
414
;role_attribute_path =
415
;auth_url =
416
;token_url =
417
;api_url =
418
;allowed_domains =
419
;team_ids =
420
;allowed_organizations =
421
;tls_skip_verify_insecure = false
422
;tls_client_cert =
423
;tls_client_key =
424
;tls_client_ca =
425
426
#################################### Basic Auth ##########################
427
[auth.basic]
428
;enabled = true
429
337
#################################### Auth Proxy ##########################
430
#################################### Auth Proxy ##########################
338
[auth.proxy]
431
[auth.proxy]
339
;enabled = false
432
;enabled = false
340
;header_name = X-WEBAUTH-USER
433
;header_name = X-WEBAUTH-USER
341
;header_property = username
434
;header_property = username
342
;auto_sign_up = true
435
;auto_sign_up = true
436
# Deprecated, use sync_ttl instead
343
;ldap_sync_ttl = 60
437
;ldap_sync_ttl = 60
344
;whitelist = 192.168.1.1, 192.168.2.1
438
;sync_ttl = 60
345
;headers = Email:X-User-Email, Name:X-User-Name
439
;whitelist =
440
;headers =
441
;enable_login_token = false
346
442
347
#################################### Basic Auth ##########################
443
#################################### Auth LDAP ###########################
348
[auth.basic]
349
;enabled = true
350
351
#################################### Auth LDAP ##########################
352
[auth.ldap]
444
[auth.ldap]
353
;enabled = false
445
;enabled = false
354
;config_file = /etc/grafana/ldap.toml
446
;config_file = /etc/grafana/ldap.toml
355
;allow_sign_up = true
447
;allow_sign_up = true
356
448
357
#################################### SMTP / Emailing ##########################
449
# LDAP backround sync (Enterprise only)
450
# At 1 am every day
451
;sync_cron = "0 0 1 * * *"
452
;active_sync_enabled = true
453
454
#################################### SMTP / Emailing #####################
358
[smtp]
455
[smtp]
359
;enabled = false
456
;enabled = false
360
;host = localhost:25
457
;host = localhost:25
361
;user =
458
;user =
362
# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
459
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
363
;password =
460
;password =
364
;cert_file =
461
;cert_file =
365
;key_file =
462
;key_file =
366
;skip_verify = false
463
;skip_verify = false
367
;from_address = admin@grafana.localhost
464
;from_address = admin@grafana.localhost
368
;from_name = Grafana
465
;from_name = Grafana
369
# EHLO identity in SMTP dialog (defaults to instance_name)
466
;ehlo_identity =
370
;ehlo_identity = dashboard.example.com
371
467
372
[emails]
468
[emails]
373
;welcome_email_on_sign_up = false
469
;welcome_email_on_sign_up = false
470
;templates_pattern = emails/*.html
374
471
375
#################################### Logging ##########################
472
#################################### Logging ##########################
376
[log]
473
[log]
377
# Either "console", "file", "syslog". Default is console and  file
474
# Either "console", "file", "syslog". Default is console and file
378
# Use space to separate multiple modes, e.g. "console file"
475
# Use space to separate multiple modes, e.g. "console file"
379
;mode = console file
476
;mode = console file
380
477
Lines 429-434 Link Here
429
# Syslog tag. By default, the process' argv[0] is used.
526
# Syslog tag. By default, the process' argv[0] is used.
430
;tag =
527
;tag =
431
528
529
#################################### Usage Quotas ########################
530
[quota]
531
;enabled = false
532
533
#### set quotas to -1 to make unlimited. ####
534
# limit number of users per Org.
535
;org_user = 10
536
537
# limit number of dashboards per Org.
538
;org_dashboard = 100
539
540
# limit number of data_sources per Org.
541
;org_data_source = 10
542
543
# limit number of api_keys per Org.
544
;org_api_key = 10
545
546
# limit number of orgs a user can create.
547
;user_org = 10
548
549
# Global limit of users.
550
;global_user = -1
551
552
# global limit of orgs.
553
;global_org = -1
554
555
# global limit of dashboards
556
;global_dashboard = -1
557
558
# global limit of api_keys
559
;global_api_key = -1
560
561
# global limit on number of logged in users.
562
;global_session = -1
563
432
#################################### Alerting ############################
564
#################################### Alerting ############################
433
[alerting]
565
[alerting]
434
# Disable alerting engine & UI features
566
# Disable alerting engine & UI features
Lines 446-452 Link Here
446
# This limit will protect the server from render overloading and make sure notifications are sent out quickly
578
# This limit will protect the server from render overloading and make sure notifications are sent out quickly
447
;concurrent_render_limit = 5
579
;concurrent_render_limit = 5
448
580
449
450
# Default setting for alert calculation timeout. Default value is 30
581
# Default setting for alert calculation timeout. Default value is 30
451
;evaluation_timeout_seconds = 30
582
;evaluation_timeout_seconds = 30
452
583
Lines 456-487 Link Here
456
# Default setting for max attempts to sending alert notifications. Default value is 3
587
# Default setting for max attempts to sending alert notifications. Default value is 3
457
;max_attempts = 3
588
;max_attempts = 3
458
589
590
# Makes it possible to enforce a minimal interval between evaluations, to reduce load on the backend
591
;min_interval_seconds = 1
592
459
#################################### Explore #############################
593
#################################### Explore #############################
460
[explore]
594
[explore]
461
# Enable the Explore section
595
# Enable the Explore section
462
;enabled = true
596
;enabled = true
463
597
464
#################################### Internal Grafana Metrics ##########################
598
#################################### Internal Grafana Metrics ############
465
# Metrics available at HTTP API Url /metrics
599
# Metrics available at HTTP API Url /metrics
466
[metrics]
600
[metrics]
467
# Disable / Enable internal metrics
601
;enabled              = true
468
;enabled           = true
602
;interval_seconds     = 10
603
# Disable total stats (stat_totals_*) metrics to be generated
604
;disable_total_stats = false
469
605
470
# Publish interval
606
#If both are set, basic auth will be required for the metrics endpoint.
471
;interval_seconds  = 10
607
;basic_auth_username =
608
;basic_auth_password =
472
609
473
# Send internal metrics to Graphite
610
# Send internal Grafana metrics to graphite
474
[metrics.graphite]
611
[metrics.graphite]
475
# Enable by setting the address setting (ex localhost:2003)
612
# Enable by setting the address setting (ex localhost:2003)
476
;address =
613
;address =
477
;prefix = prod.grafana.%(instance_name)s.
614
;prefix = prod.grafana.%(instance_name)s.
478
615
616
#################################### Grafana.com integration  ##########################
617
[grafana_net]
618
;url = https://grafana.com
619
620
[grafana_com]
621
;url = https://grafana.com
622
479
#################################### Distributed tracing ############
623
#################################### Distributed tracing ############
480
[tracing.jaeger]
624
[tracing.jaeger]
481
# Enable by setting the address sending traces to jaeger (ex localhost:6831)
625
# jaeger destination (ex localhost:6831)
482
;address = localhost:6831
626
;address =
483
# Tag that will always be included in when creating new spans. ex (tag1:value1,tag2:value2)
627
# tag that will always be included in when creating new spans. ex (tag1:value1,tag2:value2)
484
;always_included_tag = tag1:value1
628
;always_included_tag =
485
# Type specifies the type of the sampler: const, probabilistic, rateLimiting, or remote
629
# Type specifies the type of the sampler: const, probabilistic, rateLimiting, or remote
486
;sampler_type = const
630
;sampler_type = const
487
# jaeger samplerconfig param
631
# jaeger samplerconfig param
Lines 492-510 Link Here
492
# and indicates the initial sampling rate before the actual one
636
# and indicates the initial sampling rate before the actual one
493
# is received from the mothership
637
# is received from the mothership
494
;sampler_param = 1
638
;sampler_param = 1
639
# Whether or not to use Zipkin span propagation (x-b3- HTTP headers).
640
;zipkin_propagation = false
641
# Setting this to true disables shared RPC spans.
642
# Not disabling is the most common setting when using Zipkin elsewhere in your infrastructure.
643
;disable_shared_zipkin_spans = false
495
644
496
#################################### Grafana.com integration  ##########################
645
#################################### External Image Storage ##############
497
# Url used to import dashboards directly from Grafana.com
498
[grafana_com]
499
;url = https://grafana.com
500
501
#################################### External image storage ##########################
502
[external_image_storage]
646
[external_image_storage]
503
# Used for uploading images to public servers so they can be included in slack/email messages.
647
# Used for uploading images to public servers so they can be included in slack/email messages.
504
# you can choose between (s3, webdav, gcs, azure_blob, local)
648
# You can choose between (s3, webdav, gcs, azure_blob, local)
505
;provider =
649
;provider =
506
650
507
[external_image_storage.s3]
651
[external_image_storage.s3]
652
;endpoint =
653
;path_style_access =
654
;bucket_url =
508
;bucket =
655
;bucket =
509
;region =
656
;region =
510
;path =
657
;path =
Lines 513-521 Link Here
513
660
514
[external_image_storage.webdav]
661
[external_image_storage.webdav]
515
;url =
662
;url =
516
;public_url =
517
;username =
663
;username =
518
;password =
664
;password =
665
;public_url =
519
666
520
[external_image_storage.gcs]
667
[external_image_storage.gcs]
521
;key_file =
668
;key_file =
Lines 531-546 Link Here
531
# does not require any configuration
678
# does not require any configuration
532
679
533
[rendering]
680
[rendering]
534
# Options to configure external image rendering server like https://github.com/grafana/grafana-image-renderer
681
# Options to configure a remote HTTP image rendering service, e.g. using https://github.com/grafana/grafana-image-renderer.
682
# URL to a remote HTTP image renderer service, e.g. http://localhost:8081/render, will enable Grafana to render panels and dashboards to PNG-images using HTTP requests to an external service.
535
;server_url =
683
;server_url =
684
# If the remote HTTP image renderer service runs on a different server than the Grafana server you may have to configure this to a URL where Grafana is reachable, e.g. http://grafana.domain/.
536
;callback_url =
685
;callback_url =
686
# Concurrent render request limit affects when the /render HTTP endpoint is used. Rendering many images at the same time can overload the server,
687
# which this setting can help protect against by only allowing a certain amount of concurrent requests.
688
;concurrent_render_request_limit = 30
537
689
538
[enterprise]
539
# Path to a valid Grafana Enterprise license.jwt file
540
;license_path =
541
542
[panels]
690
[panels]
691
# here for to support old env variables, can remove after a few months
543
;enable_alpha = false
692
;enable_alpha = false
544
# If set to true Grafana will allow script tags in text panels. Not recommended as it enable XSS vulnerabilities.
545
;disable_sanitize_html = false
693
;disable_sanitize_html = false
546
694
695
[plugins]
696
;enable_alpha = false
697
;app_tls_skip_verify_insecure = false
698
# Enter a comma-separated list of plugin identifiers to identify plugins that are allowed to be loaded even if they lack a valid signature.
699
;allow_loading_unsigned_plugins =
700
701
#################################### Grafana Image Renderer Plugin ##########################
702
[plugin.grafana-image-renderer]
703
# Instruct headless browser instance to use a default timezone when not provided by Grafana, e.g. when rendering panel image of alert.
704
# See ICU’s metaZones.txt (https://cs.chromium.org/chromium/src/third_party/icu/source/data/misc/metaZones.txt) for a list of supported
705
# timezone IDs. Fallbacks to TZ environment variable if not set.
706
;rendering_timezone =
707
708
# Instruct headless browser instance to use a default language when not provided by Grafana, e.g. when rendering panel image of alert.
709
# Please refer to the HTTP header Accept-Language to understand how to format this value, e.g. 'fr-CH, fr;q=0.9, en;q=0.8, de;q=0.7, *;q=0.5'.
710
;rendering_language =
711
712
# Instruct headless browser instance to use a default device scale factor when not provided by Grafana, e.g. when rendering panel image of alert.
713
# Default is 1. Using a higher value will produce more detailed images (higher DPI), but will require more disk space to store an image.
714
;rendering_viewport_device_scale_factor =
715
716
# Instruct headless browser instance whether to ignore HTTPS errors during navigation. Per default HTTPS errors are not ignored. Due to
717
# the security risk it's not recommended to ignore HTTPS errors.
718
;rendering_ignore_https_errors =
719
720
# Instruct headless browser instance whether to capture and log verbose information when rendering an image. Default is false and will
721
# only capture and log error messages. When enabled, debug messages are captured and logged as well.
722
# For the verbose information to be included in the Grafana server log you have to adjust the rendering log level to debug, configure
723
# [log].filter = rendering:debug.
724
;rendering_verbose_logging =
725
726
# Instruct headless browser instance whether to output its debug and error messages into running process of remote rendering service.
727
# Default is false. This can be useful to enable (true) when troubleshooting.
728
;rendering_dumpio =
729
730
# Additional arguments to pass to the headless browser instance. Default is --no-sandbox. The list of Chromium flags can be found
731
# here (https://peter.sh/experiments/chromium-command-line-switches/). Multiple arguments is separated with comma-character.
732
;rendering_args =
733
734
# You can configure the plugin to use a different browser binary instead of the pre-packaged version of Chromium.
735
# Please note that this is not recommended, since you may encounter problems if the installed version of Chrome/Chromium is not
736
# compatible with the plugin.
737
;rendering_chrome_bin =
738
739
# Instruct how headless browser instances are created. Default is 'default' and will create a new browser instance on each request.
740
# Mode 'clustered' will make sure that only a maximum of browsers/incognito pages can execute concurrently.
741
# Mode 'reusable' will have one browser instance and will create a new incognito page on each request.
742
;rendering_mode =
743
744
# When rendering_mode = clustered you can instruct how many browsers or incognito pages can execute concurrently. Default is 'browser'
745
# and will cluster using browser instances.
746
# Mode 'context' will cluster using incognito pages.
747
;rendering_clustering_mode =
748
# When rendering_mode = clustered you can define maximum number of browser instances/incognito pages that can execute concurrently..
749
;rendering_clustering_max_concurrency =
750
751
# Limit the maxiumum viewport width, height and device scale factor that can be requested.
752
;rendering_viewport_max_width =
753
;rendering_viewport_max_height =
754
;rendering_viewport_max_device_scale_factor =
755
756
# Change the listening host and port of the gRPC server. Default host is 127.0.0.1 and default port is 0 and will automatically assign
757
# a port not in use.
758
;grpc_host =
759
;grpc_port =
760
761
[enterprise]
762
;license_path =
763
764
[feature_toggles]
765
# enable features, separated by spaces
766
;enable =
(-)www/grafana7/pkg-plist (-344 / +483 lines)
Lines 13-18 Link Here
13
%%DATADIR%%/public/app/core/components/AppNotifications/AppNotificationList.tsx
13
%%DATADIR%%/public/app/core/components/AppNotifications/AppNotificationList.tsx
14
%%DATADIR%%/public/app/core/components/BackButton/BackButton.tsx
14
%%DATADIR%%/public/app/core/components/BackButton/BackButton.tsx
15
%%DATADIR%%/public/app/core/components/Branding/Branding.tsx
15
%%DATADIR%%/public/app/core/components/Branding/Branding.tsx
16
%%DATADIR%%/public/app/core/components/Card/Card.tsx
16
%%DATADIR%%/public/app/core/components/CopyToClipboard/CopyToClipboard.tsx
17
%%DATADIR%%/public/app/core/components/CopyToClipboard/CopyToClipboard.tsx
17
%%DATADIR%%/public/app/core/components/DynamicImports/ErrorLoadingChunk.tsx
18
%%DATADIR%%/public/app/core/components/DynamicImports/ErrorLoadingChunk.tsx
18
%%DATADIR%%/public/app/core/components/DynamicImports/LoadingChunkPlaceHolder.tsx
19
%%DATADIR%%/public/app/core/components/DynamicImports/LoadingChunkPlaceHolder.tsx
Lines 39-57 Link Here
39
%%DATADIR%%/public/app/core/components/PageHeader/PageHeader.test.tsx
40
%%DATADIR%%/public/app/core/components/PageHeader/PageHeader.test.tsx
40
%%DATADIR%%/public/app/core/components/PageHeader/PageHeader.tsx
41
%%DATADIR%%/public/app/core/components/PageHeader/PageHeader.tsx
41
%%DATADIR%%/public/app/core/components/PageLoader/PageLoader.tsx
42
%%DATADIR%%/public/app/core/components/PageLoader/PageLoader.tsx
42
%%DATADIR%%/public/app/core/components/PasswordInput/PasswordInput.tsx
43
%%DATADIR%%/public/app/core/components/PermissionList/AddPermission.tsx
43
%%DATADIR%%/public/app/core/components/PermissionList/AddPermission.tsx
44
%%DATADIR%%/public/app/core/components/PermissionList/DisabledPermissionListItem.tsx
44
%%DATADIR%%/public/app/core/components/PermissionList/DisabledPermissionListItem.tsx
45
%%DATADIR%%/public/app/core/components/PermissionList/PermissionList.tsx
45
%%DATADIR%%/public/app/core/components/PermissionList/PermissionList.tsx
46
%%DATADIR%%/public/app/core/components/PermissionList/PermissionListItem.tsx
46
%%DATADIR%%/public/app/core/components/PermissionList/PermissionListItem.tsx
47
%%DATADIR%%/public/app/core/components/PermissionList/PermissionsInfo.tsx
47
%%DATADIR%%/public/app/core/components/PermissionList/PermissionsInfo.tsx
48
%%DATADIR%%/public/app/core/components/PluginHelp/PluginHelp.tsx
48
%%DATADIR%%/public/app/core/components/PluginHelp/PluginHelp.tsx
49
%%DATADIR%%/public/app/core/components/QueryOperationRow/QueryOperationAction.test.tsx
50
%%DATADIR%%/public/app/core/components/QueryOperationRow/QueryOperationAction.tsx
51
%%DATADIR%%/public/app/core/components/QueryOperationRow/QueryOperationRow.test.tsx
52
%%DATADIR%%/public/app/core/components/QueryOperationRow/QueryOperationRow.tsx
49
%%DATADIR%%/public/app/core/components/Select/DashboardPicker.tsx
53
%%DATADIR%%/public/app/core/components/Select/DashboardPicker.tsx
50
%%DATADIR%%/public/app/core/components/Select/DataSourcePicker.tsx
54
%%DATADIR%%/public/app/core/components/Select/DataSourcePicker.tsx
51
%%DATADIR%%/public/app/core/components/Select/FolderPicker.test.tsx
55
%%DATADIR%%/public/app/core/components/Select/FolderPicker.test.tsx
52
%%DATADIR%%/public/app/core/components/Select/FolderPicker.tsx
56
%%DATADIR%%/public/app/core/components/Select/FolderPicker.tsx
53
%%DATADIR%%/public/app/core/components/Select/MetricSelect.tsx
57
%%DATADIR%%/public/app/core/components/Select/MetricSelect.tsx
54
%%DATADIR%%/public/app/core/components/Select/OrgPicker.tsx
58
%%DATADIR%%/public/app/core/components/Select/OrgPicker.tsx
59
%%DATADIR%%/public/app/core/components/Select/SortPicker.tsx
55
%%DATADIR%%/public/app/core/components/Select/TeamPicker.test.tsx
60
%%DATADIR%%/public/app/core/components/Select/TeamPicker.test.tsx
56
%%DATADIR%%/public/app/core/components/Select/TeamPicker.tsx
61
%%DATADIR%%/public/app/core/components/Select/TeamPicker.tsx
57
%%DATADIR%%/public/app/core/components/Select/UserPicker.test.tsx
62
%%DATADIR%%/public/app/core/components/Select/UserPicker.test.tsx
Lines 65-70 Link Here
65
%%DATADIR%%/public/app/core/components/TagFilter/TagOption.tsx
70
%%DATADIR%%/public/app/core/components/TagFilter/TagOption.tsx
66
%%DATADIR%%/public/app/core/components/TagFilter/TagValue.tsx
71
%%DATADIR%%/public/app/core/components/TagFilter/TagValue.tsx
67
%%DATADIR%%/public/app/core/components/TimePicker/TimePickerWithHistory.tsx
72
%%DATADIR%%/public/app/core/components/TimePicker/TimePickerWithHistory.tsx
73
%%DATADIR%%/public/app/core/components/TransformersUI/CalculateFieldTransformerEditor.tsx
74
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByNameTransformerEditor.tsx
75
%%DATADIR%%/public/app/core/components/TransformersUI/FilterByRefIdTransformerEditor.tsx
76
%%DATADIR%%/public/app/core/components/TransformersUI/LabelsToFieldsTransformerEditor.tsx
77
%%DATADIR%%/public/app/core/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx
78
%%DATADIR%%/public/app/core/components/TransformersUI/ReduceTransformerEditor.tsx
79
%%DATADIR%%/public/app/core/components/TransformersUI/SeriesToFieldsTransformerEditor.tsx
68
%%DATADIR%%/public/app/core/components/WithFeatureToggle.tsx
80
%%DATADIR%%/public/app/core/components/WithFeatureToggle.tsx
69
%%DATADIR%%/public/app/core/components/code_editor/brace.d.ts
81
%%DATADIR%%/public/app/core/components/code_editor/brace.d.ts
70
%%DATADIR%%/public/app/core/components/code_editor/code_editor.ts
82
%%DATADIR%%/public/app/core/components/code_editor/code_editor.ts
Lines 76-92 Link Here
76
%%DATADIR%%/public/app/core/components/help/HelpModal.tsx
88
%%DATADIR%%/public/app/core/components/help/HelpModal.tsx
77
%%DATADIR%%/public/app/core/components/info_popover.ts
89
%%DATADIR%%/public/app/core/components/info_popover.ts
78
%%DATADIR%%/public/app/core/components/jsontree/jsontree.ts
90
%%DATADIR%%/public/app/core/components/jsontree/jsontree.ts
79
%%DATADIR%%/public/app/core/components/layout_selector/layout_selector.ts
80
%%DATADIR%%/public/app/core/components/manage_dashboards/manage_dashboards.html
81
%%DATADIR%%/public/app/core/components/manage_dashboards/manage_dashboards.ts
82
%%DATADIR%%/public/app/core/components/modals/AngularModalProxy.tsx
91
%%DATADIR%%/public/app/core/components/modals/AngularModalProxy.tsx
83
%%DATADIR%%/public/app/core/components/query_part/query_part.ts
92
%%DATADIR%%/public/app/core/components/query_part/query_part.ts
84
%%DATADIR%%/public/app/core/components/query_part/query_part_editor.ts
93
%%DATADIR%%/public/app/core/components/query_part/query_part_editor.ts
85
%%DATADIR%%/public/app/core/components/scroll/scroll.ts
94
%%DATADIR%%/public/app/core/components/scroll/scroll.ts
86
%%DATADIR%%/public/app/core/components/search/SearchField.tsx
87
%%DATADIR%%/public/app/core/components/search/search.html
88
%%DATADIR%%/public/app/core/components/search/search.ts
89
%%DATADIR%%/public/app/core/components/search/search_results.html
90
%%DATADIR%%/public/app/core/components/search/search_results.ts
95
%%DATADIR%%/public/app/core/components/search/search_results.ts
91
%%DATADIR%%/public/app/core/components/sidemenu/BottomNavLinks.test.tsx
96
%%DATADIR%%/public/app/core/components/sidemenu/BottomNavLinks.test.tsx
92
%%DATADIR%%/public/app/core/components/sidemenu/BottomNavLinks.tsx
97
%%DATADIR%%/public/app/core/components/sidemenu/BottomNavLinks.tsx
Lines 138-143 Link Here
138
%%DATADIR%%/public/app/core/directives/tags.ts
143
%%DATADIR%%/public/app/core/directives/tags.ts
139
%%DATADIR%%/public/app/core/directives/value_select_dropdown.ts
144
%%DATADIR%%/public/app/core/directives/value_select_dropdown.ts
140
%%DATADIR%%/public/app/core/filters/filters.ts
145
%%DATADIR%%/public/app/core/filters/filters.ts
146
%%DATADIR%%/public/app/core/hooks/useNavModel.ts
141
%%DATADIR%%/public/app/core/hooks/useRefMounted.ts
147
%%DATADIR%%/public/app/core/hooks/useRefMounted.ts
142
%%DATADIR%%/public/app/core/jquery_extended.ts
148
%%DATADIR%%/public/app/core/jquery_extended.ts
143
%%DATADIR%%/public/app/core/live/live_srv.ts
149
%%DATADIR%%/public/app/core/live/live_srv.ts
Lines 188-206 Link Here
188
%%DATADIR%%/public/app/core/specs/backend_srv.test.ts
194
%%DATADIR%%/public/app/core/specs/backend_srv.test.ts
189
%%DATADIR%%/public/app/core/specs/emitter.test.ts
195
%%DATADIR%%/public/app/core/specs/emitter.test.ts
190
%%DATADIR%%/public/app/core/specs/factors.test.ts
196
%%DATADIR%%/public/app/core/specs/factors.test.ts
191
%%DATADIR%%/public/app/core/specs/file_export.test.ts
192
%%DATADIR%%/public/app/core/specs/flatten.test.ts
197
%%DATADIR%%/public/app/core/specs/flatten.test.ts
193
%%DATADIR%%/public/app/core/specs/location_util.test.ts
194
%%DATADIR%%/public/app/core/specs/manage_dashboards.test.ts
195
%%DATADIR%%/public/app/core/specs/rangeutil.test.ts
198
%%DATADIR%%/public/app/core/specs/rangeutil.test.ts
196
%%DATADIR%%/public/app/core/specs/search.test.ts
197
%%DATADIR%%/public/app/core/specs/search_results.test.ts
198
%%DATADIR%%/public/app/core/specs/search_srv.test.ts
199
%%DATADIR%%/public/app/core/specs/search_srv.test.ts
199
%%DATADIR%%/public/app/core/specs/store.test.ts
200
%%DATADIR%%/public/app/core/specs/store.test.ts
200
%%DATADIR%%/public/app/core/specs/table_model.test.ts
201
%%DATADIR%%/public/app/core/specs/table_model.test.ts
201
%%DATADIR%%/public/app/core/specs/ticks.test.ts
202
%%DATADIR%%/public/app/core/specs/ticks.test.ts
202
%%DATADIR%%/public/app/core/specs/time_series.test.ts
203
%%DATADIR%%/public/app/core/specs/time_series.test.ts
203
%%DATADIR%%/public/app/core/specs/url.test.ts
204
%%DATADIR%%/public/app/core/specs/value_select_dropdown.test.ts
204
%%DATADIR%%/public/app/core/specs/value_select_dropdown.test.ts
205
%%DATADIR%%/public/app/core/store.ts
205
%%DATADIR%%/public/app/core/store.ts
206
%%DATADIR%%/public/app/core/table_model.ts
206
%%DATADIR%%/public/app/core/table_model.ts
Lines 218-223 Link Here
218
%%DATADIR%%/public/app/core/utils/dag.test.ts
218
%%DATADIR%%/public/app/core/utils/dag.test.ts
219
%%DATADIR%%/public/app/core/utils/dag.ts
219
%%DATADIR%%/public/app/core/utils/dag.ts
220
%%DATADIR%%/public/app/core/utils/deferred.ts
220
%%DATADIR%%/public/app/core/utils/deferred.ts
221
%%DATADIR%%/public/app/core/utils/docsLinks.ts
221
%%DATADIR%%/public/app/core/utils/emitter.ts
222
%%DATADIR%%/public/app/core/utils/emitter.ts
222
%%DATADIR%%/public/app/core/utils/errors.test.ts
223
%%DATADIR%%/public/app/core/utils/errors.test.ts
223
%%DATADIR%%/public/app/core/utils/errors.ts
224
%%DATADIR%%/public/app/core/utils/errors.ts
Lines 226-236 Link Here
226
%%DATADIR%%/public/app/core/utils/factors.ts
227
%%DATADIR%%/public/app/core/utils/factors.ts
227
%%DATADIR%%/public/app/core/utils/fetch.test.ts
228
%%DATADIR%%/public/app/core/utils/fetch.test.ts
228
%%DATADIR%%/public/app/core/utils/fetch.ts
229
%%DATADIR%%/public/app/core/utils/fetch.ts
229
%%DATADIR%%/public/app/core/utils/file_export.ts
230
%%DATADIR%%/public/app/core/utils/flatten.ts
230
%%DATADIR%%/public/app/core/utils/flatten.ts
231
%%DATADIR%%/public/app/core/utils/kbn.test.ts
231
%%DATADIR%%/public/app/core/utils/kbn.test.ts
232
%%DATADIR%%/public/app/core/utils/kbn.ts
232
%%DATADIR%%/public/app/core/utils/kbn.ts
233
%%DATADIR%%/public/app/core/utils/location_util.ts
234
%%DATADIR%%/public/app/core/utils/model_utils.ts
233
%%DATADIR%%/public/app/core/utils/model_utils.ts
235
%%DATADIR%%/public/app/core/utils/outline.ts
234
%%DATADIR%%/public/app/core/utils/outline.ts
236
%%DATADIR%%/public/app/core/utils/promiseToDigest.test.ts
235
%%DATADIR%%/public/app/core/utils/promiseToDigest.test.ts
Lines 240-272 Link Here
240
%%DATADIR%%/public/app/core/utils/react2angular.ts
239
%%DATADIR%%/public/app/core/utils/react2angular.ts
241
%%DATADIR%%/public/app/core/utils/richHistory.test.ts
240
%%DATADIR%%/public/app/core/utils/richHistory.test.ts
242
%%DATADIR%%/public/app/core/utils/richHistory.ts
241
%%DATADIR%%/public/app/core/utils/richHistory.ts
243
%%DATADIR%%/public/app/core/utils/scrollbar.ts
244
%%DATADIR%%/public/app/core/utils/sort_by_keys.ts
242
%%DATADIR%%/public/app/core/utils/sort_by_keys.ts
245
%%DATADIR%%/public/app/core/utils/text.ts
243
%%DATADIR%%/public/app/core/utils/standardTransformers.ts
246
%%DATADIR%%/public/app/core/utils/ticks.ts
244
%%DATADIR%%/public/app/core/utils/ticks.ts
247
%%DATADIR%%/public/app/core/utils/timePicker.test.ts
245
%%DATADIR%%/public/app/core/utils/timePicker.test.ts
248
%%DATADIR%%/public/app/core/utils/timePicker.ts
246
%%DATADIR%%/public/app/core/utils/timePicker.ts
249
%%DATADIR%%/public/app/core/utils/url.ts
250
%%DATADIR%%/public/app/core/utils/version.ts
247
%%DATADIR%%/public/app/core/utils/version.ts
251
%%DATADIR%%/public/app/dev.ts
248
%%DATADIR%%/public/app/dev.ts
252
%%DATADIR%%/public/app/features/admin/AdminEditOrgCtrl.ts
249
%%DATADIR%%/public/app/features/admin/AdminEditOrgCtrl.ts
250
%%DATADIR%%/public/app/features/admin/AdminEditOrgPage.tsx
253
%%DATADIR%%/public/app/features/admin/AdminEditUserCtrl.ts
251
%%DATADIR%%/public/app/features/admin/AdminEditUserCtrl.ts
254
%%DATADIR%%/public/app/features/admin/AdminListOrgsCtrl.ts
252
%%DATADIR%%/public/app/features/admin/AdminListOrgsPage.tsx
255
%%DATADIR%%/public/app/features/admin/AdminListUsersCtrl.ts
253
%%DATADIR%%/public/app/features/admin/AdminOrgsTable.tsx
256
%%DATADIR%%/public/app/features/admin/AdminSettings.tsx
254
%%DATADIR%%/public/app/features/admin/AdminSettings.tsx
257
%%DATADIR%%/public/app/features/admin/LicenseChrome.tsx
255
%%DATADIR%%/public/app/features/admin/LicenseChrome.tsx
256
%%DATADIR%%/public/app/features/admin/OrgRolePicker.tsx
258
%%DATADIR%%/public/app/features/admin/ServerStats.test.tsx
257
%%DATADIR%%/public/app/features/admin/ServerStats.test.tsx
259
%%DATADIR%%/public/app/features/admin/ServerStats.tsx
258
%%DATADIR%%/public/app/features/admin/ServerStats.tsx
260
%%DATADIR%%/public/app/features/admin/UpgradePage.tsx
259
%%DATADIR%%/public/app/features/admin/UpgradePage.tsx
261
%%DATADIR%%/public/app/features/admin/UserAdminPage.tsx
260
%%DATADIR%%/public/app/features/admin/UserAdminPage.tsx
262
%%DATADIR%%/public/app/features/admin/UserCreatePage.tsx
261
%%DATADIR%%/public/app/features/admin/UserCreatePage.tsx
263
%%DATADIR%%/public/app/features/admin/UserLdapSyncInfo.tsx
262
%%DATADIR%%/public/app/features/admin/UserLdapSyncInfo.tsx
263
%%DATADIR%%/public/app/features/admin/UserListAdminPage.tsx
264
%%DATADIR%%/public/app/features/admin/UserOrgs.tsx
264
%%DATADIR%%/public/app/features/admin/UserOrgs.tsx
265
%%DATADIR%%/public/app/features/admin/UserPermissions.tsx
265
%%DATADIR%%/public/app/features/admin/UserPermissions.tsx
266
%%DATADIR%%/public/app/features/admin/UserProfile.tsx
266
%%DATADIR%%/public/app/features/admin/UserProfile.tsx
267
%%DATADIR%%/public/app/features/admin/UserSessions.tsx
267
%%DATADIR%%/public/app/features/admin/UserSessions.tsx
268
%%DATADIR%%/public/app/features/admin/UserSyncInfo.tsx
268
%%DATADIR%%/public/app/features/admin/UserSyncInfo.tsx
269
%%DATADIR%%/public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap
270
%%DATADIR%%/public/app/features/admin/index.ts
269
%%DATADIR%%/public/app/features/admin/index.ts
271
%%DATADIR%%/public/app/features/admin/ldap/LdapConnectionStatus.tsx
270
%%DATADIR%%/public/app/features/admin/ldap/LdapConnectionStatus.tsx
272
%%DATADIR%%/public/app/features/admin/ldap/LdapPage.tsx
271
%%DATADIR%%/public/app/features/admin/ldap/LdapPage.tsx
Lines 279-288 Link Here
279
%%DATADIR%%/public/app/features/admin/partials/admin_home.html
278
%%DATADIR%%/public/app/features/admin/partials/admin_home.html
280
%%DATADIR%%/public/app/features/admin/partials/edit_org.html
279
%%DATADIR%%/public/app/features/admin/partials/edit_org.html
281
%%DATADIR%%/public/app/features/admin/partials/edit_user.html
280
%%DATADIR%%/public/app/features/admin/partials/edit_user.html
282
%%DATADIR%%/public/app/features/admin/partials/orgs.html
283
%%DATADIR%%/public/app/features/admin/partials/stats.html
281
%%DATADIR%%/public/app/features/admin/partials/stats.html
284
%%DATADIR%%/public/app/features/admin/partials/styleguide.html
282
%%DATADIR%%/public/app/features/admin/partials/styleguide.html
285
%%DATADIR%%/public/app/features/admin/partials/users.html
286
%%DATADIR%%/public/app/features/admin/state/actions.ts
283
%%DATADIR%%/public/app/features/admin/state/actions.ts
287
%%DATADIR%%/public/app/features/admin/state/apis.ts
284
%%DATADIR%%/public/app/features/admin/state/apis.ts
288
%%DATADIR%%/public/app/features/admin/state/reducers.test.ts
285
%%DATADIR%%/public/app/features/admin/state/reducers.test.ts
Lines 294-300 Link Here
294
%%DATADIR%%/public/app/features/alerting/AlertTab.tsx
291
%%DATADIR%%/public/app/features/alerting/AlertTab.tsx
295
%%DATADIR%%/public/app/features/alerting/AlertTabCtrl.ts
292
%%DATADIR%%/public/app/features/alerting/AlertTabCtrl.ts
296
%%DATADIR%%/public/app/features/alerting/NotificationsEditCtrl.ts
293
%%DATADIR%%/public/app/features/alerting/NotificationsEditCtrl.ts
297
%%DATADIR%%/public/app/features/alerting/NotificationsListCtrl.ts
294
%%DATADIR%%/public/app/features/alerting/NotificationsListPage.tsx
298
%%DATADIR%%/public/app/features/alerting/StateHistory.tsx
295
%%DATADIR%%/public/app/features/alerting/StateHistory.tsx
299
%%DATADIR%%/public/app/features/alerting/TestRuleResult.test.tsx
296
%%DATADIR%%/public/app/features/alerting/TestRuleResult.test.tsx
300
%%DATADIR%%/public/app/features/alerting/TestRuleResult.tsx
297
%%DATADIR%%/public/app/features/alerting/TestRuleResult.tsx
Lines 306-312 Link Here
306
%%DATADIR%%/public/app/features/alerting/partials/alert_howto.html
303
%%DATADIR%%/public/app/features/alerting/partials/alert_howto.html
307
%%DATADIR%%/public/app/features/alerting/partials/alert_tab.html
304
%%DATADIR%%/public/app/features/alerting/partials/alert_tab.html
308
%%DATADIR%%/public/app/features/alerting/partials/notification_edit.html
305
%%DATADIR%%/public/app/features/alerting/partials/notification_edit.html
309
%%DATADIR%%/public/app/features/alerting/partials/notifications_list.html
310
%%DATADIR%%/public/app/features/alerting/state/ThresholdMapper.test.ts
306
%%DATADIR%%/public/app/features/alerting/state/ThresholdMapper.test.ts
311
%%DATADIR%%/public/app/features/alerting/state/ThresholdMapper.ts
307
%%DATADIR%%/public/app/features/alerting/state/ThresholdMapper.ts
312
%%DATADIR%%/public/app/features/alerting/state/actions.ts
308
%%DATADIR%%/public/app/features/alerting/state/actions.ts
Lines 349-355 Link Here
349
%%DATADIR%%/public/app/features/dashboard/components/DashExportModal/DashboardExporter.test.ts
345
%%DATADIR%%/public/app/features/dashboard/components/DashExportModal/DashboardExporter.test.ts
350
%%DATADIR%%/public/app/features/dashboard/components/DashExportModal/DashboardExporter.ts
346
%%DATADIR%%/public/app/features/dashboard/components/DashExportModal/DashboardExporter.ts
351
%%DATADIR%%/public/app/features/dashboard/components/DashExportModal/index.ts
347
%%DATADIR%%/public/app/features/dashboard/components/DashExportModal/index.ts
352
%%DATADIR%%/public/app/features/dashboard/components/DashLinks/DashLinksContainerCtrl.ts
353
%%DATADIR%%/public/app/features/dashboard/components/DashLinks/DashLinksEditorCtrl.ts
348
%%DATADIR%%/public/app/features/dashboard/components/DashLinks/DashLinksEditorCtrl.ts
354
%%DATADIR%%/public/app/features/dashboard/components/DashLinks/editor.html
349
%%DATADIR%%/public/app/features/dashboard/components/DashLinks/editor.html
355
%%DATADIR%%/public/app/features/dashboard/components/DashLinks/index.ts
350
%%DATADIR%%/public/app/features/dashboard/components/DashLinks/index.ts
Lines 363-393 Link Here
363
%%DATADIR%%/public/app/features/dashboard/components/DashboardRow/index.ts
358
%%DATADIR%%/public/app/features/dashboard/components/DashboardRow/index.ts
364
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/DashboardSettings.tsx
359
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/DashboardSettings.tsx
365
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/SettingsCtrl.ts
360
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/SettingsCtrl.ts
366
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/TimePickerSettings.ts
361
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/TimePickerSettings.tsx
367
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/index.ts
362
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/index.ts
368
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/template.html
363
%%DATADIR%%/public/app/features/dashboard/components/DashboardSettings/template.html
369
%%DATADIR%%/public/app/features/dashboard/components/ExportDataModal/ExportDataModalCtrl.ts
370
%%DATADIR%%/public/app/features/dashboard/components/ExportDataModal/index.ts
371
%%DATADIR%%/public/app/features/dashboard/components/ExportDataModal/template.html
372
%%DATADIR%%/public/app/features/dashboard/components/FolderPicker/FolderPickerCtrl.ts
364
%%DATADIR%%/public/app/features/dashboard/components/FolderPicker/FolderPickerCtrl.ts
373
%%DATADIR%%/public/app/features/dashboard/components/Inspector/InspectHeader.tsx
365
%%DATADIR%%/public/app/features/dashboard/components/Inspector/InspectDataTab.tsx
366
%%DATADIR%%/public/app/features/dashboard/components/Inspector/InspectJSONTab.tsx
367
%%DATADIR%%/public/app/features/dashboard/components/Inspector/InspectSubtitle.tsx
374
%%DATADIR%%/public/app/features/dashboard/components/Inspector/PanelInspector.tsx
368
%%DATADIR%%/public/app/features/dashboard/components/Inspector/PanelInspector.tsx
369
%%DATADIR%%/public/app/features/dashboard/components/Inspector/QueryInspector.tsx
370
%%DATADIR%%/public/app/features/dashboard/components/Inspector/styles.ts
375
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/AngularPanelOptions.tsx
371
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/AngularPanelOptions.tsx
376
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/DynamicConfigValueEditor.tsx
372
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/DynamicConfigValueEditor.tsx
377
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/FieldConfigEditor.tsx
373
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/FieldConfigEditor.tsx
378
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OptionsGroup.tsx
374
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OptionsGroup.tsx
375
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OptionsPaneContent.tsx
379
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OverrideEditor.tsx
376
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OverrideEditor.tsx
380
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/OverrideHeader.tsx
381
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx
377
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx
382
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelEditorTabs.tsx
378
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelEditorTabs.tsx
383
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelTitle.tsx
379
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelOptionsEditor.tsx
380
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/PanelOptionsTab.tsx
384
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/VisualizationTab.tsx
381
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/VisualizationTab.tsx
385
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/index.ts
382
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/index.ts
386
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/actions.test.ts
383
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/actions.test.ts
387
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/actions.ts
384
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/actions.ts
388
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/reducers.ts
385
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/reducers.ts
386
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/selectors.test.ts
389
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/selectors.ts
387
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/selectors.ts
388
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/state/utils.ts
390
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/types.ts
389
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/types.ts
390
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/usePanelLatestData.ts
391
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/utils.test.ts
391
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/utils.test.ts
392
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/utils.ts
392
%%DATADIR%%/public/app/features/dashboard/components/PanelEditor/utils.ts
393
%%DATADIR%%/public/app/features/dashboard/components/RowOptions/RowOptionsCtrl.ts
393
%%DATADIR%%/public/app/features/dashboard/components/RowOptions/RowOptionsCtrl.ts
Lines 399-404 Link Here
399
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveDashboardModal.tsx
399
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveDashboardModal.tsx
400
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveDashboardModalProxy.tsx
400
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveDashboardModalProxy.tsx
401
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveProvisionedDashboard.tsx
401
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/SaveProvisionedDashboard.tsx
402
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/UnsavedChangesModal.tsx
402
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.test.tsx
403
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.test.tsx
403
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.tsx
404
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.tsx
404
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.test.tsx
405
%%DATADIR%%/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.test.tsx
Lines 416-431 Link Here
416
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/index.ts
417
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/index.ts
417
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/types.ts
418
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/types.ts
418
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/utils.ts
419
%%DATADIR%%/public/app/features/dashboard/components/ShareModal/utils.ts
419
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/AngularDashboardLinks.tsx
420
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/AngularSubMenu.tsx
421
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/Annotations.tsx
420
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/Annotations.tsx
421
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx
422
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.test.tsx
423
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx
422
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/SubMenu.tsx
424
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/SubMenu.tsx
423
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/SubMenuCtrl.ts
424
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/SubMenuItems.tsx
425
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/SubMenuItems.tsx
425
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/index.ts
426
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/template.html
426
%%DATADIR%%/public/app/features/dashboard/components/SubMenu/template.html
427
%%DATADIR%%/public/app/features/dashboard/components/UnsavedChangesModal/UnsavedChangesModalCtrl.ts
427
%%DATADIR%%/public/app/features/dashboard/components/TransformationsEditor/TransformationEditor.tsx
428
%%DATADIR%%/public/app/features/dashboard/components/UnsavedChangesModal/index.ts
428
%%DATADIR%%/public/app/features/dashboard/components/TransformationsEditor/TransformationOperationRow.tsx
429
%%DATADIR%%/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx
429
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/HistoryListCtrl.test.ts
430
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/HistoryListCtrl.test.ts
430
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/HistoryListCtrl.ts
431
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/HistoryListCtrl.ts
431
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/HistorySrv.test.ts
432
%%DATADIR%%/public/app/features/dashboard/components/VersionHistory/HistorySrv.test.ts
Lines 440-446 Link Here
440
%%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardGrid.test.tsx
441
%%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardGrid.test.tsx
441
%%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardGrid.tsx
442
%%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardGrid.tsx
442
%%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardPanel.tsx
443
%%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardPanel.tsx
443
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelChrome.test.tsx
444
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelChrome.tsx
444
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelChrome.tsx
445
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelChromeAngular.tsx
445
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelChromeAngular.tsx
446
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeader.tsx
446
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeader.tsx
Lines 452-478 Link Here
452
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelResizer.tsx
452
%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelResizer.tsx
453
%%DATADIR%%/public/app/features/dashboard/dashgrid/__snapshots__/DashboardGrid.test.tsx.snap
453
%%DATADIR%%/public/app/features/dashboard/dashgrid/__snapshots__/DashboardGrid.test.tsx.snap
454
%%DATADIR%%/public/app/features/dashboard/index.ts
454
%%DATADIR%%/public/app/features/dashboard/index.ts
455
%%DATADIR%%/public/app/features/dashboard/panel_editor/AngularPanelOptions.tsx
456
%%DATADIR%%/public/app/features/dashboard/panel_editor/DataSourceOption.tsx
457
%%DATADIR%%/public/app/features/dashboard/panel_editor/EditorTabBody.tsx
458
%%DATADIR%%/public/app/features/dashboard/panel_editor/GeneralTab.tsx
459
%%DATADIR%%/public/app/features/dashboard/panel_editor/PanelEditor.tsx
460
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueriesTab.tsx
455
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueriesTab.tsx
461
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueryEditorRow.test.ts
456
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueryEditorRow.test.ts
462
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueryEditorRow.tsx
457
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueryEditorRow.tsx
458
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueryEditorRowTitle.tsx
463
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueryEditorRows.tsx
459
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueryEditorRows.tsx
464
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueryInspector.tsx
465
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueryOptions.tsx
460
%%DATADIR%%/public/app/features/dashboard/panel_editor/QueryOptions.tsx
466
%%DATADIR%%/public/app/features/dashboard/panel_editor/VisualizationTab.tsx
467
%%DATADIR%%/public/app/features/dashboard/panel_editor/VizPickerSearch.tsx
468
%%DATADIR%%/public/app/features/dashboard/panel_editor/VizTypePicker.tsx
461
%%DATADIR%%/public/app/features/dashboard/panel_editor/VizTypePicker.tsx
469
%%DATADIR%%/public/app/features/dashboard/panel_editor/VizTypePickerPlugin.tsx
462
%%DATADIR%%/public/app/features/dashboard/panel_editor/VizTypePickerPlugin.tsx
470
%%DATADIR%%/public/app/features/dashboard/panel_editor/state/actions.test.ts
471
%%DATADIR%%/public/app/features/dashboard/panel_editor/state/actions.ts
472
%%DATADIR%%/public/app/features/dashboard/panel_editor/state/reducers.test.ts
473
%%DATADIR%%/public/app/features/dashboard/panel_editor/state/reducers.ts
474
%%DATADIR%%/public/app/features/dashboard/panel_editor/state/selectors.test.ts
475
%%DATADIR%%/public/app/features/dashboard/panel_editor/state/selectors.ts
476
%%DATADIR%%/public/app/features/dashboard/services/ChangeTracker.test.ts
463
%%DATADIR%%/public/app/features/dashboard/services/ChangeTracker.test.ts
477
%%DATADIR%%/public/app/features/dashboard/services/ChangeTracker.ts
464
%%DATADIR%%/public/app/features/dashboard/services/ChangeTracker.ts
478
%%DATADIR%%/public/app/features/dashboard/services/DashboardLoaderSrv.ts
465
%%DATADIR%%/public/app/features/dashboard/services/DashboardLoaderSrv.ts
Lines 567-572 Link Here
567
%%DATADIR%%/public/app/features/explore/MetaInfoText.tsx
554
%%DATADIR%%/public/app/features/explore/MetaInfoText.tsx
568
%%DATADIR%%/public/app/features/explore/NoDataSourceCallToAction.tsx
555
%%DATADIR%%/public/app/features/explore/NoDataSourceCallToAction.tsx
569
%%DATADIR%%/public/app/features/explore/QueryEditor.tsx
556
%%DATADIR%%/public/app/features/explore/QueryEditor.tsx
557
%%DATADIR%%/public/app/features/explore/QueryRow.test.tsx
570
%%DATADIR%%/public/app/features/explore/QueryRow.tsx
558
%%DATADIR%%/public/app/features/explore/QueryRow.tsx
571
%%DATADIR%%/public/app/features/explore/QueryRowActions.test.tsx
559
%%DATADIR%%/public/app/features/explore/QueryRowActions.test.tsx
572
%%DATADIR%%/public/app/features/explore/QueryRowActions.tsx
560
%%DATADIR%%/public/app/features/explore/QueryRowActions.tsx
Lines 587-596 Link Here
587
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryStarredTab.test.tsx
575
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryStarredTab.test.tsx
588
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryStarredTab.tsx
576
%%DATADIR%%/public/app/features/explore/RichHistory/RichHistoryStarredTab.tsx
589
%%DATADIR%%/public/app/features/explore/RunButton.tsx
577
%%DATADIR%%/public/app/features/explore/RunButton.tsx
578
%%DATADIR%%/public/app/features/explore/SecondaryActions.test.tsx
579
%%DATADIR%%/public/app/features/explore/SecondaryActions.tsx
590
%%DATADIR%%/public/app/features/explore/TableContainer.test.tsx
580
%%DATADIR%%/public/app/features/explore/TableContainer.test.tsx
591
%%DATADIR%%/public/app/features/explore/TableContainer.tsx
581
%%DATADIR%%/public/app/features/explore/TableContainer.tsx
592
%%DATADIR%%/public/app/features/explore/TimeSyncButton.test.tsx
582
%%DATADIR%%/public/app/features/explore/TimeSyncButton.test.tsx
593
%%DATADIR%%/public/app/features/explore/TimeSyncButton.tsx
583
%%DATADIR%%/public/app/features/explore/TimeSyncButton.tsx
584
%%DATADIR%%/public/app/features/explore/TraceView/TraceView.test.tsx
585
%%DATADIR%%/public/app/features/explore/TraceView/TraceView.tsx
586
%%DATADIR%%/public/app/features/explore/TraceView/uiElements.tsx
587
%%DATADIR%%/public/app/features/explore/TraceView/useChildrenState.test.ts
588
%%DATADIR%%/public/app/features/explore/TraceView/useChildrenState.ts
589
%%DATADIR%%/public/app/features/explore/TraceView/useDetailState.test.ts
590
%%DATADIR%%/public/app/features/explore/TraceView/useDetailState.ts
591
%%DATADIR%%/public/app/features/explore/TraceView/useHoverIndentGuide.test.ts
592
%%DATADIR%%/public/app/features/explore/TraceView/useHoverIndentGuide.ts
593
%%DATADIR%%/public/app/features/explore/TraceView/useSearch.test.ts
594
%%DATADIR%%/public/app/features/explore/TraceView/useSearch.ts
595
%%DATADIR%%/public/app/features/explore/TraceView/useViewRange.test.ts
596
%%DATADIR%%/public/app/features/explore/TraceView/useViewRange.ts
594
%%DATADIR%%/public/app/features/explore/Wrapper.tsx
597
%%DATADIR%%/public/app/features/explore/Wrapper.tsx
595
%%DATADIR%%/public/app/features/explore/__mocks__/mockData.ts
598
%%DATADIR%%/public/app/features/explore/__mocks__/mockData.ts
596
%%DATADIR%%/public/app/features/explore/__snapshots__/ErrorContainer.test.tsx.snap
599
%%DATADIR%%/public/app/features/explore/__snapshots__/ErrorContainer.test.tsx.snap
Lines 611-649 Link Here
611
%%DATADIR%%/public/app/features/explore/utils/LogsCrossFadeTransition.tsx
614
%%DATADIR%%/public/app/features/explore/utils/LogsCrossFadeTransition.tsx
612
%%DATADIR%%/public/app/features/explore/utils/ResultProcessor.test.ts
615
%%DATADIR%%/public/app/features/explore/utils/ResultProcessor.test.ts
613
%%DATADIR%%/public/app/features/explore/utils/ResultProcessor.ts
616
%%DATADIR%%/public/app/features/explore/utils/ResultProcessor.ts
617
%%DATADIR%%/public/app/features/explore/utils/links.test.ts
618
%%DATADIR%%/public/app/features/explore/utils/links.ts
614
%%DATADIR%%/public/app/features/explore/utils/set.test.ts
619
%%DATADIR%%/public/app/features/explore/utils/set.test.ts
615
%%DATADIR%%/public/app/features/explore/utils/set.ts
620
%%DATADIR%%/public/app/features/explore/utils/set.ts
616
%%DATADIR%%/public/app/features/expressions/ExpressionDatasource.ts
621
%%DATADIR%%/public/app/features/expressions/ExpressionDatasource.ts
617
%%DATADIR%%/public/app/features/expressions/ExpressionQueryEditor.tsx
622
%%DATADIR%%/public/app/features/expressions/ExpressionQueryEditor.tsx
618
%%DATADIR%%/public/app/features/expressions/types.ts
623
%%DATADIR%%/public/app/features/expressions/types.ts
619
%%DATADIR%%/public/app/features/folders/CreateFolderCtrl.ts
620
%%DATADIR%%/public/app/features/folders/FolderDashboardsCtrl.ts
621
%%DATADIR%%/public/app/features/folders/FolderPermissions.tsx
624
%%DATADIR%%/public/app/features/folders/FolderPermissions.tsx
622
%%DATADIR%%/public/app/features/folders/FolderSettingsPage.test.tsx
625
%%DATADIR%%/public/app/features/folders/FolderSettingsPage.test.tsx
623
%%DATADIR%%/public/app/features/folders/FolderSettingsPage.tsx
626
%%DATADIR%%/public/app/features/folders/FolderSettingsPage.tsx
624
%%DATADIR%%/public/app/features/folders/__snapshots__/FolderSettingsPage.test.tsx.snap
627
%%DATADIR%%/public/app/features/folders/__snapshots__/FolderSettingsPage.test.tsx.snap
625
%%DATADIR%%/public/app/features/folders/partials/create_folder.html
628
%%DATADIR%%/public/app/features/folders/components/NewDashboardsFolder.tsx
626
%%DATADIR%%/public/app/features/folders/partials/folder_dashboards.html
627
%%DATADIR%%/public/app/features/folders/services/FolderPageLoader.ts
629
%%DATADIR%%/public/app/features/folders/services/FolderPageLoader.ts
628
%%DATADIR%%/public/app/features/folders/state/actions.ts
630
%%DATADIR%%/public/app/features/folders/state/actions.ts
629
%%DATADIR%%/public/app/features/folders/state/navModel.ts
631
%%DATADIR%%/public/app/features/folders/state/navModel.ts
630
%%DATADIR%%/public/app/features/folders/state/reducers.test.ts
632
%%DATADIR%%/public/app/features/folders/state/reducers.test.ts
631
%%DATADIR%%/public/app/features/folders/state/reducers.ts
633
%%DATADIR%%/public/app/features/folders/state/reducers.ts
632
%%DATADIR%%/public/app/features/manage-dashboards/DashboardImportCtrl.test.ts
634
%%DATADIR%%/public/app/features/manage-dashboards/DashboardImportPage.tsx
633
%%DATADIR%%/public/app/features/manage-dashboards/DashboardImportCtrl.ts
635
%%DATADIR%%/public/app/features/manage-dashboards/SnapshotListPage.tsx
634
%%DATADIR%%/public/app/features/manage-dashboards/DashboardListCtrl.ts
636
%%DATADIR%%/public/app/features/manage-dashboards/components/DashboardFileUpload.tsx
635
%%DATADIR%%/public/app/features/manage-dashboards/SnapshotListCtrl.ts
637
%%DATADIR%%/public/app/features/manage-dashboards/components/ImportDashboardForm.tsx
636
%%DATADIR%%/public/app/features/manage-dashboards/components/MoveToFolderModal/MoveToFolderCtrl.ts
638
%%DATADIR%%/public/app/features/manage-dashboards/components/ImportDashboardOverview.tsx
637
%%DATADIR%%/public/app/features/manage-dashboards/components/MoveToFolderModal/index.ts
639
%%DATADIR%%/public/app/features/manage-dashboards/components/SnapshotListTable.tsx
638
%%DATADIR%%/public/app/features/manage-dashboards/components/MoveToFolderModal/template.html
639
%%DATADIR%%/public/app/features/manage-dashboards/components/UploadDashboard/index.ts
640
%%DATADIR%%/public/app/features/manage-dashboards/components/UploadDashboard/index.ts
640
%%DATADIR%%/public/app/features/manage-dashboards/components/UploadDashboard/uploadDashboardDirective.ts
641
%%DATADIR%%/public/app/features/manage-dashboards/components/UploadDashboard/uploadDashboardDirective.ts
641
%%DATADIR%%/public/app/features/manage-dashboards/index.ts
642
%%DATADIR%%/public/app/features/manage-dashboards/index.ts
642
%%DATADIR%%/public/app/features/manage-dashboards/partials/dashboard_import.html
643
%%DATADIR%%/public/app/features/manage-dashboards/partials/dashboard_list.html
644
%%DATADIR%%/public/app/features/manage-dashboards/partials/snapshot_list.html
645
%%DATADIR%%/public/app/features/manage-dashboards/services/ValidationSrv.ts
643
%%DATADIR%%/public/app/features/manage-dashboards/services/ValidationSrv.ts
646
%%DATADIR%%/public/app/features/org/NewOrgCtrl.ts
644
%%DATADIR%%/public/app/features/manage-dashboards/state/actions.ts
645
%%DATADIR%%/public/app/features/manage-dashboards/state/reducers.ts
646
%%DATADIR%%/public/app/features/manage-dashboards/state/selectors.ts
647
%%DATADIR%%/public/app/features/manage-dashboards/types.ts
648
%%DATADIR%%/public/app/features/manage-dashboards/utils/validation.ts
649
%%DATADIR%%/public/app/features/org/NewOrgPage.tsx
647
%%DATADIR%%/public/app/features/org/OrgDetailsPage.test.tsx
650
%%DATADIR%%/public/app/features/org/OrgDetailsPage.test.tsx
648
%%DATADIR%%/public/app/features/org/OrgDetailsPage.tsx
651
%%DATADIR%%/public/app/features/org/OrgDetailsPage.tsx
649
%%DATADIR%%/public/app/features/org/OrgProfile.test.tsx
652
%%DATADIR%%/public/app/features/org/OrgProfile.test.tsx
Lines 654-660 Link Here
654
%%DATADIR%%/public/app/features/org/__snapshots__/OrgDetailsPage.test.tsx.snap
657
%%DATADIR%%/public/app/features/org/__snapshots__/OrgDetailsPage.test.tsx.snap
655
%%DATADIR%%/public/app/features/org/__snapshots__/OrgProfile.test.tsx.snap
658
%%DATADIR%%/public/app/features/org/__snapshots__/OrgProfile.test.tsx.snap
656
%%DATADIR%%/public/app/features/org/all.ts
659
%%DATADIR%%/public/app/features/org/all.ts
657
%%DATADIR%%/public/app/features/org/partials/newOrg.html
658
%%DATADIR%%/public/app/features/org/partials/select_org.html
660
%%DATADIR%%/public/app/features/org/partials/select_org.html
659
%%DATADIR%%/public/app/features/org/state/actions.ts
661
%%DATADIR%%/public/app/features/org/state/actions.ts
660
%%DATADIR%%/public/app/features/org/state/reducers.test.ts
662
%%DATADIR%%/public/app/features/org/state/reducers.test.ts
Lines 665-672 Link Here
665
%%DATADIR%%/public/app/features/panel/panel_ctrl.ts
667
%%DATADIR%%/public/app/features/panel/panel_ctrl.ts
666
%%DATADIR%%/public/app/features/panel/panel_directive.ts
668
%%DATADIR%%/public/app/features/panel/panel_directive.ts
667
%%DATADIR%%/public/app/features/panel/panel_editor_tab.ts
669
%%DATADIR%%/public/app/features/panel/panel_editor_tab.ts
668
%%DATADIR%%/public/app/features/panel/panellinks/fieldDisplayValuesProxy.test.ts
669
%%DATADIR%%/public/app/features/panel/panellinks/fieldDisplayValuesProxy.ts
670
%%DATADIR%%/public/app/features/panel/panellinks/linkSuppliers.test.ts
670
%%DATADIR%%/public/app/features/panel/panellinks/linkSuppliers.test.ts
671
%%DATADIR%%/public/app/features/panel/panellinks/linkSuppliers.ts
671
%%DATADIR%%/public/app/features/panel/panellinks/linkSuppliers.ts
672
%%DATADIR%%/public/app/features/panel/panellinks/link_srv.ts
672
%%DATADIR%%/public/app/features/panel/panellinks/link_srv.ts
Lines 701-706 Link Here
701
%%DATADIR%%/public/app/features/plugins/PluginListPage.tsx
701
%%DATADIR%%/public/app/features/plugins/PluginListPage.tsx
702
%%DATADIR%%/public/app/features/plugins/PluginPage.tsx
702
%%DATADIR%%/public/app/features/plugins/PluginPage.tsx
703
%%DATADIR%%/public/app/features/plugins/PluginSettingsCache.ts
703
%%DATADIR%%/public/app/features/plugins/PluginSettingsCache.ts
704
%%DATADIR%%/public/app/features/plugins/PluginSignatureBadge.tsx
704
%%DATADIR%%/public/app/features/plugins/PluginStateInfo.tsx
705
%%DATADIR%%/public/app/features/plugins/PluginStateInfo.tsx
705
%%DATADIR%%/public/app/features/plugins/__mocks__/pluginMocks.ts
706
%%DATADIR%%/public/app/features/plugins/__mocks__/pluginMocks.ts
706
%%DATADIR%%/public/app/features/plugins/__snapshots__/PluginList.test.tsx.snap
707
%%DATADIR%%/public/app/features/plugins/__snapshots__/PluginList.test.tsx.snap
Lines 712-717 Link Here
712
%%DATADIR%%/public/app/features/plugins/partials/plugin_page.html
713
%%DATADIR%%/public/app/features/plugins/partials/plugin_page.html
713
%%DATADIR%%/public/app/features/plugins/partials/update_instructions.html
714
%%DATADIR%%/public/app/features/plugins/partials/update_instructions.html
714
%%DATADIR%%/public/app/features/plugins/plugin_component.ts
715
%%DATADIR%%/public/app/features/plugins/plugin_component.ts
716
%%DATADIR%%/public/app/features/plugins/plugin_loader.test.ts
715
%%DATADIR%%/public/app/features/plugins/plugin_loader.ts
717
%%DATADIR%%/public/app/features/plugins/plugin_loader.ts
716
%%DATADIR%%/public/app/features/plugins/plugin_page_ctrl.ts
718
%%DATADIR%%/public/app/features/plugins/plugin_page_ctrl.ts
717
%%DATADIR%%/public/app/features/plugins/specs/datasource_srv.test.ts
719
%%DATADIR%%/public/app/features/plugins/specs/datasource_srv.test.ts
Lines 736-741 Link Here
736
%%DATADIR%%/public/app/features/profile/partials/profile.html
738
%%DATADIR%%/public/app/features/profile/partials/profile.html
737
%%DATADIR%%/public/app/features/profile/state/reducers.ts
739
%%DATADIR%%/public/app/features/profile/state/reducers.ts
738
%%DATADIR%%/public/app/features/profile/state/selectors.ts
740
%%DATADIR%%/public/app/features/profile/state/selectors.ts
741
%%DATADIR%%/public/app/features/search/components/ActionRow.tsx
742
%%DATADIR%%/public/app/features/search/components/ConfirmDeleteModal.tsx
743
%%DATADIR%%/public/app/features/search/components/DashboardActions.tsx
744
%%DATADIR%%/public/app/features/search/components/DashboardListPage.tsx
745
%%DATADIR%%/public/app/features/search/components/DashboardSearch.test.tsx
746
%%DATADIR%%/public/app/features/search/components/DashboardSearch.tsx
747
%%DATADIR%%/public/app/features/search/components/ManageDashboards.tsx
748
%%DATADIR%%/public/app/features/search/components/MoveToFolderModal.tsx
749
%%DATADIR%%/public/app/features/search/components/SearchCheckbox.tsx
750
%%DATADIR%%/public/app/features/search/components/SearchField.tsx
751
%%DATADIR%%/public/app/features/search/components/SearchItem.test.tsx
752
%%DATADIR%%/public/app/features/search/components/SearchItem.tsx
753
%%DATADIR%%/public/app/features/search/components/SearchResults.test.tsx
754
%%DATADIR%%/public/app/features/search/components/SearchResults.tsx
755
%%DATADIR%%/public/app/features/search/components/SearchResultsFilter.test.tsx
756
%%DATADIR%%/public/app/features/search/components/SearchResultsFilter.tsx
757
%%DATADIR%%/public/app/features/search/components/SearchWrapper.tsx
758
%%DATADIR%%/public/app/features/search/components/SectionHeader.tsx
759
%%DATADIR%%/public/app/features/search/components/mocks.ts
760
%%DATADIR%%/public/app/features/search/constants.ts
761
%%DATADIR%%/public/app/features/search/hooks/useDashboardSearch.ts
762
%%DATADIR%%/public/app/features/search/hooks/useManageDashboards.ts
763
%%DATADIR%%/public/app/features/search/hooks/useSearch.ts
764
%%DATADIR%%/public/app/features/search/hooks/useSearchQuery.ts
765
%%DATADIR%%/public/app/features/search/index.ts
766
%%DATADIR%%/public/app/features/search/loaders.ts
767
%%DATADIR%%/public/app/features/search/reducers/actionTypes.ts
768
%%DATADIR%%/public/app/features/search/reducers/dashboardSearch.test.ts
769
%%DATADIR%%/public/app/features/search/reducers/dashboardSearch.ts
770
%%DATADIR%%/public/app/features/search/reducers/manageDashboards.test.ts
771
%%DATADIR%%/public/app/features/search/reducers/manageDashboards.ts
772
%%DATADIR%%/public/app/features/search/reducers/searchQueryReducer.ts
773
%%DATADIR%%/public/app/features/search/testData.ts
774
%%DATADIR%%/public/app/features/search/types.ts
775
%%DATADIR%%/public/app/features/search/utils.test.ts
776
%%DATADIR%%/public/app/features/search/utils.ts
739
%%DATADIR%%/public/app/features/teams/CreateTeam.test.tsx
777
%%DATADIR%%/public/app/features/teams/CreateTeam.test.tsx
740
%%DATADIR%%/public/app/features/teams/CreateTeam.tsx
778
%%DATADIR%%/public/app/features/teams/CreateTeam.tsx
741
%%DATADIR%%/public/app/features/teams/TeamGroupSync.test.tsx
779
%%DATADIR%%/public/app/features/teams/TeamGroupSync.test.tsx
Lines 767-848 Link Here
767
%%DATADIR%%/public/app/features/teams/state/selectors.ts
805
%%DATADIR%%/public/app/features/teams/state/selectors.ts
768
%%DATADIR%%/public/app/features/templating/DefaultVariableQueryEditor.tsx
806
%%DATADIR%%/public/app/features/templating/DefaultVariableQueryEditor.tsx
769
%%DATADIR%%/public/app/features/templating/TextBoxVariable.ts
807
%%DATADIR%%/public/app/features/templating/TextBoxVariable.ts
770
%%DATADIR%%/public/app/features/templating/adapters.ts
771
%%DATADIR%%/public/app/features/templating/adhoc_variable.ts
808
%%DATADIR%%/public/app/features/templating/adhoc_variable.ts
772
%%DATADIR%%/public/app/features/templating/all.ts
809
%%DATADIR%%/public/app/features/templating/all.ts
773
%%DATADIR%%/public/app/features/templating/constant/ConstantVariableEditor.tsx
774
%%DATADIR%%/public/app/features/templating/constant/actions.test.ts
775
%%DATADIR%%/public/app/features/templating/constant/actions.ts
776
%%DATADIR%%/public/app/features/templating/constant/adapter.ts
777
%%DATADIR%%/public/app/features/templating/constant/reducer.test.ts
778
%%DATADIR%%/public/app/features/templating/constant/reducer.ts
779
%%DATADIR%%/public/app/features/templating/constant_variable.ts
810
%%DATADIR%%/public/app/features/templating/constant_variable.ts
780
%%DATADIR%%/public/app/features/templating/custom/CustomVariableEditor.tsx
781
%%DATADIR%%/public/app/features/templating/custom/actions.test.ts
782
%%DATADIR%%/public/app/features/templating/custom/actions.ts
783
%%DATADIR%%/public/app/features/templating/custom/adapter.ts
784
%%DATADIR%%/public/app/features/templating/custom/reducer.test.ts
785
%%DATADIR%%/public/app/features/templating/custom/reducer.ts
786
%%DATADIR%%/public/app/features/templating/custom_variable.ts
811
%%DATADIR%%/public/app/features/templating/custom_variable.ts
787
%%DATADIR%%/public/app/features/templating/datasource_variable.ts
812
%%DATADIR%%/public/app/features/templating/datasource_variable.ts
788
%%DATADIR%%/public/app/features/templating/editor/SelectionOptionsEditor.tsx
789
%%DATADIR%%/public/app/features/templating/editor/VariableEditorContainer.tsx
790
%%DATADIR%%/public/app/features/templating/editor/VariableEditorEditor.tsx
791
%%DATADIR%%/public/app/features/templating/editor/VariableEditorList.tsx
792
%%DATADIR%%/public/app/features/templating/editor/VariableValuesPreview.tsx
793
%%DATADIR%%/public/app/features/templating/editor/actions.ts
794
%%DATADIR%%/public/app/features/templating/editor/reducer.test.ts
795
%%DATADIR%%/public/app/features/templating/editor/reducer.ts
796
%%DATADIR%%/public/app/features/templating/editor/types.ts
797
%%DATADIR%%/public/app/features/templating/editor_ctrl.ts
813
%%DATADIR%%/public/app/features/templating/editor_ctrl.ts
798
%%DATADIR%%/public/app/features/templating/guard.ts
799
%%DATADIR%%/public/app/features/templating/interval_variable.ts
814
%%DATADIR%%/public/app/features/templating/interval_variable.ts
800
%%DATADIR%%/public/app/features/templating/partials/editor.html
815
%%DATADIR%%/public/app/features/templating/partials/editor.html
801
%%DATADIR%%/public/app/features/templating/pickers/OptionsPicker/OptionsPicker.tsx
802
%%DATADIR%%/public/app/features/templating/pickers/OptionsPicker/actions.test.ts
803
%%DATADIR%%/public/app/features/templating/pickers/OptionsPicker/actions.ts
804
%%DATADIR%%/public/app/features/templating/pickers/OptionsPicker/reducer.test.ts
805
%%DATADIR%%/public/app/features/templating/pickers/OptionsPicker/reducer.ts
806
%%DATADIR%%/public/app/features/templating/pickers/PickerRenderer.tsx
807
%%DATADIR%%/public/app/features/templating/pickers/index.ts
808
%%DATADIR%%/public/app/features/templating/pickers/shared/VariableInput.tsx
809
%%DATADIR%%/public/app/features/templating/pickers/shared/VariableLink.tsx
810
%%DATADIR%%/public/app/features/templating/pickers/shared/VariableOptions.tsx
811
%%DATADIR%%/public/app/features/templating/pickers/types.ts
812
%%DATADIR%%/public/app/features/templating/query/QueryVariableEditor.tsx
813
%%DATADIR%%/public/app/features/templating/query/actions.test.ts
814
%%DATADIR%%/public/app/features/templating/query/actions.ts
815
%%DATADIR%%/public/app/features/templating/query/adapter.ts
816
%%DATADIR%%/public/app/features/templating/query/reducer.test.ts
817
%%DATADIR%%/public/app/features/templating/query/reducer.ts
818
%%DATADIR%%/public/app/features/templating/query_variable.ts
816
%%DATADIR%%/public/app/features/templating/query_variable.ts
819
%%DATADIR%%/public/app/features/templating/specs/adhoc_variable.test.ts
817
%%DATADIR%%/public/app/features/templating/specs/adhoc_variable.test.ts
820
%%DATADIR%%/public/app/features/templating/specs/editor_ctrl.test.ts
818
%%DATADIR%%/public/app/features/templating/specs/editor_ctrl.test.ts
821
%%DATADIR%%/public/app/features/templating/specs/query_variable.test.ts
819
%%DATADIR%%/public/app/features/templating/specs/query_variable.test.ts
822
%%DATADIR%%/public/app/features/templating/specs/template_srv.test.ts
820
%%DATADIR%%/public/app/features/templating/specs/template_srv.test.ts
823
%%DATADIR%%/public/app/features/templating/specs/variable.test.ts
821
%%DATADIR%%/public/app/features/templating/specs/utils.test.ts
824
%%DATADIR%%/public/app/features/templating/specs/variable_srv.test.ts
822
%%DATADIR%%/public/app/features/templating/specs/variable_srv.test.ts
825
%%DATADIR%%/public/app/features/templating/specs/variable_srv_init.test.ts
823
%%DATADIR%%/public/app/features/templating/specs/variable_srv_init.test.ts
826
%%DATADIR%%/public/app/features/templating/state/actions.test.ts
827
%%DATADIR%%/public/app/features/templating/state/actions.ts
828
%%DATADIR%%/public/app/features/templating/state/helpers.ts
829
%%DATADIR%%/public/app/features/templating/state/processVariable.test.ts
830
%%DATADIR%%/public/app/features/templating/state/reducers.test.ts
831
%%DATADIR%%/public/app/features/templating/state/reducers.ts
832
%%DATADIR%%/public/app/features/templating/state/selectors.ts
833
%%DATADIR%%/public/app/features/templating/state/sharedReducer.test.ts
834
%%DATADIR%%/public/app/features/templating/state/sharedReducer.ts
835
%%DATADIR%%/public/app/features/templating/state/types.ts
836
%%DATADIR%%/public/app/features/templating/state/variablesReducer.ts
837
%%DATADIR%%/public/app/features/templating/template_srv.ts
824
%%DATADIR%%/public/app/features/templating/template_srv.ts
838
%%DATADIR%%/public/app/features/templating/textbox/TextBoxVariableEditor.tsx
825
%%DATADIR%%/public/app/features/templating/types.ts
839
%%DATADIR%%/public/app/features/templating/textbox/TextBoxVariablePicker.tsx
826
%%DATADIR%%/public/app/features/templating/utils.ts
840
%%DATADIR%%/public/app/features/templating/textbox/actions.test.ts
841
%%DATADIR%%/public/app/features/templating/textbox/actions.ts
842
%%DATADIR%%/public/app/features/templating/textbox/adapter.ts
843
%%DATADIR%%/public/app/features/templating/textbox/reducer.test.ts
844
%%DATADIR%%/public/app/features/templating/textbox/reducer.ts
845
%%DATADIR%%/public/app/features/templating/variable.ts
846
%%DATADIR%%/public/app/features/templating/variable_srv.ts
827
%%DATADIR%%/public/app/features/templating/variable_srv.ts
847
%%DATADIR%%/public/app/features/users/InviteeRow.tsx
828
%%DATADIR%%/public/app/features/users/InviteeRow.tsx
848
%%DATADIR%%/public/app/features/users/InviteesTable.test.tsx
829
%%DATADIR%%/public/app/features/users/InviteesTable.test.tsx
Lines 863-868 Link Here
863
%%DATADIR%%/public/app/features/users/state/reducers.test.ts
844
%%DATADIR%%/public/app/features/users/state/reducers.test.ts
864
%%DATADIR%%/public/app/features/users/state/reducers.ts
845
%%DATADIR%%/public/app/features/users/state/reducers.ts
865
%%DATADIR%%/public/app/features/users/state/selectors.ts
846
%%DATADIR%%/public/app/features/users/state/selectors.ts
847
%%DATADIR%%/public/app/features/variables/adapters.ts
848
%%DATADIR%%/public/app/features/variables/adhoc/AdHocVariableEditor.tsx
849
%%DATADIR%%/public/app/features/variables/adhoc/actions.test.ts
850
%%DATADIR%%/public/app/features/variables/adhoc/actions.ts
851
%%DATADIR%%/public/app/features/variables/adhoc/adapter.ts
852
%%DATADIR%%/public/app/features/variables/adhoc/picker/AdHocFilterBuilder.tsx
853
%%DATADIR%%/public/app/features/variables/adhoc/picker/AdHocPicker.tsx
854
%%DATADIR%%/public/app/features/variables/adhoc/picker/ConditionSegment.tsx
855
%%DATADIR%%/public/app/features/variables/adhoc/picker/OperatorSegment.tsx
856
%%DATADIR%%/public/app/features/variables/adhoc/reducer.test.ts
857
%%DATADIR%%/public/app/features/variables/adhoc/reducer.ts
858
%%DATADIR%%/public/app/features/variables/adhoc/urlParser.test.ts
859
%%DATADIR%%/public/app/features/variables/adhoc/urlParser.ts
860
%%DATADIR%%/public/app/features/variables/constant/ConstantVariableEditor.tsx
861
%%DATADIR%%/public/app/features/variables/constant/actions.test.ts
862
%%DATADIR%%/public/app/features/variables/constant/actions.ts
863
%%DATADIR%%/public/app/features/variables/constant/adapter.ts
864
%%DATADIR%%/public/app/features/variables/constant/reducer.test.ts
865
%%DATADIR%%/public/app/features/variables/constant/reducer.ts
866
%%DATADIR%%/public/app/features/variables/custom/CustomVariableEditor.tsx
867
%%DATADIR%%/public/app/features/variables/custom/actions.test.ts
868
%%DATADIR%%/public/app/features/variables/custom/actions.ts
869
%%DATADIR%%/public/app/features/variables/custom/adapter.ts
870
%%DATADIR%%/public/app/features/variables/custom/reducer.test.ts
871
%%DATADIR%%/public/app/features/variables/custom/reducer.ts
872
%%DATADIR%%/public/app/features/variables/datasource/DataSourceVariableEditor.tsx
873
%%DATADIR%%/public/app/features/variables/datasource/actions.test.ts
874
%%DATADIR%%/public/app/features/variables/datasource/actions.ts
875
%%DATADIR%%/public/app/features/variables/datasource/adapter.ts
876
%%DATADIR%%/public/app/features/variables/datasource/reducer.test.ts
877
%%DATADIR%%/public/app/features/variables/datasource/reducer.ts
878
%%DATADIR%%/public/app/features/variables/editor/SelectionOptionsEditor.tsx
879
%%DATADIR%%/public/app/features/variables/editor/VariableEditorContainer.tsx
880
%%DATADIR%%/public/app/features/variables/editor/VariableEditorEditor.tsx
881
%%DATADIR%%/public/app/features/variables/editor/VariableEditorList.tsx
882
%%DATADIR%%/public/app/features/variables/editor/VariableValuesPreview.tsx
883
%%DATADIR%%/public/app/features/variables/editor/actions.ts
884
%%DATADIR%%/public/app/features/variables/editor/reducer.test.ts
885
%%DATADIR%%/public/app/features/variables/editor/reducer.ts
886
%%DATADIR%%/public/app/features/variables/editor/types.ts
887
%%DATADIR%%/public/app/features/variables/guard.ts
888
%%DATADIR%%/public/app/features/variables/interval/IntervalVariableEditor.tsx
889
%%DATADIR%%/public/app/features/variables/interval/actions.test.ts
890
%%DATADIR%%/public/app/features/variables/interval/actions.ts
891
%%DATADIR%%/public/app/features/variables/interval/adapter.ts
892
%%DATADIR%%/public/app/features/variables/interval/reducer.test.ts
893
%%DATADIR%%/public/app/features/variables/interval/reducer.ts
894
%%DATADIR%%/public/app/features/variables/pickers/OptionsPicker/OptionsPicker.tsx
895
%%DATADIR%%/public/app/features/variables/pickers/OptionsPicker/actions.test.ts
896
%%DATADIR%%/public/app/features/variables/pickers/OptionsPicker/actions.ts
897
%%DATADIR%%/public/app/features/variables/pickers/OptionsPicker/reducer.test.ts
898
%%DATADIR%%/public/app/features/variables/pickers/OptionsPicker/reducer.ts
899
%%DATADIR%%/public/app/features/variables/pickers/PickerRenderer.tsx
900
%%DATADIR%%/public/app/features/variables/pickers/index.ts
901
%%DATADIR%%/public/app/features/variables/pickers/shared/VariableInput.tsx
902
%%DATADIR%%/public/app/features/variables/pickers/shared/VariableLink.tsx
903
%%DATADIR%%/public/app/features/variables/pickers/shared/VariableOptions.tsx
904
%%DATADIR%%/public/app/features/variables/pickers/types.ts
905
%%DATADIR%%/public/app/features/variables/query/QueryVariableEditor.tsx
906
%%DATADIR%%/public/app/features/variables/query/actions.test.ts
907
%%DATADIR%%/public/app/features/variables/query/actions.ts
908
%%DATADIR%%/public/app/features/variables/query/adapter.ts
909
%%DATADIR%%/public/app/features/variables/query/reducer.test.ts
910
%%DATADIR%%/public/app/features/variables/query/reducer.ts
911
%%DATADIR%%/public/app/features/variables/shared/multiOptions.test.ts
912
%%DATADIR%%/public/app/features/variables/shared/multiOptions.ts
913
%%DATADIR%%/public/app/features/variables/shared/testing/adHocVariableBuilder.ts
914
%%DATADIR%%/public/app/features/variables/shared/testing/builders.ts
915
%%DATADIR%%/public/app/features/variables/shared/testing/datasourceVariableBuilder.ts
916
%%DATADIR%%/public/app/features/variables/shared/testing/intervalVariableBuilder.ts
917
%%DATADIR%%/public/app/features/variables/shared/testing/multiVariableBuilder.ts
918
%%DATADIR%%/public/app/features/variables/shared/testing/optionsVariableBuilder.ts
919
%%DATADIR%%/public/app/features/variables/shared/testing/variableBuilder.ts
920
%%DATADIR%%/public/app/features/variables/state/actions.test.ts
921
%%DATADIR%%/public/app/features/variables/state/actions.ts
922
%%DATADIR%%/public/app/features/variables/state/helpers.ts
923
%%DATADIR%%/public/app/features/variables/state/onTimeRangeUpdated.test.ts
924
%%DATADIR%%/public/app/features/variables/state/processVariable.test.ts
925
%%DATADIR%%/public/app/features/variables/state/reducers.test.ts
926
%%DATADIR%%/public/app/features/variables/state/reducers.ts
927
%%DATADIR%%/public/app/features/variables/state/selectors.ts
928
%%DATADIR%%/public/app/features/variables/state/sharedReducer.test.ts
929
%%DATADIR%%/public/app/features/variables/state/sharedReducer.ts
930
%%DATADIR%%/public/app/features/variables/state/types.ts
931
%%DATADIR%%/public/app/features/variables/state/variablesReducer.ts
932
%%DATADIR%%/public/app/features/variables/textbox/TextBoxVariableEditor.tsx
933
%%DATADIR%%/public/app/features/variables/textbox/TextBoxVariablePicker.tsx
934
%%DATADIR%%/public/app/features/variables/textbox/actions.test.ts
935
%%DATADIR%%/public/app/features/variables/textbox/actions.ts
936
%%DATADIR%%/public/app/features/variables/textbox/adapter.ts
937
%%DATADIR%%/public/app/features/variables/textbox/reducer.test.ts
938
%%DATADIR%%/public/app/features/variables/textbox/reducer.ts
866
%%DATADIR%%/public/app/index.ts
939
%%DATADIR%%/public/app/index.ts
867
%%DATADIR%%/public/app/partials/confirm_modal.html
940
%%DATADIR%%/public/app/partials/confirm_modal.html
868
%%DATADIR%%/public/app/partials/edit_json.html
941
%%DATADIR%%/public/app/partials/edit_json.html
Lines 873-895 Link Here
873
%%DATADIR%%/public/app/partials/valueSelectDropdown.html
946
%%DATADIR%%/public/app/partials/valueSelectDropdown.html
874
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/README.md
947
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/README.md
875
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/annotations_query_ctrl.ts
948
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/annotations_query_ctrl.ts
949
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/aws_url.ts
876
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Alias.test.tsx
950
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Alias.test.tsx
877
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Alias.tsx
951
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Alias.tsx
878
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/AnnotationQueryEditor.tsx
952
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/AnnotationQueryEditor.tsx
953
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/CloudWatchLink.tsx
879
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/ConfigEditor.test.tsx
954
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/ConfigEditor.test.tsx
880
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/ConfigEditor.tsx
955
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/ConfigEditor.tsx
881
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Dimensions.test.tsx
956
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Dimensions.test.tsx
882
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Dimensions.tsx
957
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Dimensions.tsx
883
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Forms.tsx
958
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Forms.tsx
884
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/QueryEditor.test.tsx
959
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/LogsCheatSheet.tsx
885
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/QueryEditor.tsx
960
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/LogsQueryEditor.tsx
886
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/QueryFieldsEditor.tsx
961
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/LogsQueryField.test.tsx
962
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/LogsQueryField.tsx
963
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/MetricsQueryEditor.test.tsx
964
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/MetricsQueryEditor.tsx
965
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/MetricsQueryFieldsEditor.tsx
966
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/PanelQueryEditor.tsx
887
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Stats.test.tsx
967
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Stats.test.tsx
888
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Stats.tsx
968
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/Stats.tsx
889
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/ThrottlingErrorMessage.tsx
969
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/ThrottlingErrorMessage.tsx
890
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/__snapshots__/Alias.test.tsx.snap
970
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/__snapshots__/Alias.test.tsx.snap
891
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/__snapshots__/ConfigEditor.test.tsx.snap
971
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/__snapshots__/ConfigEditor.test.tsx.snap
892
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/__snapshots__/QueryEditor.test.tsx.snap
972
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/__snapshots__/MetricsQueryEditor.test.tsx.snap
893
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/__snapshots__/Stats.test.tsx.snap
973
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/__snapshots__/Stats.test.tsx.snap
894
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/index.ts
974
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/components/index.ts
895
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/dashboards/EBS.json
975
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/dashboards/EBS.json
Lines 898-905 Link Here
898
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/dashboards/RDS.json
978
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/dashboards/RDS.json
899
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/dashboards/ec2.json
979
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/dashboards/ec2.json
900
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/datasource.d.ts
980
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/datasource.d.ts
981
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/datasource.test.ts
901
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/datasource.ts
982
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/datasource.ts
902
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png
983
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png
984
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/language_provider.test.ts
985
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/language_provider.ts
903
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/memoizedDebounce.ts
986
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/memoizedDebounce.ts
904
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/module.tsx
987
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/module.tsx
905
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/partials/annotations.editor.html
988
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/partials/annotations.editor.html
Lines 907-913 Link Here
907
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/plugin.json
990
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/plugin.json
908
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/query_parameter_ctrl.ts
991
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/query_parameter_ctrl.ts
909
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/specs/datasource.test.ts
992
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/specs/datasource.test.ts
993
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/syntax.ts
910
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/types.ts
994
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/types.ts
995
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/useCloudwatchSyntax.ts
996
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/utils/query/ScrollQLLexer.js
997
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/utils/query/ScrollQLParser.js
998
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/utils/query/ScrollQLParserListener.js
999
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/utils/query/getStatsGroups.test.ts
1000
%%DATADIR%%/public/app/plugins/datasource/cloudwatch/utils/query/getStatsGroups.ts
911
%%DATADIR%%/public/app/plugins/datasource/dashboard/DashboardQueryEditor.tsx
1001
%%DATADIR%%/public/app/plugins/datasource/dashboard/DashboardQueryEditor.tsx
912
%%DATADIR%%/public/app/plugins/datasource/dashboard/README.md
1002
%%DATADIR%%/public/app/plugins/datasource/dashboard/README.md
913
%%DATADIR%%/public/app/plugins/datasource/dashboard/datasource.ts
1003
%%DATADIR%%/public/app/plugins/datasource/dashboard/datasource.ts
Lines 1023-1029 Link Here
1023
%%DATADIR%%/public/app/plugins/datasource/graphite/MetricTankMetaInspector.tsx
1113
%%DATADIR%%/public/app/plugins/datasource/graphite/MetricTankMetaInspector.tsx
1024
%%DATADIR%%/public/app/plugins/datasource/graphite/README.md
1114
%%DATADIR%%/public/app/plugins/datasource/graphite/README.md
1025
%%DATADIR%%/public/app/plugins/datasource/graphite/add_graphite_func.ts
1115
%%DATADIR%%/public/app/plugins/datasource/graphite/add_graphite_func.ts
1026
%%DATADIR%%/public/app/plugins/datasource/graphite/configuration/ConfigEditor.styles.ts
1027
%%DATADIR%%/public/app/plugins/datasource/graphite/configuration/ConfigEditor.tsx
1116
%%DATADIR%%/public/app/plugins/datasource/graphite/configuration/ConfigEditor.tsx
1028
%%DATADIR%%/public/app/plugins/datasource/graphite/dashboards/carbon_metrics.json
1117
%%DATADIR%%/public/app/plugins/datasource/graphite/dashboards/carbon_metrics.json
1029
%%DATADIR%%/public/app/plugins/datasource/graphite/dashboards/metrictank.json
1118
%%DATADIR%%/public/app/plugins/datasource/graphite/dashboards/metrictank.json
Lines 1079-1094 Link Here
1079
%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/query_part.test.ts
1168
%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/query_part.test.ts
1080
%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/response_parser.test.ts
1169
%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/response_parser.test.ts
1081
%%DATADIR%%/public/app/plugins/datasource/influxdb/types.ts
1170
%%DATADIR%%/public/app/plugins/datasource/influxdb/types.ts
1082
%%DATADIR%%/public/app/plugins/datasource/input/InputConfigEditor.tsx
1171
%%DATADIR%%/public/app/plugins/datasource/jaeger/ConfigEditor.tsx
1083
%%DATADIR%%/public/app/plugins/datasource/input/InputDatasource.test.ts
1172
%%DATADIR%%/public/app/plugins/datasource/jaeger/QueryField.test.tsx
1084
%%DATADIR%%/public/app/plugins/datasource/input/InputDatasource.ts
1173
%%DATADIR%%/public/app/plugins/datasource/jaeger/QueryField.tsx
1085
%%DATADIR%%/public/app/plugins/datasource/input/InputQueryEditor.tsx
1174
%%DATADIR%%/public/app/plugins/datasource/jaeger/datasource.test.ts
1086
%%DATADIR%%/public/app/plugins/datasource/input/README.md
1175
%%DATADIR%%/public/app/plugins/datasource/jaeger/datasource.ts
1087
%%DATADIR%%/public/app/plugins/datasource/input/img/input.svg
1176
%%DATADIR%%/public/app/plugins/datasource/jaeger/img/jaeger_logo.svg
1088
%%DATADIR%%/public/app/plugins/datasource/input/module.ts
1177
%%DATADIR%%/public/app/plugins/datasource/jaeger/module.ts
1089
%%DATADIR%%/public/app/plugins/datasource/input/plugin.json
1178
%%DATADIR%%/public/app/plugins/datasource/jaeger/plugin.json
1090
%%DATADIR%%/public/app/plugins/datasource/input/types.ts
1091
%%DATADIR%%/public/app/plugins/datasource/input/utils.ts
1092
%%DATADIR%%/public/app/plugins/datasource/loki/LokiAnnotationsQueryCtrl.tsx
1179
%%DATADIR%%/public/app/plugins/datasource/loki/LokiAnnotationsQueryCtrl.tsx
1093
%%DATADIR%%/public/app/plugins/datasource/loki/README.md
1180
%%DATADIR%%/public/app/plugins/datasource/loki/README.md
1094
%%DATADIR%%/public/app/plugins/datasource/loki/components/AnnotationsQueryEditor.tsx
1181
%%DATADIR%%/public/app/plugins/datasource/loki/components/AnnotationsQueryEditor.tsx
Lines 1108-1115 Link Here
1108
%%DATADIR%%/public/app/plugins/datasource/loki/components/useLokiSyntaxAndLabels.ts
1195
%%DATADIR%%/public/app/plugins/datasource/loki/components/useLokiSyntaxAndLabels.ts
1109
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/ConfigEditor.test.tsx
1196
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/ConfigEditor.test.tsx
1110
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/ConfigEditor.tsx
1197
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/ConfigEditor.tsx
1198
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DebugSection.test.tsx
1111
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DebugSection.tsx
1199
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DebugSection.tsx
1112
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DebugSections.test.tsx
1200
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DerivedField.test.tsx
1113
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DerivedField.tsx
1201
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DerivedField.tsx
1114
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DerivedFields.test.tsx
1202
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DerivedFields.test.tsx
1115
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DerivedFields.tsx
1203
%%DATADIR%%/public/app/plugins/datasource/loki/configuration/DerivedFields.tsx
Lines 1244-1249 Link Here
1244
%%DATADIR%%/public/app/plugins/datasource/stackdriver/README.md
1332
%%DATADIR%%/public/app/plugins/datasource/stackdriver/README.md
1245
%%DATADIR%%/public/app/plugins/datasource/stackdriver/StackdriverMetricFindQuery.ts
1333
%%DATADIR%%/public/app/plugins/datasource/stackdriver/StackdriverMetricFindQuery.ts
1246
%%DATADIR%%/public/app/plugins/datasource/stackdriver/annotations_query_ctrl.ts
1334
%%DATADIR%%/public/app/plugins/datasource/stackdriver/annotations_query_ctrl.ts
1335
%%DATADIR%%/public/app/plugins/datasource/stackdriver/api.test.ts
1336
%%DATADIR%%/public/app/plugins/datasource/stackdriver/api.ts
1247
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Aggregations.test.tsx
1337
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Aggregations.test.tsx
1248
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Aggregations.tsx
1338
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Aggregations.tsx
1249
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/AliasBy.tsx
1339
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/AliasBy.tsx
Lines 1251-1268 Link Here
1251
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Alignments.tsx
1341
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Alignments.tsx
1252
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/AnnotationQueryEditor.tsx
1342
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/AnnotationQueryEditor.tsx
1253
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/AnnotationsHelp.tsx
1343
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/AnnotationsHelp.tsx
1254
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Filters.tsx
1344
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Fields.tsx
1255
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/GroupBys.tsx
1345
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/GroupBys.tsx
1256
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Help.tsx
1346
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Help.tsx
1347
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/LabelFilter.tsx
1348
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/MetricQueryEditor.tsx
1257
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Metrics.tsx
1349
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Metrics.tsx
1258
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Project.tsx
1350
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/Project.tsx
1259
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/QueryEditor.test.tsx
1260
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/QueryEditor.tsx
1351
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/QueryEditor.tsx
1352
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/QueryType.tsx
1353
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/SLOQueryEditor.tsx
1261
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/SimpleSelect.tsx
1354
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/SimpleSelect.tsx
1262
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.test.tsx
1355
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.test.tsx
1263
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.tsx
1356
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.tsx
1264
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/__snapshots__/Aggregations.test.tsx.snap
1357
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/__snapshots__/Aggregations.test.tsx.snap
1265
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/__snapshots__/QueryEditor.test.tsx.snap
1266
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/__snapshots__/VariableQueryEditor.test.tsx.snap
1358
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/__snapshots__/VariableQueryEditor.test.tsx.snap
1267
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/index.ts
1359
%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/index.ts
1268
%%DATADIR%%/public/app/plugins/datasource/stackdriver/config_ctrl.ts
1360
%%DATADIR%%/public/app/plugins/datasource/stackdriver/config_ctrl.ts
Lines 1274-1282 Link Here
1274
%%DATADIR%%/public/app/plugins/datasource/stackdriver/module.ts
1366
%%DATADIR%%/public/app/plugins/datasource/stackdriver/module.ts
1275
%%DATADIR%%/public/app/plugins/datasource/stackdriver/partials/annotations.editor.html
1367
%%DATADIR%%/public/app/plugins/datasource/stackdriver/partials/annotations.editor.html
1276
%%DATADIR%%/public/app/plugins/datasource/stackdriver/partials/config.html
1368
%%DATADIR%%/public/app/plugins/datasource/stackdriver/partials/config.html
1277
%%DATADIR%%/public/app/plugins/datasource/stackdriver/partials/query.editor.html
1278
%%DATADIR%%/public/app/plugins/datasource/stackdriver/plugin.json
1369
%%DATADIR%%/public/app/plugins/datasource/stackdriver/plugin.json
1279
%%DATADIR%%/public/app/plugins/datasource/stackdriver/query_ctrl.ts
1280
%%DATADIR%%/public/app/plugins/datasource/stackdriver/specs/datasource.test.ts
1370
%%DATADIR%%/public/app/plugins/datasource/stackdriver/specs/datasource.test.ts
1281
%%DATADIR%%/public/app/plugins/datasource/stackdriver/specs/testData.ts
1371
%%DATADIR%%/public/app/plugins/datasource/stackdriver/specs/testData.ts
1282
%%DATADIR%%/public/app/plugins/datasource/stackdriver/types.ts
1372
%%DATADIR%%/public/app/plugins/datasource/stackdriver/types.ts
Lines 1295-1319 Link Here
1295
%%DATADIR%%/public/app/plugins/datasource/testdata/query_ctrl.ts
1385
%%DATADIR%%/public/app/plugins/datasource/testdata/query_ctrl.ts
1296
%%DATADIR%%/public/app/plugins/datasource/testdata/runStreams.ts
1386
%%DATADIR%%/public/app/plugins/datasource/testdata/runStreams.ts
1297
%%DATADIR%%/public/app/plugins/datasource/testdata/types.ts
1387
%%DATADIR%%/public/app/plugins/datasource/testdata/types.ts
1388
%%DATADIR%%/public/app/plugins/datasource/zipkin/ConfigEditor.tsx
1389
%%DATADIR%%/public/app/plugins/datasource/zipkin/QueryField.test.tsx
1390
%%DATADIR%%/public/app/plugins/datasource/zipkin/QueryField.tsx
1391
%%DATADIR%%/public/app/plugins/datasource/zipkin/constants.ts
1392
%%DATADIR%%/public/app/plugins/datasource/zipkin/datasource.test.ts
1393
%%DATADIR%%/public/app/plugins/datasource/zipkin/datasource.ts
1394
%%DATADIR%%/public/app/plugins/datasource/zipkin/img/zipkin-logo.svg
1395
%%DATADIR%%/public/app/plugins/datasource/zipkin/module.ts
1396
%%DATADIR%%/public/app/plugins/datasource/zipkin/plugin.json
1397
%%DATADIR%%/public/app/plugins/datasource/zipkin/types.ts
1398
%%DATADIR%%/public/app/plugins/datasource/zipkin/utils/testData.ts
1399
%%DATADIR%%/public/app/plugins/datasource/zipkin/utils/transforms.test.ts
1400
%%DATADIR%%/public/app/plugins/datasource/zipkin/utils/transforms.ts
1298
%%DATADIR%%/public/app/plugins/panel/alertlist/README.md
1401
%%DATADIR%%/public/app/plugins/panel/alertlist/README.md
1299
%%DATADIR%%/public/app/plugins/panel/alertlist/editor.html
1402
%%DATADIR%%/public/app/plugins/panel/alertlist/editor.html
1300
%%DATADIR%%/public/app/plugins/panel/alertlist/img/icn-singlestat-panel.svg
1403
%%DATADIR%%/public/app/plugins/panel/alertlist/img/icn-singlestat-panel.svg
1301
%%DATADIR%%/public/app/plugins/panel/alertlist/module.html
1404
%%DATADIR%%/public/app/plugins/panel/alertlist/module.html
1302
%%DATADIR%%/public/app/plugins/panel/alertlist/module.ts
1405
%%DATADIR%%/public/app/plugins/panel/alertlist/module.ts
1303
%%DATADIR%%/public/app/plugins/panel/alertlist/plugin.json
1406
%%DATADIR%%/public/app/plugins/panel/alertlist/plugin.json
1304
%%DATADIR%%/public/app/plugins/panel/annolist/AnnoListEditor.tsx
1305
%%DATADIR%%/public/app/plugins/panel/annolist/AnnoListPanel.tsx
1407
%%DATADIR%%/public/app/plugins/panel/annolist/AnnoListPanel.tsx
1306
%%DATADIR%%/public/app/plugins/panel/annolist/README.md
1408
%%DATADIR%%/public/app/plugins/panel/annolist/README.md
1307
%%DATADIR%%/public/app/plugins/panel/annolist/img/icn-annolist-panel.svg
1409
%%DATADIR%%/public/app/plugins/panel/annolist/img/icn-annolist-panel.svg
1308
%%DATADIR%%/public/app/plugins/panel/annolist/module.ts
1410
%%DATADIR%%/public/app/plugins/panel/annolist/module.tsx
1309
%%DATADIR%%/public/app/plugins/panel/annolist/plugin.json
1411
%%DATADIR%%/public/app/plugins/panel/annolist/plugin.json
1310
%%DATADIR%%/public/app/plugins/panel/annolist/types.ts
1412
%%DATADIR%%/public/app/plugins/panel/annolist/types.ts
1311
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugeMigrations.test.ts
1413
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugeMigrations.test.ts
1312
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugeMigrations.ts
1414
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugeMigrations.ts
1313
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugePanel.test.tsx
1415
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugePanel.test.tsx
1314
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugePanel.tsx
1416
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugePanel.tsx
1315
%%DATADIR%%/public/app/plugins/panel/bargauge/BarGaugePanelEditor.tsx
1316
%%DATADIR%%/public/app/plugins/panel/bargauge/__snapshots__/BarGaugeMigrations.test.ts.snap
1317
%%DATADIR%%/public/app/plugins/panel/bargauge/img/icon_bar_gauge.svg
1417
%%DATADIR%%/public/app/plugins/panel/bargauge/img/icon_bar_gauge.svg
1318
%%DATADIR%%/public/app/plugins/panel/bargauge/module.tsx
1418
%%DATADIR%%/public/app/plugins/panel/bargauge/module.tsx
1319
%%DATADIR%%/public/app/plugins/panel/bargauge/plugin.json
1419
%%DATADIR%%/public/app/plugins/panel/bargauge/plugin.json
Lines 1327-1333 Link Here
1327
%%DATADIR%%/public/app/plugins/panel/gauge/GaugeMigrations.test.ts
1427
%%DATADIR%%/public/app/plugins/panel/gauge/GaugeMigrations.test.ts
1328
%%DATADIR%%/public/app/plugins/panel/gauge/GaugeMigrations.ts
1428
%%DATADIR%%/public/app/plugins/panel/gauge/GaugeMigrations.ts
1329
%%DATADIR%%/public/app/plugins/panel/gauge/GaugePanel.tsx
1429
%%DATADIR%%/public/app/plugins/panel/gauge/GaugePanel.tsx
1330
%%DATADIR%%/public/app/plugins/panel/gauge/GaugePanelEditor.tsx
1331
%%DATADIR%%/public/app/plugins/panel/gauge/__snapshots__/GaugeMigrations.test.ts.snap
1430
%%DATADIR%%/public/app/plugins/panel/gauge/__snapshots__/GaugeMigrations.test.ts.snap
1332
%%DATADIR%%/public/app/plugins/panel/gauge/img/icon_gauge.svg
1431
%%DATADIR%%/public/app/plugins/panel/gauge/img/icon_gauge.svg
1333
%%DATADIR%%/public/app/plugins/panel/gauge/module.tsx
1432
%%DATADIR%%/public/app/plugins/panel/gauge/module.tsx
Lines 1335-1343 Link Here
1335
%%DATADIR%%/public/app/plugins/panel/gauge/types.ts
1434
%%DATADIR%%/public/app/plugins/panel/gauge/types.ts
1336
%%DATADIR%%/public/app/plugins/panel/gettingstarted/GettingStarted.tsx
1435
%%DATADIR%%/public/app/plugins/panel/gettingstarted/GettingStarted.tsx
1337
%%DATADIR%%/public/app/plugins/panel/gettingstarted/README.md
1436
%%DATADIR%%/public/app/plugins/panel/gettingstarted/README.md
1437
%%DATADIR%%/public/app/plugins/panel/gettingstarted/components/DocsCard.tsx
1438
%%DATADIR%%/public/app/plugins/panel/gettingstarted/components/Step.tsx
1439
%%DATADIR%%/public/app/plugins/panel/gettingstarted/components/TutorialCard.tsx
1440
%%DATADIR%%/public/app/plugins/panel/gettingstarted/components/sharedStyles.ts
1441
%%DATADIR%%/public/app/plugins/panel/gettingstarted/img/Onboarding_Panel_dark.svg
1442
%%DATADIR%%/public/app/plugins/panel/gettingstarted/img/Onboarding_Panel_light.svg
1338
%%DATADIR%%/public/app/plugins/panel/gettingstarted/img/icn-dashlist-panel.svg
1443
%%DATADIR%%/public/app/plugins/panel/gettingstarted/img/icn-dashlist-panel.svg
1339
%%DATADIR%%/public/app/plugins/panel/gettingstarted/module.ts
1444
%%DATADIR%%/public/app/plugins/panel/gettingstarted/module.ts
1340
%%DATADIR%%/public/app/plugins/panel/gettingstarted/plugin.json
1445
%%DATADIR%%/public/app/plugins/panel/gettingstarted/plugin.json
1446
%%DATADIR%%/public/app/plugins/panel/gettingstarted/steps.ts
1447
%%DATADIR%%/public/app/plugins/panel/gettingstarted/types.ts
1341
%%DATADIR%%/public/app/plugins/panel/graph/GraphContextMenuCtrl.ts
1448
%%DATADIR%%/public/app/plugins/panel/graph/GraphContextMenuCtrl.ts
1342
%%DATADIR%%/public/app/plugins/panel/graph/Legend/Legend.tsx
1449
%%DATADIR%%/public/app/plugins/panel/graph/Legend/Legend.tsx
1343
%%DATADIR%%/public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx
1450
%%DATADIR%%/public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx
Lines 1368-1374 Link Here
1368
%%DATADIR%%/public/app/plugins/panel/graph/tab_display.html
1475
%%DATADIR%%/public/app/plugins/panel/graph/tab_display.html
1369
%%DATADIR%%/public/app/plugins/panel/graph/tab_drilldown_links.html
1476
%%DATADIR%%/public/app/plugins/panel/graph/tab_drilldown_links.html
1370
%%DATADIR%%/public/app/plugins/panel/graph/tab_legend.html
1477
%%DATADIR%%/public/app/plugins/panel/graph/tab_legend.html
1371
%%DATADIR%%/public/app/plugins/panel/graph/tab_thresholds_time_regions.html
1478
%%DATADIR%%/public/app/plugins/panel/graph/tab_series_overrides.html
1479
%%DATADIR%%/public/app/plugins/panel/graph/tab_thresholds.html
1480
%%DATADIR%%/public/app/plugins/panel/graph/tab_time_regions.html
1372
%%DATADIR%%/public/app/plugins/panel/graph/template.ts
1481
%%DATADIR%%/public/app/plugins/panel/graph/template.ts
1373
%%DATADIR%%/public/app/plugins/panel/graph/threshold_manager.ts
1482
%%DATADIR%%/public/app/plugins/panel/graph/threshold_manager.ts
1374
%%DATADIR%%/public/app/plugins/panel/graph/thresholds_form.html
1483
%%DATADIR%%/public/app/plugins/panel/graph/thresholds_form.html
Lines 1376-1385 Link Here
1376
%%DATADIR%%/public/app/plugins/panel/graph/time_region_manager.ts
1485
%%DATADIR%%/public/app/plugins/panel/graph/time_region_manager.ts
1377
%%DATADIR%%/public/app/plugins/panel/graph/time_regions_form.html
1486
%%DATADIR%%/public/app/plugins/panel/graph/time_regions_form.html
1378
%%DATADIR%%/public/app/plugins/panel/graph/time_regions_form.ts
1487
%%DATADIR%%/public/app/plugins/panel/graph/time_regions_form.ts
1379
%%DATADIR%%/public/app/plugins/panel/graph2/GraphLegendEditor.tsx
1488
%%DATADIR%%/public/app/plugins/panel/graph/types.ts
1489
%%DATADIR%%/public/app/plugins/panel/graph/utils.test.ts
1490
%%DATADIR%%/public/app/plugins/panel/graph/utils.ts
1380
%%DATADIR%%/public/app/plugins/panel/graph2/GraphPanel.tsx
1491
%%DATADIR%%/public/app/plugins/panel/graph2/GraphPanel.tsx
1381
%%DATADIR%%/public/app/plugins/panel/graph2/GraphPanelController.tsx
1492
%%DATADIR%%/public/app/plugins/panel/graph2/GraphPanelController.tsx
1382
%%DATADIR%%/public/app/plugins/panel/graph2/GraphPanelEditor.tsx
1383
%%DATADIR%%/public/app/plugins/panel/graph2/README.md
1493
%%DATADIR%%/public/app/plugins/panel/graph2/README.md
1384
%%DATADIR%%/public/app/plugins/panel/graph2/getGraphSeriesModel.ts
1494
%%DATADIR%%/public/app/plugins/panel/graph2/getGraphSeriesModel.ts
1385
%%DATADIR%%/public/app/plugins/panel/graph2/img/icn-graph-panel.svg
1495
%%DATADIR%%/public/app/plugins/panel/graph2/img/icn-graph-panel.svg
Lines 1408-1420 Link Here
1408
%%DATADIR%%/public/app/plugins/panel/homelinks/module.tsx
1518
%%DATADIR%%/public/app/plugins/panel/homelinks/module.tsx
1409
%%DATADIR%%/public/app/plugins/panel/homelinks/plugin.json
1519
%%DATADIR%%/public/app/plugins/panel/homelinks/plugin.json
1410
%%DATADIR%%/public/app/plugins/panel/logs/LogsPanel.tsx
1520
%%DATADIR%%/public/app/plugins/panel/logs/LogsPanel.tsx
1411
%%DATADIR%%/public/app/plugins/panel/logs/LogsPanelEditor.tsx
1412
%%DATADIR%%/public/app/plugins/panel/logs/img/icn-logs-panel.svg
1521
%%DATADIR%%/public/app/plugins/panel/logs/img/icn-logs-panel.svg
1413
%%DATADIR%%/public/app/plugins/panel/logs/module.tsx
1522
%%DATADIR%%/public/app/plugins/panel/logs/module.tsx
1414
%%DATADIR%%/public/app/plugins/panel/logs/plugin.json
1523
%%DATADIR%%/public/app/plugins/panel/logs/plugin.json
1415
%%DATADIR%%/public/app/plugins/panel/logs/types.ts
1524
%%DATADIR%%/public/app/plugins/panel/logs/types.ts
1416
%%DATADIR%%/public/app/plugins/panel/news/NewsPanel.tsx
1525
%%DATADIR%%/public/app/plugins/panel/news/NewsPanel.tsx
1417
%%DATADIR%%/public/app/plugins/panel/news/NewsPanelEditor.tsx
1526
%%DATADIR%%/public/app/plugins/panel/news/constants.ts
1418
%%DATADIR%%/public/app/plugins/panel/news/img/news.svg
1527
%%DATADIR%%/public/app/plugins/panel/news/img/news.svg
1419
%%DATADIR%%/public/app/plugins/panel/news/module.tsx
1528
%%DATADIR%%/public/app/plugins/panel/news/module.tsx
1420
%%DATADIR%%/public/app/plugins/panel/news/plugin.json
1529
%%DATADIR%%/public/app/plugins/panel/news/plugin.json
Lines 1424-1436 Link Here
1424
%%DATADIR%%/public/app/plugins/panel/news/utils.ts
1533
%%DATADIR%%/public/app/plugins/panel/news/utils.ts
1425
%%DATADIR%%/public/app/plugins/panel/piechart/PieChartOptionsBox.tsx
1534
%%DATADIR%%/public/app/plugins/panel/piechart/PieChartOptionsBox.tsx
1426
%%DATADIR%%/public/app/plugins/panel/piechart/PieChartPanel.tsx
1535
%%DATADIR%%/public/app/plugins/panel/piechart/PieChartPanel.tsx
1427
%%DATADIR%%/public/app/plugins/panel/piechart/PieChartPanelEditor.tsx
1428
%%DATADIR%%/public/app/plugins/panel/piechart/img/icon_piechart.svg
1536
%%DATADIR%%/public/app/plugins/panel/piechart/img/icon_piechart.svg
1429
%%DATADIR%%/public/app/plugins/panel/piechart/module.tsx
1537
%%DATADIR%%/public/app/plugins/panel/piechart/module.tsx
1430
%%DATADIR%%/public/app/plugins/panel/piechart/plugin.json
1538
%%DATADIR%%/public/app/plugins/panel/piechart/plugin.json
1431
%%DATADIR%%/public/app/plugins/panel/piechart/types.ts
1539
%%DATADIR%%/public/app/plugins/panel/piechart/types.ts
1432
%%DATADIR%%/public/app/plugins/panel/pluginlist/README.md
1540
%%DATADIR%%/public/app/plugins/panel/pluginlist/README.md
1433
%%DATADIR%%/public/app/plugins/panel/pluginlist/editor.html
1434
%%DATADIR%%/public/app/plugins/panel/pluginlist/img/icn-dashlist-panel.svg
1541
%%DATADIR%%/public/app/plugins/panel/pluginlist/img/icn-dashlist-panel.svg
1435
%%DATADIR%%/public/app/plugins/panel/pluginlist/module.html
1542
%%DATADIR%%/public/app/plugins/panel/pluginlist/module.html
1436
%%DATADIR%%/public/app/plugins/panel/pluginlist/module.ts
1543
%%DATADIR%%/public/app/plugins/panel/pluginlist/module.ts
Lines 1445-1478 Link Here
1445
%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat.test.ts
1552
%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat.test.ts
1446
%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_panel.test.ts
1553
%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_panel.test.ts
1447
%%DATADIR%%/public/app/plugins/panel/stat/README.md
1554
%%DATADIR%%/public/app/plugins/panel/stat/README.md
1555
%%DATADIR%%/public/app/plugins/panel/stat/StatMigrations.test.ts
1556
%%DATADIR%%/public/app/plugins/panel/stat/StatMigrations.ts
1448
%%DATADIR%%/public/app/plugins/panel/stat/StatPanel.tsx
1557
%%DATADIR%%/public/app/plugins/panel/stat/StatPanel.tsx
1449
%%DATADIR%%/public/app/plugins/panel/stat/StatPanelEditor.tsx
1450
%%DATADIR%%/public/app/plugins/panel/stat/img/icn-singlestat-panel.svg
1558
%%DATADIR%%/public/app/plugins/panel/stat/img/icn-singlestat-panel.svg
1451
%%DATADIR%%/public/app/plugins/panel/stat/module.tsx
1559
%%DATADIR%%/public/app/plugins/panel/stat/module.tsx
1452
%%DATADIR%%/public/app/plugins/panel/stat/plugin.json
1560
%%DATADIR%%/public/app/plugins/panel/stat/plugin.json
1453
%%DATADIR%%/public/app/plugins/panel/stat/types.ts
1561
%%DATADIR%%/public/app/plugins/panel/stat/types.ts
1562
%%DATADIR%%/public/app/plugins/panel/table-old/README.md
1563
%%DATADIR%%/public/app/plugins/panel/table-old/column_options.html
1564
%%DATADIR%%/public/app/plugins/panel/table-old/column_options.ts
1565
%%DATADIR%%/public/app/plugins/panel/table-old/editor.html
1566
%%DATADIR%%/public/app/plugins/panel/table-old/editor.ts
1567
%%DATADIR%%/public/app/plugins/panel/table-old/img/icn-table-panel.svg
1568
%%DATADIR%%/public/app/plugins/panel/table-old/module.html
1569
%%DATADIR%%/public/app/plugins/panel/table-old/module.ts
1570
%%DATADIR%%/public/app/plugins/panel/table-old/plugin.json
1571
%%DATADIR%%/public/app/plugins/panel/table-old/renderer.ts
1572
%%DATADIR%%/public/app/plugins/panel/table-old/specs/renderer.test.ts
1573
%%DATADIR%%/public/app/plugins/panel/table-old/specs/transformers.test.ts
1574
%%DATADIR%%/public/app/plugins/panel/table-old/transformers.ts
1575
%%DATADIR%%/public/app/plugins/panel/table-old/types.ts
1454
%%DATADIR%%/public/app/plugins/panel/table/README.md
1576
%%DATADIR%%/public/app/plugins/panel/table/README.md
1455
%%DATADIR%%/public/app/plugins/panel/table/column_options.html
1577
%%DATADIR%%/public/app/plugins/panel/table/TablePanel.tsx
1456
%%DATADIR%%/public/app/plugins/panel/table/column_options.ts
1457
%%DATADIR%%/public/app/plugins/panel/table/editor.html
1458
%%DATADIR%%/public/app/plugins/panel/table/editor.ts
1459
%%DATADIR%%/public/app/plugins/panel/table/img/icn-table-panel.svg
1578
%%DATADIR%%/public/app/plugins/panel/table/img/icn-table-panel.svg
1460
%%DATADIR%%/public/app/plugins/panel/table/module.html
1579
%%DATADIR%%/public/app/plugins/panel/table/migrations.ts
1461
%%DATADIR%%/public/app/plugins/panel/table/module.ts
1580
%%DATADIR%%/public/app/plugins/panel/table/module.tsx
1462
%%DATADIR%%/public/app/plugins/panel/table/plugin.json
1581
%%DATADIR%%/public/app/plugins/panel/table/plugin.json
1463
%%DATADIR%%/public/app/plugins/panel/table/renderer.ts
1464
%%DATADIR%%/public/app/plugins/panel/table/specs/renderer.test.ts
1465
%%DATADIR%%/public/app/plugins/panel/table/specs/transformers.test.ts
1466
%%DATADIR%%/public/app/plugins/panel/table/transformers.ts
1467
%%DATADIR%%/public/app/plugins/panel/table/types.ts
1582
%%DATADIR%%/public/app/plugins/panel/table/types.ts
1468
%%DATADIR%%/public/app/plugins/panel/table2/README.md
1469
%%DATADIR%%/public/app/plugins/panel/table2/TablePanel.tsx
1470
%%DATADIR%%/public/app/plugins/panel/table2/TablePanelEditor.tsx
1471
%%DATADIR%%/public/app/plugins/panel/table2/custom.tsx
1472
%%DATADIR%%/public/app/plugins/panel/table2/img/icn-table-panel.svg
1473
%%DATADIR%%/public/app/plugins/panel/table2/module.tsx
1474
%%DATADIR%%/public/app/plugins/panel/table2/plugin.json
1475
%%DATADIR%%/public/app/plugins/panel/table2/types.ts
1476
%%DATADIR%%/public/app/plugins/panel/text/README.md
1583
%%DATADIR%%/public/app/plugins/panel/text/README.md
1477
%%DATADIR%%/public/app/plugins/panel/text/editor.html
1584
%%DATADIR%%/public/app/plugins/panel/text/editor.html
1478
%%DATADIR%%/public/app/plugins/panel/text/img/icn-text-panel.svg
1585
%%DATADIR%%/public/app/plugins/panel/text/img/icn-text-panel.svg
Lines 1481-1491 Link Here
1481
%%DATADIR%%/public/app/plugins/panel/text/plugin.json
1588
%%DATADIR%%/public/app/plugins/panel/text/plugin.json
1482
%%DATADIR%%/public/app/plugins/panel/text2/README.md
1589
%%DATADIR%%/public/app/plugins/panel/text2/README.md
1483
%%DATADIR%%/public/app/plugins/panel/text2/TextPanel.tsx
1590
%%DATADIR%%/public/app/plugins/panel/text2/TextPanel.tsx
1484
%%DATADIR%%/public/app/plugins/panel/text2/TextPanelEditor.tsx
1485
%%DATADIR%%/public/app/plugins/panel/text2/img/icn-text-panel.svg
1591
%%DATADIR%%/public/app/plugins/panel/text2/img/icn-text-panel.svg
1486
%%DATADIR%%/public/app/plugins/panel/text2/module.tsx
1592
%%DATADIR%%/public/app/plugins/panel/text2/module.tsx
1487
%%DATADIR%%/public/app/plugins/panel/text2/plugin.json
1593
%%DATADIR%%/public/app/plugins/panel/text2/plugin.json
1488
%%DATADIR%%/public/app/plugins/panel/text2/types.ts
1594
%%DATADIR%%/public/app/plugins/panel/text2/types.ts
1595
%%DATADIR%%/public/app/plugins/panel/welcome/README.md
1596
%%DATADIR%%/public/app/plugins/panel/welcome/Welcome.tsx
1597
%%DATADIR%%/public/app/plugins/panel/welcome/img/background_light.svg
1598
%%DATADIR%%/public/app/plugins/panel/welcome/img/icn-dashlist-panel.svg
1599
%%DATADIR%%/public/app/plugins/panel/welcome/module.ts
1600
%%DATADIR%%/public/app/plugins/panel/welcome/plugin.json
1489
%%DATADIR%%/public/app/plugins/sdk.ts
1601
%%DATADIR%%/public/app/plugins/sdk.ts
1490
%%DATADIR%%/public/app/routes/GrafanaCtrl.ts
1602
%%DATADIR%%/public/app/routes/GrafanaCtrl.ts
1491
%%DATADIR%%/public/app/routes/ReactContainer.tsx
1603
%%DATADIR%%/public/app/routes/ReactContainer.tsx
Lines 1513-1686 Link Here
1513
%%DATADIR%%/public/app/types/organization.ts
1625
%%DATADIR%%/public/app/types/organization.ts
1514
%%DATADIR%%/public/app/types/plugins.ts
1626
%%DATADIR%%/public/app/types/plugins.ts
1515
%%DATADIR%%/public/app/types/sanitize-url.d.ts
1627
%%DATADIR%%/public/app/types/sanitize-url.d.ts
1516
%%DATADIR%%/public/app/types/search.ts
1517
%%DATADIR%%/public/app/types/store.ts
1628
%%DATADIR%%/public/app/types/store.ts
1629
%%DATADIR%%/public/app/types/svg.d.ts
1518
%%DATADIR%%/public/app/types/teams.ts
1630
%%DATADIR%%/public/app/types/teams.ts
1519
%%DATADIR%%/public/app/types/templates.ts
1631
%%DATADIR%%/public/app/types/templates.ts
1520
%%DATADIR%%/public/app/types/user.ts
1632
%%DATADIR%%/public/app/types/user.ts
1521
%%DATADIR%%/public/build/52.cd0b9771548369c04f01.js
1633
%%DATADIR%%/public/build/63.d3489276abe5fda2bd26.js
1522
%%DATADIR%%/public/build/52.cd0b9771548369c04f01.js.map
1634
%%DATADIR%%/public/build/63.d3489276abe5fda2bd26.js.map
1523
%%DATADIR%%/public/build/53.cd0b9771548369c04f01.js
1635
%%DATADIR%%/public/build/64.d3489276abe5fda2bd26.js
1524
%%DATADIR%%/public/build/53.cd0b9771548369c04f01.js.map
1636
%%DATADIR%%/public/build/64.d3489276abe5fda2bd26.js.map
1525
%%DATADIR%%/public/build/54.cd0b9771548369c04f01.js
1637
%%DATADIR%%/public/build/65.d3489276abe5fda2bd26.js
1526
%%DATADIR%%/public/build/54.cd0b9771548369c04f01.js.map
1638
%%DATADIR%%/public/build/65.d3489276abe5fda2bd26.js.map
1527
%%DATADIR%%/public/build/55.cd0b9771548369c04f01.js
1639
%%DATADIR%%/public/build/66.d3489276abe5fda2bd26.js
1528
%%DATADIR%%/public/build/55.cd0b9771548369c04f01.js.map
1640
%%DATADIR%%/public/build/66.d3489276abe5fda2bd26.js.map
1529
%%DATADIR%%/public/build/56.cd0b9771548369c04f01.js
1641
%%DATADIR%%/public/build/67.d3489276abe5fda2bd26.js
1530
%%DATADIR%%/public/build/56.cd0b9771548369c04f01.js.map
1642
%%DATADIR%%/public/build/67.d3489276abe5fda2bd26.js.map
1531
%%DATADIR%%/public/build/57.cd0b9771548369c04f01.js
1643
%%DATADIR%%/public/build/68.d3489276abe5fda2bd26.js
1532
%%DATADIR%%/public/build/57.cd0b9771548369c04f01.js.map
1644
%%DATADIR%%/public/build/68.d3489276abe5fda2bd26.js.map
1533
%%DATADIR%%/public/build/58.cd0b9771548369c04f01.js
1645
%%DATADIR%%/public/build/69.d3489276abe5fda2bd26.js
1534
%%DATADIR%%/public/build/58.cd0b9771548369c04f01.js.map
1646
%%DATADIR%%/public/build/69.d3489276abe5fda2bd26.js.map
1535
%%DATADIR%%/public/build/59.cd0b9771548369c04f01.js
1647
%%DATADIR%%/public/build/70.d3489276abe5fda2bd26.js
1536
%%DATADIR%%/public/build/59.cd0b9771548369c04f01.js.map
1648
%%DATADIR%%/public/build/70.d3489276abe5fda2bd26.js.map
1537
%%DATADIR%%/public/build/60.cd0b9771548369c04f01.js
1649
%%DATADIR%%/public/build/71.d3489276abe5fda2bd26.js
1538
%%DATADIR%%/public/build/60.cd0b9771548369c04f01.js.map
1650
%%DATADIR%%/public/build/71.d3489276abe5fda2bd26.js.map
1539
%%DATADIR%%/public/build/61.cd0b9771548369c04f01.js
1651
%%DATADIR%%/public/build/72.d3489276abe5fda2bd26.js
1540
%%DATADIR%%/public/build/61.cd0b9771548369c04f01.js.map
1652
%%DATADIR%%/public/build/72.d3489276abe5fda2bd26.js.map
1541
%%DATADIR%%/public/build/62.cd0b9771548369c04f01.js
1653
%%DATADIR%%/public/build/73.d3489276abe5fda2bd26.js
1542
%%DATADIR%%/public/build/62.cd0b9771548369c04f01.js.map
1654
%%DATADIR%%/public/build/73.d3489276abe5fda2bd26.js.map
1543
%%DATADIR%%/public/build/63.cd0b9771548369c04f01.js
1655
%%DATADIR%%/public/build/74.d3489276abe5fda2bd26.js
1544
%%DATADIR%%/public/build/63.cd0b9771548369c04f01.js.map
1656
%%DATADIR%%/public/build/74.d3489276abe5fda2bd26.js.map
1545
%%DATADIR%%/public/build/64.cd0b9771548369c04f01.js
1657
%%DATADIR%%/public/build/75.d3489276abe5fda2bd26.js
1546
%%DATADIR%%/public/build/64.cd0b9771548369c04f01.js.map
1658
%%DATADIR%%/public/build/75.d3489276abe5fda2bd26.js.map
1547
%%DATADIR%%/public/build/65.cd0b9771548369c04f01.js
1659
%%DATADIR%%/public/build/76.d3489276abe5fda2bd26.js
1548
%%DATADIR%%/public/build/65.cd0b9771548369c04f01.js.map
1660
%%DATADIR%%/public/build/76.d3489276abe5fda2bd26.js.map
1549
%%DATADIR%%/public/build/66.cd0b9771548369c04f01.js
1661
%%DATADIR%%/public/build/77.d3489276abe5fda2bd26.js
1550
%%DATADIR%%/public/build/66.cd0b9771548369c04f01.js.map
1662
%%DATADIR%%/public/build/77.d3489276abe5fda2bd26.js.map
1551
%%DATADIR%%/public/build/67.cd0b9771548369c04f01.js
1663
%%DATADIR%%/public/build/78.d3489276abe5fda2bd26.js
1552
%%DATADIR%%/public/build/67.cd0b9771548369c04f01.js.map
1664
%%DATADIR%%/public/build/78.d3489276abe5fda2bd26.js.map
1553
%%DATADIR%%/public/build/AdminSettings.cd0b9771548369c04f01.js
1665
%%DATADIR%%/public/build/AdminEditOrgPage.d3489276abe5fda2bd26.js
1554
%%DATADIR%%/public/build/AdminSettings.cd0b9771548369c04f01.js.map
1666
%%DATADIR%%/public/build/AdminEditOrgPage.d3489276abe5fda2bd26.js.map
1555
%%DATADIR%%/public/build/AlertRuleList.cd0b9771548369c04f01.js
1667
%%DATADIR%%/public/build/AdminListOrgsPage.d3489276abe5fda2bd26.js
1556
%%DATADIR%%/public/build/AlertRuleList.cd0b9771548369c04f01.js.map
1668
%%DATADIR%%/public/build/AdminListOrgsPage.d3489276abe5fda2bd26.js.map
1557
%%DATADIR%%/public/build/ApiKeysPage.cd0b9771548369c04f01.js
1669
%%DATADIR%%/public/build/AdminSettings.d3489276abe5fda2bd26.js
1558
%%DATADIR%%/public/build/ApiKeysPage.cd0b9771548369c04f01.js.LICENSE.txt
1670
%%DATADIR%%/public/build/AdminSettings.d3489276abe5fda2bd26.js.map
1559
%%DATADIR%%/public/build/ApiKeysPage.cd0b9771548369c04f01.js.map
1671
%%DATADIR%%/public/build/AlertRuleList.d3489276abe5fda2bd26.js
1560
%%DATADIR%%/public/build/AppRootPage.cd0b9771548369c04f01.js
1672
%%DATADIR%%/public/build/AlertRuleList.d3489276abe5fda2bd26.js.map
1561
%%DATADIR%%/public/build/AppRootPage.cd0b9771548369c04f01.js.map
1673
%%DATADIR%%/public/build/ApiKeysPage.d3489276abe5fda2bd26.js
1562
%%DATADIR%%/public/build/CreateTeam.cd0b9771548369c04f01.js
1674
%%DATADIR%%/public/build/ApiKeysPage.d3489276abe5fda2bd26.js.LICENSE.txt
1563
%%DATADIR%%/public/build/CreateTeam.cd0b9771548369c04f01.js.map
1675
%%DATADIR%%/public/build/ApiKeysPage.d3489276abe5fda2bd26.js.map
1564
%%DATADIR%%/public/build/DashboardPage.cd0b9771548369c04f01.js
1676
%%DATADIR%%/public/build/AppRootPage.d3489276abe5fda2bd26.js
1565
%%DATADIR%%/public/build/DashboardPage.cd0b9771548369c04f01.js.map
1677
%%DATADIR%%/public/build/AppRootPage.d3489276abe5fda2bd26.js.map
1566
%%DATADIR%%/public/build/DataSourceDashboards.cd0b9771548369c04f01.js
1678
%%DATADIR%%/public/build/CreateTeam.d3489276abe5fda2bd26.js
1567
%%DATADIR%%/public/build/DataSourceDashboards.cd0b9771548369c04f01.js.map
1679
%%DATADIR%%/public/build/CreateTeam.d3489276abe5fda2bd26.js.map
1568
%%DATADIR%%/public/build/DataSourceSettingsPage.cd0b9771548369c04f01.js
1680
%%DATADIR%%/public/build/DashboardImport.d3489276abe5fda2bd26.js
1569
%%DATADIR%%/public/build/DataSourceSettingsPage.cd0b9771548369c04f01.js.map
1681
%%DATADIR%%/public/build/DashboardImport.d3489276abe5fda2bd26.js.map
1570
%%DATADIR%%/public/build/DataSourcesListPage.cd0b9771548369c04f01.js
1682
%%DATADIR%%/public/build/DashboardListPage.d3489276abe5fda2bd26.js
1571
%%DATADIR%%/public/build/DataSourcesListPage.cd0b9771548369c04f01.js.map
1683
%%DATADIR%%/public/build/DashboardListPage.d3489276abe5fda2bd26.js.map
1572
%%DATADIR%%/public/build/FolderPermissions.cd0b9771548369c04f01.js
1684
%%DATADIR%%/public/build/DashboardPage.d3489276abe5fda2bd26.js
1573
%%DATADIR%%/public/build/FolderPermissions.cd0b9771548369c04f01.js.map
1685
%%DATADIR%%/public/build/DashboardPage.d3489276abe5fda2bd26.js.LICENSE.txt
1574
%%DATADIR%%/public/build/FolderSettingsPage.cd0b9771548369c04f01.js
1686
%%DATADIR%%/public/build/DashboardPage.d3489276abe5fda2bd26.js.map
1575
%%DATADIR%%/public/build/FolderSettingsPage.cd0b9771548369c04f01.js.map
1687
%%DATADIR%%/public/build/DataSourceDashboards.d3489276abe5fda2bd26.js
1576
%%DATADIR%%/public/build/NewDataSourcePage.cd0b9771548369c04f01.js
1688
%%DATADIR%%/public/build/DataSourceDashboards.d3489276abe5fda2bd26.js.map
1577
%%DATADIR%%/public/build/NewDataSourcePage.cd0b9771548369c04f01.js.map
1689
%%DATADIR%%/public/build/DataSourceSettingsPage.d3489276abe5fda2bd26.js
1578
%%DATADIR%%/public/build/OrgDetailsPage.cd0b9771548369c04f01.js
1690
%%DATADIR%%/public/build/DataSourceSettingsPage.d3489276abe5fda2bd26.js.map
1579
%%DATADIR%%/public/build/OrgDetailsPage.cd0b9771548369c04f01.js.map
1691
%%DATADIR%%/public/build/DataSourcesListPage.d3489276abe5fda2bd26.js
1580
%%DATADIR%%/public/build/PluginListPage.cd0b9771548369c04f01.js
1692
%%DATADIR%%/public/build/DataSourcesListPage.d3489276abe5fda2bd26.js.map
1581
%%DATADIR%%/public/build/PluginListPage.cd0b9771548369c04f01.js.map
1693
%%DATADIR%%/public/build/FolderPermissions.d3489276abe5fda2bd26.js
1582
%%DATADIR%%/public/build/PluginPage.cd0b9771548369c04f01.js
1694
%%DATADIR%%/public/build/FolderPermissions.d3489276abe5fda2bd26.js.map
1583
%%DATADIR%%/public/build/PluginPage.cd0b9771548369c04f01.js.map
1695
%%DATADIR%%/public/build/FolderSettingsPage.d3489276abe5fda2bd26.js
1584
%%DATADIR%%/public/build/ServerStats.cd0b9771548369c04f01.js
1696
%%DATADIR%%/public/build/FolderSettingsPage.d3489276abe5fda2bd26.js.map
1585
%%DATADIR%%/public/build/ServerStats.cd0b9771548369c04f01.js.map
1697
%%DATADIR%%/public/build/NewDashboardsFolder.d3489276abe5fda2bd26.js
1586
%%DATADIR%%/public/build/SignupInvited.cd0b9771548369c04f01.js
1698
%%DATADIR%%/public/build/NewDashboardsFolder.d3489276abe5fda2bd26.js.map
1587
%%DATADIR%%/public/build/SignupInvited.cd0b9771548369c04f01.js.map
1699
%%DATADIR%%/public/build/NewDataSourcePage.d3489276abe5fda2bd26.js
1588
%%DATADIR%%/public/build/SoloPanelPage.cd0b9771548369c04f01.js
1700
%%DATADIR%%/public/build/NewDataSourcePage.d3489276abe5fda2bd26.js.map
1589
%%DATADIR%%/public/build/SoloPanelPage.cd0b9771548369c04f01.js.map
1701
%%DATADIR%%/public/build/NewOrgPage.d3489276abe5fda2bd26.js
1590
%%DATADIR%%/public/build/TeamList.cd0b9771548369c04f01.js
1702
%%DATADIR%%/public/build/NewOrgPage.d3489276abe5fda2bd26.js.map
1591
%%DATADIR%%/public/build/TeamList.cd0b9771548369c04f01.js.map
1703
%%DATADIR%%/public/build/NotificationsListPage.d3489276abe5fda2bd26.js
1592
%%DATADIR%%/public/build/TeamPages.cd0b9771548369c04f01.js
1704
%%DATADIR%%/public/build/NotificationsListPage.d3489276abe5fda2bd26.js.map
1593
%%DATADIR%%/public/build/TeamPages.cd0b9771548369c04f01.js.map
1705
%%DATADIR%%/public/build/OrgDetailsPage.d3489276abe5fda2bd26.js
1594
%%DATADIR%%/public/build/UserCreatePage.cd0b9771548369c04f01.js
1706
%%DATADIR%%/public/build/OrgDetailsPage.d3489276abe5fda2bd26.js.map
1595
%%DATADIR%%/public/build/UserCreatePage.cd0b9771548369c04f01.js.map
1707
%%DATADIR%%/public/build/PluginListPage.d3489276abe5fda2bd26.js
1596
%%DATADIR%%/public/build/UserInvitePage.cd0b9771548369c04f01.js
1708
%%DATADIR%%/public/build/PluginListPage.d3489276abe5fda2bd26.js.map
1597
%%DATADIR%%/public/build/UserInvitePage.cd0b9771548369c04f01.js.map
1709
%%DATADIR%%/public/build/PluginPage.d3489276abe5fda2bd26.js
1598
%%DATADIR%%/public/build/UsersListPage.cd0b9771548369c04f01.js
1710
%%DATADIR%%/public/build/PluginPage.d3489276abe5fda2bd26.js.map
1599
%%DATADIR%%/public/build/UsersListPage.cd0b9771548369c04f01.js.map
1711
%%DATADIR%%/public/build/ServerStats.d3489276abe5fda2bd26.js
1600
%%DATADIR%%/public/build/angular~app.cd0b9771548369c04f01.js
1712
%%DATADIR%%/public/build/ServerStats.d3489276abe5fda2bd26.js.map
1601
%%DATADIR%%/public/build/angular~app.cd0b9771548369c04f01.js.LICENSE.txt
1713
%%DATADIR%%/public/build/SignupInvited.d3489276abe5fda2bd26.js
1602
%%DATADIR%%/public/build/angular~app.cd0b9771548369c04f01.js.map
1714
%%DATADIR%%/public/build/SignupInvited.d3489276abe5fda2bd26.js.map
1603
%%DATADIR%%/public/build/app.cd0b9771548369c04f01.js
1715
%%DATADIR%%/public/build/SnapshotListPage.d3489276abe5fda2bd26.js
1604
%%DATADIR%%/public/build/app.cd0b9771548369c04f01.js.LICENSE.txt
1716
%%DATADIR%%/public/build/SnapshotListPage.d3489276abe5fda2bd26.js.map
1605
%%DATADIR%%/public/build/app.cd0b9771548369c04f01.js.map
1717
%%DATADIR%%/public/build/SoloPanelPage.d3489276abe5fda2bd26.js
1606
%%DATADIR%%/public/build/azureMonitorPlugin.cd0b9771548369c04f01.js
1718
%%DATADIR%%/public/build/SoloPanelPage.d3489276abe5fda2bd26.js.map
1607
%%DATADIR%%/public/build/azureMonitorPlugin.cd0b9771548369c04f01.js.map
1719
%%DATADIR%%/public/build/TeamList.d3489276abe5fda2bd26.js
1608
%%DATADIR%%/public/build/brace.cd0b9771548369c04f01.js
1720
%%DATADIR%%/public/build/TeamList.d3489276abe5fda2bd26.js.map
1609
%%DATADIR%%/public/build/brace.cd0b9771548369c04f01.js.map
1721
%%DATADIR%%/public/build/TeamPages.d3489276abe5fda2bd26.js
1610
%%DATADIR%%/public/build/cloudwatchPlugin.cd0b9771548369c04f01.js
1722
%%DATADIR%%/public/build/TeamPages.d3489276abe5fda2bd26.js.map
1611
%%DATADIR%%/public/build/cloudwatchPlugin.cd0b9771548369c04f01.js.map
1723
%%DATADIR%%/public/build/UserCreatePage.d3489276abe5fda2bd26.js
1612
%%DATADIR%%/public/build/dark.cd0b9771548369c04f01.js
1724
%%DATADIR%%/public/build/UserCreatePage.d3489276abe5fda2bd26.js.map
1613
%%DATADIR%%/public/build/dark.cd0b9771548369c04f01.js.map
1725
%%DATADIR%%/public/build/UserInvitePage.d3489276abe5fda2bd26.js
1614
%%DATADIR%%/public/build/default~DashboardPage~SoloPanelPage.cd0b9771548369c04f01.js
1726
%%DATADIR%%/public/build/UserInvitePage.d3489276abe5fda2bd26.js.map
1615
%%DATADIR%%/public/build/default~DashboardPage~SoloPanelPage.cd0b9771548369c04f01.js.LICENSE.txt
1727
%%DATADIR%%/public/build/UserListAdminPage.d3489276abe5fda2bd26.js
1616
%%DATADIR%%/public/build/default~DashboardPage~SoloPanelPage.cd0b9771548369c04f01.js.map
1728
%%DATADIR%%/public/build/UserListAdminPage.d3489276abe5fda2bd26.js.map
1617
%%DATADIR%%/public/build/default~DashboardPage~SoloPanelPage~explore.cd0b9771548369c04f01.js
1729
%%DATADIR%%/public/build/UsersListPage.d3489276abe5fda2bd26.js
1618
%%DATADIR%%/public/build/default~DashboardPage~SoloPanelPage~explore.cd0b9771548369c04f01.js.map
1730
%%DATADIR%%/public/build/UsersListPage.d3489276abe5fda2bd26.js.map
1619
%%DATADIR%%/public/build/default~lokiPlugin~prometheusPlugin.cd0b9771548369c04f01.js
1731
%%DATADIR%%/public/build/angular~app.d3489276abe5fda2bd26.js
1620
%%DATADIR%%/public/build/default~lokiPlugin~prometheusPlugin.cd0b9771548369c04f01.js.map
1732
%%DATADIR%%/public/build/angular~app.d3489276abe5fda2bd26.js.LICENSE.txt
1621
%%DATADIR%%/public/build/elasticsearchPlugin.cd0b9771548369c04f01.js
1733
%%DATADIR%%/public/build/angular~app.d3489276abe5fda2bd26.js.map
1622
%%DATADIR%%/public/build/elasticsearchPlugin.cd0b9771548369c04f01.js.map
1734
%%DATADIR%%/public/build/app.d3489276abe5fda2bd26.js
1623
%%DATADIR%%/public/build/explore.cd0b9771548369c04f01.js
1735
%%DATADIR%%/public/build/app.d3489276abe5fda2bd26.js.LICENSE.txt
1624
%%DATADIR%%/public/build/explore.cd0b9771548369c04f01.js.map
1736
%%DATADIR%%/public/build/app.d3489276abe5fda2bd26.js.map
1625
%%DATADIR%%/public/build/grafana.dark.cd0b9771548369c04f01.css
1737
%%DATADIR%%/public/build/azureMonitorPlugin.d3489276abe5fda2bd26.js
1626
%%DATADIR%%/public/build/grafana.light.cd0b9771548369c04f01.css
1738
%%DATADIR%%/public/build/azureMonitorPlugin.d3489276abe5fda2bd26.js.map
1627
%%DATADIR%%/public/build/grafanaPlugin.cd0b9771548369c04f01.js
1739
%%DATADIR%%/public/build/brace.d3489276abe5fda2bd26.js
1628
%%DATADIR%%/public/build/grafanaPlugin.cd0b9771548369c04f01.js.map
1740
%%DATADIR%%/public/build/brace.d3489276abe5fda2bd26.js.map
1629
%%DATADIR%%/public/build/graphitePlugin.cd0b9771548369c04f01.js
1741
%%DATADIR%%/public/build/cloudwatchPlugin.d3489276abe5fda2bd26.js
1630
%%DATADIR%%/public/build/graphitePlugin.cd0b9771548369c04f01.js.map
1742
%%DATADIR%%/public/build/cloudwatchPlugin.d3489276abe5fda2bd26.js.map
1631
%%DATADIR%%/public/build/influxdbPlugin.cd0b9771548369c04f01.js
1743
%%DATADIR%%/public/build/dark.d3489276abe5fda2bd26.js
1632
%%DATADIR%%/public/build/influxdbPlugin.cd0b9771548369c04f01.js.map
1744
%%DATADIR%%/public/build/dark.d3489276abe5fda2bd26.js.map
1633
%%DATADIR%%/public/build/inputDatasourcePlugin.cd0b9771548369c04f01.js
1745
%%DATADIR%%/public/build/default~DashboardPage~SoloPanelPage.d3489276abe5fda2bd26.js
1634
%%DATADIR%%/public/build/inputDatasourcePlugin.cd0b9771548369c04f01.js.map
1746
%%DATADIR%%/public/build/default~DashboardPage~SoloPanelPage.d3489276abe5fda2bd26.js.map
1635
%%DATADIR%%/public/build/light.cd0b9771548369c04f01.js
1747
%%DATADIR%%/public/build/default~DashboardPage~SoloPanelPage~explore.d3489276abe5fda2bd26.js
1636
%%DATADIR%%/public/build/light.cd0b9771548369c04f01.js.map
1748
%%DATADIR%%/public/build/default~DashboardPage~SoloPanelPage~explore.d3489276abe5fda2bd26.js.map
1637
%%DATADIR%%/public/build/lokiPlugin.cd0b9771548369c04f01.js
1749
%%DATADIR%%/public/build/default~explore.d3489276abe5fda2bd26.js
1638
%%DATADIR%%/public/build/lokiPlugin.cd0b9771548369c04f01.js.LICENSE.txt
1750
%%DATADIR%%/public/build/default~explore.d3489276abe5fda2bd26.js.LICENSE.txt
1639
%%DATADIR%%/public/build/lokiPlugin.cd0b9771548369c04f01.js.map
1751
%%DATADIR%%/public/build/default~explore.d3489276abe5fda2bd26.js.map
1640
%%DATADIR%%/public/build/mixedPlugin.cd0b9771548369c04f01.js
1752
%%DATADIR%%/public/build/default~lokiPlugin~prometheusPlugin.d3489276abe5fda2bd26.js
1641
%%DATADIR%%/public/build/mixedPlugin.cd0b9771548369c04f01.js.map
1753
%%DATADIR%%/public/build/default~lokiPlugin~prometheusPlugin.d3489276abe5fda2bd26.js.map
1642
%%DATADIR%%/public/build/moment~app.cd0b9771548369c04f01.js
1754
%%DATADIR%%/public/build/elasticsearchPlugin.d3489276abe5fda2bd26.js
1643
%%DATADIR%%/public/build/moment~app.cd0b9771548369c04f01.js.map
1755
%%DATADIR%%/public/build/elasticsearchPlugin.d3489276abe5fda2bd26.js.map
1644
%%DATADIR%%/public/build/mssqlPlugin.cd0b9771548369c04f01.js
1756
%%DATADIR%%/public/build/explore.d3489276abe5fda2bd26.js
1645
%%DATADIR%%/public/build/mssqlPlugin.cd0b9771548369c04f01.js.map
1757
%%DATADIR%%/public/build/explore.d3489276abe5fda2bd26.js.map
1646
%%DATADIR%%/public/build/mysqlPlugin.cd0b9771548369c04f01.js
1758
%%DATADIR%%/public/build/grafana.dark.d3489276abe5fda2bd26.css
1647
%%DATADIR%%/public/build/mysqlPlugin.cd0b9771548369c04f01.js.map
1759
%%DATADIR%%/public/build/grafana.light.d3489276abe5fda2bd26.css
1648
%%DATADIR%%/public/build/opentsdbPlugin.cd0b9771548369c04f01.js
1760
%%DATADIR%%/public/build/grafanaPlugin.d3489276abe5fda2bd26.js
1649
%%DATADIR%%/public/build/opentsdbPlugin.cd0b9771548369c04f01.js.map
1761
%%DATADIR%%/public/build/grafanaPlugin.d3489276abe5fda2bd26.js.map
1650
%%DATADIR%%/public/build/postgresPlugin.cd0b9771548369c04f01.js
1762
%%DATADIR%%/public/build/graphitePlugin.d3489276abe5fda2bd26.js
1651
%%DATADIR%%/public/build/postgresPlugin.cd0b9771548369c04f01.js.map
1763
%%DATADIR%%/public/build/graphitePlugin.d3489276abe5fda2bd26.js.map
1652
%%DATADIR%%/public/build/prometheusPlugin.cd0b9771548369c04f01.js
1764
%%DATADIR%%/public/build/influxdbPlugin.d3489276abe5fda2bd26.js
1653
%%DATADIR%%/public/build/prometheusPlugin.cd0b9771548369c04f01.js.map
1765
%%DATADIR%%/public/build/influxdbPlugin.d3489276abe5fda2bd26.js.map
1654
%%DATADIR%%/public/build/rst2html.cd0b9771548369c04f01.js
1766
%%DATADIR%%/public/build/jaegerPlugin.d3489276abe5fda2bd26.js
1655
%%DATADIR%%/public/build/rst2html.cd0b9771548369c04f01.js.LICENSE.txt
1767
%%DATADIR%%/public/build/jaegerPlugin.d3489276abe5fda2bd26.js.map
1656
%%DATADIR%%/public/build/rst2html.cd0b9771548369c04f01.js.map
1768
%%DATADIR%%/public/build/light.d3489276abe5fda2bd26.js
1657
%%DATADIR%%/public/build/runtime.cd0b9771548369c04f01.js
1769
%%DATADIR%%/public/build/light.d3489276abe5fda2bd26.js.map
1658
%%DATADIR%%/public/build/runtime.cd0b9771548369c04f01.js.map
1770
%%DATADIR%%/public/build/lokiPlugin.d3489276abe5fda2bd26.js
1659
%%DATADIR%%/public/build/stackdriverPlugin.cd0b9771548369c04f01.js
1771
%%DATADIR%%/public/build/lokiPlugin.d3489276abe5fda2bd26.js.LICENSE.txt
1660
%%DATADIR%%/public/build/stackdriverPlugin.cd0b9771548369c04f01.js.map
1772
%%DATADIR%%/public/build/lokiPlugin.d3489276abe5fda2bd26.js.map
1661
%%DATADIR%%/public/build/testDataDSPlugin.cd0b9771548369c04f01.js
1773
%%DATADIR%%/public/build/mixedPlugin.d3489276abe5fda2bd26.js
1662
%%DATADIR%%/public/build/testDataDSPlugin.cd0b9771548369c04f01.js.map
1774
%%DATADIR%%/public/build/mixedPlugin.d3489276abe5fda2bd26.js.map
1663
%%DATADIR%%/public/build/vendors~app.cd0b9771548369c04f01.js
1775
%%DATADIR%%/public/build/moment~app.d3489276abe5fda2bd26.js
1664
%%DATADIR%%/public/build/vendors~app.cd0b9771548369c04f01.js.LICENSE.txt
1776
%%DATADIR%%/public/build/moment~app.d3489276abe5fda2bd26.js.map
1665
%%DATADIR%%/public/build/vendors~app.cd0b9771548369c04f01.js.map
1777
%%DATADIR%%/public/build/mssqlPlugin.d3489276abe5fda2bd26.js
1778
%%DATADIR%%/public/build/mssqlPlugin.d3489276abe5fda2bd26.js.map
1779
%%DATADIR%%/public/build/mysqlPlugin.d3489276abe5fda2bd26.js
1780
%%DATADIR%%/public/build/mysqlPlugin.d3489276abe5fda2bd26.js.map
1781
%%DATADIR%%/public/build/opentsdbPlugin.d3489276abe5fda2bd26.js
1782
%%DATADIR%%/public/build/opentsdbPlugin.d3489276abe5fda2bd26.js.map
1783
%%DATADIR%%/public/build/postgresPlugin.d3489276abe5fda2bd26.js
1784
%%DATADIR%%/public/build/postgresPlugin.d3489276abe5fda2bd26.js.map
1785
%%DATADIR%%/public/build/prometheusPlugin.d3489276abe5fda2bd26.js
1786
%%DATADIR%%/public/build/prometheusPlugin.d3489276abe5fda2bd26.js.map
1787
%%DATADIR%%/public/build/rst2html.d3489276abe5fda2bd26.js
1788
%%DATADIR%%/public/build/rst2html.d3489276abe5fda2bd26.js.LICENSE.txt
1789
%%DATADIR%%/public/build/rst2html.d3489276abe5fda2bd26.js.map
1790
%%DATADIR%%/public/build/runtime.d3489276abe5fda2bd26.js
1791
%%DATADIR%%/public/build/runtime.d3489276abe5fda2bd26.js.map
1792
%%DATADIR%%/public/build/stackdriverPlugin.d3489276abe5fda2bd26.js
1793
%%DATADIR%%/public/build/stackdriverPlugin.d3489276abe5fda2bd26.js.map
1794
%%DATADIR%%/public/build/static/img/Onboarding_Panel_dark.da2034ff.svg
1795
%%DATADIR%%/public/build/static/img/Onboarding_Panel_light.44da5afe.svg
1796
%%DATADIR%%/public/build/static/img/background_light.5e2b7b1a.svg
1797
%%DATADIR%%/public/build/static/img/panelArt_dark.f37f2c21.svg
1798
%%DATADIR%%/public/build/static/img/panelArt_light.c5c6c081.svg
1799
%%DATADIR%%/public/build/testDataDSPlugin.d3489276abe5fda2bd26.js
1800
%%DATADIR%%/public/build/testDataDSPlugin.d3489276abe5fda2bd26.js.map
1801
%%DATADIR%%/public/build/vendors~app.d3489276abe5fda2bd26.js
1802
%%DATADIR%%/public/build/vendors~app.d3489276abe5fda2bd26.js.LICENSE.txt
1803
%%DATADIR%%/public/build/vendors~app.d3489276abe5fda2bd26.js.map
1804
%%DATADIR%%/public/build/zipkinPlugin.d3489276abe5fda2bd26.js
1805
%%DATADIR%%/public/build/zipkinPlugin.d3489276abe5fda2bd26.js.map
1666
%%DATADIR%%/public/dashboards/default.json
1806
%%DATADIR%%/public/dashboards/default.json
1667
%%DATADIR%%/public/dashboards/home.json
1807
%%DATADIR%%/public/dashboards/home.json
1668
%%DATADIR%%/public/dashboards/scripted.js
1808
%%DATADIR%%/public/dashboards/scripted.js
1669
%%DATADIR%%/public/dashboards/scripted_async.js
1809
%%DATADIR%%/public/dashboards/scripted_async.js
1670
%%DATADIR%%/public/dashboards/scripted_templated.js
1810
%%DATADIR%%/public/dashboards/scripted_templated.js
1671
%%DATADIR%%/public/dashboards/template_vars.json
1811
%%DATADIR%%/public/dashboards/template_vars.json
1672
%%DATADIR%%/public/e2e-test/pages/panels/editPanel.ts
1812
%%DATADIR%%/public/e2e-test/screenShots/theOutput/smoke-test-scenario.png
1673
%%DATADIR%%/public/e2e-test/pages/panels/panel.ts
1813
%%DATADIR%%/public/e2e-tests/videos/queryVariableCrud.spec.ts.mp4
1674
%%DATADIR%%/public/e2e-test/pages/panels/sharePanelModal.ts
1814
%%DATADIR%%/public/e2e-tests/videos/smoketests.spec.ts.mp4
1675
%%DATADIR%%/public/e2e-test/pages/templating/variablePage.ts
1676
%%DATADIR%%/public/e2e-test/pages/templating/variablesPage.ts
1677
%%DATADIR%%/public/e2e-test/scenarios/smoke.test.ts
1678
%%DATADIR%%/public/e2e-test/scenarios/templating/templatevariables-crud.test.ts
1679
%%DATADIR%%/public/e2e-test/screenShots/theTruth/smoke-test-scenario.png
1680
%%DATADIR%%/public/e2e-tests/integration/queryVariableCrud.spec.ts
1681
%%DATADIR%%/public/e2e-tests/integration/smoketests.spec.ts
1682
%%DATADIR%%/public/e2e-tests/screenShots/theTruth/smoke-test-scenario.png
1683
%%DATADIR%%/public/e2e-tests/tsconfig.json
1684
%%DATADIR%%/public/emails/README.md
1815
%%DATADIR%%/public/emails/README.md
1685
%%DATADIR%%/public/emails/alert_notification.html
1816
%%DATADIR%%/public/emails/alert_notification.html
1686
%%DATADIR%%/public/emails/alert_notification_example.html
1817
%%DATADIR%%/public/emails/alert_notification_example.html
Lines 1785-1790 Link Here
1785
%%DATADIR%%/public/img/grafana_mask_icon_white.svg
1916
%%DATADIR%%/public/img/grafana_mask_icon_white.svg
1786
%%DATADIR%%/public/img/grafana_net_logo.svg
1917
%%DATADIR%%/public/img/grafana_net_logo.svg
1787
%%DATADIR%%/public/img/grafana_typelogo.svg
1918
%%DATADIR%%/public/img/grafana_typelogo.svg
1919
%%DATADIR%%/public/img/grafanaconline.png
1788
%%DATADIR%%/public/img/graph404.svg
1920
%%DATADIR%%/public/img/graph404.svg
1789
%%DATADIR%%/public/img/heatmap_bg_test.svg
1921
%%DATADIR%%/public/img/heatmap_bg_test.svg
1790
%%DATADIR%%/public/img/icn-app.svg
1922
%%DATADIR%%/public/img/icn-app.svg
Lines 1915-1926 Link Here
1915
%%DATADIR%%/public/img/load.gif
2047
%%DATADIR%%/public/img/load.gif
1916
%%DATADIR%%/public/img/load_big.gif
2048
%%DATADIR%%/public/img/load_big.gif
1917
%%DATADIR%%/public/img/loading-pulse.svg
2049
%%DATADIR%%/public/img/loading-pulse.svg
2050
%%DATADIR%%/public/img/login_background_dark.svg
2051
%%DATADIR%%/public/img/login_background_light.svg
1918
%%DATADIR%%/public/img/logo_transparent_200x.png
2052
%%DATADIR%%/public/img/logo_transparent_200x.png
1919
%%DATADIR%%/public/img/logo_transparent_200x75.png
2053
%%DATADIR%%/public/img/logo_transparent_200x75.png
1920
%%DATADIR%%/public/img/logo_transparent_400x.png
2054
%%DATADIR%%/public/img/logo_transparent_400x.png
1921
%%DATADIR%%/public/img/microsoft_auth_icon.svg
2055
%%DATADIR%%/public/img/microsoft_auth_icon.svg
1922
%%DATADIR%%/public/img/mixed_styles.png
2056
%%DATADIR%%/public/img/mixed_styles.png
1923
%%DATADIR%%/public/img/mstile-150x150.png
2057
%%DATADIR%%/public/img/mstile-150x150.png
2058
%%DATADIR%%/public/img/okta_logo_white.png
1924
%%DATADIR%%/public/img/online.svg
2059
%%DATADIR%%/public/img/online.svg
1925
%%DATADIR%%/public/img/page_header_line.png
2060
%%DATADIR%%/public/img/page_header_line.png
1926
%%DATADIR%%/public/img/panel-tabs/alert-selected.svg
2061
%%DATADIR%%/public/img/panel-tabs/alert-selected.svg
Lines 2076-2082 Link Here
2076
%%DATADIR%%/public/test/core/redux/reduxTester.ts
2211
%%DATADIR%%/public/test/core/redux/reduxTester.ts
2077
%%DATADIR%%/public/test/core/thunk/thunkTester.ts
2212
%%DATADIR%%/public/test/core/thunk/thunkTester.ts
2078
%%DATADIR%%/public/test/core/utils/version.test.ts
2213
%%DATADIR%%/public/test/core/utils/version.test.ts
2214
%%DATADIR%%/public/test/helpers/convertToStoreState.ts
2215
%%DATADIR%%/public/test/helpers/getDashboardModel.ts
2079
%%DATADIR%%/public/test/helpers/getQueryOptions.ts
2216
%%DATADIR%%/public/test/helpers/getQueryOptions.ts
2217
%%DATADIR%%/public/test/helpers/getTemplateSrvDependencies.ts
2080
%%DATADIR%%/public/test/index.ts
2218
%%DATADIR%%/public/test/index.ts
2081
%%DATADIR%%/public/test/jest-setup.ts
2219
%%DATADIR%%/public/test/jest-setup.ts
2082
%%DATADIR%%/public/test/jest-shim.ts
2220
%%DATADIR%%/public/test/jest-shim.ts
Lines 2087-2092 Link Here
2087
%%DATADIR%%/public/test/mocks/dashboard-mock.js
2225
%%DATADIR%%/public/test/mocks/dashboard-mock.js
2088
%%DATADIR%%/public/test/mocks/datasource_srv.ts
2226
%%DATADIR%%/public/test/mocks/datasource_srv.ts
2089
%%DATADIR%%/public/test/mocks/mockExploreState.ts
2227
%%DATADIR%%/public/test/mocks/mockExploreState.ts
2228
%%DATADIR%%/public/test/mocks/svg.ts
2090
%%DATADIR%%/public/test/specs/helpers.ts
2229
%%DATADIR%%/public/test/specs/helpers.ts
2091
%%DATADIR%%/public/vendor/angular-other/angular-strap.js
2230
%%DATADIR%%/public/vendor/angular-other/angular-strap.js
2092
%%DATADIR%%/public/vendor/angular-other/datepicker.js
2231
%%DATADIR%%/public/vendor/angular-other/datepicker.js

Return to bug 247512