elasticgraph-warehouse 1.0.3.rc1 → 1.2.0
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: 785f219b4c29d8e7f60654773d0a11ebe79da734e0a9941757f05f1d329f44d3
|
|
4
|
+
data.tar.gz: f9cac093240e279234e245b02310e4e20a21eebb46b99ac2402680b3cca5d6dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5761afe248e0d97aaf76c21d82edeb3b89ac17003f64d2ced11540e75102fd145a35601e5a6a8d47e69754130d7bd4ddb47ae7a8da86a08ef834a5c9a7efc9d
|
|
7
|
+
data.tar.gz: fb84ac24f50cf9cb44d5dddd06314b48ffd72c14d57a7f86c3c889cb5cee4d6c9c6d210d4f88a25048475eb0f672ba0a6c5dd4adbcce51c084651442615a34a6
|
|
@@ -29,7 +29,7 @@ module ElasticGraph
|
|
|
29
29
|
# @return [Hash<String, Hash>] a hash mapping table names to their configuration
|
|
30
30
|
def generate_warehouse_config
|
|
31
31
|
tables = all_types
|
|
32
|
-
.filter_map { |type| (_ = type).
|
|
32
|
+
.filter_map { |type| (_ = type).own_index_def if type.respond_to?(:own_index_def) }
|
|
33
33
|
.filter_map(&:warehouse_table_def)
|
|
34
34
|
.sort_by(&:name)
|
|
35
35
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elasticgraph-warehouse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Wilson
|
|
@@ -17,28 +17,28 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 1.0
|
|
20
|
+
version: 1.2.0
|
|
21
21
|
type: :development
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - '='
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 1.0
|
|
27
|
+
version: 1.2.0
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: elasticgraph-support
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
32
|
- - '='
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 1.0
|
|
34
|
+
version: 1.2.0
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - '='
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 1.0
|
|
41
|
+
version: 1.2.0
|
|
42
42
|
email:
|
|
43
43
|
- joshuaw@squareup.com
|
|
44
44
|
executables: []
|
|
@@ -63,10 +63,10 @@ licenses:
|
|
|
63
63
|
- MIT
|
|
64
64
|
metadata:
|
|
65
65
|
bug_tracker_uri: https://github.com/block/elasticgraph/issues
|
|
66
|
-
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0
|
|
67
|
-
documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0
|
|
66
|
+
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.2.0
|
|
67
|
+
documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.2.0/
|
|
68
68
|
homepage_uri: https://block.github.io/elasticgraph/
|
|
69
|
-
source_code_uri: https://github.com/block/elasticgraph/tree/v1.0
|
|
69
|
+
source_code_uri: https://github.com/block/elasticgraph/tree/v1.2.0/elasticgraph-warehouse
|
|
70
70
|
gem_category: extension
|
|
71
71
|
rdoc_options: []
|
|
72
72
|
require_paths:
|
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
85
85
|
- !ruby/object:Gem::Version
|
|
86
86
|
version: '0'
|
|
87
87
|
requirements: []
|
|
88
|
-
rubygems_version: 4.0.
|
|
88
|
+
rubygems_version: 4.0.6
|
|
89
89
|
specification_version: 4
|
|
90
90
|
summary: Extends ElasticGraph to support ingestion into a data warehouse.
|
|
91
91
|
test_files: []
|