files.com 1.1.326 → 1.1.327

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e3b57a4f3d778bf9bcc60bd8e478891f5ce69e5f84ad4438dd9849b80d84c47
4
- data.tar.gz: 6e9ae272c50d961e884c0d076bfedb268e620d98d814df8dc50d51e9375edf1c
3
+ metadata.gz: 32c9d80f75e54b62563d6c4f11da67285c4fcb4e4da8ab49507924a3ee2f2db4
4
+ data.tar.gz: 4535e5dc60792503b7be0d614a6d70134d955d5b14e116edd0beb0d8ef47462f
5
5
  SHA512:
6
- metadata.gz: cf95045a9ab99a38ae194559ba85d1770ffd26a1cd2636aae6145268a3bcbf4242a973a1d402846168d6d55498d41cbce8ef69e44e37b239f49f9f719c7c48f0
7
- data.tar.gz: '083eab09174e8b86a6b2b7da4429218b916e8e09a021c3d549cfdc49a577452b06f4c1ffe38f361cc805b628911b24877c9b35ba365e3dbba4e07dae90bc38dc'
6
+ metadata.gz: a7e897a1b234f7cfaf87e23438e8f2c03426fa22bf1c3a855a478ab4fc6db636aa75cf2b7cb352306bfff2ac6ce4bda3f9c505a8fa5b4bf12b2ae175e7135600
7
+ data.tar.gz: 6ed94c5956021aa63cf8733e336b7d3266e7fb37d5f0c814be37251a25d5815965ebdc0a9c809ee64f66fd89a8331ae2ef5e1384aca5ab4d0704b8f36213dc93
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.326
1
+ 1.1.327
@@ -8,6 +8,18 @@
8
8
  "enabled": true,
9
9
  "fall": 1,
10
10
  "health_check_enabled": true,
11
+ "health_check_results": [
12
+ {
13
+ "timestamp": "2025-09-19T12:32:52+00:00",
14
+ "status": "healthy",
15
+ "canary_timestamp": "2025-09-19T12:32:52+00:00"
16
+ },
17
+ {
18
+ "status": "failed",
19
+ "reason": "Unable to connect",
20
+ "timestamp": "2025-09-19T12:32:52+00:00"
21
+ }
22
+ ],
11
23
  "health_check_type": "active",
12
24
  "id": 1,
13
25
  "interval": 60,
@@ -27,6 +39,7 @@
27
39
  * `enabled` (boolean): True if this backend is enabled.
28
40
  * `fall` (int64): Number of consecutive failures before considering the backend unhealthy.
29
41
  * `health_check_enabled` (boolean): True if health checks are enabled for this backend.
42
+ * `health_check_results` (array(object)): Array of recent health check results.
30
43
  * `health_check_type` (string): Type of health check to perform.
31
44
  * `id` (int64): Unique identifier for this backend.
32
45
  * `interval` (int64): Interval in seconds between health checks.
@@ -45,6 +45,15 @@ module Files
45
45
  @attributes[:health_check_enabled] = value
46
46
  end
47
47
 
48
+ # array(object) - Array of recent health check results.
49
+ def health_check_results
50
+ @attributes[:health_check_results]
51
+ end
52
+
53
+ def health_check_results=(value)
54
+ @attributes[:health_check_results] = value
55
+ end
56
+
48
57
  # string - Type of health check to perform.
49
58
  def health_check_type
50
59
  @attributes[:health_check_type]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.326"
4
+ VERSION = "1.1.327"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.326
4
+ version: 1.1.327
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-17 00:00:00.000000000 Z
11
+ date: 2025-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable