Commit log
f1b3598
Merge pull request #1935 from zed-industries/reconnections-2
Click to expand commit body
Move in-memory server state to the database
Antonio Scandurra
created
3 years ago
744714b
Remove unused `UserId` import from seed script
Antonio Scandurra
created
3 years ago
35549ff
Merge pull request #1936 from zed-industries/c-outline-pointers
Click to expand commit body
Include outline items for c/c++ functions returning pointers
Max Brunsfeld
created
3 years ago
855f17c
Include outline items for c/c++ functions returning pointers-to-pointers, references
Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld
and
Julia Risley
created
3 years ago
f23f294
Merge pull request #1858 from zed-industries/add-lisp
Click to expand commit body
Added tree sitter support for scheme and racket
Mikayla Maki
created
3 years ago
0921178
Got tree sitter integration to a shippable place
Mikayla Maki
created
3 years ago
30872d3
Added experimental support for scheme, racket, and commonlisp
Mikayla Maki
created
3 years ago
Antonio Scandurra
created
3 years ago
9a62150
Merge branch 'main' into reconnections-2
Antonio Scandurra
created
3 years ago
7bbd97c
Send diagnostic summaries synchronously
Antonio Scandurra
created
3 years ago
5443d9c
Return project collaborators and connection IDs in a `RoomGuard`
Antonio Scandurra
created
3 years ago
be3fb1e
Update sea-orm to fix bug on failure to commit transactions
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
b97c35a
Remove project_id foreign key from `room_participants`
Antonio Scandurra
created
3 years ago
eec3df0
Upgrade sea-orm
Antonio Scandurra
created
3 years ago
d3c4116
Remove random pauses to prevent the database from deadlocking
Antonio Scandurra
created
3 years ago
d97a836
Retry transactions if there's a serialization failure during commit
Antonio Scandurra
created
3 years ago
0ed7317
Remove duplication between `transaction` and `room_transaction`
Antonio Scandurra
created
3 years ago
11c1254
Merge pull request #1924 from zed-industries/simon-says-dont-move
Click to expand commit body
Do not reorder tab opened by follower to end of item list
Julia
created
3 years ago
6ba225f
Merge pull request #1798 from zed-industries/serializing-workspaces
Click to expand commit body
Serializing workspaces
Mikayla Maki
created
3 years ago
55eb0a3
Fixed and error message and properly initialized the DB
Mikayla Maki
created
3 years ago
1ce0863
Removed old code
Mikayla Maki
created
3 years ago
d609237
Found db parallelism problem :(
Mikayla Maki
created
3 years ago
4288f10
And library change
Mikayla Maki
created
3 years ago
80e035c
Fixed bad rebase
Mikayla Maki
created
3 years ago
a1f2732
Added user notifications
Mikayla Maki
created
3 years ago
ffcad4e
WIP fixing dock problems
Mikayla Maki
created
3 years ago
5262e8c
CHANGE LOCK TO NOT BE DROPPED INSTANTLY. DANG U RUST
Click to expand commit body
co-authored-by: kay@zed.dev
Mikayla Maki
and
kay@zed.dev
created
3 years ago
5e240f9
Reworked thread safe connection be threadsafer,,,, again
Click to expand commit body
Co-Authored-By: kay@zed.dev
Mikayla Maki
and
kay@zed.dev
created
3 years ago
189a820
First draft of graceful corruption restoration
Mikayla Maki
created
3 years ago
b8d4235
Added side bar restoration
Mikayla Maki
created
3 years ago
8a48567
Reactivate the correct item in each pane when deserializing
Kay Simmons
created
3 years ago
f68e8d4
Address some issues with the sqlez_macros
Kay Simmons
created
3 years ago
1b225fa
fix test failures
Kay Simmons
created
3 years ago
a29ccb4
make thread safe connection more thread safe
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Kay Simmons
and
Mikayla Maki
created
3 years ago
9cd6894
Added multi-threading problem test
Mikayla Maki
created
3 years ago
dd9d20b
Added sql! proc macro which checks syntax errors on sql code and displays them with reasonable underline locations
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Kay Simmons
and
Mikayla Maki
created
3 years ago
260164a
Added basic syntax checker to sqlez
Mikayla Maki
created
3 years ago
359b8aa
rename sql_method to query and adjust the syntax to more closely match function definitions
Kay Simmons
created
3 years ago
1cc3e48
working serialized writes with panics on failure. Everything seems to be working
Kay Simmons
created
3 years ago
b012431
Removed database test files
Mikayla Maki
created
3 years ago
3e0f9d2
Made dev tools not break everything about the db
Click to expand commit body
Also improved multi statements to allow out of order parameter binding in statements
Ensured that all statements are run for maybe_row and single, and that of all statements only 1 of them returns only 1 row
Made bind and column calls add useful context to errors
Co-authored-by: kay@zed.dev
Mikayla Maki
and
kay@zed.dev
created
3 years ago
2dc1130
Added extra sql methods
Mikayla Maki
created
3 years ago
37174f4
Touched up sql macro
Mikayla Maki
created
3 years ago
76c42af
Finished terminal working directory restoration
Mikayla Maki
created
3 years ago
cf4c103
Fixed workspace tests
Mikayla Maki
created
3 years ago
e1eff3f
WIP: Some bugs switching to database provided IDs, terminal titles don't reload when restored from serialized, workspace tests are no longer passing but should be easy to fix when it isn't 11:44
Mikayla Maki
created
3 years ago
a47f2ca
Added UUID based, stable workspace ID for caching on item startup. Completed first sketch of terminal persistence. Still need to debug it though....
Mikayla Maki
created
3 years ago
e659823
WIP termial implementation. need some way of getting the currently valid workspace ID
Mikayla Maki
created
3 years ago
a8ed95e
Implementing persistence for the terminal working directory, found an issue with my current data model. :(
Mikayla Maki
created
3 years ago
cb1d2cd
WIP serializing and deserializing editors
Kay Simmons
created
3 years ago
Page 11 of 152