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

feat(ssh_tunnel): Import/Export Databases with SSHTunnel credentials #23099

Merged
merged 4 commits into from
Feb 24, 2023

Commits on Feb 20, 2023

  1. SSH Tunnel:

    - Add import/export API
    - Modify our import modals so users can enter required ssh_tunnel credentials that are not exported
    - Update tests and create new ones
    Antonio-RiveroMartnez committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f5d60da View commit details
    Browse the repository at this point in the history
  2. SSH Tunnel:

    - Add missing .length to if in the import modal
    - Fix comment message
    Antonio-RiveroMartnez committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    bbc13e8 View commit details
    Browse the repository at this point in the history
  3. SSH Tunnel:

    - Add a check for SSH_TUNNELING feature flag, if it's disabled we should raise the already known exception informing the user
    - Update tests and add new tests for covering such scenario
    Antonio-RiveroMartnez committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    0b8be63 View commit details
    Browse the repository at this point in the history
  4. SSH Tunnel:

    - Add more robust checks around SSH Tunnel credentials passed in the file we want to import
    - Add extra exceptions so we can handle new errors and let users know
    - Update and add tests for new scenarios
    Antonio-RiveroMartnez committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    e1f7f36 View commit details
    Browse the repository at this point in the history