-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat(user-onboarding): base code for user-onboarding lib #203
Merged
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
vaibhavmauryasf
changed the title
base code for user-onboarding lib
feat: base code for user-onboarding lib
May 19, 2021
add the default commands for the user incase the user doest not regiter the commands
fix the dependency issue
fix the magic number error in sonar cloud
fix some other code smells
fix the session ID error regarding weak cryptography
change the filter function for removing the extra steps not needed when the tour is run again
fix some code smells
fix some code smells
fixed some code smells in the code
fixed some code smells in the code
fixed some code smells in the code
fixed some code smell in the code
added the removed steps array for keeping a track of the removed steps so that those can also be traverses if the tour is resumed from a specific step
fixed some codesmells in the code
fixed some code smells in the code
fixed some linting issues in the code specified in the PR
fixed some code smells in the code
added README for the client
fixed the readme in the client
fix the lerna bootstarp issue
fixed the issues listed by lerna bootstrap
fixed some linting issues specified by the lerna lint
fixed codesmells in the code
fixed some code smells in the code
fixed the linting issues specified by the lerna lint
fixed some linting issues raised by the lerna lint
fixed the lerna bootstrap issue
fixed lerna bootstrap error
added test.ts file
fixed lerna test issues and code smells
fixed the issues specified by lerna test
fixed issues in lerna test
fixed the map codesmell
fixed lerna boot strap error
lerna test fix
…opback4-microservice-catalog into user-onboarding-pr fix(user-onboarding): fix lerna test
fixed lerna error
fixed lerna test issues
fixed a typo error in package.json in audit service
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Description
Base code of the user-onboarding client
Fixes # (issue)
#173
Type of change
Please delete options that are not relevant.
Checklist: