nulogy-fitter-happier 1.5.0 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +16 -3
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +87 -0
- metadata +22 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1122e5b6b0d664307030911bff834d66510b4f492d2b776d88ca48ca51df3262
|
4
|
+
data.tar.gz: 3ba48cb194c67bca89092725a4426c2c04296c49b82b91b27326bda9a12582cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1800b15afcf47e155b10fbb7211bbf67574bad6e05c51d1577d38e89acc443568f634658e2ca8573db6a2c40979da90dd7ad65c62253261afafacc73070b60e
|
7
|
+
data.tar.gz: 164c8bbe7a5a99de07a1684f943c689e15fdc11fe610eb9e5fc2edf02062a8449a0dcbbfb03a16e8ac4803703c527a7f989df061d48d10b7d285b855dd2f537f
|
data/CHANGELOG
CHANGED
@@ -1,14 +1,27 @@
|
|
1
1
|
CHANGELOG
|
2
2
|
=========
|
3
3
|
|
4
|
+
Version 1.5.2
|
5
|
+
=============
|
6
|
+
|
7
|
+
* Relax NewRelic dependency
|
8
|
+
|
9
|
+
Version 1.5.1
|
10
|
+
=============
|
11
|
+
|
12
|
+
* Relax NewRelic dependency
|
13
|
+
|
4
14
|
Version 1.5
|
5
15
|
===========
|
16
|
+
|
6
17
|
* Update dependencies for Rails 7
|
7
|
-
* Reset the versioning to 1.5.x since the rubygem gem was at 1.3.1, this
|
8
|
-
changelog was at 1.4, and the .gemspec was at 1.2.0 :)
|
9
18
|
|
19
|
+
Version 1.3.1
|
20
|
+
=============
|
21
|
+
|
22
|
+
* Relax NewRelic dependency
|
10
23
|
|
11
|
-
Version 1.
|
24
|
+
Version 1.2
|
12
25
|
===========
|
13
26
|
|
14
27
|
* Relax dependencies
|
File without changes
|
@@ -0,0 +1,87 @@
|
|
1
|
+
[1m[35m (1.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
3
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
4
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
5
|
+
Started GET "/fitter_happier" for 127.0.0.1 at 2021-06-06 21:03:04 -0400
|
6
|
+
Processing by FitterHappier::HeartbeatController#index as HTML
|
7
|
+
Completed 200 OK in 10ms (Views: 3.0ms | ActiveRecord: 0.0ms | Allocations: 1149)
|
8
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
9
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
10
|
+
Started GET "/fitter_happier" for 127.0.0.1 at 2021-06-06 21:03:04 -0400
|
11
|
+
Processing by FitterHappier::HeartbeatController#index as HTML
|
12
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 150)
|
13
|
+
Started GET "/fitter_happier/site_check" for 127.0.0.1 at 2021-06-06 21:03:04 -0400
|
14
|
+
Processing by FitterHappier::HeartbeatController#site_check as HTML
|
15
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 147)
|
16
|
+
Started GET "/fitter_happier/site_and_database_check" for 127.0.0.1 at 2021-06-06 21:03:04 -0400
|
17
|
+
Processing by FitterHappier::HeartbeatController#site_and_database_check as HTML
|
18
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 186)
|
19
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
20
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
21
|
+
Started GET "/fitter_happier/site_and_database_check" for 127.0.0.1 at 2021-06-06 21:03:04 -0400
|
22
|
+
Processing by FitterHappier::HeartbeatController#site_and_database_check as HTML
|
23
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 172)
|
24
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
25
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
26
|
+
Started GET "/fitter_happier/site_check" for 127.0.0.1 at 2021-06-06 21:03:04 -0400
|
27
|
+
Processing by FitterHappier::HeartbeatController#site_check as HTML
|
28
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms | Allocations: 111)
|
29
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
30
|
+
[1m[35m (0.9ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
31
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
32
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
33
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
34
|
+
Started GET "/fitter_happier/site_and_database_check" for 127.0.0.1 at 2022-09-22 03:36:59 -0400
|
35
|
+
Processing by FitterHappier::HeartbeatController#site_and_database_check as HTML
|
36
|
+
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms | Allocations: 1141)
|
37
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
38
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
39
|
+
Started GET "/fitter_happier/site_check" for 127.0.0.1 at 2022-09-22 03:36:59 -0400
|
40
|
+
Processing by FitterHappier::HeartbeatController#site_check as HTML
|
41
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 110)
|
42
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
43
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
44
|
+
Started GET "/fitter_happier" for 127.0.0.1 at 2022-09-22 03:36:59 -0400
|
45
|
+
Processing by FitterHappier::HeartbeatController#index as HTML
|
46
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 139)
|
47
|
+
Started GET "/fitter_happier/site_check" for 127.0.0.1 at 2022-09-22 03:36:59 -0400
|
48
|
+
Processing by FitterHappier::HeartbeatController#site_check as HTML
|
49
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
50
|
+
Started GET "/fitter_happier/site_and_database_check" for 127.0.0.1 at 2022-09-22 03:36:59 -0400
|
51
|
+
Processing by FitterHappier::HeartbeatController#site_and_database_check as HTML
|
52
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 185)
|
53
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
54
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
55
|
+
Started GET "/fitter_happier" for 127.0.0.1 at 2022-09-22 03:36:59 -0400
|
56
|
+
Processing by FitterHappier::HeartbeatController#index as HTML
|
57
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 103)
|
58
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
59
|
+
[1m[35m (1.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
60
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
61
|
+
Started GET "/fitter_happier/site_check" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
|
62
|
+
Processing by FitterHappier::HeartbeatController#site_check as HTML
|
63
|
+
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms | Allocations: 1071)
|
64
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
65
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
66
|
+
Started GET "/fitter_happier" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
|
67
|
+
Processing by FitterHappier::HeartbeatController#index as HTML
|
68
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 149)
|
69
|
+
Started GET "/fitter_happier/site_check" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
|
70
|
+
Processing by FitterHappier::HeartbeatController#site_check as HTML
|
71
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 145)
|
72
|
+
Started GET "/fitter_happier/site_and_database_check" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
|
73
|
+
Processing by FitterHappier::HeartbeatController#site_and_database_check as HTML
|
74
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 185)
|
75
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
76
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
77
|
+
Started GET "/fitter_happier/site_and_database_check" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
|
78
|
+
Processing by FitterHappier::HeartbeatController#site_and_database_check as HTML
|
79
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 171)
|
80
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
81
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
82
|
+
Started GET "/fitter_happier" for 127.0.0.1 at 2023-02-27 19:50:21 -0500
|
83
|
+
Processing by FitterHappier::HeartbeatController#index as HTML
|
84
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 103)
|
85
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
86
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
87
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nulogy-fitter-happier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nulogy Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionpack
|
@@ -59,7 +59,7 @@ dependencies:
|
|
59
59
|
version: 6.15.0
|
60
60
|
- - "<"
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: '
|
62
|
+
version: '10.0'
|
63
63
|
type: :runtime
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -69,7 +69,7 @@ dependencies:
|
|
69
69
|
version: 6.15.0
|
70
70
|
- - "<"
|
71
71
|
- !ruby/object:Gem::Version
|
72
|
-
version: '
|
72
|
+
version: '10.0'
|
73
73
|
- !ruby/object:Gem::Dependency
|
74
74
|
name: railties
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
@@ -124,15 +124,15 @@ dependencies:
|
|
124
124
|
requirements:
|
125
125
|
- - "~>"
|
126
126
|
- !ruby/object:Gem::Version
|
127
|
-
version: '1.
|
127
|
+
version: '1.5'
|
128
128
|
type: :development
|
129
129
|
prerelease: false
|
130
130
|
version_requirements: !ruby/object:Gem::Requirement
|
131
131
|
requirements:
|
132
132
|
- - "~>"
|
133
133
|
- !ruby/object:Gem::Version
|
134
|
-
version: '1.
|
135
|
-
description: send bug reports to
|
134
|
+
version: '1.5'
|
135
|
+
description: send bug reports to https://github.com/nulogy/fitter-happier/
|
136
136
|
email:
|
137
137
|
- engineering@nulogy.com
|
138
138
|
executables: []
|
@@ -160,6 +160,8 @@ files:
|
|
160
160
|
- spec/dummy/config/environments/test.rb
|
161
161
|
- spec/dummy/config/routes.rb
|
162
162
|
- spec/dummy/config/secrets.yml
|
163
|
+
- spec/dummy/db/test.sqlite3
|
164
|
+
- spec/dummy/log/test.log
|
163
165
|
- spec/fitter_happier_request_spec.rb
|
164
166
|
- spec/fitter_happier_routing_spec.rb
|
165
167
|
- spec/spec_helper.rb
|
@@ -186,24 +188,26 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
188
|
- !ruby/object:Gem::Version
|
187
189
|
version: '0'
|
188
190
|
requirements: []
|
189
|
-
rubygems_version: 3.
|
191
|
+
rubygems_version: 3.4.7
|
190
192
|
signing_key:
|
191
193
|
specification_version: 4
|
192
194
|
summary: FitterHappier is a plug-in that provides actions for monitoring site and/or
|
193
195
|
database availability for rails apps.
|
194
196
|
test_files:
|
195
|
-
- spec/
|
197
|
+
- spec/spec_helper.rb
|
196
198
|
- spec/dummy/app/controllers/application_controller.rb
|
197
|
-
- spec/dummy/config/
|
198
|
-
- spec/dummy/config/
|
199
|
-
- spec/dummy/config/database.yml
|
200
|
-
- spec/dummy/config/environment.rb
|
201
|
-
- spec/dummy/config/environments/development.rb
|
199
|
+
- spec/dummy/config/secrets.yml
|
200
|
+
- spec/dummy/config/routes.rb
|
202
201
|
- spec/dummy/config/environments/production.rb
|
202
|
+
- spec/dummy/config/environments/development.rb
|
203
203
|
- spec/dummy/config/environments/test.rb
|
204
|
-
- spec/dummy/config/
|
205
|
-
- spec/dummy/config/
|
204
|
+
- spec/dummy/config/environment.rb
|
205
|
+
- spec/dummy/config/application.rb
|
206
|
+
- spec/dummy/config/database.yml
|
207
|
+
- spec/dummy/config/boot.rb
|
206
208
|
- spec/dummy/config.ru
|
207
|
-
- spec/
|
209
|
+
- spec/dummy/Rakefile
|
210
|
+
- spec/dummy/db/test.sqlite3
|
211
|
+
- spec/dummy/log/test.log
|
208
212
|
- spec/fitter_happier_routing_spec.rb
|
209
|
-
- spec/
|
213
|
+
- spec/fitter_happier_request_spec.rb
|