embulk-input-jira 0.2.11-java → 0.2.12-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/classpath/embulk-input-jira-0.2.12.jar +0 -0
- data/classpath/{embulk-util-config-0.1.4.jar → embulk-util-config-0.3.1.jar} +0 -0
- data/classpath/embulk-util-file-0.1.1.jar +0 -0
- data/classpath/embulk-util-guess-0.1.2.jar +0 -0
- data/classpath/{embulk-util-retryhelper-0.8.1.jar → embulk-util-retryhelper-0.8.2.jar} +0 -0
- data/classpath/embulk-util-retryhelper-jetty92-0.8.2.jar +0 -0
- data/classpath/embulk-util-text-0.1.0.jar +0 -0
- data/classpath/icu4j-54.1.1.jar +0 -0
- data/classpath/jetty-client-9.2.14.v20151106.jar +0 -0
- data/classpath/jetty-http-9.2.14.v20151106.jar +0 -0
- data/classpath/jetty-io-9.2.14.v20151106.jar +0 -0
- data/classpath/jetty-util-9.2.14.v20151106.jar +0 -0
- data/lib/embulk/input/jira.rb +1 -1
- metadata +14 -6
- data/classpath/embulk-input-jira-0.2.11.jar +0 -0
- data/lib/embulk/guess/jira.rb +0 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ef786e630285a51bfea4ca205b4745230e5f179be6168b4c0debe5094cf605c
|
4
|
+
data.tar.gz: 2e4d05d0750d50bec027b1d68fe640003d85b5aac5758d0f88f0e82b7ca2cbfc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec55bd949c37d3e2ea5807fb9269689ced6b363c65019a9d47ae72b9ebb8bc0d63816b0330f5eb6a2a909e43440367ffe2ff551fa5ca93a172445d527c654a02
|
7
|
+
data.tar.gz: 1efb3fab57946cc5090c4a0e865253b07c3a67c2d50c9d7dc3a35e80033e052327763a3ef49b36e245c7bc2e358694156c28e38ccfcdcb4a70c68ed667902cad
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/embulk/input/jira.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-jira
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.12
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- uu59
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2021-08-23 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: JIRA Embulk input plugin.
|
15
15
|
email:
|
@@ -23,16 +23,21 @@ files:
|
|
23
23
|
- classpath/commons-codec-1.10.jar
|
24
24
|
- classpath/commons-lang3-3.4.jar
|
25
25
|
- classpath/commons-logging-1.2.jar
|
26
|
-
- classpath/embulk-input-jira-0.2.
|
27
|
-
- classpath/embulk-util-config-0.1.
|
26
|
+
- classpath/embulk-input-jira-0.2.12.jar
|
27
|
+
- classpath/embulk-util-config-0.3.1.jar
|
28
|
+
- classpath/embulk-util-file-0.1.1.jar
|
29
|
+
- classpath/embulk-util-guess-0.1.2.jar
|
28
30
|
- classpath/embulk-util-json-0.1.0.jar
|
29
|
-
- classpath/embulk-util-retryhelper-0.8.
|
31
|
+
- classpath/embulk-util-retryhelper-0.8.2.jar
|
32
|
+
- classpath/embulk-util-retryhelper-jetty92-0.8.2.jar
|
30
33
|
- classpath/embulk-util-rubytime-0.3.2.jar
|
34
|
+
- classpath/embulk-util-text-0.1.0.jar
|
31
35
|
- classpath/embulk-util-timestamp-0.2.1.jar
|
32
36
|
- classpath/gson-2.8.5.jar
|
33
37
|
- classpath/guava-18.0.jar
|
34
38
|
- classpath/httpclient-4.5.6.jar
|
35
39
|
- classpath/httpcore-4.4.10.jar
|
40
|
+
- classpath/icu4j-54.1.1.jar
|
36
41
|
- classpath/jackson-annotations-2.6.7.jar
|
37
42
|
- classpath/jackson-core-2.6.7.jar
|
38
43
|
- classpath/jackson-databind-2.6.7.jar
|
@@ -45,9 +50,12 @@ files:
|
|
45
50
|
- classpath/jaxb-impl-2.2.11.jar
|
46
51
|
- classpath/jersey-client-2.27.jar
|
47
52
|
- classpath/jersey-common-2.27.jar
|
53
|
+
- classpath/jetty-client-9.2.14.v20151106.jar
|
54
|
+
- classpath/jetty-http-9.2.14.v20151106.jar
|
55
|
+
- classpath/jetty-io-9.2.14.v20151106.jar
|
56
|
+
- classpath/jetty-util-9.2.14.v20151106.jar
|
48
57
|
- classpath/osgi-resource-locator-1.0.1.jar
|
49
58
|
- classpath/validation-api-1.1.0.Final.jar
|
50
|
-
- lib/embulk/guess/jira.rb
|
51
59
|
- lib/embulk/input/jira.rb
|
52
60
|
homepage: https://github.com/treasure-data/embulk-input-jira
|
53
61
|
licenses:
|
Binary file
|
data/lib/embulk/guess/jira.rb
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
# Not to be used as a standalone guess plugin
|
2
|
-
# This is just a thin wrapper to leverage the SchemaGuess Ruby implementation from Java side
|
3
|
-
|
4
|
-
require 'json'
|
5
|
-
|
6
|
-
module Embulk
|
7
|
-
module Guess
|
8
|
-
class JiraGuess < TextGuessPlugin
|
9
|
-
Plugin.register_guess("jira", self)
|
10
|
-
|
11
|
-
def guess_text(config, sample_text)
|
12
|
-
{:columns =>
|
13
|
-
SchemaGuess.from_hash_records(JSON.parse(sample_text)).map do |c|
|
14
|
-
{
|
15
|
-
name: c.name,
|
16
|
-
type: c.type,
|
17
|
-
**(c.format ? {format: c.format} : {})
|
18
|
-
}
|
19
|
-
end
|
20
|
-
}
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|