This temporarily disables some tests and there are still some server-side
compiler errors.
Antonio Scandurra
created
323e1f7
Add the fetching of user JSON by github login with a token header
Nathan Sobo
created
f4b9772
Relocate admin routes to make room for API
Click to expand commit body
I want to use the top-level /users route for the API that we'll access from the front-end site running on Vercel, and this is the easiest way to make space. Eventually we won't have admin pages, but I want to be additive for now.
This will support interacting with the opened item. Although I think I should probably return the ItemView rather than the Item. Next commit.
Nathan Sobo
created
ca0d7e5
Add journal crate and move supporting logic into workspace crate
Click to expand commit body
I needed to interact with the workspace to open a file from the journal crate, so I moved a bunch of logic out of main related to opening new workspaces and paths.
Nathan Sobo
created
cd65031
Halt keystroke dispatch immediately when we call a global action handler
Click to expand commit body
Someday, we may want to define a global action context that allows us to propagate the action, but this isn't currently supported. Previous to this commit, we were invoking the same global action handler multiple times, once for each view in the responder chain.
Nathan Sobo
created
c41b958
WIP - start restructuring collaboration around entire projects
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
88d663a
Allow saving of all buffers contained in project diagnostics editor
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
f0fe346
Gracefully degrade `diagnostics_in_range`, `diagnostic_group` and `file`