201b923
Don't panic if heartbeat messages can't be sent
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
27b3d11
Make the builder and runtime OS versions match
Click to expand commit body
We can't build the latest server on buster, but we were using "latest" so it actually was building on bullseye. Then we tried to run it on buster and it blew up. This locks both versions to bullseye so we're running on the same environment where we build.
Nathan Sobo
created
c14ebb2
Make release notes look better with more than 1 release
Nathan Sobo
created
7737699
Use a pointing hand cursor style on tab close icons
Nathan Sobo
created
2b7f69c
Merge pull request #143 from zed-industries/codesign
Click to expand commit body
Perform code signing with Apple-issued certificate on CI
* Define host selection color
* Add 7 unique guest colors, optimizing for contrast between selectors the fewer collaborators you have
* Selections use transparent versions of the cursor color
edbd424
Introduce test-only APIs for configuring how Client reconnects
Max Brunsfeld
created
b6eac57
Introduce a concrete `Conn` type for peer's websocket connection
Click to expand commit body
This is mostly to set us up to test the rpc::Client's reconnect
logic.
There are multiple ways that the `rpc::Client` may establish
its websocket connection: (SSL in production, plain TCP during
local development, and using an in-memory connection for tests).
Now we can represent all of those connections using a common type.
Also, several long methods no longer need to be generic, which
is good for compile time.
* Start by running all non-timer futures to completion, to ensure that
timers have a chance to be registered.
* Release executor's state lock before waking any timers
* changes to padding, spacings and borders
* Fix incorrect borders on titlebar and sidebars
* QA pass on all themes, base font size -> 15
* Changed the max size of the file_finder
* Hid file_finder icons
* Modified the size of tab status indicators
* Made the default sidebar size bigger