Skip to content
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

Make create_user work for new installations and add basic test. #183

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

albu-diku
Copy link

Allow user creation to provision the directries necessary for user creation to succeed in addition to the database file itself given the state that exists after config generation is run to completion for a new installation.

Cover the very basic operation of creat_user ensuring that a user db is created (along with its lock file) and that a user entry is added to the database.

@albu-diku albu-diku force-pushed the fix/createuser-py3 branch 2 times, most recently from 51755d3 to ca3c4f2 Compare January 27, 2025 09:52
@albu-diku albu-diku force-pushed the fix/createuser-py3 branch 4 times, most recently from b3661a5 to 39d905c Compare February 3, 2025 12:58
Allow user creation to provision the directories necessary for user
creation to succeed in addition to the database file itself against
the state as it is after config generation is run to completion for a
new installation.

Cover the very basic operation of create_user ensuring that a user db
(along with its lock file) will be created and a user entry added to it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant