8bd7b28
Merge pull request #1949 from zed-industries/do-not-drop-unregistered
Click to expand commit body
Don't drop `unregistered` column in reconnection support migration
Antonio Scandurra
created
2697112
Don't drop `unregistered` column in reconnection support migration
Click to expand commit body
We don't use this column anymore because, when a project is unshared, we
simply remove it from the `projects` table. However, this column is expected
in the stable version of the server and the database is shared between stable
and preview. If we dropped it, stable would start throwing errors.
Antonio Scandurra
created
9bd4bc8
Merge pull request #1940 from zed-industries/terminal-collab-kickoff
Click to expand commit body
WIP - move terminal to project as pre-prep for collaboration
Mikayla Maki
created
925c9e1
Remove terminal container view, switch to notify errors
f6f4151
fix failing tests from incorrect follow behavior
Kay Simmons
created
cffb064
Refactor editor scrolling and implement scroll commands from vim mode
Kay Simmons
created
3313387
Merge pull request #1943 from zed-industries/fix-inviting-existing-users-via-different-mail
Click to expand commit body
Fix inviting existing users via a different email address
Antonio Scandurra
created
d71d543
Ensure that subsequent signup happens after initial
Click to expand commit body
We can't rely on the fact that the test won't run fast enough such that both `created_at`s are the same time. This ensures the subsequent signup happens after the initial one and that the database doesn't overwrite the initial one.
Joseph Lyons
created
665219f
Fix inviting user that had already signed up via a different email
Antonio Scandurra
created
1b8f23e
Add failing test showcasing inviting existing user via different email