groonga-query-log 1.4.6 → 1.4.7
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 140bb8239642bb57ed4a1e71e13c186f442c5fbc20b21a603f6e7a8621fab476
|
|
4
|
+
data.tar.gz: b4aceb74d1261eb48ee2334ed5637c30913352cd1ecf9f431dd29711cf59f371
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 292178eebdc4a64e79779fe31a213cc3d11aca88b22a7473f44aa4fa9e25ec548d0d03b9cdb51dee4ea768c78db41556b669c5328d63562d4288498c1cd9b2ee
|
|
7
|
+
data.tar.gz: 3750221e66a98d3854b451a52a7057f24a597d98e1e1710f2a9c9cff94172e045ead3bb22940c64e06f9a7e1bda9d340a4b347e89335dcabb1196acc42e846d9
|
data/doc/text/news.md
CHANGED
|
@@ -83,7 +83,7 @@ class RunRegressionTestCommandTest < Test::Unit::TestCase
|
|
|
83
83
|
:mail_to => "noreply@example.com",
|
|
84
84
|
:mail_subject_on_success => "Success",
|
|
85
85
|
:mail_subject_on_failure => "Failure",
|
|
86
|
-
:path => fixture_path("
|
|
86
|
+
:path => fixture_path("results"),
|
|
87
87
|
}
|
|
88
88
|
notifier = MailNotifier.new(true, 3000, options)
|
|
89
89
|
notifier.notify
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
command: /d/select?table=Logs&match_columns=message&query=%E7%84%BC%E8%82%89
|
|
2
|
+
response1: [[[2], [["_id", "UInt32"], ["message", "Text"]], [1, "log message1: 焼肉"], [2, "log message2: 焼肉"]]]
|
|
3
|
+
response2: [[[2], [["_id", "UInt32"], ["message", "Text"]], [1, "log message1: 焼肉"], [3, "log message3: 焼肉"]]]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: groonga-query-log
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kouhei Sutou
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-08-
|
|
11
|
+
date: 2019-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: groonga-command-parser
|
|
@@ -253,6 +253,7 @@ files:
|
|
|
253
253
|
- test/fixtures/query.log
|
|
254
254
|
- test/fixtures/regression-test-logs/command-format.log
|
|
255
255
|
- test/fixtures/regression-test-logs/error.log
|
|
256
|
+
- test/fixtures/regression-test-logs/results/url-format.log
|
|
256
257
|
- test/fixtures/regression-test-logs/url-format.log
|
|
257
258
|
- test/fixtures/reporter/console.expected
|
|
258
259
|
- test/fixtures/reporter/html.expected
|
|
@@ -313,6 +314,7 @@ test_files:
|
|
|
313
314
|
- test/fixtures/order/elapsed.expected
|
|
314
315
|
- test/fixtures/regression-test-logs/url-format.log
|
|
315
316
|
- test/fixtures/regression-test-logs/command-format.log
|
|
317
|
+
- test/fixtures/regression-test-logs/results/url-format.log
|
|
316
318
|
- test/fixtures/regression-test-logs/error.log
|
|
317
319
|
- test/fixtures/multi.expected
|
|
318
320
|
- test/fixtures/query.log
|