gooddata 0.6.42 → 0.6.43
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/lib/gooddata/models/project.rb +3 -1
- data/lib/gooddata/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75045179773aed8468c7f91efed78c02acd931ba
|
|
4
|
+
data.tar.gz: 88f27665f4934752bd0de316aeb2680ad8d3e22a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bed8c32eb8cb93dde99409c46353b35204374b4f38a482a80f5da9b70d73af8f2b2c879d15aebfcf617fe5a999bcc1bee861567289bc36befd5d073f0d1bddc1
|
|
7
|
+
data.tar.gz: 91b609b51dca26757d34d435c054a7e3936aa847a93dc17e388985b998a44917222c290784a2e09fe87e290de278a828ec3f7a369335721316fca59d3072f7f0
|
|
@@ -961,7 +961,9 @@ module GoodData
|
|
|
961
961
|
fail ObjectsExportError, "Exporting objects failed with messages. Object #{objs.select { |_, obj| obj.nil? }.map { |o, _| o }.join(', ')} could not be found." if objs.any? { |_, obj| obj.nil? }
|
|
962
962
|
export_payload = {
|
|
963
963
|
:partialMDExport => {
|
|
964
|
-
:uris => objs.map { |_, obj| obj.uri }
|
|
964
|
+
:uris => objs.map { |_, obj| obj.uri },
|
|
965
|
+
:exportAttributeProperties => '1',
|
|
966
|
+
:crossDataCenterExport => '1'
|
|
965
967
|
}
|
|
966
968
|
}
|
|
967
969
|
result = client.post("#{md['maintenance']}/partialmdexport", export_payload)
|
data/lib/gooddata/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gooddata
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.43
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pavel Kolesnikov
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2016-10-
|
|
14
|
+
date: 2016-10-06 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bundler
|