gooddata 2.1.10 → 2.1.15
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/.gdc-ii-config.yaml +1 -1
- data/CHANGELOG.md +29 -0
- data/Dockerfile +5 -3
- data/README.md +17 -0
- data/SDK_VERSION +1 -1
- data/VERSION +1 -1
- data/bin/run_brick.rb +3 -0
- data/bin/test_projects_cleanup.rb +6 -2
- data/dev-gooddata-sso.pub.encrypted +40 -40
- data/gdc_fossa_lcm.yaml +2 -0
- data/gdc_fossa_ruby_sdk.yaml +5 -0
- data/gooddata.gemspec +3 -3
- data/k8s/charts/lcm-bricks/Chart.yaml +1 -1
- data/k8s/charts/lcm-bricks/templates/prometheus/alertingRules.yaml +32 -12
- data/lib/gooddata.rb +2 -0
- data/lib/gooddata/helpers/global_helpers_params.rb +2 -2
- data/lib/gooddata/lcm/actions/base_action.rb +0 -2
- data/lib/gooddata/lcm/actions/collect_tagged_objects.rb +2 -1
- data/lib/gooddata/lcm/actions/migrate_gdc_date_dimension.rb +116 -0
- data/lib/gooddata/lcm/actions/synchronize_ldm.rb +10 -1
- data/lib/gooddata/lcm/lcm2.rb +1 -2
- data/lib/gooddata/lcm/types/base_type.rb +0 -2
- data/lib/gooddata/models/blueprint/project_blueprint.rb +0 -2
- data/lib/gooddata/models/data_source.rb +662 -0
- data/lib/gooddata/models/domain.rb +1 -2
- data/lib/gooddata/models/from_wire.rb +1 -0
- data/lib/gooddata/models/metadata/scheduled_mail.rb +1 -1
- data/lib/gooddata/models/process.rb +11 -3
- data/lib/gooddata/models/project.rb +121 -13
- data/lib/gooddata/models/user_filters/user_filter_builder.rb +0 -1
- data/lib/gooddata/models/user_group.rb +0 -1
- data/rubydev_public.gpg.encrypted +51 -51
- data/rubydev_secret_keys.gpg.encrypted +109 -109
- metadata +15 -12
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: 2.1.
|
4
|
+
version: 2.1.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Kolesnikov
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date:
|
17
|
+
date: 2021-02-02 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: license_finder
|
@@ -244,16 +244,16 @@ dependencies:
|
|
244
244
|
name: vcr
|
245
245
|
requirement: !ruby/object:Gem::Requirement
|
246
246
|
requirements:
|
247
|
-
- -
|
247
|
+
- - '='
|
248
248
|
- !ruby/object:Gem::Version
|
249
|
-
version:
|
249
|
+
version: 5.0.0
|
250
250
|
type: :development
|
251
251
|
prerelease: false
|
252
252
|
version_requirements: !ruby/object:Gem::Requirement
|
253
253
|
requirements:
|
254
|
-
- -
|
254
|
+
- - '='
|
255
255
|
- !ruby/object:Gem::Version
|
256
|
-
version:
|
256
|
+
version: 5.0.0
|
257
257
|
- !ruby/object:Gem::Dependency
|
258
258
|
name: hashdiff
|
259
259
|
requirement: !ruby/object:Gem::Requirement
|
@@ -286,9 +286,9 @@ dependencies:
|
|
286
286
|
name: activesupport
|
287
287
|
requirement: !ruby/object:Gem::Requirement
|
288
288
|
requirements:
|
289
|
-
- - "
|
289
|
+
- - ">="
|
290
290
|
- !ruby/object:Gem::Version
|
291
|
-
version:
|
291
|
+
version: 5.2.4.3
|
292
292
|
- - "<"
|
293
293
|
- !ruby/object:Gem::Version
|
294
294
|
version: '6.0'
|
@@ -296,9 +296,9 @@ dependencies:
|
|
296
296
|
prerelease: false
|
297
297
|
version_requirements: !ruby/object:Gem::Requirement
|
298
298
|
requirements:
|
299
|
-
- - "
|
299
|
+
- - ">="
|
300
300
|
- !ruby/object:Gem::Version
|
301
|
-
version:
|
301
|
+
version: 5.2.4.3
|
302
302
|
- - "<"
|
303
303
|
- !ruby/object:Gem::Version
|
304
304
|
version: '6.0'
|
@@ -640,6 +640,8 @@ files:
|
|
640
640
|
- dev-gooddata-sso.pub.encrypted
|
641
641
|
- docker-compose.lcm.yml
|
642
642
|
- docker-compose.yml
|
643
|
+
- gdc_fossa_lcm.yaml
|
644
|
+
- gdc_fossa_ruby_sdk.yaml
|
643
645
|
- gooddata
|
644
646
|
- gooddata.gemspec
|
645
647
|
- k8s/charts/lcm-bricks/Chart.yaml
|
@@ -783,6 +785,7 @@ files:
|
|
783
785
|
- lib/gooddata/lcm/actions/hello_world.rb
|
784
786
|
- lib/gooddata/lcm/actions/help.rb
|
785
787
|
- lib/gooddata/lcm/actions/import_object_collections.rb
|
788
|
+
- lib/gooddata/lcm/actions/migrate_gdc_date_dimension.rb
|
786
789
|
- lib/gooddata/lcm/actions/provision_clients.rb
|
787
790
|
- lib/gooddata/lcm/actions/purge_clients.rb
|
788
791
|
- lib/gooddata/lcm/actions/rename_existing_client_projects.rb
|
@@ -918,6 +921,7 @@ files:
|
|
918
921
|
- lib/gooddata/models/client_synchronization_result.rb
|
919
922
|
- lib/gooddata/models/client_synchronization_result_details.rb
|
920
923
|
- lib/gooddata/models/data_product.rb
|
924
|
+
- lib/gooddata/models/data_source.rb
|
921
925
|
- lib/gooddata/models/datawarehouse.rb
|
922
926
|
- lib/gooddata/models/domain.rb
|
923
927
|
- lib/gooddata/models/execution.rb
|
@@ -1014,8 +1018,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1014
1018
|
- !ruby/object:Gem::Version
|
1015
1019
|
version: '0'
|
1016
1020
|
requirements: []
|
1017
|
-
|
1018
|
-
rubygems_version: 2.7.7
|
1021
|
+
rubygems_version: 3.0.8
|
1019
1022
|
signing_key:
|
1020
1023
|
specification_version: 4
|
1021
1024
|
summary: A convenient Ruby wrapper around the GoodData RESTful API
|