Max Brunsfeld
6fba1e46a8
Remove never-used client parameter from message handler functions ( #13406 )
...
Every single client-side RPC message handler function took an unused
`Arc<Client>` parameter. This removes that.
Release Notes:
- N/A
2024-06-22 16:07:36 -07:00
Conrad Irwin
3ec94697b4
Make reconnects smoother for dev servers ( #12223 )
...
Release Notes:
- N/A
Co-authored-by: Nathan <nathan@zed.dev >
2024-05-23 21:11:14 -06:00
Conrad Irwin
1732ea95c2
Better private file sharing for remote projects ( #12002 )
...
Release Notes:
- N/A
---------
Co-authored-by: Mikayla <mikayla@zed.dev >
2024-05-20 16:48:24 -06:00
Conrad Irwin
483a735e03
Allow opening a single remote file ( #11983 )
...
Release Notes:
- N/A
2024-05-17 10:57:04 -06:00
Marshall Bowers
13bbaf1e18
Use UpdateGlobal accessors in more places ( #11925 )
...
This PR updates a number of instances that were previously using
`cx.update_global` to use `UpdateGlobal::update_global` instead.
Release Notes:
- N/A
2024-05-16 13:30:04 -04:00
Conrad Irwin
4f9ba28a25
linux cli ( #11585 )
...
- [x] Build out cli on linux
- [x] Add support for --dev-server-token sent by the CLI
- [x] Package cli into the .tar.gz
- [x] Link the cli to ~/.local/bin in install.sh
Release Notes:
- linux: Add cli support for managing zed
2024-05-09 21:08:49 -06:00
Conrad Irwin
9bac64a9c1
Rename RemoteProject -> DevServerProject ( #11301 )
...
Co-Authored-By: Mikayla <mikayla@zed.dev >
In a fit of ill-advisedness I called these things remote projects;
forgetting that remote project is also what we call collaboratively
shared projects.
Release Notes:
- N/A
---------
Co-authored-by: Mikayla <mikayla@zed.dev >
Co-authored-by: Bennet <bennetbo@gmx.de >
2024-05-02 11:00:08 -06:00
Conrad Irwin
048fc7ad09
Allow cli to accept --dev-server-token ( #10944 )
...
Release Notes:
- N/A
2024-04-24 13:15:19 -06:00
Conrad Irwin
e0c83a1d32
remote projects per user ( #10594 )
...
Release Notes:
- Made remote projects per-user instead of per-channel. If you'd like to
be part of the remote development alpha, please email hi@zed.dev .
---------
Co-authored-by: Bennet Bo Fenner <53836821+bennetbo@users.noreply.github.com >
Co-authored-by: Bennet <bennetbo@gmx.de >
Co-authored-by: Nate Butler <1714999+iamnbutler@users.noreply.github.com >
Co-authored-by: Nate Butler <iamnbutler@gmail.com >
2024-04-23 15:33:09 -06:00
Conrad Irwin
f6c85b28d5
WIP: remoting ( #10085 )
...
Release Notes:
- Added private alpha support for remote development. Please reach out to hi@zed.dev if you'd like to be part of shaping this feature.
2024-04-11 15:36:35 -06:00