Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
shauns pushed 2 commits to 11-12-drop_support_for_local_cli_switchover Shopify/cli
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...
shauns pushed 2 commits to 11-12-drop_support_for_local_cli_switchover Shopify/cli
shauns pushed 19 commits to 11-12-drop_support_for_local_cli_switchover Shopify/cli
- Update properties to accessibleShops a76bad7
- Update Javy and function-runner versions 08f3ddb
- Fix major changeset ea0e512
- Merge pull request #4835 from Shopify/fix-major-changeset Fix major changeset 6ea777e
- Version Packages 4dd6d9e
- Force CI 35897bf
- Merge pull request #4698 from Shopify/changeset-release/main Version Packages - main 6f02246
- Add vendored DevServer library (#4825) ### WHY are these changes introduced? Internal to Shopify, the CLI needs to ... acd1423
- Release notes for 3.70 2f37a02
- Merge pull request #4829 from Shopify/jc.update-javy-and-function-runner Update Javy and function-runner versions bc73022
- Coverage analysis shouldn't include vendored libraries (#4838) ### WHY are these changes introduced? Excludes vendo... 3e37f17
- Test tunnel provider plugin 2bad977
- Test tunnel provider plugin (#4839) ### WHY are these changes introduced? Adds test coverage for the tunnel plugin ... 585e042
- Test JSON narrowing 4ecff71
- Test JSON narrowing (#4840) ### WHY are these changes introduced? Adds test coverage for JSON type narrowing functi... 13f7bb2
- Merge pull request #4826 from Shopify/tt/update-properties-to-accessibleShops Update properties to accessibleShops 458d763
- Merge pull request #4836 from Shopify/release-notes-3.70 Release notes for 3.70 13f26ad
- Drop demo recording 8a79b4b
- Drop support for local CLI switchover a9438c3
shauns pushed 17 commits to graphite-base/4841 Shopify/cli
- Update properties to accessibleShops a76bad7
- Update Javy and function-runner versions 08f3ddb
- Fix major changeset ea0e512
- Merge pull request #4835 from Shopify/fix-major-changeset Fix major changeset 6ea777e
- Version Packages 4dd6d9e
- Force CI 35897bf
- Merge pull request #4698 from Shopify/changeset-release/main Version Packages - main 6f02246
- Add vendored DevServer library (#4825) ### WHY are these changes introduced? Internal to Shopify, the CLI needs to ... acd1423
- Release notes for 3.70 2f37a02
- Merge pull request #4829 from Shopify/jc.update-javy-and-function-runner Update Javy and function-runner versions bc73022
- Coverage analysis shouldn't include vendored libraries (#4838) ### WHY are these changes introduced? Excludes vendo... 3e37f17
- Test tunnel provider plugin 2bad977
- Test tunnel provider plugin (#4839) ### WHY are these changes introduced? Adds test coverage for the tunnel plugin ... 585e042
- Test JSON narrowing 4ecff71
- Test JSON narrowing (#4840) ### WHY are these changes introduced? Adds test coverage for JSON type narrowing functi... 13f7bb2
- Merge pull request #4826 from Shopify/tt/update-properties-to-accessibleShops Update properties to accessibleShops 458d763
- Merge pull request #4836 from Shopify/release-notes-3.70 Release notes for 3.70 13f26ad
shauns pushed 18 commits to 11-12-drop_demo_recording Shopify/cli
- Update properties to accessibleShops a76bad7
- Update Javy and function-runner versions 08f3ddb
- Fix major changeset ea0e512
- Merge pull request #4835 from Shopify/fix-major-changeset Fix major changeset 6ea777e
- Version Packages 4dd6d9e
- Force CI 35897bf
- Merge pull request #4698 from Shopify/changeset-release/main Version Packages - main 6f02246
- Add vendored DevServer library (#4825) ### WHY are these changes introduced? Internal to Shopify, the CLI needs to ... acd1423
- Release notes for 3.70 2f37a02
- Merge pull request #4829 from Shopify/jc.update-javy-and-function-runner Update Javy and function-runner versions bc73022
- Coverage analysis shouldn't include vendored libraries (#4838) ### WHY are these changes introduced? Excludes vendo... 3e37f17
- Test tunnel provider plugin 2bad977
- Test tunnel provider plugin (#4839) ### WHY are these changes introduced? Adds test coverage for the tunnel plugin ... 585e042
- Test JSON narrowing 4ecff71
- Test JSON narrowing (#4840) ### WHY are these changes introduced? Adds test coverage for JSON type narrowing functi... 13f7bb2
- Merge pull request #4826 from Shopify/tt/update-properties-to-accessibleShops Update properties to accessibleShops 458d763
- Merge pull request #4836 from Shopify/release-notes-3.70 Release notes for 3.70 13f26ad
- Drop demo recording 8a79b4b
shauns created a review comment on a pull request on Shopify/cli
It is. I think CI checks will nudge you to do this but `pnpm refresh-readme` should do the job.
spicydesign created a comment on an issue on Shopify/cli
@lucyxiang the issue has been addressed in the latest release. Update to 3.7.0
github-merge-queue[bot] deleted a branch Shopify/cli
gh-readonly-queue/main/pr-4836-458d763f872d68d870d0e48ed41da2040af0c6ac
github-merge-queue[bot] pushed 2 commits to main Shopify/cli
sillycube created a comment on an issue on Shopify/cli
@ranjan-purbey Thanks for your suggestion. Can you give me an example on how to add the dummy executable? Or what command to run?
frandiox created a review on a pull request on Shopify/cli
Thanks for checking this! Looks great 🎉
github-actions[bot] created a comment on a pull request on Shopify/cli
<!-- jest coverage report action for options with hash 4c542401e6e51275fe98fdb0130d9f77 --> ## Coverage report | <div title="Status of coverage: 🟢 - ok 🟡 - slightly more than thresho...
karreiro created a branch on Shopify/cli
store-password-validation - Build apps, themes, and hydrogen storefronts for Shopify
github-actions[bot] closed an issue on Shopify/cli
[Feature]: allows configs in sub-directories
### What area(s) will this request affect? App, Deployment ### What type of change do you want to see? New feature ### Overview Allow to specific the config by path for apps with multiple conf...rtnate created a comment on an issue on Shopify/cli
Looks like the API is returning the password page as text/html from what I can tell. I'm guessing the CLI does not expect a text/html response?
frandiox created a comment on an issue on Shopify/cli
>What is the CLI attempting to do here? It's trying to verify your password to use it later in requests to your store, but it seems it can't verify it 🤔 --- @karreiro do you perhaps know more ...
elanalynn created a review comment on a pull request on Shopify/cli
Will the logic to populate the `bundlers` array live somewhere else?
lukeh-shopify created a comment on an issue on Shopify/cli
@ruinb0w Great, I'm glad you all managed to work around the issue with external software. @panjiangyi Thanks for sharing the information about the proxy work around as well. @Shopify/app-inner-loo...
craigmichaelmartin created a branch on Shopify/cli
end-dev-on-create-error - Build apps, themes, and hydrogen storefronts for Shopify