Commit log
b23ff7c
Update semantic status colors in all themes
Click to expand commit body
- for `ok`, `error`, `warning` and `info`:
- backgroundColor values were all placeholder. Add real values
- Update border values to new style
Nate Butler
created
3 years ago
68a7f99
Update sidebar toggle icons
Max Brunsfeld
created
3 years ago
7f63ed3
Allow styling sidebar icons and groups in themes
Max Brunsfeld
created
3 years ago
0291f2d
Move sidebar toggle buttons to the status bar
Max Brunsfeld
created
3 years ago
53ef9b9
Merge pull request #925 from zed-industries/sort-refactor-multibuffers
Click to expand commit body
Sort buffers by their path in refactor multi-buffers
Max Brunsfeld
created
3 years ago
3ad13bd
Display buffers in order of their path in refactor multibuffers
Click to expand commit body
Previously, they were non-deterministically ordered via a HashMap iterator.
This was causing integration tests to fail spuriously on PRs.
Max Brunsfeld
created
3 years ago
6a21a0f
Wire up tracing crate to opentelemetry
Click to expand commit body
Still need to
- Set a trace level and target via environment to avoid massive noise from other libraries
- Trace the operations we care about
Nathan Sobo
created
3 years ago
36b4621
Send telemetry to Honeycomb via GRPC
Click to expand commit body
We updated the core-foundation crates because Tonic (the GRPC crate) relies on a newer version of core foundation to find TLS root certificates.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
2db20c4
Introduce opentelemetry to `collab`
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Nathan Sobo
and
Nathan Sobo
created
3 years ago
c9478ca
Don't panic when navigation data contains invalid anchors and/or points
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
cde5a45
Clip `scroll_top_row` before navigating back to it
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
27e693d
Merge pull request #922 from zed-industries/authenticate-after-showing-window
Click to expand commit body
Attempt to automatically sign in after a window has been shown on startup
Antonio Scandurra
created
3 years ago
df69ac4
Attempt to automatically sign in after a window has been shown
Antonio Scandurra
created
3 years ago
19a48a4
Merge pull request #919 from zed-industries/remove-async-std
Click to expand commit body
Remove remaining `async-std` dependencies from `collab`
Antonio Scandurra
created
3 years ago
0e1e5b7
Make following redirects explicit in `HttpClient::get`
Antonio Scandurra
created
3 years ago
78afbb3
Remove async-std and surf from client
Click to expand commit body
Switch to isahc library. It's not as fancy, but it works and has a smaller footprint.
Nathan Sobo
created
3 years ago
1293b21
Get db tests passing with Tokio Postgres adaptor
Click to expand commit body
We now run tests that interact with the real database under a Tokio reactor. We make the tests run multi-threaded so we can block on the main thread on database teardown and still make progress actually tearing down the DB.
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
3 years ago
b4ae2b2
Remove remaining `async-std` dependencies from `collab`
Antonio Scandurra
created
3 years ago
dec88a4
Merge pull request #918 from zed-industries/tokio
Click to expand commit body
Switch collab server to Tokio/Axum
Antonio Scandurra
created
3 years ago
e2a92f4
Merge remote-tracking branch 'origin/main' into tokio
Nathan Sobo
created
3 years ago
2adb9fe
Get zed.dev working with new collab backend
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
7c3bdf9
Merge pull request #916 from zed-industries/sort-themes
Click to expand commit body
Sort themes by light/dark first and then alphabetically
Nathan Sobo
created
3 years ago
2ae2dae
Merge pull request #917 from zed-industries/titlebar-design
Click to expand commit body
Implement titlebar design
Nathan Sobo
created
3 years ago
c955645
Update share icon and swap its posiiton
Antonio Scandurra
created
3 years ago
9d6a7a8
Show worktree root names in titlebar and align them left
Antonio Scandurra
created
3 years ago
bf27edf
Sort themes by light/dark first and then alphabetically
Antonio Scandurra
created
3 years ago
d8eb749
Commit `v0.30.0` version to Cargo.lock
Antonio Scandurra
created
3 years ago
Nathan Sobo
created
3 years ago
3938f7c
Fix compile error
Nathan Sobo
created
3 years ago
2bd08a7
Validate API token for all API routes
Nathan Sobo
created
3 years ago
Nathan Sobo
created
3 years ago
35bec69
Finish adding API routes
Click to expand commit body
We haven't tested them yet.
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
5ec3032
Merge pull request #913 from zed-industries/update-themes
Click to expand commit body
Add sulphurpool theme, update solarized
Max Brunsfeld
created
3 years ago
a2591ce
Create common base16 theme constructor
Click to expand commit body
Co-Authored-By: Keith Simmons <keith@the-simmons.net>
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nate Butler
,
Keith Simmons
, and
Max Brunsfeld
created
3 years ago
e86152d
Merge pull request #911 from zed-industries/reduce-novel-bindings
Click to expand commit body
Remove some novel key bindings
Max Brunsfeld
created
3 years ago
9338cd9
Add cave theme
Click to expand commit body
Sneaking one more in, cave is a nice cool dark theme that isn't super blue.
Nate Butler
created
3 years ago
a3adefc
Remove generated JSON for the Forest theme
Nate Butler
created
3 years ago
e28d182
Add sulphurpool theme, update solarized
Click to expand commit body
Co-Authored-By: Keith Simmons <keith@the-simmons.net>
Nate Butler
and
Keith Simmons
created
3 years ago
5be7c35
Merge pull request #900 from zed-industries/completion-insert-text
Click to expand commit body
Respect lsp completions' 'insert_text' property when present
Max Brunsfeld
created
3 years ago
4592260
Infer completions old ranges based on the syntax tree
Max Brunsfeld
created
3 years ago
ec6652a
Remove some novel key bindings
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
3 years ago
065734e
Merge pull request #898 from zed-industries/track-window-focus
Click to expand commit body
Focus/blur views when application windows become active/inactive
Max Brunsfeld
created
3 years ago
Click to expand commit body
Continue adding in more API routes
Nathan Sobo
created
3 years ago
e30a395
WIP: Switch to axum
Nathan Sobo
created
3 years ago
Nathan Sobo
created
3 years ago
ac6880b
Only set the cursor style once per mouse move event
Click to expand commit body
This will hopefully prevent some of the intermittent flickering we seem to be seeing.
Nathan Sobo
created
3 years ago
Nathan Sobo
created
3 years ago
5ab21cc
Merge pull request #891 from zed-industries/solarized
Click to expand commit body
Add solarized dark and light syntax themes
Keith Simmons
created
3 years ago
e8d2632
Remove duplication between windowDid{Become,Resign}Key callbacks
Max Brunsfeld
created
3 years ago
Page 41 of 119