shopify-cli 2.18.0 → 2.20.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 +4 -4
- data/.github/ISSUE_TEMPLATE/bug_report.yaml +2 -1
- data/.github/ISSUE_TEMPLATE/config.yml +9 -0
- data/CHANGELOG.md +16 -2
- data/Gemfile.lock +4 -4
- data/README.md +7 -6
- data/dev.yml +0 -1
- data/docs/users/installation.md +1 -1
- data/lib/project_types/extension/forms/questions/ask_template.rb +3 -3
- data/lib/project_types/extension/messages/messages.rb +17 -1
- data/lib/project_types/extension/models/development_server_requirements.rb +2 -7
- data/lib/project_types/extension/models/server_config/development.rb +9 -0
- data/lib/project_types/extension/models/server_config/development_renderer.rb +1 -1
- data/lib/project_types/extension/models/specification_handlers/{beacon_extension.rb → web_pixel_extension.rb} +11 -10
- data/lib/project_types/extension/models/specification_handlers/{beacon_extension_utils → web_pixel_extension_utils}/script_config.rb +1 -1
- data/lib/project_types/extension/models/specification_handlers/{beacon_extension_utils → web_pixel_extension_utils}/script_config_repository.rb +2 -2
- data/lib/project_types/extension/tasks/configure_options.rb +1 -1
- data/lib/project_types/extension/tasks/execute_commands/outdated_extension_detection.rb +5 -1
- data/lib/project_types/extension/tasks/fetch_specifications.rb +4 -1
- data/lib/project_types/script/commands/create.rb +1 -1
- data/lib/project_types/script/config/extension_points.yml +15 -15
- data/lib/project_types/script/forms/ask_app.rb +0 -5
- data/lib/project_types/script/layers/domain/metadata.rb +3 -5
- data/lib/project_types/script/layers/infrastructure/script_project_repository.rb +5 -3
- data/lib/project_types/script/layers/infrastructure/script_service.rb +1 -1
- data/lib/project_types/script/messages/messages.rb +1 -1
- data/lib/project_types/theme/commands/push.rb +3 -1
- data/lib/project_types/theme/commands/serve.rb +1 -0
- data/lib/project_types/theme/messages/messages.rb +38 -1
- data/lib/shopify_cli/assets/post_auth_page/index.html.erb +34 -0
- data/lib/shopify_cli/assets/post_auth_page/style.css +58 -0
- data/lib/shopify_cli/git.rb +7 -2
- data/lib/shopify_cli/identity_auth/servlet.rb +4 -20
- data/lib/shopify_cli/messages/messages.rb +7 -9
- data/lib/shopify_cli/services/app/create/node_service.rb +1 -1
- data/lib/shopify_cli/services/app/create/php_service.rb +1 -1
- data/lib/shopify_cli/theme/dev_server/hot-reload-no-script.html +27 -0
- data/lib/shopify_cli/theme/dev_server/hot-reload.js +16 -4
- data/lib/shopify_cli/theme/dev_server/hot_reload.rb +2 -0
- data/lib/shopify_cli/theme/dev_server.rb +3 -2
- data/lib/shopify_cli/theme/file.rb +5 -0
- data/lib/shopify_cli/theme/syncer/json_update_handler.rb +16 -6
- data/lib/shopify_cli/theme/syncer/operation.rb +7 -6
- data/lib/shopify_cli/theme/syncer/unsupported_script_warning.rb +90 -0
- data/lib/shopify_cli/theme/syncer.rb +73 -29
- data/lib/shopify_cli/theme/theme_admin_api.rb +16 -11
- data/lib/shopify_cli/theme/theme_admin_api_throttler/bulk.rb +102 -0
- data/lib/shopify_cli/theme/theme_admin_api_throttler/bulk_job.rb +75 -0
- data/lib/shopify_cli/theme/theme_admin_api_throttler/errors.rb +7 -0
- data/lib/shopify_cli/theme/theme_admin_api_throttler/put_request.rb +52 -0
- data/lib/shopify_cli/theme/theme_admin_api_throttler/request_parser.rb +39 -0
- data/lib/shopify_cli/theme/theme_admin_api_throttler/response_parser.rb +21 -0
- data/lib/shopify_cli/theme/theme_admin_api_throttler.rb +62 -0
- data/lib/shopify_cli/version.rb +1 -1
- data/shopify-cli.gemspec +1 -1
- metadata +20 -8
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shopify-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.20.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shopify
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -92,14 +92,14 @@ dependencies:
|
|
|
92
92
|
requirements:
|
|
93
93
|
- - "~>"
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 1.10.
|
|
95
|
+
version: 1.10.3
|
|
96
96
|
type: :runtime
|
|
97
97
|
prerelease: false
|
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
99
|
requirements:
|
|
100
100
|
- - "~>"
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: 1.10.
|
|
102
|
+
version: 1.10.3
|
|
103
103
|
description: |
|
|
104
104
|
Shopify CLI helps you build Shopify apps faster. It quickly scaffolds Node.js
|
|
105
105
|
and Ruby on Rails embedded apps. It also automates many common tasks in the
|
|
@@ -120,6 +120,7 @@ files:
|
|
|
120
120
|
- ".github/DESIGN.md"
|
|
121
121
|
- ".github/ISSUE_TEMPLATE.md"
|
|
122
122
|
- ".github/ISSUE_TEMPLATE/bug_report.yaml"
|
|
123
|
+
- ".github/ISSUE_TEMPLATE/config.yml"
|
|
123
124
|
- ".github/ISSUE_TEMPLATE/enhancement.yaml"
|
|
124
125
|
- ".github/ISSUE_TEMPLATE/feature.yaml"
|
|
125
126
|
- ".github/PULL_REQUEST_TEMPLATE.md"
|
|
@@ -253,13 +254,13 @@ files:
|
|
|
253
254
|
- lib/project_types/extension/models/server_config/root.rb
|
|
254
255
|
- lib/project_types/extension/models/server_config/user.rb
|
|
255
256
|
- lib/project_types/extension/models/specification.rb
|
|
256
|
-
- lib/project_types/extension/models/specification_handlers/beacon_extension.rb
|
|
257
|
-
- lib/project_types/extension/models/specification_handlers/beacon_extension_utils/script_config.rb
|
|
258
|
-
- lib/project_types/extension/models/specification_handlers/beacon_extension_utils/script_config_repository.rb
|
|
259
257
|
- lib/project_types/extension/models/specification_handlers/checkout_post_purchase.rb
|
|
260
258
|
- lib/project_types/extension/models/specification_handlers/checkout_ui_extension.rb
|
|
261
259
|
- lib/project_types/extension/models/specification_handlers/default.rb
|
|
262
260
|
- lib/project_types/extension/models/specification_handlers/theme_app_extension.rb
|
|
261
|
+
- lib/project_types/extension/models/specification_handlers/web_pixel_extension.rb
|
|
262
|
+
- lib/project_types/extension/models/specification_handlers/web_pixel_extension_utils/script_config.rb
|
|
263
|
+
- lib/project_types/extension/models/specification_handlers/web_pixel_extension_utils/script_config_repository.rb
|
|
263
264
|
- lib/project_types/extension/models/specifications.rb
|
|
264
265
|
- lib/project_types/extension/models/validation_error.rb
|
|
265
266
|
- lib/project_types/extension/models/version.rb
|
|
@@ -383,6 +384,8 @@ files:
|
|
|
383
384
|
- lib/shopify_cli/admin_api/schema.rb
|
|
384
385
|
- lib/shopify_cli/api.rb
|
|
385
386
|
- lib/shopify_cli/app_type_detector.rb
|
|
387
|
+
- lib/shopify_cli/assets/post_auth_page/index.html.erb
|
|
388
|
+
- lib/shopify_cli/assets/post_auth_page/style.css
|
|
386
389
|
- lib/shopify_cli/changelog.rb
|
|
387
390
|
- lib/shopify_cli/command.rb
|
|
388
391
|
- lib/shopify_cli/command/app_sub_command.rb
|
|
@@ -501,6 +504,7 @@ files:
|
|
|
501
504
|
- lib/shopify_cli/theme/dev_server/cdn_fonts.rb
|
|
502
505
|
- lib/shopify_cli/theme/dev_server/certificate_manager.rb
|
|
503
506
|
- lib/shopify_cli/theme/dev_server/header_hash.rb
|
|
507
|
+
- lib/shopify_cli/theme/dev_server/hot-reload-no-script.html
|
|
504
508
|
- lib/shopify_cli/theme/dev_server/hot-reload.js
|
|
505
509
|
- lib/shopify_cli/theme/dev_server/hot_reload.rb
|
|
506
510
|
- lib/shopify_cli/theme/dev_server/hot_reload/remote_file_reloader.rb
|
|
@@ -534,8 +538,16 @@ files:
|
|
|
534
538
|
- lib/shopify_cli/theme/syncer/merger.rb
|
|
535
539
|
- lib/shopify_cli/theme/syncer/operation.rb
|
|
536
540
|
- lib/shopify_cli/theme/syncer/standard_reporter.rb
|
|
541
|
+
- lib/shopify_cli/theme/syncer/unsupported_script_warning.rb
|
|
537
542
|
- lib/shopify_cli/theme/theme.rb
|
|
538
543
|
- lib/shopify_cli/theme/theme_admin_api.rb
|
|
544
|
+
- lib/shopify_cli/theme/theme_admin_api_throttler.rb
|
|
545
|
+
- lib/shopify_cli/theme/theme_admin_api_throttler/bulk.rb
|
|
546
|
+
- lib/shopify_cli/theme/theme_admin_api_throttler/bulk_job.rb
|
|
547
|
+
- lib/shopify_cli/theme/theme_admin_api_throttler/errors.rb
|
|
548
|
+
- lib/shopify_cli/theme/theme_admin_api_throttler/put_request.rb
|
|
549
|
+
- lib/shopify_cli/theme/theme_admin_api_throttler/request_parser.rb
|
|
550
|
+
- lib/shopify_cli/theme/theme_admin_api_throttler/response_parser.rb
|
|
539
551
|
- lib/shopify_cli/thread_pool.rb
|
|
540
552
|
- lib/shopify_cli/thread_pool/job.rb
|
|
541
553
|
- lib/shopify_cli/transform_data_structure.rb
|
|
@@ -699,7 +711,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
699
711
|
- !ruby/object:Gem::Version
|
|
700
712
|
version: '0'
|
|
701
713
|
requirements: []
|
|
702
|
-
rubygems_version: 3.
|
|
714
|
+
rubygems_version: 3.3.3
|
|
703
715
|
signing_key:
|
|
704
716
|
specification_version: 4
|
|
705
717
|
summary: Shopify CLI helps you build Shopify apps faster.
|