Skip to content

Commit

Permalink
Updates repository references after the move (#1511)
Browse files Browse the repository at this point in the history
* Updates repository references after the move

* Update packages/pwa-buildpack/lib/Utilities/addImgOptMiddleware.js

`express-sharp` didn't switch orgs

Co-Authored-By: James Calcaben <jcalcaben@users.noreply.github.com>

* Update pwa-devdocs/README.md

Co-Authored-By: James Calcaben <jcalcaben@users.noreply.github.com>

* Update pwa-devdocs/src/venia-pwa-concept/features/modular-components/index.md

Co-Authored-By: James Calcaben <jcalcaben@users.noreply.github.com>

* Updates all docs references to pwastudio.io

* Reverts changes to code-samples

* Reverting magento2-upward-connector change

* Reverts changes to theme-frontend-pwa

* Reverts pwa-buildpack

* Update pwa-devdocs/scripts/create-reference-docs/config/index.js

Co-Authored-By: James Calcaben <jcalcaben@users.noreply.github.com>
  • Loading branch information
2 people authored and dpatil-magento committed Aug 2, 2019
1 parent c65984d commit 4c882e7
Show file tree
Hide file tree
Showing 60 changed files with 214 additions and 217 deletions.
12 changes: 5 additions & 7 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _As a developer, please write developer-facing documentation in README or other

## Contribution process

Magento maintains a public roadmap for this and other [Magento Research] repositories in each project's issue board.
Magento maintains a public roadmap for this and other repositories in each project's issue board.

Any and all community participation in this backlog is encouraged and appreciated.
Even foundational infrastructure stories are available for a generous developer to take on.
Expand Down Expand Up @@ -60,8 +60,7 @@ We will un-assign you from this issue, but please feel free to contribute to ano

#### Step 4: Work on the issue

After you provide an estimate, the issue is now "in progress", and
you officially become a member of the [Magento Research] organization.
After you provide an estimate, the issue is now "in progress".

If you need more time to work on the issue, please contact us as soon as possible.
We may request an update on your progress, but we are willing to accommodate.
Expand Down Expand Up @@ -94,8 +93,7 @@ _Please avoid creating GitHub issues asking for help on bugs in your project tha

[code of conduct]: CODE_OF_CONDUCT.md
[support]: SUPPORT.md
[official repository]: https://github.com/magento-research/pwa-studio
[official repository]: https://github.com/magento/pwa-studio
[meaningful commit messages]: https://chris.beams.io/posts/git-commit/
[github issue]: https://github.com/magento-research/pwa-studio/issues/new/choose
[magento research]: https://github.com/magento-research
[help wanted]: https://github.com/magento-research/pwa-studio/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
[github issue]: https://github.com/magento/pwa-studio/issues/new/choose
[help wanted]: https://github.com/magento/pwa-studio/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Thank you for taking the time to report this issue!
GitHub Issues should only be created for problems/topics related to this project's codebase.
Before submitting this issue, please make sure you are complying with our Code of Conduct:
https://github.com/magento-research/pwa-studio/blob/develop/.github/CODE_OF_CONDUCT.md
https://github.com/magento/pwa-studio/blob/develop/.github/CODE_OF_CONDUCT.md
Issues that do not comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/doc_change.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Thank you for taking the time to report this issue!
GitHub Issues should only be created for problems/topics related to this project's codebase.
Before submitting this issue, please make sure you are complying with our Code of Conduct:
https://github.com/magento-research/pwa-studio/blob/develop/.github/CODE_OF_CONDUCT.md
https://github.com/magento/pwa-studio/blob/develop/.github/CODE_OF_CONDUCT.md
Issues that do not comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Thank you for taking the time to report this issue!
GitHub Issues should only be created for problems/topics related to this project's codebase.
Before submitting this issue, please make sure you are complying with our Code of Conduct:
https://github.com/magento-research/pwa-studio/blob/develop/.github/CODE_OF_CONDUCT.md
https://github.com/magento/pwa-studio/blob/develop/.github/CODE_OF_CONDUCT.md
Issues that do not comply with our Code of Conduct or do not contain enough information may be closed at the maintainers' discretion.
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Before submitting this pull request, please make sure you have read our Contribution Guidelines and your PR meets our contribution standards:
https://github.com/magento-research/pwa-studio/blob/master/.github/CONTRIBUTING.md
https://github.com/magento/pwa-studio/blob/master/.github/CONTRIBUTING.md
Please fill out as much information as you can about your PR to help speed up the review process.
If your PR addresses an existing GitHub Issue, please refer to it in the title or Additional Information section to make the connection.
Expand Down Expand Up @@ -33,7 +33,7 @@ Closes #ISSUE_NUMBER.
## Proposed Labels for Change Type/Package
<!--- What type of change level would you suggest for this PR? -->
<!--- Major, Minor, or Patch? -->
<!--- See https://magento-research.github.io/pwa-studio/technologies/versioning/ for help -->
<!--- See https://pwastudio.io/technologies/versioning/ for help -->
- [ ] major (e.g x.0.0 - a breaking change)
- [ ] minor (e.g 0.x.0 - a backwards compatible addition)
- [ ] patch (e.g 0.0.x - a bug fix)
Expand Down
2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Need help with something? Please use the following resources to get the help you
- Chat with us on **Slack** - [#pwa channel]
- Send us an Email: pwa@magento.com

[pwa devdocs]: https://magento-research.github.io/pwa-studio/
[pwa devdocs]: https://pwastudio.io
[#pwa channel]: https://magentocommeng.slack.com/messages/C71HNKYS2
96 changes: 48 additions & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,52 +132,52 @@ This is the easiest way to work with the released versions of PWA Studio.

To upgrade to 3.0.0, update the project's `package.json` file and change the dependency version for PWA Studio.

[pwa studio releases]: https://github.com/magento-research/pwa-studio/releases
[client side caching topic]: https://magento-research.github.io/pwa-studio/technologies/basic-concepts/client-side-caching/
[`venia-upward.yml`]: https://github.com/magento-research/pwa-studio/blob/develop/packages/venia-concept/venia-upward.yml
[hello upward]: https://magento-research.github.io/pwa-studio/tutorials/hello-upward/simple-server/
[magento compatibility table]: https://magento-research.github.io/pwa-studio/technologies/magento-compatibility/
[pwa studio releases]: https://github.com/magento/pwa-studio/releases
[client side caching topic]: https://pwastudio.io/technologies/basic-concepts/client-side-caching/
[`venia-upward.yml`]: https://github.com/magento/pwa-studio/blob/develop/packages/venia-concept/venia-upward.yml
[hello upward]: https://pwastudio.io/tutorials/hello-upward/simple-server/
[magento compatibility table]: https://pwastudio.io/technologies/magento-compatibility/
[react hooks]: https://reactjs.org/docs/hooks-intro.html
[#1253]: https://github.com/magento-research/pwa-studio/pull/1253
[#1177]: https://github.com/magento-research/pwa-studio/pull/1177
[#1058]: https://github.com/magento-research/pwa-studio/pull/1058
[#1175]: https://github.com/magento-research/pwa-studio/pull/1175
[#1174]: https://github.com/magento-research/pwa-studio/pull/1174
[#1171]: https://github.com/magento-research/pwa-studio/pull/1171
[#1169]: https://github.com/magento-research/pwa-studio/pull/1169
[#1167]: https://github.com/magento-research/pwa-studio/pull/1167
[#1158]: https://github.com/magento-research/pwa-studio/pull/1158
[#1155]: https://github.com/magento-research/pwa-studio/pull/1155
[#1153]: https://github.com/magento-research/pwa-studio/pull/1153
[#1152]: https://github.com/magento-research/pwa-studio/pull/1152
[#1150]: https://github.com/magento-research/pwa-studio/pull/1150
[#1140]: https://github.com/magento-research/pwa-studio/pull/1140
[#1139]: https://github.com/magento-research/pwa-studio/pull/1139
[#1132]: https://github.com/magento-research/pwa-studio/pull/1132
[#1070]: https://github.com/magento-research/pwa-studio/pull/1070
[#1125]: https://github.com/magento-research/pwa-studio/pull/1125
[#1109]: https://github.com/magento-research/pwa-studio/pull/1109
[#1103]: https://github.com/magento-research/pwa-studio/pull/1103
[#1102]: https://github.com/magento-research/pwa-studio/pull/1102
[#1097]: https://github.com/magento-research/pwa-studio/pull/1097
[#1094]: https://github.com/magento-research/pwa-studio/pull/1094
[#1088]: https://github.com/magento-research/pwa-studio/pull/1088
[#1087]: https://github.com/magento-research/pwa-studio/pull/1087
[#1085]: https://github.com/magento-research/pwa-studio/pull/1085
[#1080]: https://github.com/magento-research/pwa-studio/pull/1080
[#1077]: https://github.com/magento-research/pwa-studio/pull/1077
[#1063]: https://github.com/magento-research/pwa-studio/pull/1063
[#1059]: https://github.com/magento-research/pwa-studio/pull/1059
[#1048]: https://github.com/magento-research/pwa-studio/pull/1048
[#1045]: https://github.com/magento-research/pwa-studio/pull/1045
[#1039]: https://github.com/magento-research/pwa-studio/pull/1039
[#1027]: https://github.com/magento-research/pwa-studio/pull/1027
[#1022]: https://github.com/magento-research/pwa-studio/pull/1022
[#1020]: https://github.com/magento-research/pwa-studio/pull/1020
[#1019]: https://github.com/magento-research/pwa-studio/pull/1019
[#1000]: https://github.com/magento-research/pwa-studio/pull/1000
[#956]: https://github.com/magento-research/pwa-studio/pull/956
[#910]: https://github.com/magento-research/pwa-studio/pull/910
[#882]: https://github.com/magento-research/pwa-studio/pull/882
[#1078]: https://github.com/magento-research/pwa-studio/pull/1078
[#1043]: https://github.com/magento-research/pwa-studio/pull/1043
[#1253]: https://github.com/magento/pwa-studio/pull/1253
[#1177]: https://github.com/magento/pwa-studio/pull/1177
[#1058]: https://github.com/magento/pwa-studio/pull/1058
[#1175]: https://github.com/magento/pwa-studio/pull/1175
[#1174]: https://github.com/magento/pwa-studio/pull/1174
[#1171]: https://github.com/magento/pwa-studio/pull/1171
[#1169]: https://github.com/magento/pwa-studio/pull/1169
[#1167]: https://github.com/magento/pwa-studio/pull/1167
[#1158]: https://github.com/magento/pwa-studio/pull/1158
[#1155]: https://github.com/magento/pwa-studio/pull/1155
[#1153]: https://github.com/magento/pwa-studio/pull/1153
[#1152]: https://github.com/magento/pwa-studio/pull/1152
[#1150]: https://github.com/magento/pwa-studio/pull/1150
[#1140]: https://github.com/magento/pwa-studio/pull/1140
[#1139]: https://github.com/magento/pwa-studio/pull/1139
[#1132]: https://github.com/magento/pwa-studio/pull/1132
[#1070]: https://github.com/magento/pwa-studio/pull/1070
[#1125]: https://github.com/magento/pwa-studio/pull/1125
[#1109]: https://github.com/magento/pwa-studio/pull/1109
[#1103]: https://github.com/magento/pwa-studio/pull/1103
[#1102]: https://github.com/magento/pwa-studio/pull/1102
[#1097]: https://github.com/magento/pwa-studio/pull/1097
[#1094]: https://github.com/magento/pwa-studio/pull/1094
[#1088]: https://github.com/magento/pwa-studio/pull/1088
[#1087]: https://github.com/magento/pwa-studio/pull/1087
[#1085]: https://github.com/magento/pwa-studio/pull/1085
[#1080]: https://github.com/magento/pwa-studio/pull/1080
[#1077]: https://github.com/magento/pwa-studio/pull/1077
[#1063]: https://github.com/magento/pwa-studio/pull/1063
[#1059]: https://github.com/magento/pwa-studio/pull/1059
[#1048]: https://github.com/magento/pwa-studio/pull/1048
[#1045]: https://github.com/magento/pwa-studio/pull/1045
[#1039]: https://github.com/magento/pwa-studio/pull/1039
[#1027]: https://github.com/magento/pwa-studio/pull/1027
[#1022]: https://github.com/magento/pwa-studio/pull/1022
[#1020]: https://github.com/magento/pwa-studio/pull/1020
[#1019]: https://github.com/magento/pwa-studio/pull/1019
[#1000]: https://github.com/magento/pwa-studio/pull/1000
[#956]: https://github.com/magento/pwa-studio/pull/956
[#910]: https://github.com/magento/pwa-studio/pull/910
[#882]: https://github.com/magento/pwa-studio/pull/882
[#1078]: https://github.com/magento/pwa-studio/pull/1078
[#1043]: https://github.com/magento/pwa-studio/pull/1043
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PWA Studio
[![Coverage Status](https://coveralls.io/repos/github/magento-research/pwa-studio/badge.svg)](https://coveralls.io/github/magento-research/pwa-studio)
[![Coverage Status](https://coveralls.io/repos/github/magento/pwa-studio/badge.svg)](https://coveralls.io/github/magento/pwa-studio)
Magento PWA Studio is a collection of tools that lets developers build complex Progressive Web Applications on top of Magento 2 stores.

## Documentation
Expand Down Expand Up @@ -71,14 +71,13 @@ If you have an issue that cannot be resolved, please [create an issue][].
* Before pushing a commit, `yarn run prettier` and `yarn run lint` to format and inspect the source code. (There is also a git hook that will do this automatically.)

[Contribution guide]: .github/CONTRIBUTING.md
[Coverage Status]: https://coveralls.io/repos/github/magento-research/pwa-studio/badge.svg?branch=master
[create an issue]: https://github.com/magento-research/pwa-studio/issues/new
[documentation site]: https://magento-research.github.io/pwa-studio/
[Git hook]: <https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks>
[Greenkeeper badge]: https://badges.greenkeeper.io/magento-research/pwa-studio.svg
[Coverage Status]: https://coveralls.io/repos/github/magento/pwa-studio/badge.svg?branch=master
[create an issue]: https://github.com/magento/pwa-studio/issues/new
[documentation site]: https://pwastudio.io
[Git hook]: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
[NPM]: https://www.npmjs.com/org/magento
[Troubleshooting]: https://magento-research.github.io/pwa-studio/pwa-buildpack/troubleshooting/
[Venia storefront setup]: https://magento-research.github.io/pwa-studio/venia-pwa-concept/setup/
[Troubleshooting]: https://pwastudio.io/pwa-buildpack/troubleshooting/
[Venia storefront setup]: https://pwastudio.io/venia-pwa-concept/setup/
[workspace commands]: https://yarnpkg.com/en/docs/cli/workspace
[Yarn Workspaces]: https://yarnpkg.com/en/docs/workspaces/

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"author": "Magento Commerce",
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/magento-research/pwa-studio",
"homepage": "https://github.com/magento/pwa-studio",
"bugs": {
"url": "https://github.com/magento-research/pwa-studio/issues"
"url": "https://github.com/magento/pwa-studio/issues"
},
"scripts": {
"build": "yarn workspace @magento/venia-concept run build",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-peregrine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"scripts": {
"clean": " "
},
"repository": "github:magento-research/pwa-studio",
"repository": "github:magento/pwa-studio",
"author": "Magento Commerce",
"license": "(OSL-3.0 OR AFL-3.0)",
"bugs": {
"url": "https://github.com/magento-research/pwa-studio/issues"
"url": "https://github.com/magento/pwa-studio/issues"
},
"homepage": "https://github.com/magento-research/pwa-studio/tree/master/packages/babel-preset-peregrine#readme",
"homepage": "https://github.com/magento/pwa-studio/tree/master/packages/babel-preset-peregrine#readme",
"peerDependencies": {
"@babel/core": "~7.3.4",
"@babel/plugin-proposal-class-properties": "~7.3.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const exitCodes = {
FAILURE: 1
};
const DOCS_COMPAT_TABLE_PATH =
'https://magento-research.github.io/pwa-studio/technologies/magento-compatibility/';
'https://pwastudio.io/technologies/magento-compatibility/';
const plugin = {
COMMAND: 'validate-magento-pwa-queries',
DESCRIPTION:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rimraf ./lib/magento-compatibility.js ./node_modules",
"test": "jest"
},
"repository": "https://github.com/magento-research/pwa-studio",
"repository": "https://github.com/magento/pwa-studio",
"keywords": [
"graphql",
"graphql-cli",
Expand Down
4 changes: 2 additions & 2 deletions packages/peregrine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Features

* multicasting REST API client ([#164](https://github.com/magento-research/pwa-studio/issues/164)) ([2852e14](https://github.com/magento-research/pwa-studio/commit/2852e14)), closes [#140](https://github.com/magento-research/pwa-studio/issues/140)
* Simulators for async testing ([#24](https://github.com/magento-research/pwa-studio/issues/24)) ([a380da9](https://github.com/magento-research/pwa-studio/commit/a380da9))
* multicasting REST API client ([#164](https://github.com/magento/pwa-studio/issues/164)) ([2852e14](https://github.com/magento/pwa-studio/commit/2852e14)), closes [#140](https://github.com/magento/pwa-studio/issues/140)
* Simulators for async testing ([#24](https://github.com/magento/pwa-studio/issues/24)) ([a380da9](https://github.com/magento/pwa-studio/commit/a380da9))
2 changes: 1 addition & 1 deletion packages/peregrine/docs/RestApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Documentation has been moved to the [REST API client][] topic in the PWA devdocs site.

[REST API client]: https://magento-research.github.io/pwa-studio/peregrine/reference/rest-api-client/
[REST API client]: https://pwastudio.io/peregrine/reference/rest-api-client/
2 changes: 1 addition & 1 deletion packages/peregrine/docs/Router.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Documentation content has been moved to the [Router][] topic in the PWA devdocs site.

[Router]: https://magento-research.github.io/pwa-studio/peregrine/reference/router/
[Router]: https://pwastudio.io/peregrine/reference/router/

6 changes: 3 additions & 3 deletions packages/peregrine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"scripts": {
"clean": " "
},
"repository": "github:magento-research/pwa-studio",
"repository": "github:magento/pwa-studio",
"author": "Magento Commerce",
"license": "(OSL-3.0 OR AFL-3.0)",
"bugs": {
"url": "https://github.com/magento-research/pwa-studio/issues"
"url": "https://github.com/magento/pwa-studio/issues"
},
"homepage": "https://github.com/magento-research/pwa-studio/tree/master/packages/peregrine#readme",
"homepage": "https://github.com/magento/pwa-studio/tree/master/packages/peregrine#readme",
"devDependencies": {
"intl": "~1.2.5",
"react": "~16.8.3",
Expand Down
Loading

1 comment on commit 4c882e7

@vercel
Copy link

@vercel vercel bot commented on 4c882e7 Aug 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

The chosen alias "magento-venia-develop.now.sh" is already in use by another account.

Please # to comment.