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

Rearrange the database creation menu with a 'New database' sub-menu. #427

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

Conversation

francoislerall
Copy link
Member

  • DbRestoreAction is now under New database -> From file...
  • DbCreateAction is now under New database -> From scratch...
  • New database -> From repository... creates a new database and clones the repository.

ImportFromGitAction had an unexpected behaviour as it does not import git repository but rather clones it. Renaming to CloneFromGitAction makes it more intuitive. The accept method has been changed as the selection of a DB should not impact the behaviour (the action creates a new one anyways).

Screenshot from Screencast from 2024-12-03 11-30-32 mp4
Screenshot from Screencast from 2024-12-03 11-30-13 mp4
Screenshot from Screencast from 2024-12-03 11-29-36 mp4

 - DbRestoreAction is now under New database -> From file...
 - DbCreateAction is now under New database -> From scratch...
 - New database -> From repository... creates a new database and clones the repository.

ImportFromGitAction had an unexpected behaviour as it does not import git repository but rather clones it. Renaming to CloneFromGitAction makes it more intuitive.
The accept method has been changed as the selection of a DB should not impact the behaviour (the action creates a new one anyways).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant