914112f
Fix `test_channel_messages` unit test
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
914112f
Fix `test_channel_messages` unit test
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
f6bf079
Merge branch 'render-images'
Antonio Scandurra created
603f1d8
Authenticate via the browser if keychain credentials are invalid
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
7e4d5b7
Clear cached credentials when establishing a websocket connection with an invalid token
Nathan Sobo created
4a99189
WIP: Clear cached credentials if authentication fails
Still need to actually handle an HTTP response from the server indicating there was an invalid token. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
77a4a36
Test that we reuse credentials when reconnecting
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
44a457e
Cache credentials in memory separately from connection status
This prevents us from re-prompting for keychain access when we retry connections after the connection is lost. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
aa7c1bf
Fix type errors in server tests
Max Brunsfeld created
99a2dc4
Render an offline icon in titlebar when connection is lost
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
e212461
Authenticate when clicking on unauthenticated avatar in titlebar
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
0f415a5
Style avatar image with border and rounded corners
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
426d52d
Mix quad border color with background color based on its alpha channel
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
b63b717
Preserve aspect ratio when scaling images
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
e0e0bdb
Synthesize GitHub avatar URL and follow redirects when fetching it
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
0f2ba45
wip test new site content
Nate created
84d4bb6
Introduce HttpClient trait, use it to fetch avatars in UserStore
* Add a FakeHttpClient for tests
Max Brunsfeld created
4be17b7
Fix signups query
Nathan Sobo created
f0019e3
WIP
Nathan Sobo created
428c491
WIP: Start on rendering avatars
Co-Authored-By: Max Brunsfeld <max@zed.dev> Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra , Max Brunsfeld , and Nathan Sobo created
2cf1c69
Render a signed out icon in titlebar
Co-Authored-By: Nathan Sobo <nathan@zed.dev> Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra , Nathan Sobo , and Max Brunsfeld created
bd4d73b
Extract image rasterization into `ImageCache`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
d15eda5
Use `AtlasAllocator` in `SpriteCache`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
95da665
Allow passing a corner radius and borders to rendered images
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
96ade86
Start on image rendering
Antonio Scandurra created
201b923
Don't panic if heartbeat messages can't be sent
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
27b3d11
Make the builder and runtime OS versions match
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
Perform code signing with Apple-issued certificate on CI
Nathan Sobo created
2498a98
Notarize DMG with Apple
Nathan Sobo created
cbc23a1
Tweak order
Nathan Sobo created
0710d66
Perform code signing with Apple-issued certificate on CI
Nathan Sobo created
3d4a451
Merge commit '680b86b17c63b67f768bc5da5f34e5ccf056a0ce' into main
Max Brunsfeld created
6afd477
Add initial collaborator colors
* 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
Nate created
21c74ca
Add "zed" label to the title bar
Nate created
64c26a7
Seperate selector.input_editor and chat_panel.input_editor
* create [selector.input_editor] and style * Update selector style to match figma now that inputs are individually stylable
Nate created
160c4be
Add shadow to channel select menu
Nate created
fac42fd
Fix border on channel select menu
Nate created
680b86b
Avoid holding strong handle to Channel in long-lived task
Max Brunsfeld created
5a4ba7f
:lipstick: Use time::Global::into in Anchor::into
Max Brunsfeld created
c58e335
Make `UpdateBuffer` a request, store unsent operations on worktree
Max Brunsfeld created
38bfaba
Add a generic `Ack` message, use it instead of `Pong`
Remove the `id` field from `Ping`, because it isn't used. There is already an id on the message envelope.
Max Brunsfeld created
0003054
Minor stylistic changes
Antonio Scandurra created
b3aad5d
:lipstick:
Antonio Scandurra created
8fb58e0
Remove channel disconnection unit test
...as that's already covered by the integration test.
Antonio Scandurra created
d08ec8b
Reduce backoff and add some jitter to avoid thundering herd issues
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
e2b56e8
If a test connection has been killed, never return a message
Nathan Sobo created
3c61a3e
Ensure client A and B can communicate after reconnection
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
8de18b5
Re-join channel when reconnecting
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
156fd4b
Add integration test simulating killing a connection while chatting
Antonio Scandurra created