-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[WEB-1942] Make Ably UI public
- Loading branch information
Showing
20 changed files
with
159 additions
and
153 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -28,18 +28,16 @@ jobs: | |
chmod +x "./scripts/update-dependents.sh" | ||
- name: Release latest Ably UI version | ||
env: | ||
GITHUB_REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} | ||
BUNDLE_RUBYGEMS__PKG__GITHUB__COM: "${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_TOKEN }}" | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
RUBYGEMS_API_KEY: "${{ secrets.RUBYGEMS_API_KEY }}" | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Github Action" | ||
./release.sh "${GITHUB_REF/refs\/tags\//}" | ||
shell: bash | ||
- name: Create PR on Voltaire and Website | ||
env: | ||
GITHUB_REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} | ||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }} | ||
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} | ||
BUNDLE_RUBYGEMS__PKG__GITHUB__COM: "${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_TOKEN }}" | ||
run: "./scripts/update-dependents.sh" | ||
shell: bash |
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,2 +1,2 @@ | ||
//npm.pkg.github.com/:_authToken=${GITHUB_REGISTRY_TOKEN} | ||
@ably:registry=https://npm.pkg.github.com | ||
//registry.npmjs.org/:_authToken=${NPM_TOKEN} | ||
|
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,29 @@ | ||
# Welcome 👋🏽 | ||
|
||
Thank you for considering helping with this project. ❤️ | ||
|
||
If you've noticed a bug or have a feature request, create an issue in the repo! It's generally best if you get confirmation of your bug or approval for your feature request before starting to code. | ||
|
||
If this is your first time contributing to open source, we recommend watching this [friendly guide](https://egghead.io/talks/git-how-to-make-your-first-open-source-contribution) to give you a grounding in some of the basic concepts. | ||
|
||
If anything in this guide or in this codebase doesn't make sense to you, please let us know by creating an issue in the repo. | ||
|
||
## Running the development server | ||
|
||
Please refer to the [README](./README.md#development) for instructions on how to set this up. | ||
|
||
## Testing | ||
|
||
This repo uses a combination of Jest and Cypress for testing. | ||
For a component that has both a React and Ruby please ensure there is a parity test, the easiest way to create that is to copy an existing one as an example. | ||
|
||
Please refer to the [README](./README.md#running-tests) for further details. | ||
|
||
## Contributing | ||
|
||
1. Fork the [repo](https://github.com/ably/ably-ui/). | ||
1. Create your update in a new branch - `git checkout -b new-feature` | ||
1. When you're ready to submit your contribution, create a Pull Request | ||
1. Make sure you have rebased against Ably UI's main branch. | ||
1. Fill in the PR description template with as much detail as possible | ||
1. Someone from Ably will be assigned to review and accept or decline the work. |
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,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
ably-ui (4.2.0) | ||
ably-ui (4.2.0.dev.f1eb220) | ||
view_component (~> 2.33.0) | ||
|
||
GEM | ||
|
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ require "ably_ui/version" | |
Gem::Specification.new do |spec| | ||
spec.name = "ably-ui" | ||
spec.version = AblyUi::VERSION | ||
spec.authors = ["Dominik Piatek"] | ||
spec.email = ["[email protected]"] | ||
spec.authors = ["Dominik Piatek", "Arti Mathanda", "Bruce Thomas"] | ||
spec.email = ["[email protected]", "[email protected]", "[email protected]"] | ||
spec.summary = "Shared component library and design system for Ably Real-time Ltd (ably.com)" | ||
spec.licenses = ['Apache-2.0'] | ||
spec.homepage = "https://github.com/ably/ably-ui" | ||
|
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,3 @@ | ||
module AblyUi | ||
VERSION = '4.2.0' | ||
VERSION = '4.2.0.dev.f1eb220' | ||
end |
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,12 +1,12 @@ | ||
{ | ||
"name": "@ably/ably-ui", | ||
"version": "4.2.0", | ||
"name": "@ably/ui", | ||
"version": "4.2.0-dev.f1eb220", | ||
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.", | ||
"repository": "[email protected]:ably/ably-ui.git", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"registry": "https://npm.pkg.github.com" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/ably/ably-ui.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"src", | ||
"core", | ||
|
@@ -74,5 +74,17 @@ | |
"react-dom": "^17.0.1", | ||
"redux": "^4.0.5", | ||
"scroll-lock": "^2.1.4" | ||
} | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ably/ably-ui/issues" | ||
}, | ||
"homepage": "https://github.com/ably/ably-ui#readme", | ||
"keywords": [ | ||
"ui", | ||
"tailwind", | ||
"ably", | ||
"react", | ||
"view-components" | ||
], | ||
"author": "Ably Real-time Ltd <[email protected]>" | ||
} |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.