Prepare environment to allow account creation into the database - #2824
Open
ArnyminerZ wants to merge 15 commits into
Open
Prepare environment to allow account creation into the database#2824ArnyminerZ wants to merge 15 commits into
ArnyminerZ wants to merge 15 commits into
Conversation
ArnyminerZ
force-pushed
the
2820-allow-creating-accounts-into-the-database
branch
2 times, most recently
from
August 18, 2026 19:47
a2152c5 to
af025f9
Compare
ArnyminerZ
marked this pull request as ready for review
August 18, 2026 20:19
2 tasks
ArnyminerZ
force-pushed
the
2820-allow-creating-accounts-into-the-database
branch
3 times, most recently
from
August 20, 2026 08:17
c583158 to
fb55112
Compare
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
These files were already moved to resource/local/ on main; the rebase onto main recreated stale pre-move copies at the old path for some of this branch's commits, leaving dead duplicates. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ArnyminerZ
force-pushed
the
2820-allow-creating-accounts-into-the-database
branch
from
August 20, 2026 10:25
fb55112 to
68f656d
Compare
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.
Organizational
Important
Please make sure an issue or discussion for this change exists and was acknowledged by the
core team before submitting. Uncoordinated pull requests may conflict with the project roadmap
and could be closed without merging — which would be a pity.
See CONTRIBUTING.md for details.
(The PR is still welcome otherwise, but could be closed at any time without much attention
when it doesn't fit.)
✨ AI contributions – only check if applicable:
is just referenced/copied into an AI prompt and then the result is submitted as PR.
PRs that are mainly driven by AI often have little worth, as everybody could just copy the issue
into a prompt. The worth of a good PR often comes from the main idea, architectural decisions etc.
behind it. So while all PRs are welcome, such PRs may be reviewed with less human attention and closed
at any time when they don't fit.
Purpose
Short description
DbAccountDao's operationsgetAllValuesfunction to the settings store.It's used for extracting all the data stored in an account settings.
Use case: first insert all initial data into the database of user settings, then copy it directly to user data
Checklist