Commit log
bebfe53
Merge pull request #2256 from zed-industries/liveness-probe
Click to expand commit body
Introduce Kubernetes liveness probe to ensure database works
Antonio Scandurra
created
2 years ago
9328bb0
Introduce Kubernetes liveness probe to ensure database works
Antonio Scandurra
created
2 years ago
89c283e
Merge pull request #2252 from zed-industries/limit-messages-processed-in-parallel
Click to expand commit body
Prevent collab server from being overwhelmed with messages
Antonio Scandurra
created
2 years ago
a00ce3f
Add randomized test to remove active selections from buffer
Antonio Scandurra
created
2 years ago
4ce51c8
Limit dirty buffer save optimization to multi-buffers
Antonio Scandurra
created
2 years ago
f626920
Remove permanent Zed stateless
Mikayla Maki
created
2 years ago
3258276
Adjust styling for blank page experience
Mikayla Maki
created
2 years ago
a3b1980
Merge pull request #2255 from zed-industries/sort-collaborators-alphabetical
Click to expand commit body
Sort collaborators in titlebar alphabetically instead of by replica id
Julia
created
2 years ago
709c101
Adjust styles on usage note
Mikayla Maki
created
2 years ago
943ea61
Add a note on how to check the telemetry
Mikayla Maki
created
2 years ago
981b3a4
Sort collaborators in titlebar alphabetically instead of by replica id
Julia
created
2 years ago
a65dd0f
Restore correct checkbox text
Mikayla Maki
created
2 years ago
cf6ea6d
Fix bug with action keybindings not being resolved
Mikayla Maki
created
2 years ago
152755b
Add blank pane experience
Mikayla Maki
created
2 years ago
dad66eb
Make the workspace always open the dock
Mikayla Maki
created
2 years ago
f62e0b5
Remove welcome experience action
Click to expand commit body
Make logo switch between light and dark
co-authored-by: Nathan <nathan@zed.dev>
Mikayla Maki
and
Nathan
created
2 years ago
344f59a
Tweak welcome design
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Nate Butler
and
Mikayla Maki
created
2 years ago
cc33f83
Add Zed logo icon
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Nate Butler
and
Mikayla Maki
created
2 years ago
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Nate Butler
and
Mikayla Maki
created
2 years ago
Max Brunsfeld
created
2 years ago
Joseph Lyons
created
2 years ago
b687aec
Avoid saving buffer if it's neither dirty nor in conflict
Click to expand commit body
However, keep emitting `Saved` events so that the language server
is notified and can perform tasks related to saving (e.g., running
`cargo check` in the case of rust-analyzer).
Antonio Scandurra
created
2 years ago
a435dc1
Clear selections on buffer only if they hadn't been cleared already
Antonio Scandurra
created
2 years ago
b4561b8
Limit the number of parallel messages handled for any given connection
Antonio Scandurra
created
2 years ago
350ddf2
Add keymap picker UI
Click to expand commit body
Co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2 years ago
3594243
Fix bug where open would offer to hang up a remote call
Click to expand commit body
Co-authored-by: max <max@zed.dev>
Mikayla Maki
and
max
created
2 years ago
904993d
Change open paths to replace the existing window if dispatched from a window
Click to expand commit body
co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2 years ago
4179ed6
Merge pull request #2251 from zed-industries/clear-follow-state-on-project-close
Click to expand commit body
Update db followers table when user leaves a project
Julia
created
2 years ago
d173b1d
Update db followers table when user leaves a project
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Julia
and
Nathan Sobo
created
2 years ago
ab4b329
Fix project panel button and style it
Click to expand commit body
Co-authored-by: max <max@zed.dev>
Mikayla Maki
and
max
created
2 years ago
5892f16
Add test for base keymap setting
Mikayla Maki
created
2 years ago
84aefb9
Add the rest of the Atelier dark themes
Nate Butler
created
2 years ago
4e81513
Add more Atelier themes
Nate Butler
created
2 years ago
9029666
Remove current staff themes
Nate Butler
created
2 years ago
e0f9b2b
Update Atelier Dune
Nate Butler
created
2 years ago
477453c
Update existing Atelier themes
Nate Butler
created
2 years ago
19fc143
Add base keymap setting
Click to expand commit body
Format all files
Co-Authored-by: Nathan <nathan@zed.dev>
Mikayla Maki
and
Nathan
created
2 years ago
4f4af55
Merge pull request #2248 from zed-industries/increase-reconnect-timeout
Click to expand commit body
Increase room reconnect timeout
Julia
created
2 years ago
1e5aff9
Update collab integration test to new reconnect timeout
Julia
created
2 years ago
ee154fe
Merge pull request #2231 from zed-industries/nate/add-gruvbox
Click to expand commit body
Add Gruvbox Theme
Nate Butler
created
2 years ago
3b31f10
Made the theme picker sort from dark to light
Click to expand commit body
Added a layer into 'ConstrainedBox' to clip it
's children
Made the welcome experience responsive to small and large sizes
Mikayla Maki
created
2 years ago
8db7e17
Move install_cli function to a seperate crate
Click to expand commit body
Add install cli button to welcome experience
Add toast pop ups for CLI installation status
Mikayla Maki
created
2 years ago
1f6bd0e
Fix edge case where the welcome page might open in the dock if the user's actions race the welcome experience action
Mikayla Maki
created
2 years ago
ba652fc
Finish basic welcome experience
Mikayla Maki
created
2 years ago
7163ba4
Merge pull request #2250 from zed-industries/syntax-highlighting-tweaks
Click to expand commit body
Syntax highlighting tweaks
Max Brunsfeld
created
2 years ago
c832e44
Remove more colors from default syntax theme
Click to expand commit body
These default colors weren't consistent with the rest of the
syntax theme.
Max Brunsfeld
created
2 years ago
5157248
Make racket highlight query more consistent with other langs
Max Brunsfeld
created
2 years ago
0867162
Fix lua highlight query
Click to expand commit body
* Fix regex predicate on constants.
* Remove 'function.call' highlight name. In other languages, we
differentiate calls from definitions with the 'function.definition'
highlight name. We actually don't use this in any themes though.
Max Brunsfeld
created
2 years ago
aba2914
Fix constant highlighting in JS, TypeScript
Click to expand commit body
Previously, SCREAMING_SNAKE_CASE identifiers were highlighted as
types due to a mistake in the order of patterns in the highlight
queries.
Max Brunsfeld
created
2 years ago
246a6ad
Merge pull request #2239 from zed-industries/add-constructor-to-syntax-overrides
Click to expand commit body
Add constructor to syntax overrides
Max Brunsfeld
created
2 years ago
Page 2 of 163