-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #333 from pxblue/dev
Publish 5.3.2
- Loading branch information
Showing
34 changed files
with
239 additions
and
105 deletions.
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 |
---|---|---|
|
@@ -53,6 +53,9 @@ jobs: | |
paths: | ||
- dist | ||
- components/coverage | ||
- run: | ||
command: cat /sys/fs/cgroup/memory/memory.max_usage_in_bytes | ||
when: always | ||
coverage_report: | ||
working_directory: ~/react-component-library | ||
docker: | ||
|
@@ -123,6 +126,9 @@ jobs: | |
root: . | ||
paths: | ||
- demos/storybook/storybook-static | ||
- run: | ||
command: cat /sys/fs/cgroup/memory/memory.max_usage_in_bytes | ||
when: always | ||
|
||
# Builds the Showcase app using @pxblue/react-components persisted in /dist folder. | ||
build_showcase: | ||
|
@@ -166,17 +172,20 @@ jobs: | |
command: | | ||
cd demos/showcase | ||
yarn build | ||
- run: | ||
command: cat /sys/fs/cgroup/memory/memory.max_usage_in_bytes | ||
when: always | ||
|
||
deploy_storybook: | ||
docker: | ||
- image: circleci/node:12.9.1-browsers | ||
environment: | ||
- MASTER_BRANCH: master | ||
- DEV_BRANCH: dev | ||
- DEV_TARGET: https://github.com/pxblue-components/react-dev | ||
- MASTER_TARGET: https://github.com/pxblue-components/react | ||
- DEV_TARGET: https://github.com/brightlayer-ui-components/react-dev | ||
- MASTER_TARGET: https://github.com/brightlayer-ui-components/react | ||
- GH_EMAIL: [email protected] | ||
- GH_NAME: PX Blue Agent | ||
- GH_NAME: Brightlayer UI Agent | ||
steps: | ||
- checkout | ||
- attach_workspace: | ||
|
@@ -197,10 +206,6 @@ jobs: | |
cd out | ||
git rm -rf . | ||
# Add the CNAME record for pxblue.eaton.com | ||
# if [ $CIRCLE_BRANCH == $MASTER_BRANCH ]; then | ||
# echo "pxblue-components.eaton.com/react" > CNAME | ||
# fi | ||
cd .. | ||
cp -a storybook-static/. out/. | ||
|
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
Validating CODEOWNERS rules …
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 @@ | ||
* @joebochill @emclaug2 @huayunh @daileytj | ||
* @jeffvg @emclaug2 @huayunh @daileytj |
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
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
16 changes: 13 additions & 3 deletions
16
components/src/core/DropdownToolbar/DropdownToolbar.test.tsx
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
Oops, something went wrong.