-
Notifications
You must be signed in to change notification settings - Fork 54
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
#646 feat: add seed data for dummy users #647
base: main
Are you sure you want to change the base?
Conversation
Was this tested if you got an error? |
e45c656
to
e3abaa3
Compare
48ced72
to
1659c52
Compare
Yep... working through these... tons of |
967094b
to
a888f27
Compare
I noticed this was force-pushed after. Was this still an issue? Don't 100% understand how that could happen! |
a888f27
to
a03a1b7
Compare
The force-push was a result of me making changes, squashing a commit and pushing it up :p |
Rebased... and still err-ing: of note: Full Trace
|
a4c20a3
to
992bb23
Compare
rename: seedInfo => seedConfig
Co-authored-by: Evert Pot <[email protected]>
Co-authored-by: Evert Pot <[email protected]>
Co-authored-by: Evert Pot <[email protected]>
Co-authored-by: Evert Pot <[email protected]>
361e1b5
to
8908b91
Compare
Changes
adds
seeds/
folder and script for opting in to seed dummy usersinclude
env_file
property on docker-compose to read from.env
variable changes a user might make during developmentTesting:
created
[email protected]
, was able to log in with autogenerated password#646
TODO: