pghero 2.7.3 → 2.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/app/controllers/pg_hero/home_controller.rb +1 -5
- data/lib/pghero/methods/sequences.rb +2 -1
- data/lib/pghero/methods/system.rb +0 -1
- data/lib/pghero/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47a716ee42969f2310d696f944dae5d4183a29566f831b5a39b462c637d015df
|
4
|
+
data.tar.gz: ce9c93d605c256b08e81e412f4e6770c647cea7dac24e6e6d46b7e223c1df9d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f58527f81051d74db0a9cebf63c8e7ae030efc96767a18d60fce2b9c04713c03c8c321f26df7ad266e081065b11d5b23aa9182e2337c0f9831038f41f120eff
|
7
|
+
data.tar.gz: 88607437eff79a7ef1f23c98fee24bc4d93cec10d93e29e0dbc21ddf9a05711e6a3c3ee93d3851f15bed652b91ff3555ec86314d5bfdcd7d59e29ae463c49ce2
|
data/CHANGELOG.md
CHANGED
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -4,7 +4,7 @@ A performance dashboard for Postgres
|
|
4
4
|
|
5
5
|
[See it in action](https://pghero.dokkuapp.com/)
|
6
6
|
|
7
|
-
[](https://pghero.dokkuapp.com/)
|
8
8
|
|
9
9
|
:tangerine: Battle-tested at [Instacart](https://www.instacart.com/opensource)
|
10
10
|
|
@@ -373,11 +373,7 @@ module PgHero
|
|
373
373
|
protected
|
374
374
|
|
375
375
|
def redirect_backward(options = {})
|
376
|
-
|
377
|
-
redirect_back options.merge(fallback_location: root_path)
|
378
|
-
else
|
379
|
-
redirect_to :back, options
|
380
|
-
end
|
376
|
+
redirect_back fallback_location: root_path, **options
|
381
377
|
end
|
382
378
|
|
383
379
|
def set_database
|
data/lib/pghero/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pghero
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.7.
|
4
|
+
version: 2.7.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Kane
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
122
122
|
- !ruby/object:Gem::Version
|
123
123
|
version: '0'
|
124
124
|
requirements: []
|
125
|
-
rubygems_version: 3.
|
125
|
+
rubygems_version: 3.2.3
|
126
126
|
signing_key:
|
127
127
|
specification_version: 4
|
128
128
|
summary: A performance dashboard for Postgres
|