This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Create Development Kitchen #963
Merged
Merged
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
edcb038
rename editorial directory to kitchen
552f931
remove web, ios and android folders from kitchen
d95cb6f
rename editorial package to source-kitchen-react
67fdd25
reset source-kitchen-react version to 0.0.1
66fff46
Update workspace config for kitchen
9601f3f
remove individual package.json files in kitchen
c1dfa5b
remove individual tsconfig.json files in kitchen
ead59ef
Rename starRating to star-rating
006bf57
update kitchen index.tsx
dcaf0c9
Update component READMEs to point to source-kitchen-react npm package
4982713
update kitchen storybook titles
703dff0
Update the kitchen README
a68b66e
update scripts for kitchen
80686d4
add release process for kitchen
52eb675
add kitchen to autolabeler
f70d3f5
Move @guardian/types to be dev and peer dep
a9304bd
bump version of @guardian/types
43c53c6
Update story titles
c9f8e8a
Remove kitchen script from package.json
2c4e56e
Update src/kitchen/README.md
3be6657
Apply suggestions from code review
d078e7f
add contributing guidelines for dev kitchen
SiAdcock 484cd8c
set dotcom-platform as codeowners of all current kitchen components
SiAdcock 4b7cdf5
reinstate kitchen workspace scripts
SiAdcock e6836b3
make package naming consistent
SiAdcock 1868179
explicitly export components and prop types for each component
SiAdcock d1243af
Update kitchen package name
02cbc27
Move kitchen to packages/@guardian/source-react-components-developmen…
acbcc1e
Merge branch 'main' into development-kitchen
24cf88b
Pass count arg as string in stories
c3391a0
rename button to editorial button
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
* @guardian/client-side-infra | ||
|
||
/src/kitchen/components/button @guardian/dotcom-platform | ||
/src/kitchen/components/lines @guardian/dotcom-platform | ||
/src/kitchen/components/logo @guardian/dotcom-platform | ||
/src/kitchen/components/quote-icon @guardian/dotcom-platform | ||
/src/kitchen/components/star-rating @guardian/dotcom-platform | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Contribution guidelines | ||
|
||
Please read the [Contributing Guidelines](https://www.theguardian.design/2a1e5182b/p/77c9d9-contributing) on the Source website. | ||
Please read the [Contributing Guidelines](docs/08-contributing.md) in the docs | ||
directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import execa from 'execa'; | ||
import { paths } from './paths'; | ||
|
||
const { kitchen } = paths; | ||
|
||
console.log('Publishing @guardian/source-kitchen-react'); | ||
|
||
import(`${kitchen}/package.json`) | ||
.then(({ version }) => { | ||
return execa( | ||
'yarn', | ||
[ | ||
'--cwd', | ||
`${kitchen}`, | ||
'run', | ||
'publish:public', | ||
'--new-version', | ||
version, | ||
], | ||
{ | ||
stdio: 'inherit', | ||
}, | ||
); | ||
}) | ||
.catch((err) => { | ||
console.log('***PUBLISH FAILED***\n', err); | ||
process.exit(1); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guardian/dotcom-platform does this look okay to you? 🙏