pghero 2.8.1 → 2.8.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of pghero might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/app/assets/javascripts/pghero/Chart.bundle.js +22931 -19988
- data/app/assets/javascripts/pghero/chartkick.js +317 -253
- data/app/controllers/pg_hero/home_controller.rb +10 -6
- data/app/views/pg_hero/home/index.html.erb +1 -1
- data/app/views/pg_hero/home/relation_space.html.erb +1 -1
- data/app/views/pg_hero/home/show_query.html.erb +3 -3
- data/app/views/pg_hero/home/space.html.erb +4 -4
- data/app/views/pg_hero/home/system.html.erb +4 -4
- data/lib/pghero/database.rb +1 -1
- data/lib/pghero/version.rb +1 -1
- data/lib/pghero.rb +8 -2
- data/licenses/LICENSE-chart.js.txt +1 -1
- data/licenses/LICENSE-chartjs-adapter-date-fns.txt +9 -0
- data/licenses/LICENSE-chartkick.js.txt +1 -1
- data/licenses/LICENSE-date-fns.txt +20 -0
- metadata +5 -4
- data/licenses/LICENSE-moment.txt +0 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dcb20f61ae17a91ddbe9ed9d91de39fe02e0486284cb6b1f2efc6d03a63d5e69
|
4
|
+
data.tar.gz: b0cc09ab0d4670bdc0f8c5e70731a325acb0c187911e2e4d9865458f381f4c88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92ce99fea5ed6ad43a05ee7eab311960e3164cd5fcba02153d470a2adddd008b62f4edf1f6d3bd0a64c1707a06099dd472af5ce5c6a3eebfb6687143b6ef007e
|
7
|
+
data.tar.gz: c0a794fc0e6bc6dad54fd6efe27637e86910bc46440dabf93bfef856c60b231585431e603598f5074bf0b499842dd63b35d448a381792a4155dc6703dc24ee62
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -10,7 +10,7 @@ A performance dashboard for Postgres
|
|
10
10
|
|
11
11
|
[![Build Status](https://github.com/ankane/pghero/workflows/build/badge.svg?branch=master)](https://github.com/ankane/pghero/actions) [![Docker Pulls](https://img.shields.io/docker/pulls/ankane/pghero)](https://hub.docker.com/repository/docker/ankane/pghero)
|
12
12
|
|
13
|
-
##
|
13
|
+
## Documentation
|
14
14
|
|
15
15
|
PgHero is available as a Docker image, Linux package, and Rails engine.
|
16
16
|
|