git: a61f4b6b0c10 - main - Remove expired ports:

Rene Ladan rene at FreeBSD.org
Sat Apr 17 11:54:16 UTC 2021


The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a61f4b6b0c1031305a914b66d606f7b40fdca966

commit a61f4b6b0c1031305a914b66d606f7b40fdca966
Author:     Rene Ladan <rene at FreeBSD.org>
AuthorDate: 2021-04-17 11:53:35 +0000
Commit:     Rene Ladan <rene at FreeBSD.org>
CommitDate: 2021-04-17 11:53:35 +0000

    Remove expired ports:
    
    2021-04-14 www/grafana4: Upstream end of life
    2021-04-14 www/grafana5: Upstream end of life
    2021-04-15 comms/py-lirc: No longer maintained and not compatible with Python 3
    2021-04-15 x11-toolkits/qt5-gtkplatform: Archived upstream
---
 MOVED                                  |    4 +
 comms/Makefile                         |    1 -
 comms/py-lirc/Makefile                 |   28 -
 comms/py-lirc/distinfo                 |    2 -
 comms/py-lirc/pkg-descr                |    5 -
 www/Makefile                           |    2 -
 www/grafana4/Makefile                  |   75 --
 www/grafana4/distinfo                  |    5 -
 www/grafana4/files/grafana.conf.in     |  270 ------
 www/grafana4/files/grafana.in          |   47 --
 www/grafana4/pkg-descr                 |    4 -
 www/grafana4/pkg-plist                 |  855 -------------------
 www/grafana5/Makefile                  |   75 --
 www/grafana5/distinfo                  |    5 -
 www/grafana5/files/grafana.conf.in     |  447 ----------
 www/grafana5/files/grafana.in          |   47 --
 www/grafana5/pkg-descr                 |    4 -
 www/grafana5/pkg-plist                 | 1409 --------------------------------
 x11-toolkits/Makefile                  |    1 -
 x11-toolkits/qt5-gtkplatform/Makefile  |   39 -
 x11-toolkits/qt5-gtkplatform/distinfo  |    3 -
 x11-toolkits/qt5-gtkplatform/pkg-descr |    8 -
 x11-toolkits/qt5-gtkplatform/pkg-plist |   21 -
 23 files changed, 4 insertions(+), 3353 deletions(-)

diff --git a/MOVED b/MOVED
index fc8897079bed..9082e9fe7d6d 100644
--- a/MOVED
+++ b/MOVED
@@ -16285,3 +16285,7 @@ devel/sd-mux|devel/sd-mux-ctrl|2021-04-13|Renamed to match upstream naming
 sysutils/sd-mux-ctrl|devel/sd-mux-ctrl|2021-04-13|Remove duplicate port
 net/traefik2|net/traefik|2021-04-14|Superseded by net/traefik update
 net-mgmt/pdagent-integrations|net-mgmt/py-pdagent-integrations|2021-04-15|Restored and renamed
+www/grafana4|www/grafana6|2021-04-17|Has expired: Upstream end of life
+www/grafana5|www/grafana6|2021-04-17|Has expired: Upstream end of life
+comms/py-lirc||2021-04-17|Has expired: No longer maintained and not compatible with Python 3
+x11-toolkits/qt5-gtkplatform||2021-04-17|Has expired: Archived upstream
diff --git a/comms/Makefile b/comms/Makefile
index ab6151aef139..f21011815fd2 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -135,7 +135,6 @@
     SUBDIR += py-esptool
     SUBDIR += py-hidapi
     SUBDIR += py-libimobiledevice
-    SUBDIR += py-lirc
     SUBDIR += py-pyserial
     SUBDIR += py-qt5-sensors
     SUBDIR += py-qt5-serialport
diff --git a/comms/py-lirc/Makefile b/comms/py-lirc/Makefile
deleted file mode 100644
index b98607b63cb2..000000000000
--- a/comms/py-lirc/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Lewis Thompson (purple at lewiz.net)
-
-PORTNAME=	lirc
-PORTVERSION=	0.0.5
-PORTREVISION=	4
-CATEGORIES=	comms python
-MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	pylirc-${PORTVERSION}
-
-MAINTAINER=	lewiz at compsoc.man.ac.uk
-COMMENT=	Lirc support library for Python
-
-DEPRECATED=	No longer maintained and not compatible with Python 3
-EXPIRATION_DATE=	2021-04-15
-
-LIB_DEPENDS=	liblirc_client.so:comms/lirc
-
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/pylircmodule.so
-
-USES=			python:3.6+
-USE_PYTHON=		distutils pythonprefix
-PYDISTUTILS_PKGNAME=	pylirc
-
-.include <bsd.port.mk>
diff --git a/comms/py-lirc/distinfo b/comms/py-lirc/distinfo
deleted file mode 100644
index 0e28e54ba3e4..000000000000
--- a/comms/py-lirc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pylirc-0.0.5.tar.gz) = a78315e1ddf5af61cf91000a4b2f8e2df0841edd97b2596b2e0c5505bf8330a2
-SIZE (pylirc-0.0.5.tar.gz) = 3538
diff --git a/comms/py-lirc/pkg-descr b/comms/py-lirc/pkg-descr
deleted file mode 100644
index 680cbe3fa778..000000000000
--- a/comms/py-lirc/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Python module to interact with remote controls via lirc. Currently only
-Linux version exists, but porters for winLirc or other systems are
-welcome.
-
-WWW: https://sourceforge.net/projects/pylirc/
diff --git a/www/Makefile b/www/Makefile
index db4d3bf401d0..72708f217a41 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -210,8 +210,6 @@
     SUBDIR += gotty
     SUBDIR += gpx2map
     SUBDIR += grafana
-    SUBDIR += grafana4
-    SUBDIR += grafana5
     SUBDIR += grafana6
     SUBDIR += grafana7
     SUBDIR += grails
diff --git a/www/grafana4/Makefile b/www/grafana4/Makefile
deleted file mode 100644
index 44e57372c623..000000000000
--- a/www/grafana4/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-PORTNAME=	grafana
-PORTVERSION=	4.6.5
-DISTVERSIONPREFIX=	v
-CATEGORIES=	www
-MASTER_SITES+=	https://s3-us-west-2.amazonaws.com/grafana-releases/release/:public
-PKGNAMESUFFIX=	${PORTVERSION:C/([0-9]).*/\1/1}
-DISTFILES=	grafana-${PORTVERSION}.linux-x64${EXTRACT_SUFX}:public
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB
-
-DEPRECATED=	Upstream end of life
-EXPIRATION_DATE=	2021-04-14
-
-LICENSE=	APACHE20
-
-ONLY_FOR_ARCHS=	aarch64 amd64 i386
-
-USE_RC_SUBR=	grafana
-
-USES=	go
-
-USE_GITHUB=	yes
-GH_SUBDIR=	src/github.com/${PORTNAME}/${PORTNAME}
-TAG=		fdb5b1f
-
-GO_BUILDFLAGS=	-ldflags "-w -X main.version=${PORTVERSION} -X main.commit=${TAG}"
-GO_TARGET=	./pkg/cmd/grafana-server \
-		./pkg/cmd/grafana-cli
-
-GRAFANA_USER?=	grafana
-GRAFANA_GROUP?=	grafana
-
-USERS=		${GRAFANA_USER}
-GROUPS=		${GRAFANA_GROUP}
-
-GRAFANAHOMEDIR=		${PREFIX}/share/grafana/
-GRAFANADATADIR=		/var/db/${PORTNAME}/
-GRAFANALOGDIR=		/var/log/${PORTNAME}/
-GRAFANAPIDDIR=		/var/run/${PORTNAME}/
-GRAFANAPLUGINDIR=	/var/db/${PORTNAME}/plugins
-GRAFANADASHBOARDDIR=	/var/db/${PORTNAME}/dashboards
-
-SUB_FILES=	grafana grafana.conf
-SUB_LIST+=	GRAFANA_USER=${GRAFANA_USER} \
-		GRAFANA_GROUP=${GRAFANA_GROUP} \
-		GRAFANADATADIR=${GRAFANADATADIR} \
-		GRAFANALOGDIR=${GRAFANALOGDIR} \
-		GRAFANAPIDDIR=${GRAFANAPIDDIR} \
-		GRAFANAHOMEDIR=${GRAFANAHOMEDIR} \
-		GRAFANAPLUGINDIR=${GRAFANAPLUGINDIR} \
-		GRAFANADASHBOARDDIR=${GRAFANADASHBOARDDIR}
-
-PLIST_SUB+=	GRAFANAHOMEDIR=${GRAFANAHOMEDIR}
-
-post-patch:
-	@${RM} -r ${WRKSRC}/public
-	@(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/grafana-${PORTVERSION}.linux-x64${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} grafana-${PORTVERSION}/public)
-
-post-install:
-	cd ${WRKSRC} && ${COPYTREE_SHARE} public ${STAGEDIR}${PREFIX}/share/grafana
-	${MKDIR} ${STAGEDIR}${GRAFANAPIDDIR}
-	${MKDIR} ${STAGEDIR}${GRAFANALOGDIR}
-	${MKDIR} ${STAGEDIR}${GRAFANAHOMEDIR}
-	${MKDIR} ${STAGEDIR}${GRAFANADATADIR}
-	${MKDIR} ${STAGEDIR}${GRAFANAPLUGINDIR}
-	${MKDIR} ${STAGEDIR}${GRAFANADASHBOARDDIR}
-	${MKDIR} ${STAGEDIR}${GRAFANAHOMEDIR}/conf
-	${MKDIR} ${STAGEDIR}${GRAFANAHOMEDIR}/data
-	${MKDIR} ${STAGEDIR}${GRAFANAHOMEDIR}/data/log
-	${INSTALL_DATA} ${WRKSRC}/conf/defaults.ini ${STAGEDIR}${GRAFANAHOMEDIR}/conf/defaults.ini
-	${INSTALL_DATA} ${WRKDIR}/grafana.conf ${STAGEDIR}${PREFIX}/etc/grafana.conf.sample
-
-.include <bsd.port.mk>
diff --git a/www/grafana4/distinfo b/www/grafana4/distinfo
deleted file mode 100644
index 0ecc60ceecbd..000000000000
--- a/www/grafana4/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1543949185
-SHA256 (grafana-4.6.5.linux-x64.tar.gz) = 473747e1536862c141aa2df73ad051c2c9c6a34cc5f19b5b806375a3b481c019
-SIZE (grafana-4.6.5.linux-x64.tar.gz) = 47717311
-SHA256 (grafana-grafana-v4.6.5_GH0.tar.gz) = 7336166030a06966d65947de4b7e2d2dee573d33daf907610160a60072631962
-SIZE (grafana-grafana-v4.6.5_GH0.tar.gz) = 7606788
diff --git a/www/grafana4/files/grafana.conf.in b/www/grafana4/files/grafana.conf.in
deleted file mode 100644
index 2a3a70df9ae2..000000000000
--- a/www/grafana4/files/grafana.conf.in
+++ /dev/null
@@ -1,270 +0,0 @@
-##################### Grafana Configuration Example #####################
-#
-# Everything has defaults so you only need to uncomment things you want to
-# change
-
-# possible values : production, development
-; app_mode = production
-
-#################################### Paths ####################################
-[paths]
-# Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is used)
-#
-data = %%GRAFANADATADIR%%
-#
-# Directory where grafana can store logs
-#
-logs = %%GRAFANALOGDIR%%
-#
-# Directory where grafana will automatically scan and look for plugins
-#
-plugins = %%GRAFANAPLUGINDIR%%
-
-#
-#################################### Server ####################################
-[server]
-# Protocol (http or https)
-;protocol = http
-
-# The ip address to bind to, empty will bind to all interfaces
-;http_addr =
-
-# The http port  to use
-;http_port = 3000
-
-# The public facing domain name used to access grafana from a browser
-;domain = localhost
-
-# Redirect to correct domain if host header does not match domain
-# Prevents DNS rebinding attacks
-;enforce_domain = false
-
-# The full public facing url
-;root_url = %(protocol)s://%(domain)s:%(http_port)s/
-
-# Log web requests
-;router_logging = false
-
-# the path relative working path
-static_root_path = public
-
-# enable gzip
-;enable_gzip = false
-
-# https certs & key file
-;cert_file =
-;cert_key =
-
-#################################### Database ####################################
-[database]
-# Either "mysql", "postgres" or "sqlite3", it's your choice
-;type = sqlite3
-;host = 127.0.0.1:3306
-;name = grafana
-;user = root
-;password =
-
-# For "postgres" only, either "disable", "require" or "verify-full"
-;ssl_mode = disable
-
-# For "sqlite3" only, path relative to data_path setting
-;path = grafana.db
-
-#################################### Session ####################################
-[session]
-# Either "memory", "file", "redis", "mysql", "postgres", default is "file"
-;provider = file
-
-# Provider config options
-# memory: not have any config yet
-# file: session dir path, is relative to grafana data_path
-# redis: config like redis server e.g. `addr=127.0.0.1:6379,pool_size=100,db=grafana`
-# mysql: go-sql-driver/mysql dsn config string, e.g. `user:password at tcp(127.0.0.1:3306)/database_name`
-# postgres: user=a password=b host=localhost port=5432 dbname=c sslmode=disable
-;provider_config = sessions
-
-# Session cookie name
-;cookie_name = grafana_sess
-
-# If you use session in https only, default is false
-;cookie_secure = false
-
-# Session life time, default is 86400
-;session_life_time = 86400
-
-#################################### Analytics ####################################
-[analytics]
-# Server reporting, sends usage counters to stats.grafana.org every 24 hours.
-# No ip addresses are being tracked, only simple counters to track
-# running instances, dashboard and error counts. It is very helpful to us.
-# Change this option to false to disable reporting.
-;reporting_enabled = true
-
-# Set to false to disable all checks to https://grafana.net
-# for new vesions (grafana itself and plugins), check is used
-# in some UI views to notify that grafana or plugin update exists
-# This option does not cause any auto updates, nor send any information
-# only a GET request to http://grafana.net to get latest versions
-check_for_updates = true
-
-# Google Analytics universal tracking code, only enabled if you specify an id here
-;google_analytics_ua_id =
-
-#################################### Security ####################################
-[security]
-# default admin user, created on startup
-;admin_user = admin
-
-# default admin password, can be changed before first start of grafana,  or in profile settings
-;admin_password = admin
-
-# used for signing
-;secret_key = SW2YcwTIb9zpOOhoPsMm
-
-# Auto-login remember days
-;login_remember_days = 7
-;cookie_username = grafana_user
-;cookie_remember_name = grafana_remember
-
-# disable gravatar profile images
-;disable_gravatar = false
-
-# data source proxy whitelist (ip_or_domain:port seperated by spaces)
-;data_source_proxy_whitelist =
-
-[snapshots]
-# snapshot sharing options
-;external_enabled = true
-;external_snapshot_url = https://snapshots-origin.raintank.io
-;external_snapshot_name = Publish to snapshot.raintank.io
-
-#################################### Users ####################################
-[users]
-# disable user signup / registration
-;allow_sign_up = true
-
-# Allow non admin users to create organizations
-;allow_org_create = true
-
-# Set to true to automatically assign new users to the default organization (id 1)
-;auto_assign_org = true
-
-# Default role new users will be automatically assigned (if disabled above is set to true)
-;auto_assign_org_role = Viewer
-
-# Background text for the user field on the login page
-;login_hint = email or username
-
-#################################### Anonymous Auth ##########################
-[auth.anonymous]
-# enable anonymous access
-;enabled = false
-
-# specify organization name that should be used for unauthenticated users
-;org_name = Main Org.
-
-# specify role for unauthenticated users
-;org_role = Viewer
-
-#################################### Github Auth ##########################
-[auth.github]
-;enabled = false
-;allow_sign_up = false
-;client_id = some_id
-;client_secret = some_secret
-;scopes = user:email,read:org
-;auth_url = https://github.com/login/oauth/authorize
-;token_url = https://github.com/login/oauth/access_token
-;api_url = https://api.github.com/user
-;team_ids =
-;allowed_organizations =
-
-#################################### Google Auth ##########################
-[auth.google]
-;enabled = false
-;allow_sign_up = false
-;client_id = some_client_id
-;client_secret = some_client_secret
-;scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
-;auth_url = https://accounts.google.com/o/oauth2/auth
-;token_url = https://accounts.google.com/o/oauth2/token
-;api_url = https://www.googleapis.com/oauth2/v1/userinfo
-;allowed_domains =
-
-#################################### Auth Proxy ##########################
-[auth.proxy]
-;enabled = false
-;header_name = X-WEBAUTH-USER
-;header_property = username
-;auto_sign_up = true
-
-#################################### Basic Auth ##########################
-[auth.basic]
-;enabled = true
-
-#################################### Auth LDAP ##########################
-[auth.ldap]
-;enabled = false
-;config_file = /etc/grafana/ldap.toml
-
-#################################### SMTP / Emailing ##########################
-[smtp]
-;enabled = false
-;host = localhost:25
-;user =
-;password =
-;cert_file =
-;key_file =
-;skip_verify = false
-;from_address = admin at grafana.localhost
-
-[emails]
-;welcome_email_on_sign_up = false
-
-#################################### Logging ##########################
-[log]
-# Either "console", "file", "syslog". Default is console and  file
-# Use comma to separate multiple modes, e.g. "console, file"
-;mode = console, file
-
-# Buffer length of channel, keep it as it is if you don't know what it is.
-;buffer_len = 10000
-
-# Either "Trace", "Debug", "Info", "Warn", "Error", "Critical", default is "Info"
-;level = Info
-
-# For "console" mode only
-[log.console]
-;level =
-
-# For "file" mode only
-[log.file]
-;level =
-# This enables automated log rotate(switch of following options), default is true
-;log_rotate = true
-
-# Max line number of single file, default is 1000000
-;max_lines = 1000000
-
-# Max size shift of single file, default is 28 means 1 << 28, 256MB
-;max_lines_shift = 28
-
-# Segment log daily, default is true
-;daily_rotate = true
-
-# Expired days of log file(delete after max days), default is 7
-;max_days = 7
-
-#################################### AMPQ Event Publisher ##########################
-[event_publisher]
-;enabled = false
-;rabbitmq_url = amqp://localhost/
-;exchange = grafana_events
-
-;#################################### Dashboard JSON files ##########################
-[dashboards.json]
-;enabled = false
-path = %%GRAFANADASHBOARDDIR%%
-
-
-
diff --git a/www/grafana4/files/grafana.in b/www/grafana4/files/grafana.in
deleted file mode 100644
index e7dd3d81d09f..000000000000
--- a/www/grafana4/files/grafana.in
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: grafana
-# REQUIRE: LOGIN
-# KEYWORD: shutdown
-
-# Add the following lines to /etc/rc.conf to enable grafana
-# grafana_enable="YES"
-#
-# grafana_enable (bool): 	Set to YES to enable grafana
-#				Default: NO
-# grafana_conf (str):		grafana configration file
-#				Default: %%PREFIX%%/etc/grafana.conf
-# grafana_user (str):		grafana daemon user
-#				Default: %%GRAFANA_USER%%
-# grafana_group (str):		grafana daemon group
-#				Default: %%GRAFANA_GROUP%%
-
-. /etc/rc.subr
-
-name="grafana"
-rcvar=grafana_enable
-load_rc_config $name
-
-: ${grafana_enable:="NO"}
-: ${grafana_user:="%%GRAFANA_USER%%"}
-: ${grafana_group:="%%GRAFANA_GROUP%%"}
-: ${grafana_flags:=""}
-: ${grafana_conf:="%%PREFIX%%/etc/${name}.conf"}
-: ${grafana_options:="-config=${grafana_conf} -homepath=%%GRAFANAHOMEDIR%%"}
-
-pidfile="%%GRAFANAPIDDIR%%${name}.pid"
-procname="%%PREFIX%%/bin/grafana-server"
-command=/usr/sbin/daemon
-command_args="-f -c -p ${pidfile} ${procname} ${grafana_options}"
-start_precmd="grafana_precmd"
-
-grafana_precmd()
-{
-    chown ${grafana_user}:${grafana_group} %%GRAFANADATADIR%%
-    chown ${grafana_user}:${grafana_group} %%GRAFANALOGDIR%%
-    chown ${grafana_user}:${grafana_group} %%GRAFANAHOMEDIR%%data/log/
-    install -d -o ${grafana_user} %%GRAFANAPIDDIR%%
-    install -o ${grafana_user} /dev/null ${pidfile}
-}
-
-run_rc_command "$1"
diff --git a/www/grafana4/pkg-descr b/www/grafana4/pkg-descr
deleted file mode 100644
index f849e302bb3b..000000000000
--- a/www/grafana4/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Grafana is an open source, feature rich metrics dashboard
-and graph editor for Graphite, InfluxDB & OpenTSDB.
-
-WWW: https://github.com/grafana/grafana
diff --git a/www/grafana4/pkg-plist b/www/grafana4/pkg-plist
deleted file mode 100644
index aa22eb813cb4..000000000000
--- a/www/grafana4/pkg-plist
+++ /dev/null
@@ -1,855 +0,0 @@
-bin/grafana-cli
-bin/grafana-server
- at sample etc/grafana.conf.sample
-%%DATADIR%%/conf/defaults.ini
-%%DATADIR%%/public/app/app.ts
-%%DATADIR%%/public/app/core/app_events.ts
-%%DATADIR%%/public/app/core/components/PasswordStrength.tsx
-%%DATADIR%%/public/app/core/components/code_editor/code_editor.ts
-%%DATADIR%%/public/app/core/components/code_editor/theme-grafana-dark.js
-%%DATADIR%%/public/app/core/components/colorpicker/ColorPalette.tsx
-%%DATADIR%%/public/app/core/components/colorpicker/ColorPicker.tsx
-%%DATADIR%%/public/app/core/components/colorpicker/ColorPickerPopover.tsx
-%%DATADIR%%/public/app/core/components/colorpicker/SeriesColorPicker.tsx
-%%DATADIR%%/public/app/core/components/colorpicker/SpectrumPicker.tsx
-%%DATADIR%%/public/app/core/components/colorpicker/spectrum_picker.ts
-%%DATADIR%%/public/app/core/components/dashboard_selector.ts
-%%DATADIR%%/public/app/core/components/form_dropdown/form_dropdown.ts
-%%DATADIR%%/public/app/core/components/grafana_app.ts
-%%DATADIR%%/public/app/core/components/help/help.html
-%%DATADIR%%/public/app/core/components/help/help.ts
-%%DATADIR%%/public/app/core/components/info_popover.ts
-%%DATADIR%%/public/app/core/components/json_explorer/helpers.ts
-%%DATADIR%%/public/app/core/components/json_explorer/json_explorer.ts
-%%DATADIR%%/public/app/core/components/jsontree/jsontree.ts
-%%DATADIR%%/public/app/core/components/layout_selector/layout_selector.ts
-%%DATADIR%%/public/app/core/components/navbar/navbar.html
-%%DATADIR%%/public/app/core/components/navbar/navbar.ts
-%%DATADIR%%/public/app/core/components/query_part/query_part.ts
-%%DATADIR%%/public/app/core/components/query_part/query_part_editor.ts
-%%DATADIR%%/public/app/core/components/search/search.html
-%%DATADIR%%/public/app/core/components/search/search.ts
-%%DATADIR%%/public/app/core/components/sidemenu/sidemenu.html
-%%DATADIR%%/public/app/core/components/sidemenu/sidemenu.ts
-%%DATADIR%%/public/app/core/components/switch.ts
-%%DATADIR%%/public/app/core/config.js
-%%DATADIR%%/public/app/core/controllers/all.js
-%%DATADIR%%/public/app/core/controllers/error_ctrl.js
-%%DATADIR%%/public/app/core/controllers/inspect_ctrl.js
-%%DATADIR%%/public/app/core/controllers/invited_ctrl.js
-%%DATADIR%%/public/app/core/controllers/json_editor_ctrl.js
-%%DATADIR%%/public/app/core/controllers/login_ctrl.js
-%%DATADIR%%/public/app/core/controllers/reset_password_ctrl.js
-%%DATADIR%%/public/app/core/controllers/signup_ctrl.ts
-%%DATADIR%%/public/app/core/core.ts
-%%DATADIR%%/public/app/core/core_module.ts
-%%DATADIR%%/public/app/core/directives/array_join.ts
-%%DATADIR%%/public/app/core/directives/confirm_click.js
-%%DATADIR%%/public/app/core/directives/dash_class.js
-%%DATADIR%%/public/app/core/directives/dash_edit_link.js
-%%DATADIR%%/public/app/core/directives/diff-view.ts
-%%DATADIR%%/public/app/core/directives/dropdown_typeahead.js
-%%DATADIR%%/public/app/core/directives/give_focus.ts
-%%DATADIR%%/public/app/core/directives/metric_segment.js
-%%DATADIR%%/public/app/core/directives/misc.js
-%%DATADIR%%/public/app/core/directives/ng_model_on_blur.js
-%%DATADIR%%/public/app/core/directives/rebuild_on_change.ts
-%%DATADIR%%/public/app/core/directives/tags.js
-%%DATADIR%%/public/app/core/directives/value_select_dropdown.js
-%%DATADIR%%/public/app/core/filters/filters.ts
-%%DATADIR%%/public/app/core/jquery_extended.js
-%%DATADIR%%/public/app/core/live/live_srv.ts
-%%DATADIR%%/public/app/core/lodash_extended.js
-%%DATADIR%%/public/app/core/mod_defs.d.ts
-%%DATADIR%%/public/app/core/nav_model_srv.ts
-%%DATADIR%%/public/app/core/partials.ts
-%%DATADIR%%/public/app/core/profiler.ts
-%%DATADIR%%/public/app/core/routes/bundle_loader.ts
-%%DATADIR%%/public/app/core/routes/dashboard_loaders.js
-%%DATADIR%%/public/app/core/routes/routes.ts
-%%DATADIR%%/public/app/core/services/alert_srv.ts
-%%DATADIR%%/public/app/core/services/all.js
-%%DATADIR%%/public/app/core/services/analytics.js
-%%DATADIR%%/public/app/core/services/backend_srv.ts
-%%DATADIR%%/public/app/core/services/context_srv.ts
-%%DATADIR%%/public/app/core/services/dynamic_directive_srv.ts
-%%DATADIR%%/public/app/core/services/keybindingSrv.ts
-%%DATADIR%%/public/app/core/services/keyboard_manager.js
-%%DATADIR%%/public/app/core/services/popover_srv.ts
-%%DATADIR%%/public/app/core/services/segment_srv.js
-%%DATADIR%%/public/app/core/services/timer.js
-%%DATADIR%%/public/app/core/services/util_srv.ts
-%%DATADIR%%/public/app/core/settings.js
-%%DATADIR%%/public/app/core/specs/PasswordStrength_specs.tsx
-%%DATADIR%%/public/app/core/specs/backend_srv_specs.ts
-%%DATADIR%%/public/app/core/specs/time_series_specs.ts
-%%DATADIR%%/public/app/core/specs/value_select_dropdown_specs.ts
-%%DATADIR%%/public/app/core/store.js
-%%DATADIR%%/public/app/core/table_model.ts
-%%DATADIR%%/public/app/core/time_series.js
-%%DATADIR%%/public/app/core/time_series2.ts
-%%DATADIR%%/public/app/core/utils/colors.ts
-%%DATADIR%%/public/app/core/utils/css_loader.ts
-%%DATADIR%%/public/app/core/utils/datemath.ts
-%%DATADIR%%/public/app/core/utils/emitter.ts
-%%DATADIR%%/public/app/core/utils/file_export.ts
-%%DATADIR%%/public/app/core/utils/flatten.ts
-%%DATADIR%%/public/app/core/utils/kbn.js
-%%DATADIR%%/public/app/core/utils/model_utils.ts
-%%DATADIR%%/public/app/core/utils/outline.js
-%%DATADIR%%/public/app/core/utils/rangeutil.ts
-%%DATADIR%%/public/app/core/utils/react2angular.ts
-%%DATADIR%%/public/app/core/utils/sort_by_keys.ts
-%%DATADIR%%/public/app/core/utils/ticks.ts
-%%DATADIR%%/public/app/features/admin/admin.ts
-%%DATADIR%%/public/app/features/admin/adminEditOrgCtrl.js
-%%DATADIR%%/public/app/features/admin/adminEditUserCtrl.js
-%%DATADIR%%/public/app/features/admin/adminListOrgsCtrl.js
-%%DATADIR%%/public/app/features/admin/admin_list_users_ctrl.ts
-%%DATADIR%%/public/app/features/admin/partials/admin_home.html
-%%DATADIR%%/public/app/features/admin/partials/edit_org.html
-%%DATADIR%%/public/app/features/admin/partials/edit_user.html
-%%DATADIR%%/public/app/features/admin/partials/new_user.html
-%%DATADIR%%/public/app/features/admin/partials/orgs.html
-%%DATADIR%%/public/app/features/admin/partials/settings.html
-%%DATADIR%%/public/app/features/admin/partials/stats.html
-%%DATADIR%%/public/app/features/admin/partials/users.html
-%%DATADIR%%/public/app/features/alerting/alert_def.ts
-%%DATADIR%%/public/app/features/alerting/alert_list_ctrl.ts
-%%DATADIR%%/public/app/features/alerting/alert_tab_ctrl.ts
-%%DATADIR%%/public/app/features/alerting/all.ts
-%%DATADIR%%/public/app/features/alerting/notification_edit_ctrl.ts
-%%DATADIR%%/public/app/features/alerting/notifications_list_ctrl.ts
-%%DATADIR%%/public/app/features/alerting/partials/alert_howto.html
-%%DATADIR%%/public/app/features/alerting/partials/alert_list.html
-%%DATADIR%%/public/app/features/alerting/partials/alert_tab.html
-%%DATADIR%%/public/app/features/alerting/partials/notification_edit.html
-%%DATADIR%%/public/app/features/alerting/partials/notifications_list.html
-%%DATADIR%%/public/app/features/alerting/specs/alert_tab_specs.ts
-%%DATADIR%%/public/app/features/alerting/specs/threshold_mapper_specs.ts
-%%DATADIR%%/public/app/features/alerting/threshold_mapper.ts
-%%DATADIR%%/public/app/features/all.js
-%%DATADIR%%/public/app/features/annotations/all.ts
-%%DATADIR%%/public/app/features/annotations/annotation_tooltip.ts
-%%DATADIR%%/public/app/features/annotations/annotations_srv.ts
-%%DATADIR%%/public/app/features/annotations/editor_ctrl.ts
-%%DATADIR%%/public/app/features/annotations/event.ts
-%%DATADIR%%/public/app/features/annotations/event_editor.ts
-%%DATADIR%%/public/app/features/annotations/event_manager.ts
-%%DATADIR%%/public/app/features/annotations/partials/editor.html
-%%DATADIR%%/public/app/features/annotations/partials/event_editor.html
-%%DATADIR%%/public/app/features/annotations/specs/annotations_srv_specs.ts
-%%DATADIR%%/public/app/features/dashboard/ad_hoc_filters.ts
-%%DATADIR%%/public/app/features/dashboard/alerting_srv.ts
-%%DATADIR%%/public/app/features/dashboard/all.js
-%%DATADIR%%/public/app/features/dashboard/dashboardLoaderSrv.js
-%%DATADIR%%/public/app/features/dashboard/dashboard_ctrl.ts
-%%DATADIR%%/public/app/features/dashboard/dashboard_srv.ts
-%%DATADIR%%/public/app/features/dashboard/dashnav/dashnav.html
-%%DATADIR%%/public/app/features/dashboard/dashnav/dashnav.ts
-%%DATADIR%%/public/app/features/dashboard/dynamic_dashboard_srv.ts
-%%DATADIR%%/public/app/features/dashboard/export/export_modal.html
-%%DATADIR%%/public/app/features/dashboard/export/export_modal.ts
-%%DATADIR%%/public/app/features/dashboard/export/exporter.ts
-%%DATADIR%%/public/app/features/dashboard/export_data/export_data_modal.html
-%%DATADIR%%/public/app/features/dashboard/export_data/export_data_modal.ts
-%%DATADIR%%/public/app/features/dashboard/graphiteImportCtrl.js
-%%DATADIR%%/public/app/features/dashboard/history/history.html
-%%DATADIR%%/public/app/features/dashboard/history/history.ts
-%%DATADIR%%/public/app/features/dashboard/history/history_srv.ts
-%%DATADIR%%/public/app/features/dashboard/import/dash_import.html
-%%DATADIR%%/public/app/features/dashboard/import/dash_import.ts
-%%DATADIR%%/public/app/features/dashboard/impression_store.ts
-%%DATADIR%%/public/app/features/dashboard/model.ts
-%%DATADIR%%/public/app/features/dashboard/partials/addAnnotationModal.html
-%%DATADIR%%/public/app/features/dashboard/partials/inspector.html
-%%DATADIR%%/public/app/features/dashboard/partials/settings.html
-%%DATADIR%%/public/app/features/dashboard/partials/shareModal.html
-%%DATADIR%%/public/app/features/dashboard/repeat_option/repeat_option.ts
-%%DATADIR%%/public/app/features/dashboard/row/add_panel.html
-%%DATADIR%%/public/app/features/dashboard/row/add_panel.ts
-%%DATADIR%%/public/app/features/dashboard/row/options.html
-%%DATADIR%%/public/app/features/dashboard/row/options.ts
-%%DATADIR%%/public/app/features/dashboard/row/row.html
-%%DATADIR%%/public/app/features/dashboard/row/row_ctrl.ts
-%%DATADIR%%/public/app/features/dashboard/row/row_model.ts
-%%DATADIR%%/public/app/features/dashboard/save_as_modal.ts
-%%DATADIR%%/public/app/features/dashboard/save_modal.ts
-%%DATADIR%%/public/app/features/dashboard/shareModalCtrl.js
-%%DATADIR%%/public/app/features/dashboard/shareSnapshotCtrl.js
-%%DATADIR%%/public/app/features/dashboard/specs/dash_import_ctrl_specs.ts
-%%DATADIR%%/public/app/features/dashboard/specs/dashboard_model_specs.ts
-%%DATADIR%%/public/app/features/dashboard/specs/dashboard_srv_specs.ts
-%%DATADIR%%/public/app/features/dashboard/specs/dynamic_dashboard_srv_specs.ts
-%%DATADIR%%/public/app/features/dashboard/specs/exporter_specs.ts
-%%DATADIR%%/public/app/features/dashboard/specs/history_ctrl_specs.ts
-%%DATADIR%%/public/app/features/dashboard/specs/history_mocks.ts
-%%DATADIR%%/public/app/features/dashboard/specs/history_srv_specs.ts
-%%DATADIR%%/public/app/features/dashboard/specs/save_as_modal.jest.ts
-%%DATADIR%%/public/app/features/dashboard/specs/share_modal_ctrl_specs.ts
-%%DATADIR%%/public/app/features/dashboard/specs/time_srv_specs.ts
-%%DATADIR%%/public/app/features/dashboard/specs/unsaved_changes_srv_specs.ts
-%%DATADIR%%/public/app/features/dashboard/specs/viewstate_srv_specs.ts
-%%DATADIR%%/public/app/features/dashboard/submenu/submenu.html
-%%DATADIR%%/public/app/features/dashboard/submenu/submenu.ts
-%%DATADIR%%/public/app/features/dashboard/time_srv.ts
-%%DATADIR%%/public/app/features/dashboard/timepicker/dropdown.html
-%%DATADIR%%/public/app/features/dashboard/timepicker/input_date.ts
-%%DATADIR%%/public/app/features/dashboard/timepicker/settings.html
-%%DATADIR%%/public/app/features/dashboard/timepicker/timepicker.html
-%%DATADIR%%/public/app/features/dashboard/timepicker/timepicker.ts
-%%DATADIR%%/public/app/features/dashboard/unsavedChangesSrv.js
-%%DATADIR%%/public/app/features/dashboard/unsaved_changes_modal.ts
-%%DATADIR%%/public/app/features/dashboard/upload.ts
-%%DATADIR%%/public/app/features/dashboard/viewStateSrv.js
-%%DATADIR%%/public/app/features/dashlinks/editor.html
-%%DATADIR%%/public/app/features/dashlinks/module.js
-%%DATADIR%%/public/app/features/org/all.js
-%%DATADIR%%/public/app/features/org/change_password_ctrl.js
-%%DATADIR%%/public/app/features/org/newOrgCtrl.js
-%%DATADIR%%/public/app/features/org/orgApiKeysCtrl.js
-%%DATADIR%%/public/app/features/org/orgDetailsCtrl.js
-%%DATADIR%%/public/app/features/org/org_users_ctrl.ts
-%%DATADIR%%/public/app/features/org/partials/add_user.html
-%%DATADIR%%/public/app/features/org/partials/apikeyModal.html
-%%DATADIR%%/public/app/features/org/partials/change_password.html
-%%DATADIR%%/public/app/features/org/partials/invite.html
-%%DATADIR%%/public/app/features/org/partials/newOrg.html
-%%DATADIR%%/public/app/features/org/partials/orgApiKeys.html
-%%DATADIR%%/public/app/features/org/partials/orgDetails.html
-%%DATADIR%%/public/app/features/org/partials/orgUsers.html
-%%DATADIR%%/public/app/features/org/partials/profile.html
-%%DATADIR%%/public/app/features/org/partials/select_org.html
-%%DATADIR%%/public/app/features/org/prefs_control.ts
-%%DATADIR%%/public/app/features/org/profile_ctrl.ts
-%%DATADIR%%/public/app/features/org/select_org_ctrl.js
-%%DATADIR%%/public/app/features/org/userInviteCtrl.js
-%%DATADIR%%/public/app/features/panel/all.js
-%%DATADIR%%/public/app/features/panel/metrics_panel_ctrl.ts
-%%DATADIR%%/public/app/features/panel/metrics_tab.ts
-%%DATADIR%%/public/app/features/panel/panel_ctrl.ts
-%%DATADIR%%/public/app/features/panel/panel_directive.ts
-%%DATADIR%%/public/app/features/panel/panel_editor_tab.ts
-%%DATADIR%%/public/app/features/panel/panel_menu.js
-%%DATADIR%%/public/app/features/panel/partials/metrics_tab.html
-%%DATADIR%%/public/app/features/panel/partials/panelTime.html
-%%DATADIR%%/public/app/features/panel/partials/query_editor_row.html
-%%DATADIR%%/public/app/features/panel/partials/soloPanel.html
-%%DATADIR%%/public/app/features/panel/query_ctrl.ts
-%%DATADIR%%/public/app/features/panel/query_editor_row.ts
-%%DATADIR%%/public/app/features/panel/query_troubleshooter.ts
-%%DATADIR%%/public/app/features/panel/solo_panel_ctrl.js
-%%DATADIR%%/public/app/features/panellinks/linkSrv.js
-%%DATADIR%%/public/app/features/panellinks/module.html
-%%DATADIR%%/public/app/features/panellinks/module.js
-%%DATADIR%%/public/app/features/panellinks/specs/link_srv_specs.ts
-%%DATADIR%%/public/app/features/playlist/all.js
-%%DATADIR%%/public/app/features/playlist/partials/playlist.html
-%%DATADIR%%/public/app/features/playlist/partials/playlist_search.html
-%%DATADIR%%/public/app/features/playlist/partials/playlists.html
-%%DATADIR%%/public/app/features/playlist/playlist_edit_ctrl.ts
-%%DATADIR%%/public/app/features/playlist/playlist_routes.js
-%%DATADIR%%/public/app/features/playlist/playlist_search.ts
-%%DATADIR%%/public/app/features/playlist/playlist_srv.ts
-%%DATADIR%%/public/app/features/playlist/playlists_ctrl.ts
-%%DATADIR%%/public/app/features/playlist/specs/playlist_edit_ctrl_specs.ts
-%%DATADIR%%/public/app/features/plugins/all.ts
-%%DATADIR%%/public/app/features/plugins/built_in_plugins.ts
-%%DATADIR%%/public/app/features/plugins/datasource_srv.js
-%%DATADIR%%/public/app/features/plugins/ds_edit_ctrl.ts
-%%DATADIR%%/public/app/features/plugins/ds_list_ctrl.ts
-%%DATADIR%%/public/app/features/plugins/import_list/import_list.html
-%%DATADIR%%/public/app/features/plugins/import_list/import_list.ts
-%%DATADIR%%/public/app/features/plugins/partials/ds_edit.html
-%%DATADIR%%/public/app/features/plugins/partials/ds_http_settings.html
-%%DATADIR%%/public/app/features/plugins/partials/ds_list.html
-%%DATADIR%%/public/app/features/plugins/partials/plugin_edit.html
-%%DATADIR%%/public/app/features/plugins/partials/plugin_list.html
-%%DATADIR%%/public/app/features/plugins/partials/plugin_page.html
-%%DATADIR%%/public/app/features/plugins/partials/update_instructions.html
-%%DATADIR%%/public/app/features/plugins/plugin_component.ts
-%%DATADIR%%/public/app/features/plugins/plugin_edit_ctrl.ts
-%%DATADIR%%/public/app/features/plugins/plugin_list_ctrl.ts
-%%DATADIR%%/public/app/features/plugins/plugin_loader.ts
-%%DATADIR%%/public/app/features/plugins/plugin_page_ctrl.ts
-%%DATADIR%%/public/app/features/plugins/specs/datasource_srv_specs.ts
-%%DATADIR%%/public/app/features/snapshot/all.ts
-%%DATADIR%%/public/app/features/snapshot/partials/snapshots.html
-%%DATADIR%%/public/app/features/snapshot/snapshot_ctrl.ts
-%%DATADIR%%/public/app/features/styleguide/styleguide.html
-%%DATADIR%%/public/app/features/styleguide/styleguide.ts
-%%DATADIR%%/public/app/features/templating/adhoc_variable.ts
-%%DATADIR%%/public/app/features/templating/all.ts
-%%DATADIR%%/public/app/features/templating/constant_variable.ts
-%%DATADIR%%/public/app/features/templating/custom_variable.ts
-%%DATADIR%%/public/app/features/templating/datasource_variable.ts
-%%DATADIR%%/public/app/features/templating/editor_ctrl.ts
-%%DATADIR%%/public/app/features/templating/interval_variable.ts
-%%DATADIR%%/public/app/features/templating/partials/editor.html
-%%DATADIR%%/public/app/features/templating/query_variable.ts
-%%DATADIR%%/public/app/features/templating/specs/adhoc_variable_specs.ts
-%%DATADIR%%/public/app/features/templating/specs/query_variable_specs.ts
-%%DATADIR%%/public/app/features/templating/specs/template_srv_specs.ts
-%%DATADIR%%/public/app/features/templating/specs/variable_specs.ts
-%%DATADIR%%/public/app/features/templating/specs/variable_srv_init_specs.ts
-%%DATADIR%%/public/app/features/templating/specs/variable_srv_specs.ts
-%%DATADIR%%/public/app/features/templating/templateSrv.js
-%%DATADIR%%/public/app/features/templating/variable.ts
-%%DATADIR%%/public/app/features/templating/variable_srv.ts
-%%DATADIR%%/public/app/headers/common.d.ts
-%%DATADIR%%/public/app/index.ts
-%%DATADIR%%/public/app/partials/confirm_modal.html
-%%DATADIR%%/public/app/partials/dashboard.html
-%%DATADIR%%/public/app/partials/edit_json.html
-%%DATADIR%%/public/app/partials/error.html
-%%DATADIR%%/public/app/partials/login.html
-%%DATADIR%%/public/app/partials/modal.html
-%%DATADIR%%/public/app/partials/panelgeneral.html
-%%DATADIR%%/public/app/partials/reset_password.html
-%%DATADIR%%/public/app/partials/signup_invited.html
-%%DATADIR%%/public/app/partials/signup_step2.html
-%%DATADIR%%/public/app/partials/valueSelectDropdown.html
-%%DATADIR%%/public/app/plugins/app/testdata/dashboards/alerts.json
-%%DATADIR%%/public/app/plugins/app/testdata/dashboards/graph_last_1h.json
-%%DATADIR%%/public/app/plugins/app/testdata/datasource/datasource.ts
-%%DATADIR%%/public/app/plugins/app/testdata/datasource/module.ts
-%%DATADIR%%/public/app/plugins/app/testdata/datasource/plugin.json
-%%DATADIR%%/public/app/plugins/app/testdata/datasource/query_ctrl.ts
-%%DATADIR%%/public/app/plugins/app/testdata/module.ts
-%%DATADIR%%/public/app/plugins/app/testdata/partials/query.editor.html
-%%DATADIR%%/public/app/plugins/app/testdata/plugin.json
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/README.md
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/config_ctrl.ts
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/datasource.d.ts
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/datasource.js
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/module.ts
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/partials/annotations.editor.html
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/partials/config.html
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/partials/query.editor.html
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/partials/query.parameter.html
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/plugin.json
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/query_ctrl.ts
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/query_parameter_ctrl.js
-%%DATADIR%%/public/app/plugins/datasource/cloudwatch/specs/datasource_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/README.md
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/bucket_agg.js
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/config_ctrl.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/datasource.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/elastic_response.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/img/elasticsearch.svg
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/index_pattern.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/metric_agg.js
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/module.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/partials/annotations.editor.html
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/partials/bucket_agg.html
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/partials/config.html
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/partials/metric_agg.html
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/partials/query.editor.html
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/plugin.json
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/query_builder.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/query_ctrl.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/query_def.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/query_help.md
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/datasource_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/index_pattern_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/query_builder_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/query_def_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/grafana-live/_plugin.json
-%%DATADIR%%/public/app/plugins/datasource/grafana-live/datasource.ts
-%%DATADIR%%/public/app/plugins/datasource/grafana-live/module.ts
-%%DATADIR%%/public/app/plugins/datasource/grafana-live/partials/query.editor.html
-%%DATADIR%%/public/app/plugins/datasource/grafana/README.md
-%%DATADIR%%/public/app/plugins/datasource/grafana/datasource.ts
-%%DATADIR%%/public/app/plugins/datasource/grafana/module.ts
-%%DATADIR%%/public/app/plugins/datasource/grafana/partials/annotations.editor.html
-%%DATADIR%%/public/app/plugins/datasource/grafana/partials/query.editor.html
-%%DATADIR%%/public/app/plugins/datasource/grafana/plugin.json
-%%DATADIR%%/public/app/plugins/datasource/graphite/README.md
-%%DATADIR%%/public/app/plugins/datasource/graphite/add_graphite_func.js
-%%DATADIR%%/public/app/plugins/datasource/graphite/config_ctrl.ts
-%%DATADIR%%/public/app/plugins/datasource/graphite/dashboards/carbon_metrics.json
-%%DATADIR%%/public/app/plugins/datasource/graphite/datasource.ts
-%%DATADIR%%/public/app/plugins/datasource/graphite/func_editor.js
-%%DATADIR%%/public/app/plugins/datasource/graphite/gfunc.d.ts
-%%DATADIR%%/public/app/plugins/datasource/graphite/gfunc.js
-%%DATADIR%%/public/app/plugins/datasource/graphite/img/graphite_logo.png
-%%DATADIR%%/public/app/plugins/datasource/graphite/lexer.ts
-%%DATADIR%%/public/app/plugins/datasource/graphite/module.ts
-%%DATADIR%%/public/app/plugins/datasource/graphite/parser.ts
-%%DATADIR%%/public/app/plugins/datasource/graphite/partials/annotations.editor.html
-%%DATADIR%%/public/app/plugins/datasource/graphite/partials/config.html
-%%DATADIR%%/public/app/plugins/datasource/graphite/partials/query.editor.html
-%%DATADIR%%/public/app/plugins/datasource/graphite/plugin.json
-%%DATADIR%%/public/app/plugins/datasource/graphite/query_ctrl.ts
-%%DATADIR%%/public/app/plugins/datasource/graphite/query_help.md
-%%DATADIR%%/public/app/plugins/datasource/graphite/specs/datasource_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/graphite/specs/gfunc_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/graphite/specs/lexer_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/graphite/specs/parser_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/graphite/specs/query_ctrl_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/README.md
-%%DATADIR%%/public/app/plugins/datasource/influxdb/datasource.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/img/influxdb_logo.svg
-%%DATADIR%%/public/app/plugins/datasource/influxdb/influx_query.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/influx_series.d.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/influx_series.js
-%%DATADIR%%/public/app/plugins/datasource/influxdb/module.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/partials/annotations.editor.html
-%%DATADIR%%/public/app/plugins/datasource/influxdb/partials/config.html
-%%DATADIR%%/public/app/plugins/datasource/influxdb/partials/query.editor.html
-%%DATADIR%%/public/app/plugins/datasource/influxdb/plugin.json
-%%DATADIR%%/public/app/plugins/datasource/influxdb/query_builder.d.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/query_builder.js
-%%DATADIR%%/public/app/plugins/datasource/influxdb/query_ctrl.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/query_help.md
-%%DATADIR%%/public/app/plugins/datasource/influxdb/query_part.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/response_parser.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/influx_query_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/influx_series_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/query_builder_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/query_ctrl_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/query_part_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/influxdb/specs/response_parser_specs.ts
-%%DATADIR%%/public/app/plugins/datasource/mixed/README.md
-%%DATADIR%%/public/app/plugins/datasource/mixed/datasource.ts
-%%DATADIR%%/public/app/plugins/datasource/mixed/module.ts
-%%DATADIR%%/public/app/plugins/datasource/mixed/plugin.json
*** 2567 LINES SKIPPED ***


More information about the dev-commits-ports-all mailing list