-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add checksum and TokenType into Token class #1016
Closed
Closed
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
We will try to keep the logo in the same line by shrinking the text on the left until it reaches minimum 300px.
Keep annotation source logo on the same line of text
zhx828
commented
Aug 28, 2023
.jhipster/Token.json
Outdated
"fieldValidateRules": ["required", "minlength", "maxlength", "pattern"], | ||
"fieldValidateRulesMinlength": "8", | ||
"fieldValidateRulesMaxlength": "8", | ||
"fieldValidateRulesPattern": "^[a-zA-Z0-9]*$" |
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.
@benzuzu once merge, we need to update the regex patterns.
The test is currently failing because we need to define the default way to generate checksum and token type when initiating. |
…b#1018) when the allele is unknown but multiple alternative alleles at the same position have mutation effects
Upgrade sentry/react to 7.72 and enable error reply
- Add precision oncology therapies page, but hide until paper is out - Update team page - Fix oncokb/oncokb#3549
Add hash and search when redirecting from legacy actionable genes page
- Use compact version of the filters(Option 1) - move drug classification column as first column - use filtered px tx when calculating drug classification and detection method - use small button for clear filter and download data
* Slack Email Abstraction * remove EmailAddress enum * Create new enum for Slack Option, instead of encapsulating all slack data in mailtype, we create new enum for dropdown email options. * dropdown emails now only show up if the license type is relevant * added documentation to new enums and some other small changes * Add Tests --------- Co-authored-by: benzuzu <[email protected]>
Update fda-approved precision oncology therapies
Use cancerType instead of tumorType in the actionable genes page URL
Allow premium user to access actionable variants and annotated variants
Expose drugs endpoint
Add a scheduled warning banner to mysql upgrade
Add team members
…ate-user Only renew tokens when activating user for PUT endpoint
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 related to #1012
The two fields are added through command
jhipster entity Token
. https://www.jhipster.tech/ has been used to generate oncokb-public backend and for both frontend/backend of oncokb-transcript(oncokb-curation). The command will provide all the options for updating the model if exists, or create.