Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
gonzaloriestra pushed 48 commits to notifications Shopify/cli
- Always include configuration on deploy with App Management API 8505255
- Always ask about including config on deploy and remove the field for App Management API b4519a8
- Add changeset a52719a
- Wording suggestions Co-authored-by: Jesse Hoek <[email protected]> 2d87b16
- Fix tests 78c5e22
- Add new option to link for new apps 7a5992d
- Update types.d.ts 2c480b5
- Drop the include_config_on_deploy field also when it is false 4f99a1b
- Take answer into account in current run f6d8f55
- Merge branch 'main' into pre-deprecate-include-config-on-deploy 95a9583
- verify required theme files before dev server initialization e916edb
- Modify retry delay to allow for injection 7dd5b3f
- changeset 404cd26
- refactor: move theme file verification to error handler in dev-server-session 95512d5
- Colorize output 24c60d1
- Isolate try catch block 0dc7055
- fix: skip minimum theme assets upload when src is provided 6dead72
- Changeset 7d89068
- fix test 2e91ff9
- Show different messages when removing the include_config_on_deploy field depending on the value b16c6a6
- and 28 more ...
github-actions[bot] created a comment on a pull request on Shopify/cli
## Differences in type declarations We detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to **ensur...
github-actions[bot] created a comment on a pull request on Shopify/cli
## Differences in type declarations We detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to **ensur...
isaacroldan pushed 2 commits to improve-error-logging-in-app-watcher Shopify/cli
isaacroldan pushed 112 commits to improve-error-logging-in-app-watcher Shopify/cli
- Sample json 4d32b20
- Update notifications.json f2a1ee5
- Show notifications 58e7c09
- Extract the notification system to its own file 29cbeb0
- Fix date filter and render by type 92bf53b
- Fix URL e17405b
- Update notifications.json ed00213
- Extract the filtering function 1d13c6d
- Empty test beb3870
- add test for notification-system 1aac63e
- Add cache 02db9ba
- add more tests 45f23aa
- Filter by surface dd6b534
- Filter by surface in app loader 03fa7ce
- Surface filter for apps 8232c7d
- Test with ui-extensino surface 8c9aa05
- update notification json 4c0711a
- update notification json 6f15859
- Ignore commands when running notifications from loader 9d4ec89
- Add more tests 7747888
- and 92 more ...
github-merge-queue[bot] deleted a branch Shopify/cli
gh-readonly-queue/main/pr-4808-0572f93687eaa204484ee9cf2938dda6481b4244
isaacroldan created a review comment on a pull request on Shopify/cli
This file is responsible for watching changes in JS/TS files during `dev`, with this it will ignore changes to condition files.
github-merge-queue[bot] created a branch on Shopify/cli
gh-readonly-queue/main/pr-4808-0572f93687eaa204484ee9cf2938dda6481b4244 - Build apps, themes, and hydrogen storefronts for Shopify
karreiro created a comment on a pull request on Shopify/cli
(I just rebased the branch because it got a conflict — it's ready to merge again)
hieutherealest created a comment on an issue on Shopify/cli
Currently i'm playing with Theme App Extension, sometimes i get this error.
hieutherealest opened an issue on Shopify/cli
[Bug]: ShopifyCLI::API::APIRequestTimeoutError: Timeout
github-actions[bot] closed a pull request on Shopify/cli
Create CLI version 3.68.0 release notes
- add the CLI version 3.68.0 release notesshopify-shipit[bot] pushed 102 commits to shipit-deploy/nightly Shopify/cli
- Sample json 4d32b20
- Update notifications.json f2a1ee5
- Show notifications 58e7c09
- Extract the notification system to its own file 29cbeb0
- Fix date filter and render by type 92bf53b
- Fix URL e17405b
- Update notifications.json ed00213
- Extract the filtering function 1d13c6d
- Empty test beb3870
- add test for notification-system 1aac63e
- Add cache 02db9ba
- add more tests 45f23aa
- Filter by surface dd6b534
- Filter by surface in app loader 03fa7ce
- Surface filter for apps 8232c7d
- Test with ui-extensino surface 8c9aa05
- update notification json 4c0711a
- update notification json 6f15859
- Ignore commands when running notifications from loader 9d4ec89
- Add more tests 7747888
- and 82 more ...
github-actions[bot] created a comment on an issue on Shopify/cli
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. → If there's no activity within a week, then a bot will automatically close this. Thank...
pnmcosta created a comment on an issue on Shopify/cli
I had this issue on a parked laptop that just picked up and used for my app/repo temporarily. Running @jamesmengo fixed it up perfectly. Thank you.
github-actions[bot] created a comment on a pull request on Shopify/cli
## Differences in type declarations We detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to **ensur...
github-actions[bot] created a comment on a pull request on Shopify/cli
## Differences in type declarations We detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to **ensur...
aswamy pushed 1 commit to feature/create-pull-metafields-cmd Shopify/cli
- Create `shopify theme metafields pull` command 6c14c43
github-actions[bot] pushed 3 commits to changeset-release/main Shopify/cli
github-merge-queue[bot] created a branch on Shopify/cli
gh-readonly-queue/main/pr-4818-3114f58d25d01f1178b914806cf5efe183344317 - Build apps, themes, and hydrogen storefronts for Shopify
github-actions[bot] pushed 9 commits to changeset-release/main Shopify/cli
- verify required theme files before dev server initialization e916edb
- Modify retry delay to allow for injection 7dd5b3f
- changeset 404cd26
- refactor: move theme file verification to error handler in dev-server-session 95512d5
- Colorize output 24c60d1
- Isolate try catch block 0dc7055
- fix test 2e91ff9
- Merge pull request #4810 from Shopify/jm/11-07-verify_required_theme_files_before_dev_server_initialization [Themes]... 3114f58
- Version Packages 5f3dc61
jamesmengo deleted a branch Shopify/cli
jm/11-07-verify_required_theme_files_before_dev_server_initialization
jamesmengo closed a pull request on Shopify/cli
[Themes] Verify existence of required theme files before initializing storefront session
### WHY are these changes introduced? Adds validation to ensure required theme files exist before initializing the dev server session. This helps catch issues with incomplete or corrupted themes t...github-merge-queue[bot] deleted a branch Shopify/cli
gh-readonly-queue/main/pr-4810-47cc19ff2aad96d7f28ded8082332d7825333939