-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infra: Continuous integration workflow #304
Draft
wlsf82
wants to merge
150
commits into
development
Choose a base branch
from
ci/create-continuous-integration-workflow
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
- aria-hidden hide element from screen readers - aria-hidden should be used only if the icons have no semantic value. - Since those icons have a meaning and are important actions to all users, we should no use aria-hidden here
wlsf82
force-pushed
the
ci/create-continuous-integration-workflow
branch
from
December 13, 2021 02:01
60d32a5
to
ee3a63b
Compare
@miltonbsn, I might need your help with this PR to set the GitHub secrets. By the way, do you have any idea why we could be getting these permissions failures when trying to install the dependencies to run the end-to-end tests? E.g.. |
wlsf82
force-pushed
the
ci/create-continuous-integration-workflow
branch
2 times, most recently
from
December 13, 2021 15:59
ee3a63b
to
c72daf1
Compare
First, it will run the unit tests, and only if they all pass, it will run the end-to-end tests (against Chrome and Firefox.)
wlsf82
force-pushed
the
ci/create-continuous-integration-workflow
branch
from
December 14, 2021 02:13
c72daf1
to
258d4be
Compare
idmarjr
changed the title
Create a continuous integration workflow
Infra: Continuous integration workflow
Dec 23, 2021
- Markup - Styles - Translations
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…webtoken-9.0.0 Bump jsonwebtoken from 8.5.1 to 9.0.0
…o-app into feature/export-model
…dule Fix feedback messages at Models list
- Use Material icons - Import SVG icons as components - Add icon types at models list - On models workspace: - Repalce "Model {type} of:" with its respective icon
Use icons to represent model types
- Remove styles from modelWorkspace.scss - Move styles to it's own scss inside the component - Import it at publicView.js - Fix small layout issue related to navbar size on public view
After introduce the icon to represent the model type at the model workspace header, s small aligment bug was introduced to modelSidebar. This commit tweak the magic numbers to fix this issue
…o-app into feature/export-model
Feature: Share model publicly
GitHub sponsor visibility boost
Fix/duplicate model
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is still a work-in-progress.
Close #144