Commit log

3daeabc collab 0.7.0

Antonio Scandurra created

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

9328bb0 Introduce Kubernetes liveness probe to ensure database works

Antonio Scandurra created

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

a00ce3f Add randomized test to remove active selections from buffer

Antonio Scandurra created

4ce51c8 Limit dirty buffer save optimization to multi-buffers

Antonio Scandurra created

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

981b3a4 Sort collaborators in titlebar alphabetically instead of by replica id

Julia created

1449702 collab 0.6.2

Max Brunsfeld created

ae510c8 v0.77.x dev

Joseph Lyons created

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

a435dc1 Clear selections on buffer only if they hadn't been cleared already

Antonio Scandurra created

b4561b8 Limit the number of parallel messages handled for any given connection

Antonio Scandurra created

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

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

4f4af55 Merge pull request #2248 from zed-industries/increase-reconnect-timeout

Click to expand commit body
Increase room reconnect timeout

Julia created

1e5aff9 Update collab integration test to new reconnect timeout

Julia created

ee154fe Merge pull request #2231 from zed-industries/nate/add-gruvbox

Click to expand commit body
Add Gruvbox Theme

Nate Butler created

7163ba4 Merge pull request #2250 from zed-industries/syntax-highlighting-tweaks

Click to expand commit body
Syntax highlighting tweaks

Max Brunsfeld created

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

5157248 Make racket highlight query more consistent with other langs

Max Brunsfeld created

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

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

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

620890c Merge pull request #2247 from zed-industries/tidy-up-sprite-cache

Click to expand commit body
Tidy up `SpriteCache::render_glyph`

Julia created

0ec984f Tidy up `SpriteCache::render_glyph`

Antonio Scandurra created

01bbf20 Merge pull request #2235 from zed-industries/no-panic-uploads-in-debug

Click to expand commit body
Don't upload panic files when running in a PTY

Max Brunsfeld created

996294b Merge pull request #2246 from zed-industries/fix-lsp-derive-error

Click to expand commit body
Make diagnostic processing order independent

Mikayla Maki created

ddf2f2c Update test to use new group ids and new ordering of diagnostics.

Mikayla Maki created

bd4d755 Make diagnostic processing order independent

Click to expand commit body
Co-authored-by: max <max@zed.dev>

Mikayla Maki and max created

5097cf5 Merge pull request #2245 from zed-industries/confirm-restart-unsaved

Click to expand commit body
Confirm restart if prompt-quit is enabled or there are unsaved changes

Julia created

13212d2 Confirm restart if prompt-quit is enabled or there are unsaved changes

Julia created

b9110c9 Increase reconnect timeout

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Julia and Antonio Scandurra created

b957387 Merge pull request #2243 from zed-industries/joseph/z-225-track-open-terminals

Click to expand commit body
Keep track of open terminals

Joseph T. Lyons created

3ec71a7 Keep track of open terminals

Click to expand commit body
Co-Authored-By: Petros Amoiridis <petros@hey.com>
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>

Joseph Lyons , Petros Amoiridis , and Mikayla Maki created

50682dc Merge pull request #2233 from zed-industries/fix-code-folding-initialization

Click to expand commit body
Initialize code fold indicators on buffer startup

Mikayla Maki created

2bca64f Merge pull request #2242 from zed-industries/mouse-event-handlers-yes

Click to expand commit body
Fix surprising mouse propagation & avoid focusing tab while closing

Julia created

606d683 Add interactable fold markers

Click to expand commit body
Change fold handlers to be driven by the fold map
Switch to a mouse region based implementation for click regions

Co-authored-by: Max <max@zed.dev>

Mikayla Maki and Max created

ff2e6bc Fix surprising mouse propagation & avoid focusing tab while closing

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Julia and Antonio Scandurra created

218f2fd Merge pull request #2241 from zed-industries/joseph/z-223-add-terminal-button-to-status-bar

Click to expand commit body
Add a terminal button to status bar

Joseph T. Lyons created

bb0257b Merge branch 'main' into no-panic-uploads-in-debug

Max Brunsfeld created

929ebd7 Add a terminal button to status bar

Click to expand commit body
Co-Authored-By: Petros Amoiridis <petros@hey.com>

Joseph Lyons and Petros Amoiridis created

124aa74 Merge pull request #2234 from zed-industries/error-on-combined-injections-in-injections

Click to expand commit body
Fix range relativization when combined injections occur inside of other injections

Max Brunsfeld created

a2f75eb Merge pull request #2240 from zed-industries/petros/update-setup-instructions

Click to expand commit body
Add missing steps to the setup instructions

Petros Amoiridis created

6194c5d Add missing steps to the setup instructions

Petros Amoiridis created

d14b684 Merge pull request #2236 from zed-industries/avoid-clobbering-panic-file

Click to expand commit body
Avoid clobbering panic files when they happen at the same time

Max Brunsfeld created

7a8cba0 Merge pull request #2227 from zed-industries/strip-trailing-whitespace

Click to expand commit body
Add settings to normalize whitespace on save

Max Brunsfeld created

f1b5bf0 Fornat

Nate Butler created

ad4201f Hack to fix `syntax.constructor` causing TS error

Nate Butler created

75a9cfd Remove leftover log

Nate Butler created