6d93a41
Exclude admins from collected metrics
Antonio Scandurra created
6d93a41
Exclude admins from collected metrics
Antonio Scandurra created
226fa6e
Merge pull request #1184 from zed-industries/invisible-setting-files
Don't show invisible worktrees in project and contacts panel
Antonio Scandurra created
f89977b
Bump protocol version
Antonio Scandurra created
6809334
Broadcast only visible worktree root names
Antonio Scandurra created
cfbd8b9
Prevent setting files from showing up in project and contacts panels
Antonio Scandurra created
7e23bc0
Merge pull request #1183 from zed-industries/project-panel-refinements
Polish project panel UX
Antonio Scandurra created
5dd28b7
:art:
Antonio Scandurra created
a5a4246
Attempt to open new entry only if it is a file
Antonio Scandurra created
572e295
Open files in project panel using `enter` instead of `right`
Antonio Scandurra created
146e2b5
Open files when creating them in project panel
Antonio Scandurra created
53387e2
Merge pull request #1175 from zed-industries/users-api
Allow specifying `query`, `limit` and `page` when hitting `/api/users`
Antonio Scandurra created
76da93d
Merge branch 'main' into users-api
Antonio Scandurra created
bf0fda3
Merge pull request #1174 from zed-industries/bulk-user-creation
Expose a new `POST /api/bulk_users` API to create many users at once
Antonio Scandurra created
49d7b4b
Allow specifying `query`, `limit` and `page` when hitting `/api/users`
This is needed to introduce pagination and search in our admin panel.
Antonio Scandurra created
fe1a861
Expose a new `POST /api/bulk_users` API to create many users at once
This API will accept a vector of JSON entries containing the GitHub login, the email address and the invite count. If that user already exist, the invite count will be updated to the new one.
Antonio Scandurra created
b1e8e81
Merge pull request #1172 from zed-industries/more-logs
Add more logging to `collab` to better understand user behavior
Antonio Scandurra created
502625c
Exclude ignored files from the logged extension count
Antonio Scandurra created
dcdc631
Don't retain message payloads in span, just log the payload instead
Antonio Scandurra created
3b8388d
Log extension counts when worktree is updated
Antonio Scandurra created
1bc2bc0
Merge pull request #1171 from zed-industries/prompt-save-before-quit
Prompt to save changes before quitting the app
Max Brunsfeld created
b9eb875
Prompt to save changes before quitting the app
Max Brunsfeld created
d5f360a
Merge pull request #1170 from zed-industries/open-metrics
Report collab server metrics to DataDog via OpenMetrics
Max Brunsfeld created
e293510
Move prometheus annotations from deployment to pod spec
Max Brunsfeld created
2311534
Add DataDog OpenMetrics annotations to collab k8s deployment
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld and Antonio Scandurra created
2e6fa88
Add OpenMetrics endpoint exposing the basic RPC store metrics as guages
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld and Antonio Scandurra created
b279878
Merge pull request #1161 from zed-industries/style-jump-to-diagnostic-arrows
Style jump to buffer arrows in diagnostics
Max Brunsfeld created
4032e51
v0.38.0
Max Brunsfeld created
63fdf13
WIP: Start adding more logs
Antonio Scandurra created
799b32c
Merge pull request #1167 from zed-industries/block-scroll-width
Introduce a new `BlockStyle` field for blocks
Antonio Scandurra created
f91fb48
Simplify `EditorElement::layout_blocks`
Antonio Scandurra created
666ea61
Introduce a new `BlockStyle` field for blocks
This new field allows blocks to specify how they want to be laid out: - If `Fixed` they can take up all the width they want and they will impact the scroll width of the editor. This is useful for diagnostic messages and allows scrolling the editor further to the right to visualize the entire message. - If `Flex` they can extend all the way to the scroll width without impacting it any further. This is useful for the rename editor that we insert as a block decoration when hitting `F2`. - If `Sticky`, they will be as wide as the editor element and won't participate in the horizontal scrolling of the editor. This is useful for headers in general, where we want e.g. the filename and the jump button to always be visible independently of how much the user has scrolled to the right.
Antonio Scandurra created
8e440bf
Merge pull request #1166 from zed-industries/hover-fixes
Always delay hover display
Keith Simmons created
02f0fee
Always delay hover display
Keith Simmons created
699f14f
Merge pull request #1144 from zed-industries/hover-fixes
Hover fixes. Addresses delay issues with current hover implementation, shrinks the hover popover, and tweaks the display of markdown data
Keith Simmons created
e21d1b1
Merge fix
Keith Simmons created
3cec157
fix compile error in EditorLspTestContext
Keith Simmons created
8378590
Test fixes
Keith Simmons created
93158bf
Fix delayed lsp request
Keith Simmons created
722023e
test and build fixes
Keith Simmons created
dddfc7b
Add hover test and tweak dismiss logic
Keith Simmons created
1da1853
Hide hover when font changes, and handle case where delay was preventing hover with large symbol range
Keith Simmons created
b51bd87
Rework hover delay, respect editor font size, and enable hover in multibuffers
Keith Simmons created
ee33fb0
wip
Keith Simmons created
87ba68e
Merge pull request #1155 from zed-industries/golang
Add Go support
Max Brunsfeld created
924e964
Tweak golang outline query
Max Brunsfeld created
9495717
Add project symbol labels for Go
Max Brunsfeld created
861f4c7
Add syntax highlighting for Go completions
Max Brunsfeld created
4ce4c0e
Ignore completions from gopls that we can't yet handle
We only support additionalEdits if they are provided when resolving the completion, not if they are provided immediately.
Max Brunsfeld created
7bb7187
Add tests and fix bugs for editor indent/outdent commands w/ hard tabs
Max Brunsfeld created
80e0470
Style jump to diagnostic arrows
Nate Butler created