Commit log
f27a9d7
Finished the bulk of workspace serialization. Just items and wiring it all through.
Click to expand commit body
Co-Authored-By: kay@zed.dev
Mikayla Maki
and
kay@zed.dev
created
3 years ago
0186289
Refined sqlez, implemented 60% of workspace serialization sql
Mikayla Maki
created
3 years ago
6b214ac
Got Zed compiling again 🥰
Mikayla Maki
created
3 years ago
d419f27
replace worktree roots table with serialized worktree roots list
Kay Simmons
created
3 years ago
eb0598d
more refactoring and slightly better api
Kay Simmons
created
3 years ago
Mikayla Maki
created
3 years ago
Mikayla Maki
created
3 years ago
Mikayla Maki
created
3 years ago
19aac6a
Moved docks to a better position
Mikayla Maki
created
3 years ago
685bc9f
impl bind and column and adjust pane tables
Kay Simmons
created
3 years ago
406663c
Converted to sqlez, so much nicer
Mikayla Maki
created
3 years ago
c8face3
WIP, incorporating type parsing using new sqlez patterns
Mikayla Maki
created
3 years ago
3c1b747
WIP almost compiling with sqlez
Mikayla Maki
created
3 years ago
777f05e
Finished implementing the workspace stuff
Mikayla Maki
created
3 years ago
395070c
remove submodule
Mikayla Maki
created
3 years ago
a4a1859
Added sqlez api
Mikayla Maki
created
3 years ago
e3fdfe0
WIP switching to sqlez
Kay Simmons
created
3 years ago
7744c9b
Abandoning rusqlite, the API is miserable
Mikayla Maki
created
3 years ago
e6ca0ad
Fixed failing serialization issues
Mikayla Maki
created
3 years ago
c105f41
Started working on dock panes
Click to expand commit body
co-authored-by: kay@zed.dev
Mikayla Maki
and
kay@zed.dev
created
3 years ago
ddecba1
Refactored workspaces API and corrected method headers + fixed bug caused by migration failures
Click to expand commit body
co-authored-by: kay@zed.dev
Mikayla Maki
and
kay@zed.dev
created
3 years ago
3451a3c
Rebase - Got Zed compiling and fixed a build error due to conflicting dependencies that cargo didn't catch :(
Click to expand commit body
Co-Authored-By: kay@zed.dev
Mikayla Maki
and
kay@zed.dev
created
3 years ago
b9cbd40
WIP: fixing up behavior of workspace initialization
Mikayla Maki
created
3 years ago
5505a77
Figured out a good schema for the pane serialization stuff
Mikayla Maki
created
3 years ago
46ff088
WIP: Writing tests
Mikayla Maki
created
3 years ago
a9dc46c
added stubs for more tests
Mikayla Maki
created
3 years ago
7d33520
Tidied up code, managed errors, etc.
Mikayla Maki
created
3 years ago
e9ea751
All workspace tests passing :D
Mikayla Maki
created
3 years ago
d7bbfb8
Rebase - Successfully detecting workplace IDs :D
Mikayla Maki
created
3 years ago
500ecbf
Rebase fix + Started writing the real SQL we're going to need
Mikayla Maki
created
3 years ago
e5c6393
rebase fix - almost have serialize_workspace piped to the workspace constructor. Just a few compile errors left
K Simmons
created
3 years ago
K Simmons
created
3 years ago
K Simmons
created
3 years ago
b48e28b
Built first draft of workspace serialization schemas, started writing DB tests
Click to expand commit body
Co-Authored-By: kay@zed.dev
Mikayla Maki
and
kay@zed.dev
created
3 years ago
60ebe33
Rebase fix - Reworking approach to sql for take
Mikayla Maki
created
3 years ago
72c1ee9
Fix rebase - Broken tab
Mikayla Maki
created
3 years ago
Julia
created
3 years ago
4bc1d77
Fix tab following order test to wait for file open to propagate
Click to expand commit body
Now it can actually repro the original bug
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
d96f524
WIP: Manually rollback transactions to avoid spurious savepoint failure
Click to expand commit body
TODO:
- Avoid unwrapping transaction after f(tx)
- Remove duplication between `transaction` and `room_transaction`
- Introduce random delay before and after committing a transaction
- Run lots of randomized tests
- Investigate diverging diagnostic summaries
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
3 years ago
1c30767
Remove stale `Error` variant
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
3 years ago
969c314
Merge branch 'main' into reconnections-2
Antonio Scandurra
created
3 years ago
568de81
Delete empty rooms
Antonio Scandurra
created
3 years ago
27f6ae9
Clear stale data on startup
Click to expand commit body
This is a stopgap measure until we introduce reconnection support.
Antonio Scandurra
created
3 years ago
1b46b7a
Move modules into `collab` library as opposed to using the binary
Click to expand commit body
This ensures that we can use collab's modules from the seed script
as well.
Antonio Scandurra
created
3 years ago
7502558
Make all tests pass again after migration to sea-orm
Antonio Scandurra
created
3 years ago
48b6ee3
Use i32 to represent Postgres `INTEGER` types in Rust
Antonio Scandurra
created
3 years ago
dec5f37
Finish porting remaining db methods to sea-orm
Antonio Scandurra
created
3 years ago
239a04e
Add test that should have exercised tab reordering while following
Click to expand commit body
Except it doesn't, it passes both with and without the prior commit.
Investigate further
Julia
created
3 years ago
ea03b48
Merge pull request #1876 from zed-industries/update-release-urls-to-match-new-zed.dev-url-format
Click to expand commit body
Update release urls to match new zed.dev url format
Joseph T. Lyons
created
3 years ago
82824f7
Make each Zed instance use half the screen in 'start-local-collaboration' script
Max Brunsfeld
created
3 years ago
Page 45 of 185