From 656e85c9f1ee60b537a741b95cb3c0a0a77d52d9 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Tue, 1 Sep 2020 15:32:58 -0400 Subject: [PATCH] Rename template readme's to be all lowercase for easier parsing from the InfluxDB UI. Partially fixes #171 --- .gitignore | 144 ------------------ apache_jmeter/{README.md => readme.md} | 0 apache_postgresql/{README.md => readme.md} | 0 apex_legends/{README.md => readme.md} | 0 aws_cloudwatch/{README.md => readme.md} | 0 .../{README.md => readme.md} | 0 .../{README.md => readme.md} | 0 enviro_plus/{README.md => readme.md} | 0 fortnite/{README.md => readme.md} | 0 gcp_monitoring/{README.md => readme.md} | 0 .../{README.md => readme.md} | 0 jenkins/{README.md => readme.md} | 0 k8s/{README.md => readme.md} | 0 kafka/{README.md => readme.md} | 0 linux_system/{README.md => readme.md} | 0 modbus/{README.md => readme.md} | 0 .../{README.md => readme.md} | 0 .../{README.md => readme.md} | 0 nginx_mysql/{README.md => readme.md} | 0 redis/{README.md => readme.md} | 0 sflow/{README.md => readme.md} | 0 snmp/{README.md => readme.md} | 0 telegraf/{README.md => readme.md} | 0 windows_system/{README.md => readme.md} | 0 24 files changed, 144 deletions(-) rename apache_jmeter/{README.md => readme.md} (100%) rename apache_postgresql/{README.md => readme.md} (100%) rename apex_legends/{README.md => readme.md} (100%) rename aws_cloudwatch/{README.md => readme.md} (100%) rename currency_exchange_rates/{README.md => readme.md} (100%) rename endpoint-security-state/{README.md => readme.md} (100%) rename enviro_plus/{README.md => readme.md} (100%) rename fortnite/{README.md => readme.md} (100%) rename gcp_monitoring/{README.md => readme.md} (100%) rename influxdb2_oss_metrics/{README.md => readme.md} (100%) rename jenkins/{README.md => readme.md} (100%) rename k8s/{README.md => readme.md} (100%) rename kafka/{README.md => readme.md} (100%) rename linux_system/{README.md => readme.md} (100%) rename modbus/{README.md => readme.md} (100%) rename monitoring_influxdb_1.x/{README.md => readme.md} (100%) rename network_interface_performance/{README.md => readme.md} (100%) rename nginx_mysql/{README.md => readme.md} (100%) rename redis/{README.md => readme.md} (100%) rename sflow/{README.md => readme.md} (100%) rename snmp/{README.md => readme.md} (100%) rename telegraf/{README.md => readme.md} (100%) rename windows_system/{README.md => readme.md} (100%) diff --git a/.gitignore b/.gitignore index 62ea03d6..e43b0f98 100644 --- a/.gitignore +++ b/.gitignore @@ -1,145 +1 @@ -# Keep editor-specific, non-project specific ignore rules in global .gitignore: -# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore - -vendor -.netrc -.vscode -.vs -.tern-project .DS_Store -.idea -.cgo_ldflags - -# binary databases -influxd.bolt -*.db - -# Project distribution -/dist - -# Project binaries. -/influx -/influxd -/fluxd -/transpilerd -/bin - -# Project tools that you might install with go build. -/editorconfig-checker -/staticcheck - -ui/node_modules -ui/coverage -ui/npm-error.log -ui/build -ui/.cache -ui/package-lock.json -ui/junit.xml - -# e2e test artifacts -ui/cypress/screenshots -ui/cypress/videos - -ui/src/api/.gitignore -ui/src/api/.openapi-generator-ignore -ui/src/api/.openapi-generator/VERSION -ui/src/api/git_push.sh - -# UI generated typescript types -ui/src/client/generatedRoutes.ts - -http/swagger_gen.go - -# The below files are generated with make generate -# These are used with the assests go build tag. -chronograf/canned/bin_gen.go -chronograf/dist/dist_gen.go -chronograf/server/swagger_gen.go -http/swagger_gen.go - -# The rest of the file is the .gitignore from the original influxdb repository, -# copied here to prevent mistakenly checking in any binary files -# that may be present but previously ignored if you cloned/developed before v2. - -*~ - -config.json -/bin/ - -/query/a.out* - -# ignore generated files. -cmd/influxd/version.go - -# executables - -*.test - -influx_tsm -**/influx_tsm -!**/influx_tsm/ - -influx_stress -**/influx_stress -!**/influx_stress/ - -influxd -**/influxd -!**/influxd/ - -influx -**/influx -!**/influx/ - -influxdb -**/influxdb -!**/influxdb/ - -influx_inspect -**/influx_inspect -!**/influx_inspect/ - -/benchmark-tool -/main -/benchmark-storage -godef -gosym -gocode -inspect-raft - -# dependencies -out_rpm/ -packages/ - -# autconf -autom4te.cache/ -config.log -config.status - -# log file -influxdb.log -benchmark.log - -# config file -config.toml - -# test data files -integration/migration_data/ -test-logs/ - -# man outputs -man/*.xml -man/*.1 -man/*.1.gz - -# test outputs -/test-results.xml -junit-results -cypress/screenshots -cypress/videos - -# profile data -/prof - -# vendored files -/vendor diff --git a/apache_jmeter/README.md b/apache_jmeter/readme.md similarity index 100% rename from apache_jmeter/README.md rename to apache_jmeter/readme.md diff --git a/apache_postgresql/README.md b/apache_postgresql/readme.md similarity index 100% rename from apache_postgresql/README.md rename to apache_postgresql/readme.md diff --git a/apex_legends/README.md b/apex_legends/readme.md similarity index 100% rename from apex_legends/README.md rename to apex_legends/readme.md diff --git a/aws_cloudwatch/README.md b/aws_cloudwatch/readme.md similarity index 100% rename from aws_cloudwatch/README.md rename to aws_cloudwatch/readme.md diff --git a/currency_exchange_rates/README.md b/currency_exchange_rates/readme.md similarity index 100% rename from currency_exchange_rates/README.md rename to currency_exchange_rates/readme.md diff --git a/endpoint-security-state/README.md b/endpoint-security-state/readme.md similarity index 100% rename from endpoint-security-state/README.md rename to endpoint-security-state/readme.md diff --git a/enviro_plus/README.md b/enviro_plus/readme.md similarity index 100% rename from enviro_plus/README.md rename to enviro_plus/readme.md diff --git a/fortnite/README.md b/fortnite/readme.md similarity index 100% rename from fortnite/README.md rename to fortnite/readme.md diff --git a/gcp_monitoring/README.md b/gcp_monitoring/readme.md similarity index 100% rename from gcp_monitoring/README.md rename to gcp_monitoring/readme.md diff --git a/influxdb2_oss_metrics/README.md b/influxdb2_oss_metrics/readme.md similarity index 100% rename from influxdb2_oss_metrics/README.md rename to influxdb2_oss_metrics/readme.md diff --git a/jenkins/README.md b/jenkins/readme.md similarity index 100% rename from jenkins/README.md rename to jenkins/readme.md diff --git a/k8s/README.md b/k8s/readme.md similarity index 100% rename from k8s/README.md rename to k8s/readme.md diff --git a/kafka/README.md b/kafka/readme.md similarity index 100% rename from kafka/README.md rename to kafka/readme.md diff --git a/linux_system/README.md b/linux_system/readme.md similarity index 100% rename from linux_system/README.md rename to linux_system/readme.md diff --git a/modbus/README.md b/modbus/readme.md similarity index 100% rename from modbus/README.md rename to modbus/readme.md diff --git a/monitoring_influxdb_1.x/README.md b/monitoring_influxdb_1.x/readme.md similarity index 100% rename from monitoring_influxdb_1.x/README.md rename to monitoring_influxdb_1.x/readme.md diff --git a/network_interface_performance/README.md b/network_interface_performance/readme.md similarity index 100% rename from network_interface_performance/README.md rename to network_interface_performance/readme.md diff --git a/nginx_mysql/README.md b/nginx_mysql/readme.md similarity index 100% rename from nginx_mysql/README.md rename to nginx_mysql/readme.md diff --git a/redis/README.md b/redis/readme.md similarity index 100% rename from redis/README.md rename to redis/readme.md diff --git a/sflow/README.md b/sflow/readme.md similarity index 100% rename from sflow/README.md rename to sflow/readme.md diff --git a/snmp/README.md b/snmp/readme.md similarity index 100% rename from snmp/README.md rename to snmp/readme.md diff --git a/telegraf/README.md b/telegraf/readme.md similarity index 100% rename from telegraf/README.md rename to telegraf/readme.md diff --git a/windows_system/README.md b/windows_system/readme.md similarity index 100% rename from windows_system/README.md rename to windows_system/readme.md