-
Notifications
You must be signed in to change notification settings - Fork 77
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
SLVS-1396 Migration wizard: Integrate with the new binding and connection models #5700
SLVS-1396 Migration wizard: Integrate with the new binding and connection models #5700
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ffb0a46 - Browse repository at this point
Copy the full SHA ffb0a46View commit details -
SLVS-1396 Move method needed only for the migration of the server con…
…nection away from the UnintrusiveBindingController and into the ConnectedModeMigration class
Configuration menu - View commit details
-
Copy full SHA for 9698fec - Browse repository at this point
Copy the full SHA 9698fecView commit details -
SLVS-1396 Refactor ServerConnectionsRepository to not expose the file…
… path, but instead only if the file exists. The callers do not need to know the name of the file, only if the file exists
Configuration menu - View commit details
-
Copy full SHA for a653431 - Browse repository at this point
Copy the full SHA a653431View commit details -
SLVS-1396 Validate that the old migration does not create the connect…
…ion.json, which would prevent the new migration to migrate the existing bindings.
Configuration menu - View commit details
-
Copy full SHA for 08a3d45 - Browse repository at this point
Copy the full SHA 08a3d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d8b68 - Browse repository at this point
Copy the full SHA c3d8b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a23a7 - Browse repository at this point
Copy the full SHA f0a23a7View commit details
Commits on Sep 25, 2024
-
SLVS-1396 Ensure old migration succeeds even if the corresponding Ser…
…verConnection could not be migrated. If it can not be migrate, due to missing credentials, for example, the old migration should still succeed. The user will just have to manually add the migration
Configuration menu - View commit details
-
Copy full SHA for 6d6c53f - Browse repository at this point
Copy the full SHA 6d6c53fView commit details -
SLVS-1396 Make sure serverConnection is migrated if the connections.j…
…son does not exist and no bindings in the new binding exist.
Configuration menu - View commit details
-
Copy full SHA for 5e49a4b - Browse repository at this point
Copy the full SHA 5e49a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51a2485 - Browse repository at this point
Copy the full SHA 51a2485View commit details