demo-shinyapps.io-v310 diff with dev#826
Closed
aclark02-arcus wants to merge 53 commits into
Closed
Conversation
…r in the credential db
Attempted fix for known `riskmetric` weighting bug #293
Merge branch 'dev' into dev-demo-shinyapp.io-v2.0.0 # Conflicts: # .gitignore # R/mod_assessmentInfo.R # R/mod_uploadPackage.R # R/utils_insert_db.R # inst/sql_queries/initialize_metric_table.sql
demo shinyapp.io v2.0.0
…my pkg from garbage collections
Update shinyapps.io branch for test deployment
updating demo with latest `dev` changes
| user = c("demo_admin", "demo_lead", "demo_reviewer", "demo_viewer"), | ||
| password = c("Admin@1", "Lead@1", "Reviewer@1", "Viewer@1"), | ||
| # password will automatically be hashed | ||
| admin = TRUE, |
Collaborator
There was a problem hiding this comment.
Suggested change
| admin = TRUE, | |
| admin = c(TRUE, rep(FALSE, 3)) |
| password = c("Admin@1", "Lead@1", "Reviewer@1", "Viewer@1"), | ||
| # password will automatically be hashed | ||
| admin = TRUE, | ||
| expire = as.character(get_Date()), |
Collaborator
There was a problem hiding this comment.
Can this be set to NULL in the creation? Or do we have to update it in the app?
Collaborator
Author
|
closing in favor in favor of #827 |
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
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.
No description provided.