-
Notifications
You must be signed in to change notification settings - Fork 2
Development at PNL #3
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
Open
tashrifbillah
wants to merge
634
commits into
dptools:master
Choose a base branch
from
AMP-SCZ:pnl-devel
base: master
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.
Open
Conversation
This file contains hidden or 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
355 consolidate mongo dbs
This reverts commit 7a8076a.
…llection" This reverts commit d1b60d2.
…-dbs Revert "355 consolidate mongo dbs"
* Implemenmted React hook form to admin page * Added reset password workflow * Universal Modal * Added Controlled Select and React Select * Added admin routes and controller * Added studies model and studies controller
* Updated queries to participants * Added Model with helper functions * Added Table Component and merged to one directory * Added sort function * Added new state * Added update handler and star complete handler
* Fix bundle js serving issues * Fixed an issue where javascript is not being served with param routes * Added new dashboard routes. * Append text * Append values to heat map * Append additional days * calculate day obj * removed unused code * removed code * Tests * Updated tests * Helpers * Added Max Day helper * Added configurations state to be handled by context and shared by components * Moved a few styles * Added sidebar state * Alphabet * Alphabetized * PR COmments * Updated PR Comments * PR COMMENTS * Removed hidden component * Renamed State var * Renamed variable * Set Toggle to false * set sidebar on mount
* Refactored Login Page to use react hook form to handle form state * Converted page to class component and split up form to it's own component * Added javascript stylings * Removed warnings
…puts Patch: sanitize authentication inputs
* Send user object
* counts controller created Counts Controller * Added counts controller * Removed counts util function * Removed unused functions * Added cursor async iteration to add necessary values * Added aggregated queries Sort by query * Added aggregation to the query that sorts from the db call * Removed unused calls and code * Removed unneeded code * Added query string params to route * Parsing and default of query strings
* Refactored Register Page to functional component * Implemented form library to component * Split up form into form component * Added submit handler * Added classes and styling
* Refactored Password Page * Created Form Component * Updated error handling * Updated error response * Added navigation to login page * Removed unused hook
* Added react hook form and methods to new chart page * Updated form to use controlled inputs * Updated Color picker to be a controlled input * Added updates to onchange feature * Removed devtools warning Added api routes for charts * Get all charts * Delete charts * Added destroy verbs on controllers Update Charts Pages to use forms library * Updated the new charts page, edit chart, view charts page to use the react hook form library * Had to update UI to use controlled inputs for react hook forms * Updated initial values to use our hooks * Updated CSV downloader * Added api routes and api verbs for each type of call Update Charts Pages to use forms library * Updated the new charts page, edit chart, view charts page to use the react hook form library * Had to update UI to use controlled inputs for react hook forms * Updated initial values to use our hooks * Updated CSV downloader * Added api routes and api verbs for each type of call
* Get all charts * Delete charts * Added destroy verbs on controllers Update Charts Pages to use forms library * Updated the new charts page, edit chart, view charts page to use the react hook form library * Had to update UI to use controlled inputs for react hook forms * Updated initial values to use our hooks * Updated CSV downloader * Added api routes and api verbs for each type of call Charts Controller * Updated the charts controller and routes * Moved additional routes to controller * Added tests Clean Up * Cleaned up code * Added styling to sidebar
* clarify nginx-proxy-manager launch * clarify risk with self-signed certificates
Patch on prem deployment instruction
Hence, ignore this recognition. Reference: https://nodemailer.com/smtp#3-allow-selfsigned-certificates
This change removed Included: 1 but forgot to remove the above: 49dad13 Co-authored-by: Dheshan <dmohandass@mgh.harvard.edu>
Introduce SMTP_REJECT_UNAUTHORIZED option
* renumber with proper numerals
Instructions for deploying via an MGB VM
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 PR is essentially a copy of PR #2. The latter one got closed inadvertently when we renamed our branch. Sorry about the inconvenience.
Please see the review comments in PR #2.