skylight 4.0.2 → 4.1.1.beta
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 +7 -0
- data/ext/libskylight.yml +6 -6
- data/lib/skylight/instrumenter.rb +7 -0
- data/lib/skylight/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cdfdccaa0d3d3b5163035985d500bee74aa687de5c8e3e8f58e661684131d8ea
|
|
4
|
+
data.tar.gz: 85118921b59286d9417ce14b3078ce34b77c34b2bb7a103979a3b3612127ea80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db7577c627384f1ffdb99fd4c442f00acb753cd5d612b2cb2ee58988edd7085cda9378858df850082077e26bd1cbfe4835b83f5fccc68752de2606d8fd1caf90
|
|
7
|
+
data.tar.gz: 550a3ff7eb92ae32a60bbf04286358540b387de49863a9df8b9ce5388c9e56691b24351bc5c923e2bdcb744d4a7351bb47b7251427db8b2cab6172ef0ae12e5e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## 4.1.1-beta
|
|
2
|
+
* [IMPROVEMENT] Improve socket retry handling in skylightd
|
|
3
|
+
|
|
4
|
+
## 4.1.0 (June 3, 2019)
|
|
5
|
+
* [FEATURE] add normalizers for Graphiti >= 1.2
|
|
6
|
+
* [BUGFIX] re-enable aliases in skylight.yml
|
|
7
|
+
|
|
1
8
|
## 4.0.2 (May 21, 2019)
|
|
2
9
|
* [BUGFIX] Fix an issue with Delayed::Job worker name formatting
|
|
3
10
|
|
data/ext/libskylight.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
version: "4.0.0-
|
|
1
|
+
version: "4.0.0-4f6f5da"
|
|
2
2
|
checksums:
|
|
3
|
-
x86-linux: "
|
|
4
|
-
x86_64-linux: "
|
|
5
|
-
x86_64-linux-musl: "
|
|
6
|
-
x86_64-darwin: "
|
|
7
|
-
x86_64-freebsd: "
|
|
3
|
+
x86-linux: "d0c1ae51a2c4c0038df985e808f3ff8ce043e8cb0670027ef825bf9b5ae96dc8"
|
|
4
|
+
x86_64-linux: "c5178f140882406c19700c9488150d5b891e8f47fd685f40595d1ec76c8f4667"
|
|
5
|
+
x86_64-linux-musl: "8b9d599e7000c776f5b951baf0646cacee49c326883bfd7e0e2b5a03d9deab97"
|
|
6
|
+
x86_64-darwin: "c5611ef825fefee403b4722e87f6ef38ae802a8a7f2c702280ee880c382a7308"
|
|
7
|
+
x86_64-freebsd: "151d374739099a04373945cb4784240437ede4aaafe0400f47317ff63693bd15"
|
|
@@ -19,6 +19,13 @@ module Skylight
|
|
|
19
19
|
|
|
20
20
|
def process_sql(sql)
|
|
21
21
|
Skylight.lex_sql(sql)
|
|
22
|
+
rescue SqlLexError => e
|
|
23
|
+
if config[:log_sql_parse_errors]
|
|
24
|
+
config.logger.error "[#{e.formatted_code}] Failed to extract binds from SQL query. " \
|
|
25
|
+
"It's likely that this query uses more advanced syntax than we currently support. " \
|
|
26
|
+
"sql=#{sql.inspect}"
|
|
27
|
+
end
|
|
28
|
+
nil
|
|
22
29
|
end
|
|
23
30
|
end
|
|
24
31
|
end
|
data/lib/skylight/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: skylight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.1.1.beta
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tilde, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: skylight-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 4.
|
|
19
|
+
version: 4.1.1.beta
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 4.
|
|
26
|
+
version: 4.1.1.beta
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: beefcake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -263,9 +263,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
263
263
|
version: '2.3'
|
|
264
264
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
265
265
|
requirements:
|
|
266
|
-
- - "
|
|
266
|
+
- - ">"
|
|
267
267
|
- !ruby/object:Gem::Version
|
|
268
|
-
version:
|
|
268
|
+
version: 1.3.1
|
|
269
269
|
requirements: []
|
|
270
270
|
rubygems_version: 3.0.3
|
|
271
271
|
signing_key:
|