files.com 1.1.277 → 1.1.279
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/Gemfile.lock +1 -1
- data/_VERSION +1 -1
- data/docs/sync_run.md +2 -4
- data/lib/files.com/models/sync_run.rb +3 -8
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b549da4fbf9c434e866cda1c7196c101c43d42b6263d78271169e393a139b036
|
4
|
+
data.tar.gz: febf30065e42526dc5dd2d9344b11c9a34558ffc65b070256af025fd29960c68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9487b5df9a1f596511796ffa88c7123de90a20f544d6d5d49971274270729954cf84e76e995880983a871d4584a4051d015b370dda3eaa7426cdd9fde23dc29
|
7
|
+
data.tar.gz: 03edae165adbb34221ef6f93dbe98bca389568e030fdb691ea7e4e3793d3f42f76c0033eb95176e575ccb3016bb951da1f43adf481a79d44de16f286fdf4ea31
|
data/Gemfile.lock
CHANGED
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.279
|
data/docs/sync_run.md
CHANGED
@@ -19,8 +19,7 @@
|
|
19
19
|
"errored_files": 1,
|
20
20
|
"successful_files": 1,
|
21
21
|
"runtime": 1.0,
|
22
|
-
"
|
23
|
-
"s3_internal_body_path": "example",
|
22
|
+
"log_url": "https://www.example.com/log_file.txt",
|
24
23
|
"completed_at": "2000-01-01T01:00:00Z",
|
25
24
|
"notified": true,
|
26
25
|
"created_at": "2000-01-01T01:00:00Z",
|
@@ -41,8 +40,7 @@
|
|
41
40
|
* `errored_files` (int64): Number of files that errored
|
42
41
|
* `successful_files` (int64): Number of files successfully synced
|
43
42
|
* `runtime` (double): Total runtime in seconds
|
44
|
-
* `
|
45
|
-
* `s3_internal_body_path` (string): S3 path to the internal log file
|
43
|
+
* `log_url` (string): Link to external log file.
|
46
44
|
* `completed_at` (date-time): When this run was completed
|
47
45
|
* `notified` (boolean): Whether notifications were sent for this run
|
48
46
|
* `created_at` (date-time): When this run was created
|
@@ -74,14 +74,9 @@ module Files
|
|
74
74
|
@attributes[:runtime]
|
75
75
|
end
|
76
76
|
|
77
|
-
# string -
|
78
|
-
def
|
79
|
-
@attributes[:
|
80
|
-
end
|
81
|
-
|
82
|
-
# string - S3 path to the internal log file
|
83
|
-
def s3_internal_body_path
|
84
|
-
@attributes[:s3_internal_body_path]
|
77
|
+
# string - Link to external log file.
|
78
|
+
def log_url
|
79
|
+
@attributes[:log_url]
|
85
80
|
end
|
86
81
|
|
87
82
|
# date-time - When this run was completed
|
data/lib/files.com/version.rb
CHANGED
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.
|
4
|
+
version: 1.1.279
|
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-06-
|
11
|
+
date: 2025-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|