From 6b156f916dfbe856fe998711cee1d18ba69d15e6 Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Fri, 12 Jul 2024 15:08:38 +0200 Subject: [PATCH] Rewrite SupaBase occurrences to lowercase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👆 --- supabase-mixin/.lint | 10 +++++----- supabase-mixin/README.md | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/supabase-mixin/.lint b/supabase-mixin/.lint index 0e4416b7b..ce80aaebf 100644 --- a/supabase-mixin/.lint +++ b/supabase-mixin/.lint @@ -1,11 +1,11 @@ exclusions: template-instance-rule: - reason: "SupaBase instance filtering is accomplished by the project" + reason: "Supabase instance filtering is accomplished by the project" template-job-rule: - reason: "SupaBase instance filtering is accomplished by the project" + reason: "Supabase instance filtering is accomplished by the project" target-instance-rule: - reason: "SupaBase instance filtering is accomplished by the project" + reason: "Supabase instance filtering is accomplished by the project" target-job-rule: - reason: "SupaBase instance filtering is accomplished by the project" + reason: "Supabase instance filtering is accomplished by the project" panel-units-rule: - reason: "Unit set as Number(none)" \ No newline at end of file + reason: "Unit set as Number(none)" diff --git a/supabase-mixin/README.md b/supabase-mixin/README.md index 729d6727d..60d301300 100644 --- a/supabase-mixin/README.md +++ b/supabase-mixin/README.md @@ -1,13 +1,13 @@ -# SupaBase Mixin +# Supabase Mixin -The SupaBase mixin is a configurable Grafana dashboard. +The Supabase mixin is a configurable Grafana dashboard. -The SupaBase mixin contains the following dashboard: +The Supabase mixin contains the following dashboard: -- SupaBase +- Supabase -## SupaBase Dashboard Overview -SupaBase dashboard provides details on the overall status of the SupaBase project including the database related metrics. The dashboard includes visualizations for requests, overall project stats. The dashboard is sourced from https://github.com/supabase/supabase-grafana +## Supabase Dashboard Overview +Supabase dashboard provides details on the overall status of the Supabase project including the database related metrics. The dashboard includes visualizations for requests, overall project stats. The dashboard is sourced from https://github.com/supabase/supabase-grafana ## Tools To use them, you need to have `mixtool` and `jsonnetfmt` installed. If you have a working Go development environment, it's easiest to run the following: