pghero 2.7.3 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cde64b8247e49038ddc1eb136a9900386b128f8e2145e60eb201bec3be586470
4
- data.tar.gz: e09c2d6705c5d5edb4054c8a5df8b41847c66e9dfc5ba04d7705c1f9cbb4eb56
3
+ metadata.gz: dcb20f61ae17a91ddbe9ed9d91de39fe02e0486284cb6b1f2efc6d03a63d5e69
4
+ data.tar.gz: b0cc09ab0d4670bdc0f8c5e70731a325acb0c187911e2e4d9865458f381f4c88
5
5
  SHA512:
6
- metadata.gz: 8a56fb48768e6dfbe10c1056dc71f32e339fa63dba628fcb76fec5cc1c2ca3867be45e6468b06f9fc8ae79da3fab09f8de8c1ad08d4f550c3de5db96e16cd67f
7
- data.tar.gz: b5dc376105034625527ff19fa07c21bbf0ffe2281577f3fec3ebd39742c2560b8ea5de33e5e5abe9af078a131efe06e855c18cea733583b3314a0de9422e041b
6
+ metadata.gz: 92ce99fea5ed6ad43a05ee7eab311960e3164cd5fcba02153d470a2adddd008b62f4edf1f6d3bd0a64c1707a06099dd472af5ce5c6a3eebfb6687143b6ef007e
7
+ data.tar.gz: c0a794fc0e6bc6dad54fd6efe27637e86910bc46440dabf93bfef856c60b231585431e603598f5074bf0b499842dd63b35d448a381792a4155dc6703dc24ee62
data/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 2.8.2 (2021-12-15)
2
+
3
+ - Fixed sorting by name on space page when historical space stats are not enabled
4
+ - Fixed deprecation warnings with Active Record 7
5
+
6
+ ## 2.8.1 (2021-03-25)
7
+
8
+ - Added support for pg_query 2
9
+
10
+ ## 2.8.0 (2021-03-14)
11
+
12
+ - No longer show walsender in long running queries
13
+ - Show relative time on maintenance page
14
+ - Added support for `PGHERO_TZ` for Docker and Linux
15
+
16
+ ## 2.7.4 (2021-02-01)
17
+
18
+ - Fixed error on redirect with Ruby 3
19
+ - Fixed error with unparsable sequences
20
+
1
21
  ## 2.7.3 (2020-11-23)
2
22
 
3
23
  - Improved index suggestions when hash, GiST, GIN, or BRIN index present
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014-2019 Andrew Kane, 2008-2014 Heroku (initial queries)
1
+ Copyright (c) 2014-2021 Andrew Kane, 2008-2014 Heroku (initial queries)
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -4,13 +4,13 @@ A performance dashboard for Postgres
4
4
 
5
5
  [See it in action](https://pghero.dokkuapp.com/)
6
6
 
7
- [![Screenshot](https://pghero.dokkuapp.com/assets/pghero-a09d6c90d3d5cbf90f437b792a9b0c89751054c5e10be57af4efb79feab2458b.png)](https://pghero.dokkuapp.com/)
7
+ [![Screenshot](https://pghero.dokkuapp.com/assets/pghero-ebb9c8e11434fd0e4ead81db88fe255b29cbbc845ec315b79e6c5e25015bc921.png)](https://pghero.dokkuapp.com/)
8
8
 
9
9
  :tangerine: Battle-tested at [Instacart](https://www.instacart.com/opensource)
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
- ## Installation
13
+ ## Documentation
14
14
 
15
15
  PgHero is available as a Docker image, Linux package, and Rails engine.
16
16