gooddata 1.1.0-java → 1.2.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.document +0 -0
- data/.flayignore +2 -0
- data/.travis.yml +24 -7
- data/.yardopts +0 -0
- data/CHANGELOG.md +144 -0
- data/CLI.md +0 -0
- data/Dockerfile.jruby +7 -2
- data/Dockerfile.ruby +1 -1
- data/Gemfile +0 -0
- data/Guardfile +0 -0
- data/Rakefile +23 -9
- data/TODO.md +0 -0
- data/bin/gitflow-init.sh +8 -0
- data/ci.rake +3 -3
- data/data/2008.crt +39 -0
- data/data/new_ca.cer +22 -0
- data/dependency_decisions.yml +0 -0
- data/docker-compose.lcm.yml +31 -0
- data/docker-compose.yml +4 -2
- data/gooddata.gemspec +3 -3
- data/lcm.rake +288 -0
- data/lib/gooddata.rb +1 -0
- data/lib/gooddata/bricks/base_downloader.rb +1 -1
- data/lib/gooddata/bricks/brick.rb +0 -1
- data/lib/gooddata/bricks/middleware/aws_middleware.rb +1 -1
- data/lib/gooddata/bricks/middleware/logger_middleware.rb +1 -1
- data/lib/gooddata/bricks/pipeline.rb +67 -0
- data/lib/gooddata/bricks/provisioning_brick.rb +18 -0
- data/lib/gooddata/bricks/release_brick.rb +18 -0
- data/lib/gooddata/bricks/rollout_brick.rb +14 -0
- data/lib/gooddata/bricks/user_filters_brick.rb +13 -0
- data/lib/gooddata/bricks/users_brick.rb +13 -0
- data/lib/gooddata/core/logging.rb +1 -1
- data/lib/gooddata/exceptions/maql_execution.rb +1 -1
- data/lib/gooddata/extensions/string.rb +0 -0
- data/lib/gooddata/lcm/actions/associate_clients.rb +34 -8
- data/lib/gooddata/lcm/actions/collect_data_product.rb +8 -1
- data/lib/gooddata/lcm/actions/collect_segment_clients.rb +13 -23
- data/lib/gooddata/lcm/actions/collect_segments.rb +10 -0
- data/lib/gooddata/lcm/actions/synchronize_clients.rb +3 -1
- data/lib/gooddata/lcm/actions/synchronize_ldm.rb +61 -34
- data/lib/gooddata/lcm/actions/synchronize_user_filters.rb +6 -4
- data/lib/gooddata/lcm/actions/update_release_table.rb +4 -12
- data/lib/gooddata/lcm/dsl/params_dsl.rb +0 -4
- data/lib/gooddata/lcm/dsl/type_dsl.rb +0 -4
- data/lib/gooddata/lcm/helpers/check_helper.rb +1 -1
- data/lib/gooddata/lcm/lcm2.rb +0 -2
- data/lib/gooddata/lcm/types/special/enum.rb +6 -0
- data/lib/gooddata/lcm/types/special/enum/synchronize_ldm.rb +20 -0
- data/lib/gooddata/lcm/types/special/types.rb +1 -1
- data/lib/gooddata/mixins/is_folder.rb +0 -0
- data/lib/gooddata/mixins/to_json.rb +0 -0
- data/lib/gooddata/mixins/uri_getter.rb +0 -0
- data/lib/gooddata/models/project_creator.rb +38 -30
- data/lib/gooddata/models/user_filters/user_filter_builder.rb +1 -0
- data/lib/gooddata/rest/README.md +0 -0
- data/lib/gooddata/version.rb +1 -1
- data/lib/templates/bricks/brick.rb.erb +0 -0
- data/lib/templates/bricks/main.rb.erb +0 -0
- data/lib/templates/project/Goodfile.erb +0 -0
- data/lib/templates/project/data/commits.csv +0 -0
- data/lib/templates/project/data/devs.csv +0 -0
- data/lib/templates/project/data/repos.csv +0 -0
- data/lib/templates/project/model/model.rb.erb +0 -0
- metadata +23 -452
- data/lib/gooddata/lcm/actions/ensure_data_product.rb +0 -63
- data/spec/.rubocop.yml +0 -16
- data/spec/bricks/bricks_spec.rb +0 -110
- data/spec/bricks/default-config.json +0 -8
- data/spec/data/.gooddata +0 -4
- data/spec/data/blueprints/additional_dataset_module.json +0 -32
- data/spec/data/blueprints/attribute_sort_order_blueprint.json +0 -72
- data/spec/data/blueprints/big_blueprint_not_pruned.json +0 -2079
- data/spec/data/blueprints/invalid_blueprint.json +0 -103
- data/spec/data/blueprints/m_n_model.json +0 -104
- data/spec/data/blueprints/model_module.json +0 -25
- data/spec/data/blueprints/test_blueprint.json +0 -39
- data/spec/data/blueprints/test_project_model_spec.json +0 -106
- data/spec/data/cc/data/source/commits.csv +0 -4
- data/spec/data/cc/data/source/devs.csv +0 -4
- data/spec/data/cc/data/source/repos.csv +0 -3
- data/spec/data/cc/devel.prm +0 -0
- data/spec/data/cc/graph/graph.grf +0 -11
- data/spec/data/cc/workspace.prm +0 -19
- data/spec/data/column_based_permissions.csv +0 -7
- data/spec/data/column_based_permissions2.csv +0 -6
- data/spec/data/dynamic_schedule_params_table.csv +0 -7
- data/spec/data/gd_gse_data_blueprint.json +0 -1371
- data/spec/data/gd_gse_data_manifest.json +0 -1424
- data/spec/data/gd_gse_data_model.json +0 -1772
- data/spec/data/gooddata_version_process/gooddata_version.rb +0 -9
- data/spec/data/gooddata_version_process/gooddata_version.zip +0 -0
- data/spec/data/hello_world_process/hello_world.rb +0 -9
- data/spec/data/hello_world_process/hello_world.zip +0 -0
- data/spec/data/integration_model.json +0 -252
- data/spec/data/integration_policies.csv +0 -9134
- data/spec/data/line_based_permissions.csv +0 -3
- data/spec/data/manifests/test_blueprint.json +0 -32
- data/spec/data/manifests/test_project.json +0 -107
- data/spec/data/reports/left_attr_report.json +0 -108
- data/spec/data/reports/metric_only_one_line.json +0 -83
- data/spec/data/reports/report_1.json +0 -197
- data/spec/data/reports/top_attr_report.json +0 -108
- data/spec/data/ruby_params_process/ruby_params.rb +0 -9
- data/spec/data/ruby_process/deep_files/deep_stuff.txt +0 -1
- data/spec/data/ruby_process/process.rb +0 -8
- data/spec/data/ruby_process/stuff.txt +0 -1
- data/spec/data/superfluous_titles_view.json +0 -81
- data/spec/data/test-ci-data.csv +0 -2
- data/spec/data/user_filters.csv +0 -2
- data/spec/data/users.csv +0 -12
- data/spec/data/wire_models/attribute_sort_by_model.json +0 -73
- data/spec/data/wire_models/model_view.json +0 -1775
- data/spec/data/wire_models/nu_model.json +0 -3046
- data/spec/data/wire_models/test_blueprint.json +0 -66
- data/spec/data/wire_test_project.json +0 -150
- data/spec/data/workspace_table.csv +0 -3
- data/spec/environment/default.rb +0 -43
- data/spec/environment/development.rb +0 -32
- data/spec/environment/environment.rb +0 -38
- data/spec/environment/production.rb +0 -27
- data/spec/environment/staging.rb +0 -32
- data/spec/environment/testing.rb +0 -32
- data/spec/helpers/appstore_project_helper.rb +0 -221
- data/spec/helpers/blueprint_helper.rb +0 -27
- data/spec/helpers/cli_helper.rb +0 -38
- data/spec/helpers/connection_helper.rb +0 -43
- data/spec/helpers/constants.rb +0 -32
- data/spec/helpers/crypto_helper.rb +0 -19
- data/spec/helpers/csv_helper.rb +0 -20
- data/spec/helpers/process_helper.rb +0 -35
- data/spec/helpers/project_helper.rb +0 -74
- data/spec/helpers/schedule_helper.rb +0 -33
- data/spec/helpers/spec_helper.rb +0 -17
- data/spec/integration/ads_output_stage_spec.rb +0 -45
- data/spec/integration/blueprint_updates_spec.rb +0 -107
- data/spec/integration/blueprint_with_ca_spec.rb +0 -56
- data/spec/integration/blueprint_with_grain_spec.rb +0 -74
- data/spec/integration/channel_configuration_spec.rb +0 -67
- data/spec/integration/clients_spec.rb +0 -164
- data/spec/integration/command_datawarehouse_spec.rb +0 -45
- data/spec/integration/command_projects_spec.rb +0 -32
- data/spec/integration/commands/command_projects_spec.rb +0 -22
- data/spec/integration/connection_spec.rb +0 -37
- data/spec/integration/core/connection_spec.rb +0 -56
- data/spec/integration/core/logging_spec.rb +0 -132
- data/spec/integration/core/project_spec.rb +0 -54
- data/spec/integration/create_from_template_spec.rb +0 -29
- data/spec/integration/create_project_spec.rb +0 -27
- data/spec/integration/date_dim_switch_spec.rb +0 -154
- data/spec/integration/deprecated_load_spec.rb +0 -60
- data/spec/integration/full_process_schedule_spec.rb +0 -367
- data/spec/integration/full_project_spec.rb +0 -592
- data/spec/integration/helpers_spec.rb +0 -16
- data/spec/integration/lcm_spec.rb +0 -54
- data/spec/integration/mandatory_user_filter_spec.rb +0 -53
- data/spec/integration/mixins/id_to_uri_spec.rb +0 -56
- data/spec/integration/models/data_product_spec.rb +0 -71
- data/spec/integration/models/domain_spec.rb +0 -162
- data/spec/integration/models/invitation_spec.rb +0 -17
- data/spec/integration/models/label_spec.rb +0 -49
- data/spec/integration/models/membership_spec.rb +0 -127
- data/spec/integration/models/metadata/report_spec.rb +0 -54
- data/spec/integration/models/metric_spec.rb +0 -24
- data/spec/integration/models/params_spec.rb +0 -118
- data/spec/integration/models/process_spec.rb +0 -35
- data/spec/integration/models/profile_spec.rb +0 -210
- data/spec/integration/models/project_role_spec.rb +0 -94
- data/spec/integration/models/project_spec.rb +0 -225
- data/spec/integration/models/schedule_spec.rb +0 -477
- data/spec/integration/models/unit_project_spec.rb +0 -130
- data/spec/integration/over_to_user_filters_spec.rb +0 -98
- data/spec/integration/partial_md_export_import_spec.rb +0 -41
- data/spec/integration/project_spec.rb +0 -381
- data/spec/integration/rest_spec.rb +0 -214
- data/spec/integration/schedule_spec.rb +0 -611
- data/spec/integration/segments_spec.rb +0 -100
- data/spec/integration/subscription_spec.rb +0 -88
- data/spec/integration/urn_date_dim_spec.rb +0 -53
- data/spec/integration/user_filters_spec.rb +0 -310
- data/spec/integration/user_group_spec.rb +0 -147
- data/spec/integration/variables_spec.rb +0 -189
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logger/can_assign_a_custom_logger.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logger/client_logs_when_given_custom_message.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logger/has_the_request_id_logged_when_I_passed_it.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logging_off/Disables_logging.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logging_on/Enables_logging.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project/Returns_project_assigned.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_nil.yml +0 -299
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_project_directly.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_project_using_project_ID.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_project_using_project_URL.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_with_project/Uses_project_specified.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_Metric/all.yml +0 -2065
- data/spec/integration/vcr_cassettes/GoodData_Metric/should_be_able_to_update_folders.yml +0 -119
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/all.yml +0 -9812
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/should_get_json_containing_correct_id.yml +0 -174
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/should_return_nil_for_unknown_id.yml +0 -58
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/should_throw_BadRequest_for_-1.yml +0 -63
- data/spec/integration/vcr_cassettes/GoodData_Rest_Connection/_connect/Connects_using_username_and_password.yml +0 -299
- data/spec/integration/vcr_cassettes/GoodData_Rest_Connection/_disconnect/Connects_using_username_and_password.yml +0 -299
- data/spec/integration/vcr_cassettes/GoodData_Rest_Connection/_generate_request_id/Generates_a_non-empty_string.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_/Should_list_user_groups_as_Array.yml +0 -56
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_add_members/Should_add_member.yml +0 -315
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_members/Should_return_members_as_array.yml +0 -54
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_remove_members/Should_remove_existing_members.yml +0 -258
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_save/updates_existing_group.yml +0 -159
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_set_members/Should_set_new_members.yml +0 -158
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/all.yml +0 -809
- data/spec/logging_in_logging_out_spec.rb +0 -91
- data/spec/spec_helper.rb +0 -110
- data/spec/unit/actions/associate_clients_spec.rb +0 -48
- data/spec/unit/actions/collect_client_projects_spec.rb +0 -47
- data/spec/unit/actions/collect_clients_spec.rb +0 -65
- data/spec/unit/actions/collect_data_product_spec.rb +0 -58
- data/spec/unit/actions/collect_dynamic_schedule_params_spec.rb +0 -56
- data/spec/unit/actions/collect_meta_spec.rb +0 -88
- data/spec/unit/actions/collect_segment_clients_spec.rb +0 -82
- data/spec/unit/actions/collect_tagged_objects_spec.rb +0 -126
- data/spec/unit/actions/collect_users_brick_users_spec.rb +0 -36
- data/spec/unit/actions/create_segment_masters_spec.rb +0 -65
- data/spec/unit/actions/ensure_data_product_spec.rb +0 -39
- data/spec/unit/actions/ensure_technical_users_domain_spec.rb +0 -53
- data/spec/unit/actions/ensure_technical_users_project_spec.rb +0 -76
- data/spec/unit/actions/execute_schedules_spec.rb +0 -94
- data/spec/unit/actions/provision_clients_spec.rb +0 -46
- data/spec/unit/actions/purge_clients_spec.rb +0 -47
- data/spec/unit/actions/rename_existing_client_projects_spec.rb +0 -54
- data/spec/unit/actions/segments_filter_spec.rb +0 -46
- data/spec/unit/actions/shared_examples_for_user_actions.rb +0 -43
- data/spec/unit/actions/synchronize_cas_spec.rb +0 -58
- data/spec/unit/actions/synchronize_clients_spec.rb +0 -71
- data/spec/unit/actions/synchronize_etls_in_segment_spec.rb +0 -206
- data/spec/unit/actions/synchronize_ldm_spec.rb +0 -70
- data/spec/unit/actions/synchronize_user_filters_spec.rb +0 -208
- data/spec/unit/actions/synchronize_user_groups_spec.rb +0 -49
- data/spec/unit/actions/synchronize_users_spec.rb +0 -180
- data/spec/unit/bricks/bricks_spec.rb +0 -34
- data/spec/unit/bricks/middleware/aws_middelware_spec.rb +0 -98
- data/spec/unit/bricks/middleware/bench_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/bulk_salesforce_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/gooddata_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/logger_middleware_spec.rb +0 -30
- data/spec/unit/bricks/middleware/restforce_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/stdout_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/twitter_middleware_spec.rb +0 -15
- data/spec/unit/cli/cli_spec.rb +0 -17
- data/spec/unit/cli/commands/cmd_auth_spec.rb +0 -17
- data/spec/unit/core/nil_logger_spec.rb +0 -13
- data/spec/unit/extensions/hash_spec.rb +0 -22
- data/spec/unit/godzilla/goodzilla_spec.rb +0 -74
- data/spec/unit/helpers/check_helper_production_spec.rb +0 -34
- data/spec/unit/helpers/check_helper_spec.rb +0 -134
- data/spec/unit/helpers/csv_helper_spec.rb +0 -22
- data/spec/unit/helpers/data_helper_spec.rb +0 -67
- data/spec/unit/helpers/global_helpers_spec.rb +0 -264
- data/spec/unit/helpers_spec.rb +0 -254
- data/spec/unit/lcm/lcm2_spec.rb +0 -100
- data/spec/unit/lcm/user_bricks_helper_spec.rb +0 -58
- data/spec/unit/models/blueprint/attribute_sort_by_spec.rb +0 -20
- data/spec/unit/models/blueprint/attributes_spec.rb +0 -28
- data/spec/unit/models/blueprint/dataset_spec.rb +0 -120
- data/spec/unit/models/blueprint/label_blueprint_field_spec.rb +0 -43
- data/spec/unit/models/blueprint/project_blueprint_spec.rb +0 -642
- data/spec/unit/models/blueprint/reference_spec.rb +0 -28
- data/spec/unit/models/blueprint/schema_builder_spec.rb +0 -36
- data/spec/unit/models/blueprint/to_wire_spec.rb +0 -196
- data/spec/unit/models/dataset_blueprint.rb +0 -14
- data/spec/unit/models/execution_spec.rb +0 -109
- data/spec/unit/models/from_wire_spec.rb +0 -321
- data/spec/unit/models/metadata_spec.rb +0 -140
- data/spec/unit/models/metric_spec.rb +0 -129
- data/spec/unit/models/model_spec.rb +0 -87
- data/spec/unit/models/project_creator_spec.rb +0 -90
- data/spec/unit/models/project_spec.rb +0 -94
- data/spec/unit/models/report_result_data_spec.rb +0 -194
- data/spec/unit/models/to_manifest_spec.rb +0 -165
- data/spec/unit/models/user_filters/user_filter_builder_spec.rb +0 -149
- data/spec/unit/models/user_filters_spec.rb +0 -95
- data/spec/unit/models/variable_spec.rb +0 -280
- data/spec/unit/rest/phmap_spec.rb +0 -117
- data/spec/unit/rest/polling_spec.rb +0 -101
- data/spec/unit/rest/resource_spec.rb +0 -10
- data/spec/vcr_configurer.rb +0 -63
@@ -1,354 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/login
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"postUserLogin":{"login":"rubydev+admin@gooddata.com","password":"<PASSWORD>","remember":1,"verify_level":2}}'
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json, application/zip
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip, deflate
|
14
|
-
User-Agent:
|
15
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
16
|
-
Content-Type:
|
17
|
-
- application/json
|
18
|
-
X-Gdc-Authtt:
|
19
|
-
- ''
|
20
|
-
X-Gdc-Request:
|
21
|
-
- c5CfRpZiRyrw24C0i-bRog:IG5Jb4uPd86pLNVA_Wdu6w
|
22
|
-
Dont-Reauth:
|
23
|
-
- 'true'
|
24
|
-
Content-Length:
|
25
|
-
- '113'
|
26
|
-
Host:
|
27
|
-
- staging2-lcm-prod.intgdc.com
|
28
|
-
response:
|
29
|
-
status:
|
30
|
-
code: 200
|
31
|
-
message: OK
|
32
|
-
headers:
|
33
|
-
Vary:
|
34
|
-
- Origin
|
35
|
-
X-Gdc-Authsst:
|
36
|
-
- "<X_GDC_AUTHSST>"
|
37
|
-
X-Gdc-Authtt:
|
38
|
-
- "<X_GDC_AUTHTT>"
|
39
|
-
Expires:
|
40
|
-
- Thu, 01 Jan 1970 00:00:00 GMT
|
41
|
-
Cache-Control:
|
42
|
-
- no-store, no-cache, must-revalidate, max-age=0
|
43
|
-
Pragma:
|
44
|
-
- no-cache
|
45
|
-
P3p:
|
46
|
-
- CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
|
47
|
-
X-Gdc-Log-Header:
|
48
|
-
- ''
|
49
|
-
Content-Type:
|
50
|
-
- application/json;charset=UTF-8
|
51
|
-
Date:
|
52
|
-
- Fri, 04 May 2018 06:25:28 GMT
|
53
|
-
Server:
|
54
|
-
- GoodData WebApp
|
55
|
-
X-Gdc-Request:
|
56
|
-
- c5CfRpZiRyrw24C0i-bRog:IG5Jb4uPd86pLNVA_Wdu6w:sEkWamCfvpaEuKdV
|
57
|
-
X-Gdc-Request-Time:
|
58
|
-
- '17'
|
59
|
-
Transfer-Encoding:
|
60
|
-
- chunked
|
61
|
-
Strict-Transport-Security:
|
62
|
-
- max-age=10886400; includeSubDomains; preload;
|
63
|
-
body:
|
64
|
-
encoding: ASCII-8BIT
|
65
|
-
string: '{"userLogin":{"profile":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","state":"/gdc/account/login/5ad80b895edcc438e5a4418e222733fa","token":"<TOKEN>"}}'
|
66
|
-
http_version:
|
67
|
-
recorded_at: Fri, 04 May 2018 06:25:28 GMT
|
68
|
-
- request:
|
69
|
-
method: get
|
70
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/token
|
71
|
-
body:
|
72
|
-
encoding: US-ASCII
|
73
|
-
string: ''
|
74
|
-
headers:
|
75
|
-
Accept:
|
76
|
-
- application/json, application/zip
|
77
|
-
Accept-Encoding:
|
78
|
-
- gzip, deflate
|
79
|
-
User-Agent:
|
80
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
81
|
-
Content-Type:
|
82
|
-
- application/json
|
83
|
-
X-Gdc-Authtt:
|
84
|
-
- "<X_GDC_AUTHTT>"
|
85
|
-
X-Gdc-Request:
|
86
|
-
- c5CfRpZiRyrw24C0i-bRog:8BOZcZd_AXhHsqwd3Ik3dg
|
87
|
-
X-Gdc-Authsst:
|
88
|
-
- "<X_GDC_AUTHSST>"
|
89
|
-
Dont-Reauth:
|
90
|
-
- 'true'
|
91
|
-
Host:
|
92
|
-
- staging2-lcm-prod.intgdc.com
|
93
|
-
response:
|
94
|
-
status:
|
95
|
-
code: 200
|
96
|
-
message: OK
|
97
|
-
headers:
|
98
|
-
Vary:
|
99
|
-
- Origin
|
100
|
-
Expires:
|
101
|
-
- Thu, 01 Jan 1970 00:00:00 GMT
|
102
|
-
Cache-Control:
|
103
|
-
- no-store, no-cache, must-revalidate, max-age=0
|
104
|
-
Pragma:
|
105
|
-
- no-cache
|
106
|
-
P3p:
|
107
|
-
- CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
|
108
|
-
X-Gdc-Authtt:
|
109
|
-
- "<X_GDC_AUTHTT>"
|
110
|
-
X-Gdc-Log-Header:
|
111
|
-
- ''
|
112
|
-
Content-Type:
|
113
|
-
- application/json
|
114
|
-
Date:
|
115
|
-
- Fri, 04 May 2018 06:25:28 GMT
|
116
|
-
Server:
|
117
|
-
- GoodData WebApp
|
118
|
-
X-Gdc-Request:
|
119
|
-
- c5CfRpZiRyrw24C0i-bRog:8BOZcZd_AXhHsqwd3Ik3dg:CjoVgIz9bCvBSfe7
|
120
|
-
X-Gdc-Request-Time:
|
121
|
-
- '11'
|
122
|
-
Transfer-Encoding:
|
123
|
-
- chunked
|
124
|
-
Strict-Transport-Security:
|
125
|
-
- max-age=10886400; includeSubDomains; preload;
|
126
|
-
body:
|
127
|
-
encoding: ASCII-8BIT
|
128
|
-
string: '{"userToken":{"token":"<TOKEN>"}}'
|
129
|
-
http_version:
|
130
|
-
recorded_at: Fri, 04 May 2018 06:25:28 GMT
|
131
|
-
- request:
|
132
|
-
method: get
|
133
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa
|
134
|
-
body:
|
135
|
-
encoding: US-ASCII
|
136
|
-
string: ''
|
137
|
-
headers:
|
138
|
-
Accept:
|
139
|
-
- application/json, application/zip
|
140
|
-
Accept-Encoding:
|
141
|
-
- gzip, deflate
|
142
|
-
User-Agent:
|
143
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
144
|
-
Content-Type:
|
145
|
-
- application/json
|
146
|
-
X-Gdc-Authtt:
|
147
|
-
- "<X_GDC_AUTHTT>"
|
148
|
-
X-Gdc-Request:
|
149
|
-
- c5CfRpZiRyrw24C0i-bRog:seCqbULrfV3UZNDOJAYC7Q
|
150
|
-
Host:
|
151
|
-
- staging2-lcm-prod.intgdc.com
|
152
|
-
response:
|
153
|
-
status:
|
154
|
-
code: 200
|
155
|
-
message: OK
|
156
|
-
headers:
|
157
|
-
Vary:
|
158
|
-
- Origin
|
159
|
-
Date:
|
160
|
-
- Fri, 04 May 2018 06:25:29 GMT
|
161
|
-
Server:
|
162
|
-
- GoodData WebApp
|
163
|
-
Keep-Alive:
|
164
|
-
- timeout=5, max=97
|
165
|
-
X-Gdc-Log-Header:
|
166
|
-
- ''
|
167
|
-
Cache-Control:
|
168
|
-
- no-cache, no-store, must-revalidate
|
169
|
-
Content-Type:
|
170
|
-
- application/json;charset=UTF-8
|
171
|
-
X-Gdc-Request:
|
172
|
-
- c5CfRpZiRyrw24C0i-bRog:seCqbULrfV3UZNDOJAYC7Q:mEbMoh90CdsriEGy
|
173
|
-
X-Gdc-Request-Time:
|
174
|
-
- '20'
|
175
|
-
Transfer-Encoding:
|
176
|
-
- chunked
|
177
|
-
Strict-Transport-Security:
|
178
|
-
- max-age=10886400; includeSubDomains; preload;
|
179
|
-
body:
|
180
|
-
encoding: ASCII-8BIT
|
181
|
-
string: '{"accountSetting":{"position":null,"effectiveIpWhitelist":null,"email":"rubydev+admin@gooddata.com","updated":"2018-05-03
|
182
|
-
15:33:57","lastName":"1","phoneNumber":"","links":{"auditEvents":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa/auditEvents","domain":"/gdc/domains/staging2-lcm-prod","self":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","projects":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa/projects"},"firstName":"the","country":null,"ssoProvider":"test-ruby","language":"en-US","timezone":null,"ipWhitelist":null,"companyName":"","authenticationModes":["PASSWORD","SSO"],"login":"rubydev+admin@gooddata.com","created":"2017-02-10
|
183
|
-
12:18:01"}}'
|
184
|
-
http_version:
|
185
|
-
recorded_at: Fri, 04 May 2018 06:25:29 GMT
|
186
|
-
- request:
|
187
|
-
method: get
|
188
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc
|
189
|
-
body:
|
190
|
-
encoding: US-ASCII
|
191
|
-
string: ''
|
192
|
-
headers:
|
193
|
-
Accept:
|
194
|
-
- application/json, application/zip
|
195
|
-
Accept-Encoding:
|
196
|
-
- gzip, deflate
|
197
|
-
User-Agent:
|
198
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
199
|
-
Content-Type:
|
200
|
-
- application/json
|
201
|
-
X-Gdc-Authtt:
|
202
|
-
- "<X_GDC_AUTHTT>"
|
203
|
-
X-Gdc-Request:
|
204
|
-
- c5CfRpZiRyrw24C0i-bRog:bSRXwAJ2jMHj1KfZy3qViQ
|
205
|
-
Host:
|
206
|
-
- staging2-lcm-prod.intgdc.com
|
207
|
-
response:
|
208
|
-
status:
|
209
|
-
code: 200
|
210
|
-
message: OK
|
211
|
-
headers:
|
212
|
-
Vary:
|
213
|
-
- Origin,Accept-Encoding
|
214
|
-
Date:
|
215
|
-
- Fri, 04 May 2018 06:25:29 GMT
|
216
|
-
Server:
|
217
|
-
- GoodData WebApp
|
218
|
-
Keep-Alive:
|
219
|
-
- timeout=5, max=96
|
220
|
-
X-Gdc-Log-Header:
|
221
|
-
- ''
|
222
|
-
Cache-Control:
|
223
|
-
- no-cache, no-store, must-revalidate
|
224
|
-
Content-Type:
|
225
|
-
- application/json;charset=UTF-8
|
226
|
-
Transfer-Encoding:
|
227
|
-
- chunked
|
228
|
-
X-Gdc-Request:
|
229
|
-
- c5CfRpZiRyrw24C0i-bRog:bSRXwAJ2jMHj1KfZy3qViQ:RJ1Hx2MV9pZ0fNNr
|
230
|
-
X-Gdc-Request-Time:
|
231
|
-
- '19'
|
232
|
-
Strict-Transport-Security:
|
233
|
-
- max-age=10886400; includeSubDomains; preload;
|
234
|
-
body:
|
235
|
-
encoding: ASCII-8BIT
|
236
|
-
string: '{"about":{"summary":"Use links to navigate the services.","category":"GoodData
|
237
|
-
API root","links":[{"link":"/gdc/","summary":"","category":"home","title":"home"},{"link":"/gdc/account/token","summary":"Temporary
|
238
|
-
token generator.","category":"token","title":"token"},{"link":"/gdc/account/login","summary":"Authentication
|
239
|
-
service.","category":"login","title":"login"},{"link":"/gdc/md","summary":"Metadata
|
240
|
-
resources.","category":"md","title":"metadata"},{"link":"/gdc/xtab2","summary":"Report
|
241
|
-
execution resource.","category":"xtab","title":"xtab"},{"link":"/gdc/exporter","summary":"Report
|
242
|
-
exporting resource.","category":"report-exporter","title":"exporter"},{"link":"/gdc/account","summary":"Resource
|
243
|
-
for logged in account manipulation.","category":"account","title":"account"},{"link":"/gdc/projects","summary":"Resource
|
244
|
-
for user and project management.","category":"projects","title":"projects"},{"link":"/gdc/tool","summary":"Miscellaneous
|
245
|
-
resources.","category":"tool","title":"tool"},{"link":"/gdc/releaseInfo","summary":"Release
|
246
|
-
information.","category":"releaseInfo","title":"releaseInfo"},{"link":"/gdc/uploads","summary":"User
|
247
|
-
data staging area.","category":"uploads","title":"user-uploads"}]}}'
|
248
|
-
http_version:
|
249
|
-
recorded_at: Fri, 04 May 2018 06:25:29 GMT
|
250
|
-
- request:
|
251
|
-
method: get
|
252
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6
|
253
|
-
body:
|
254
|
-
encoding: US-ASCII
|
255
|
-
string: ''
|
256
|
-
headers:
|
257
|
-
Accept:
|
258
|
-
- application/json, application/zip
|
259
|
-
Accept-Encoding:
|
260
|
-
- gzip, deflate
|
261
|
-
User-Agent:
|
262
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
263
|
-
Content-Type:
|
264
|
-
- application/json
|
265
|
-
X-Gdc-Authtt:
|
266
|
-
- "<X_GDC_AUTHTT>"
|
267
|
-
X-Gdc-Request:
|
268
|
-
- c5CfRpZiRyrw24C0i-bRog:fLeTDrBo8AHB2YqLP5pJ8A
|
269
|
-
Host:
|
270
|
-
- staging2-lcm-prod.intgdc.com
|
271
|
-
response:
|
272
|
-
status:
|
273
|
-
code: 200
|
274
|
-
message: OK
|
275
|
-
headers:
|
276
|
-
Vary:
|
277
|
-
- Origin,Accept-Encoding
|
278
|
-
Date:
|
279
|
-
- Fri, 04 May 2018 06:25:30 GMT
|
280
|
-
Server:
|
281
|
-
- GoodData WebApp
|
282
|
-
Keep-Alive:
|
283
|
-
- timeout=5, max=98
|
284
|
-
X-Gdc-Log-Header:
|
285
|
-
- ''
|
286
|
-
Cache-Control:
|
287
|
-
- no-cache, no-store, must-revalidate
|
288
|
-
Content-Type:
|
289
|
-
- application/json;charset=UTF-8
|
290
|
-
Transfer-Encoding:
|
291
|
-
- chunked
|
292
|
-
X-Gdc-Request:
|
293
|
-
- c5CfRpZiRyrw24C0i-bRog:fLeTDrBo8AHB2YqLP5pJ8A:WmbmgKRy16Q63TX9
|
294
|
-
X-Gdc-Request-Time:
|
295
|
-
- '22'
|
296
|
-
Strict-Transport-Security:
|
297
|
-
- max-age=10886400; includeSubDomains; preload;
|
298
|
-
body:
|
299
|
-
encoding: ASCII-8BIT
|
300
|
-
string: '{"project":{"content":{"environment":"PRODUCTION","cluster":"","authorizationToken":"<AUTHORIZATION_TOKEN>","guidedNavigation":"1","isPublic":"0","driver":"Pg","state":"ENABLED"},"links":{"ldm_thumbnail":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/ldm?thumbnail=1","self":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6","clearCaches":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/clearCaches","invitations":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/invitations","users":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/users?link=1&offset=0&limit=100","uploads":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/uploads/","ldm":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/ldm","metadata":"/gdc/md/voyb6fcvdngwfyf722vn9cmbv7sq6mf6","publicartifacts":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/publicartifacts","roles":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/roles","userRoles":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/users/5ad80b895edcc438e5a4418e222733fa/roles","userPermissions":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/users/5ad80b895edcc438e5a4418e222733fa/permissions","dataload":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/dataload","connectors":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/connectors","execute":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/execute","config":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/config","projectFeatureFlags":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/projectFeatureFlags","schedules":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/schedules","templates":"/gdc/md/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/templates","eventstores":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/dataload/eventstore/stores"},"meta":{"created":"2018-04-11
|
301
|
-
11:11:20","summary":"Ruby SDK test cornerstone","updated":"2018-04-11 11:11:27","author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","title":"Ruby
|
302
|
-
SDK test cornerstone","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}}'
|
303
|
-
http_version:
|
304
|
-
recorded_at: Fri, 04 May 2018 06:25:30 GMT
|
305
|
-
- request:
|
306
|
-
method: delete
|
307
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/login/5ad80b895edcc438e5a4418e222733fa
|
308
|
-
body:
|
309
|
-
encoding: US-ASCII
|
310
|
-
string: ''
|
311
|
-
headers:
|
312
|
-
Accept:
|
313
|
-
- application/json, application/zip
|
314
|
-
Accept-Encoding:
|
315
|
-
- gzip, deflate
|
316
|
-
User-Agent:
|
317
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
318
|
-
Content-Type:
|
319
|
-
- application/json
|
320
|
-
X-Gdc-Authtt:
|
321
|
-
- "<X_GDC_AUTHTT>"
|
322
|
-
X-Gdc-Request:
|
323
|
-
- dDY0-td9gcNg8Vd0kbEpbg:-B-L6eE2RCA4DFjMJFJRWw
|
324
|
-
X-Gdc-Authsst:
|
325
|
-
- "<X_GDC_AUTHSST>"
|
326
|
-
Host:
|
327
|
-
- staging2-lcm-prod.intgdc.com
|
328
|
-
response:
|
329
|
-
status:
|
330
|
-
code: 204
|
331
|
-
message: No Content
|
332
|
-
headers:
|
333
|
-
Vary:
|
334
|
-
- Origin
|
335
|
-
X-Gdc-Log-Header:
|
336
|
-
- ''
|
337
|
-
Cache-Control:
|
338
|
-
- no-cache, no-store, must-revalidate
|
339
|
-
Date:
|
340
|
-
- Fri, 04 May 2018 06:25:30 GMT
|
341
|
-
Server:
|
342
|
-
- GoodData WebApp
|
343
|
-
X-Gdc-Request-Time:
|
344
|
-
- '17'
|
345
|
-
X-Gdc-Request:
|
346
|
-
- dDY0-td9gcNg8Vd0kbEpbg:-B-L6eE2RCA4DFjMJFJRWw:YF0CWHFTmJIXX6E8
|
347
|
-
Strict-Transport-Security:
|
348
|
-
- max-age=10886400; includeSubDomains; preload;
|
349
|
-
body:
|
350
|
-
encoding: UTF-8
|
351
|
-
string: ''
|
352
|
-
http_version:
|
353
|
-
recorded_at: Fri, 04 May 2018 06:25:30 GMT
|
354
|
-
recorded_with: VCR 4.0.0
|
data/spec/integration/vcr_cassettes/GoodData_-_project/_with_project/Uses_project_specified.yml
DELETED
@@ -1,354 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/login
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"postUserLogin":{"login":"rubydev+admin@gooddata.com","password":"<PASSWORD>","remember":1,"verify_level":2}}'
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json, application/zip
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip, deflate
|
14
|
-
User-Agent:
|
15
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
16
|
-
Content-Type:
|
17
|
-
- application/json
|
18
|
-
X-Gdc-Authtt:
|
19
|
-
- ''
|
20
|
-
X-Gdc-Request:
|
21
|
-
- OHvBuGKXR4kWxCYzWhSA7A:KbJ-e60zszQFbUC1_CFt-A
|
22
|
-
Dont-Reauth:
|
23
|
-
- 'true'
|
24
|
-
Content-Length:
|
25
|
-
- '113'
|
26
|
-
Host:
|
27
|
-
- staging2-lcm-prod.intgdc.com
|
28
|
-
response:
|
29
|
-
status:
|
30
|
-
code: 200
|
31
|
-
message: OK
|
32
|
-
headers:
|
33
|
-
Vary:
|
34
|
-
- Origin
|
35
|
-
X-Gdc-Authsst:
|
36
|
-
- "<X_GDC_AUTHSST>"
|
37
|
-
X-Gdc-Authtt:
|
38
|
-
- "<X_GDC_AUTHTT>"
|
39
|
-
Expires:
|
40
|
-
- Thu, 01 Jan 1970 00:00:00 GMT
|
41
|
-
Cache-Control:
|
42
|
-
- no-store, no-cache, must-revalidate, max-age=0
|
43
|
-
Pragma:
|
44
|
-
- no-cache
|
45
|
-
P3p:
|
46
|
-
- CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
|
47
|
-
X-Gdc-Log-Header:
|
48
|
-
- ''
|
49
|
-
Content-Type:
|
50
|
-
- application/json;charset=UTF-8
|
51
|
-
Date:
|
52
|
-
- Fri, 04 May 2018 06:25:37 GMT
|
53
|
-
Server:
|
54
|
-
- GoodData WebApp
|
55
|
-
X-Gdc-Request:
|
56
|
-
- OHvBuGKXR4kWxCYzWhSA7A:KbJ-e60zszQFbUC1_CFt-A:Rq9G1Ks1GUALLmE8
|
57
|
-
X-Gdc-Request-Time:
|
58
|
-
- '16'
|
59
|
-
Transfer-Encoding:
|
60
|
-
- chunked
|
61
|
-
Strict-Transport-Security:
|
62
|
-
- max-age=10886400; includeSubDomains; preload;
|
63
|
-
body:
|
64
|
-
encoding: ASCII-8BIT
|
65
|
-
string: '{"userLogin":{"profile":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","state":"/gdc/account/login/5ad80b895edcc438e5a4418e222733fa","token":"<TOKEN>"}}'
|
66
|
-
http_version:
|
67
|
-
recorded_at: Fri, 04 May 2018 06:25:37 GMT
|
68
|
-
- request:
|
69
|
-
method: get
|
70
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/token
|
71
|
-
body:
|
72
|
-
encoding: US-ASCII
|
73
|
-
string: ''
|
74
|
-
headers:
|
75
|
-
Accept:
|
76
|
-
- application/json, application/zip
|
77
|
-
Accept-Encoding:
|
78
|
-
- gzip, deflate
|
79
|
-
User-Agent:
|
80
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
81
|
-
Content-Type:
|
82
|
-
- application/json
|
83
|
-
X-Gdc-Authtt:
|
84
|
-
- "<X_GDC_AUTHTT>"
|
85
|
-
X-Gdc-Request:
|
86
|
-
- OHvBuGKXR4kWxCYzWhSA7A:MC4qeTZ5cpEd-Z8ayapgag
|
87
|
-
X-Gdc-Authsst:
|
88
|
-
- "<X_GDC_AUTHSST>"
|
89
|
-
Dont-Reauth:
|
90
|
-
- 'true'
|
91
|
-
Host:
|
92
|
-
- staging2-lcm-prod.intgdc.com
|
93
|
-
response:
|
94
|
-
status:
|
95
|
-
code: 200
|
96
|
-
message: OK
|
97
|
-
headers:
|
98
|
-
Vary:
|
99
|
-
- Origin
|
100
|
-
Expires:
|
101
|
-
- Thu, 01 Jan 1970 00:00:00 GMT
|
102
|
-
Cache-Control:
|
103
|
-
- no-store, no-cache, must-revalidate, max-age=0
|
104
|
-
Pragma:
|
105
|
-
- no-cache
|
106
|
-
P3p:
|
107
|
-
- CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'
|
108
|
-
X-Gdc-Authtt:
|
109
|
-
- "<X_GDC_AUTHTT>"
|
110
|
-
X-Gdc-Log-Header:
|
111
|
-
- ''
|
112
|
-
Content-Type:
|
113
|
-
- application/json
|
114
|
-
Date:
|
115
|
-
- Fri, 04 May 2018 06:25:37 GMT
|
116
|
-
Server:
|
117
|
-
- GoodData WebApp
|
118
|
-
X-Gdc-Request:
|
119
|
-
- OHvBuGKXR4kWxCYzWhSA7A:MC4qeTZ5cpEd-Z8ayapgag:OKirPrYnnsnE9owH
|
120
|
-
X-Gdc-Request-Time:
|
121
|
-
- '11'
|
122
|
-
Transfer-Encoding:
|
123
|
-
- chunked
|
124
|
-
Strict-Transport-Security:
|
125
|
-
- max-age=10886400; includeSubDomains; preload;
|
126
|
-
body:
|
127
|
-
encoding: ASCII-8BIT
|
128
|
-
string: '{"userToken":{"token":"<TOKEN>"}}'
|
129
|
-
http_version:
|
130
|
-
recorded_at: Fri, 04 May 2018 06:25:37 GMT
|
131
|
-
- request:
|
132
|
-
method: get
|
133
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa
|
134
|
-
body:
|
135
|
-
encoding: US-ASCII
|
136
|
-
string: ''
|
137
|
-
headers:
|
138
|
-
Accept:
|
139
|
-
- application/json, application/zip
|
140
|
-
Accept-Encoding:
|
141
|
-
- gzip, deflate
|
142
|
-
User-Agent:
|
143
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
144
|
-
Content-Type:
|
145
|
-
- application/json
|
146
|
-
X-Gdc-Authtt:
|
147
|
-
- "<X_GDC_AUTHTT>"
|
148
|
-
X-Gdc-Request:
|
149
|
-
- OHvBuGKXR4kWxCYzWhSA7A:X6g5IWcmbaHNQgfTkrK_7w
|
150
|
-
Host:
|
151
|
-
- staging2-lcm-prod.intgdc.com
|
152
|
-
response:
|
153
|
-
status:
|
154
|
-
code: 200
|
155
|
-
message: OK
|
156
|
-
headers:
|
157
|
-
Vary:
|
158
|
-
- Origin
|
159
|
-
Date:
|
160
|
-
- Fri, 04 May 2018 06:25:38 GMT
|
161
|
-
Server:
|
162
|
-
- GoodData WebApp
|
163
|
-
Keep-Alive:
|
164
|
-
- timeout=5, max=91
|
165
|
-
X-Gdc-Log-Header:
|
166
|
-
- ''
|
167
|
-
Cache-Control:
|
168
|
-
- no-cache, no-store, must-revalidate
|
169
|
-
Content-Type:
|
170
|
-
- application/json;charset=UTF-8
|
171
|
-
X-Gdc-Request:
|
172
|
-
- OHvBuGKXR4kWxCYzWhSA7A:X6g5IWcmbaHNQgfTkrK_7w:EUlhs6XFsCqTDbAw
|
173
|
-
X-Gdc-Request-Time:
|
174
|
-
- '19'
|
175
|
-
Transfer-Encoding:
|
176
|
-
- chunked
|
177
|
-
Strict-Transport-Security:
|
178
|
-
- max-age=10886400; includeSubDomains; preload;
|
179
|
-
body:
|
180
|
-
encoding: ASCII-8BIT
|
181
|
-
string: '{"accountSetting":{"position":null,"effectiveIpWhitelist":null,"email":"rubydev+admin@gooddata.com","updated":"2018-05-03
|
182
|
-
15:33:57","lastName":"1","phoneNumber":"","links":{"auditEvents":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa/auditEvents","domain":"/gdc/domains/staging2-lcm-prod","self":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","projects":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa/projects"},"firstName":"the","country":null,"ssoProvider":"test-ruby","language":"en-US","timezone":null,"ipWhitelist":null,"companyName":"","authenticationModes":["PASSWORD","SSO"],"login":"rubydev+admin@gooddata.com","created":"2017-02-10
|
183
|
-
12:18:01"}}'
|
184
|
-
http_version:
|
185
|
-
recorded_at: Fri, 04 May 2018 06:25:38 GMT
|
186
|
-
- request:
|
187
|
-
method: get
|
188
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc
|
189
|
-
body:
|
190
|
-
encoding: US-ASCII
|
191
|
-
string: ''
|
192
|
-
headers:
|
193
|
-
Accept:
|
194
|
-
- application/json, application/zip
|
195
|
-
Accept-Encoding:
|
196
|
-
- gzip, deflate
|
197
|
-
User-Agent:
|
198
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
199
|
-
Content-Type:
|
200
|
-
- application/json
|
201
|
-
X-Gdc-Authtt:
|
202
|
-
- "<X_GDC_AUTHTT>"
|
203
|
-
X-Gdc-Request:
|
204
|
-
- OHvBuGKXR4kWxCYzWhSA7A:oLWLgvm24iDpNIaLGXgSiQ
|
205
|
-
Host:
|
206
|
-
- staging2-lcm-prod.intgdc.com
|
207
|
-
response:
|
208
|
-
status:
|
209
|
-
code: 200
|
210
|
-
message: OK
|
211
|
-
headers:
|
212
|
-
Vary:
|
213
|
-
- Origin,Accept-Encoding
|
214
|
-
Date:
|
215
|
-
- Fri, 04 May 2018 06:25:38 GMT
|
216
|
-
Server:
|
217
|
-
- GoodData WebApp
|
218
|
-
Keep-Alive:
|
219
|
-
- timeout=5, max=90
|
220
|
-
X-Gdc-Log-Header:
|
221
|
-
- ''
|
222
|
-
Cache-Control:
|
223
|
-
- no-cache, no-store, must-revalidate
|
224
|
-
Content-Type:
|
225
|
-
- application/json;charset=UTF-8
|
226
|
-
Transfer-Encoding:
|
227
|
-
- chunked
|
228
|
-
X-Gdc-Request:
|
229
|
-
- OHvBuGKXR4kWxCYzWhSA7A:oLWLgvm24iDpNIaLGXgSiQ:j9zV4nEiOMFCRHPd
|
230
|
-
X-Gdc-Request-Time:
|
231
|
-
- '19'
|
232
|
-
Strict-Transport-Security:
|
233
|
-
- max-age=10886400; includeSubDomains; preload;
|
234
|
-
body:
|
235
|
-
encoding: ASCII-8BIT
|
236
|
-
string: '{"about":{"summary":"Use links to navigate the services.","category":"GoodData
|
237
|
-
API root","links":[{"link":"/gdc/","summary":"","category":"home","title":"home"},{"link":"/gdc/account/token","summary":"Temporary
|
238
|
-
token generator.","category":"token","title":"token"},{"link":"/gdc/account/login","summary":"Authentication
|
239
|
-
service.","category":"login","title":"login"},{"link":"/gdc/md","summary":"Metadata
|
240
|
-
resources.","category":"md","title":"metadata"},{"link":"/gdc/xtab2","summary":"Report
|
241
|
-
execution resource.","category":"xtab","title":"xtab"},{"link":"/gdc/exporter","summary":"Report
|
242
|
-
exporting resource.","category":"report-exporter","title":"exporter"},{"link":"/gdc/account","summary":"Resource
|
243
|
-
for logged in account manipulation.","category":"account","title":"account"},{"link":"/gdc/projects","summary":"Resource
|
244
|
-
for user and project management.","category":"projects","title":"projects"},{"link":"/gdc/tool","summary":"Miscellaneous
|
245
|
-
resources.","category":"tool","title":"tool"},{"link":"/gdc/releaseInfo","summary":"Release
|
246
|
-
information.","category":"releaseInfo","title":"releaseInfo"},{"link":"/gdc/uploads","summary":"User
|
247
|
-
data staging area.","category":"uploads","title":"user-uploads"}]}}'
|
248
|
-
http_version:
|
249
|
-
recorded_at: Fri, 04 May 2018 06:25:38 GMT
|
250
|
-
- request:
|
251
|
-
method: get
|
252
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6
|
253
|
-
body:
|
254
|
-
encoding: US-ASCII
|
255
|
-
string: ''
|
256
|
-
headers:
|
257
|
-
Accept:
|
258
|
-
- application/json, application/zip
|
259
|
-
Accept-Encoding:
|
260
|
-
- gzip, deflate
|
261
|
-
User-Agent:
|
262
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
263
|
-
Content-Type:
|
264
|
-
- application/json
|
265
|
-
X-Gdc-Authtt:
|
266
|
-
- "<X_GDC_AUTHTT>"
|
267
|
-
X-Gdc-Request:
|
268
|
-
- OHvBuGKXR4kWxCYzWhSA7A:YOx8g85OxxUqbYZaaykmHw
|
269
|
-
Host:
|
270
|
-
- staging2-lcm-prod.intgdc.com
|
271
|
-
response:
|
272
|
-
status:
|
273
|
-
code: 200
|
274
|
-
message: OK
|
275
|
-
headers:
|
276
|
-
Vary:
|
277
|
-
- Origin,Accept-Encoding
|
278
|
-
Date:
|
279
|
-
- Fri, 04 May 2018 06:25:39 GMT
|
280
|
-
Server:
|
281
|
-
- GoodData WebApp
|
282
|
-
Keep-Alive:
|
283
|
-
- timeout=5, max=95
|
284
|
-
X-Gdc-Log-Header:
|
285
|
-
- ''
|
286
|
-
Cache-Control:
|
287
|
-
- no-cache, no-store, must-revalidate
|
288
|
-
Content-Type:
|
289
|
-
- application/json;charset=UTF-8
|
290
|
-
Transfer-Encoding:
|
291
|
-
- chunked
|
292
|
-
X-Gdc-Request:
|
293
|
-
- OHvBuGKXR4kWxCYzWhSA7A:YOx8g85OxxUqbYZaaykmHw:0Ddo8VO2DwXkomLM
|
294
|
-
X-Gdc-Request-Time:
|
295
|
-
- '32'
|
296
|
-
Strict-Transport-Security:
|
297
|
-
- max-age=10886400; includeSubDomains; preload;
|
298
|
-
body:
|
299
|
-
encoding: ASCII-8BIT
|
300
|
-
string: '{"project":{"content":{"environment":"PRODUCTION","cluster":"","authorizationToken":"<AUTHORIZATION_TOKEN>","guidedNavigation":"1","isPublic":"0","driver":"Pg","state":"ENABLED"},"links":{"ldm_thumbnail":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/ldm?thumbnail=1","self":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6","clearCaches":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/clearCaches","invitations":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/invitations","users":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/users?link=1&offset=0&limit=100","uploads":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/uploads/","ldm":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/ldm","metadata":"/gdc/md/voyb6fcvdngwfyf722vn9cmbv7sq6mf6","publicartifacts":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/publicartifacts","roles":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/roles","userRoles":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/users/5ad80b895edcc438e5a4418e222733fa/roles","userPermissions":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/users/5ad80b895edcc438e5a4418e222733fa/permissions","dataload":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/dataload","connectors":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/connectors","execute":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/execute","config":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/config","projectFeatureFlags":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/projectFeatureFlags","schedules":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/schedules","templates":"/gdc/md/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/templates","eventstores":"/gdc/projects/voyb6fcvdngwfyf722vn9cmbv7sq6mf6/dataload/eventstore/stores"},"meta":{"created":"2018-04-11
|
301
|
-
11:11:20","summary":"Ruby SDK test cornerstone","updated":"2018-04-11 11:11:27","author":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa","title":"Ruby
|
302
|
-
SDK test cornerstone","contributor":"/gdc/account/profile/5ad80b895edcc438e5a4418e222733fa"}}}'
|
303
|
-
http_version:
|
304
|
-
recorded_at: Fri, 04 May 2018 06:25:39 GMT
|
305
|
-
- request:
|
306
|
-
method: delete
|
307
|
-
uri: https://staging2-lcm-prod.intgdc.com/gdc/account/login/5ad80b895edcc438e5a4418e222733fa
|
308
|
-
body:
|
309
|
-
encoding: US-ASCII
|
310
|
-
string: ''
|
311
|
-
headers:
|
312
|
-
Accept:
|
313
|
-
- application/json, application/zip
|
314
|
-
Accept-Encoding:
|
315
|
-
- gzip, deflate
|
316
|
-
User-Agent:
|
317
|
-
- gooddata-gem/1.0.2/x86_64-linux/2.3.4
|
318
|
-
Content-Type:
|
319
|
-
- application/json
|
320
|
-
X-Gdc-Authtt:
|
321
|
-
- "<X_GDC_AUTHTT>"
|
322
|
-
X-Gdc-Request:
|
323
|
-
- JoLAe-PJiF-cj7Nupl8m0Q:T4chzcJlgW8vfOcXkmFtPA
|
324
|
-
X-Gdc-Authsst:
|
325
|
-
- "<X_GDC_AUTHSST>"
|
326
|
-
Host:
|
327
|
-
- staging2-lcm-prod.intgdc.com
|
328
|
-
response:
|
329
|
-
status:
|
330
|
-
code: 204
|
331
|
-
message: No Content
|
332
|
-
headers:
|
333
|
-
Vary:
|
334
|
-
- Origin
|
335
|
-
X-Gdc-Log-Header:
|
336
|
-
- ''
|
337
|
-
Cache-Control:
|
338
|
-
- no-cache, no-store, must-revalidate
|
339
|
-
Date:
|
340
|
-
- Fri, 04 May 2018 06:25:39 GMT
|
341
|
-
Server:
|
342
|
-
- GoodData WebApp
|
343
|
-
X-Gdc-Request-Time:
|
344
|
-
- '16'
|
345
|
-
X-Gdc-Request:
|
346
|
-
- JoLAe-PJiF-cj7Nupl8m0Q:T4chzcJlgW8vfOcXkmFtPA:4fxEanG15nsgnjrw
|
347
|
-
Strict-Transport-Security:
|
348
|
-
- max-age=10886400; includeSubDomains; preload;
|
349
|
-
body:
|
350
|
-
encoding: UTF-8
|
351
|
-
string: ''
|
352
|
-
http_version:
|
353
|
-
recorded_at: Fri, 04 May 2018 06:25:39 GMT
|
354
|
-
recorded_with: VCR 4.0.0
|