-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add login button #12
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
base: develop
Are you sure you want to change the base?
Conversation
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.
Just a few notes:
- The
yarn.lock
file should stay committed. It's used to keep all of our versions consistent: https://classic.yarnpkg.com/en/docs/yarn-lock/ - Could you check your
prettier
settings for me? I thought I had set it up in the.idea
settings to auto format on save, but it doesn't seem to work. That way, we can avoid some of the formatting inconsistencies I can see in this PR. - Again, it would be best practice to separate unrelated features into a separate PR. (The
application-dev.properties
change)
|
spring.jpa.hibernate.ddl-auto=create | ||
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect | ||
spring.datasource.url=jdbc:postgresql://localhost:5432/mcitmocks_dev | ||
spring.datasource.url=jdbc:postgresql://localhost:5432/mcitmocks-dev |
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.
We had previously changed the database name from mcitmocks-dev to mcitmocks_dev. Why is this being changed back?
Edit: here's where we originally changed it: d7ee341
Description
What new features or functions does this PR provide? What bugs does it fix?
Testing
How did you test the code in the pull request?
Checklist