dispatch-rider 1.8.0 → 1.8.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +39 -5
- data/lib/dispatch-rider/integrations/appsignal.rb +2 -2
- data/lib/dispatch-rider/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07eacc4af0c51ff05201d62e2166fc7120d1049d
|
|
4
|
+
data.tar.gz: 781b694af21e8583d8105a4f9d246a532a66997b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2ac6d50f5ac1aca9d5474be04a68e2f32877bc4f8f25a15959115bf1d50649cee3e6aec49beaec445a92836bc1bb040661cd1860c99ae5c8898bae90679b6e3
|
|
7
|
+
data.tar.gz: a06bf03a8ff9f2e4c6102c1b408cc047955695d8cc4edef34428a1b894c90e6684ebd63277b5f08fd8b0a94dfa1c610258e1d3dbd4bf4937bd00b7b7a63eb3cb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [v1.8.0](https://github.com/payrollhero/dispatch-rider/tree/v1.8.0) (2016-01-19)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v1.7.2...v1.8.0)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Added appsignal dependancy and upgraded to 1.0 support \(hopefully\) [\#69](https://github.com/payrollhero/dispatch-rider/pull/69) ([piotrb](https://github.com/piotrb))
|
|
10
|
+
|
|
11
|
+
## [v1.7.2](https://github.com/payrollhero/dispatch-rider/tree/v1.7.2) (2015-08-13)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v1.6.2...v1.7.2)
|
|
14
|
+
|
|
15
|
+
**Merged pull requests:**
|
|
16
|
+
|
|
17
|
+
- Scheduled Job [\#68](https://github.com/payrollhero/dispatch-rider/pull/68) ([more-ron](https://github.com/more-ron))
|
|
18
|
+
|
|
19
|
+
## [v1.6.2](https://github.com/payrollhero/dispatch-rider/tree/v1.6.2) (2015-06-25)
|
|
20
|
+
|
|
21
|
+
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v1.6.1...v1.6.2)
|
|
22
|
+
|
|
23
|
+
**Merged pull requests:**
|
|
24
|
+
|
|
25
|
+
- Feature/additional logging support [\#67](https://github.com/payrollhero/dispatch-rider/pull/67) ([nicosuria](https://github.com/nicosuria))
|
|
26
|
+
|
|
27
|
+
## [v1.6.1](https://github.com/payrollhero/dispatch-rider/tree/v1.6.1) (2015-06-24)
|
|
28
|
+
|
|
29
|
+
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v1.6.0...v1.6.1)
|
|
30
|
+
|
|
31
|
+
**Merged pull requests:**
|
|
32
|
+
|
|
33
|
+
- Fix callback hook for LifecycleLogger. Update specs to handle message… [\#66](https://github.com/payrollhero/dispatch-rider/pull/66) ([mykola-kyryk](https://github.com/mykola-kyryk))
|
|
34
|
+
|
|
35
|
+
- Update README.md with log formatter options [\#65](https://github.com/payrollhero/dispatch-rider/pull/65) ([mykola-kyryk](https://github.com/mykola-kyryk))
|
|
36
|
+
|
|
3
37
|
## [v1.6.0](https://github.com/payrollhero/dispatch-rider/tree/v1.6.0) (2015-06-20)
|
|
4
38
|
|
|
5
39
|
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v1.5.3...v1.6.0)
|
|
@@ -358,7 +392,7 @@
|
|
|
358
392
|
|
|
359
393
|
## [2013-05-28](https://github.com/payrollhero/dispatch-rider/tree/2013-05-28) (2013-05-28)
|
|
360
394
|
|
|
361
|
-
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v0.0.
|
|
395
|
+
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v0.0.3...2013-05-28)
|
|
362
396
|
|
|
363
397
|
**Merged pull requests:**
|
|
364
398
|
|
|
@@ -366,13 +400,13 @@
|
|
|
366
400
|
|
|
367
401
|
- Another stab at the initial implementation for issue \#10 [\#12](https://github.com/payrollhero/dispatch-rider/pull/12) ([piotrb](https://github.com/piotrb))
|
|
368
402
|
|
|
369
|
-
## [v0.0.
|
|
403
|
+
## [v0.0.3](https://github.com/payrollhero/dispatch-rider/tree/v0.0.3) (2013-05-22)
|
|
370
404
|
|
|
371
|
-
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v0.0.
|
|
405
|
+
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v0.0.2...v0.0.3)
|
|
372
406
|
|
|
373
|
-
## [v0.0.
|
|
407
|
+
## [v0.0.2](https://github.com/payrollhero/dispatch-rider/tree/v0.0.2) (2013-05-22)
|
|
374
408
|
|
|
375
|
-
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v0.0.1...v0.0.
|
|
409
|
+
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v0.0.1...v0.0.2)
|
|
376
410
|
|
|
377
411
|
**Merged pull requests:**
|
|
378
412
|
|
|
@@ -9,8 +9,8 @@ if defined? Appsignal
|
|
|
9
9
|
begin
|
|
10
10
|
::Appsignal::Transaction.create(
|
|
11
11
|
SecureRandom.uuid,
|
|
12
|
-
Appsignal::Transaction::BACKGROUND_JOB,
|
|
13
|
-
Appsignal::Transaction::GenericRequest.new(ENV.to_hash)
|
|
12
|
+
::Appsignal::Transaction::BACKGROUND_JOB,
|
|
13
|
+
::Appsignal::Transaction::GenericRequest.new(ENV.to_hash)
|
|
14
14
|
)
|
|
15
15
|
|
|
16
16
|
::ActiveSupport::Notifications.instrument(
|