Joseph T. Lyons
|
b1870af386
|
Add project open event
Give the caller of report_app_event() the choice of whether to immediately flush the queue or not.
|
2023-12-22 20:23:55 -05:00 |
|
Joseph T. Lyons
|
1989094e6d
|
Increase queue flush debounce time
|
2023-12-22 19:57:13 -05:00 |
|
Joseph T. Lyons
|
0746a10d9b
|
Increase telemetry queue size
|
2023-12-22 19:56:06 -05:00 |
|
Joseph T. Lyons
|
41ff37d56e
|
Slow down sampling metric collection rate
|
2023-12-22 04:52:36 -05:00 |
|
Conrad Irwin
|
7899833367
|
Don't hang the app when signing in offline
|
2023-12-13 15:52:43 -07:00 |
|
Julia
|
fd6320b136
|
Finish fixing up Avatar using URI
|
2023-12-12 11:49:04 -05:00 |
|
Julia
|
44d40625fe
|
Start changing Avatar to use URI
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
|
2023-12-12 11:27:40 -05:00 |
|
Conrad Irwin
|
4290c67b6a
|
Restore namespace parameter to actions!
This does not yet fix `derive(Action)`, but will conflict with a lot so
wanted to merge quickly.
|
2023-12-09 15:18:31 -07:00 |
|
Mikayla
|
8faa1f6e58
|
Merge branch 'main' into welcome
|
2023-11-27 18:55:23 -08:00 |
|
Conrad Irwin
|
4f885252ab
|
[Zed2] Collab UI (#3403)
Release Notes:
- N/A
|
2023-11-27 12:40:59 -07:00 |
|
Piotr Osiewicz
|
6ebe5d5053
|
Add mute handling
|
2023-11-24 15:16:03 +01:00 |
|
Joseph T. Lyons
|
18d3b1c397
|
Add app close events
|
2023-11-23 21:14:59 -05:00 |
|
Joseph T. Lyons
|
35f35dd476
|
Remove unused import
|
2023-11-22 23:03:11 -05:00 |
|
Joseph T. Lyons
|
575ab81409
|
Disable app close event
|
2023-11-22 23:01:31 -05:00 |
|
Joseph T. Lyons
|
0def2bc0d2
|
Remove dbg
|
2023-11-22 16:26:15 -05:00 |
|
Joseph T. Lyons
|
ee2b6834bd
|
Revert "Convert telemetry into a model"
This reverts commit 6e4268a471 .
|
2023-11-22 16:16:44 -05:00 |
|
Joseph T. Lyons
|
6e4268a471
|
Convert telemetry into a model
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
|
2023-11-22 16:16:10 -05:00 |
|
Joseph T. Lyons
|
a4a1e6ba98
|
WIP
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2023-11-21 22:32:07 -05:00 |
|
Mikayla
|
663bbb06d9
|
WIP
|
2023-11-21 12:40:00 -08:00 |
|
Joseph T. Lyons
|
0926db9111
|
Add app events
|
2023-11-20 15:51:36 -05:00 |
|
Joseph T. Lyons
|
8e612e4287
|
Restore commented-out code
|
2023-11-19 22:00:01 -05:00 |
|
Joseph T. Lyons
|
e0f8615d52
|
Remoe dbg!() s
|
2023-11-19 21:55:19 -05:00 |
|
Joseph T. Lyons
|
3abd376d6a
|
Add timestamp delta to telemetry events
|
2023-11-19 21:52:28 -05:00 |
|
Kirill Bulatov
|
6680e1e9fe
|
Create new Zed release channel: nightly
|
2023-11-17 12:13:32 +02:00 |
|
Mikayla
|
43eb7f28d1
|
checkpoint
|
2023-11-08 23:16:04 -08:00 |
|
Mikayla
|
a97c8bf58f
|
Get workspace compiling with new event emitters
|
2023-11-08 19:29:00 -08:00 |
|
Nathan Sobo
|
814e62050c
|
Register actions globally before main
|
2023-11-07 20:58:37 -07:00 |
|
Julia
|
643146d768
|
Re-introduce a macro for defining actions for ease of use
Co-Authored-By: Piotr Osiewicz <piotr@zed.dev>
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
|
2023-11-07 11:30:58 -05:00 |
|
Max Brunsfeld
|
b085569b46
|
Add channel2 crate
Co-authored-by: Marshall <marshall@zed.dev>
|
2023-11-03 10:41:41 -07:00 |
|
Conrad Irwin
|
cbd902658c
|
git -> git3
This is needed for the editor.
|
2023-11-02 19:18:01 -06:00 |
|
Mikayla
|
d11ff14b57
|
Remove the 2s from source code
|
2023-11-02 10:55:02 -07:00 |
|
Nathan Sobo
|
11b6d9e33a
|
Split out a foreground and background executor
|
2023-11-01 13:53:45 -06:00 |
|
Max Brunsfeld
|
dd1a2a9e44
|
wip
|
2023-11-01 13:53:45 -06:00 |
|
Max Brunsfeld
|
57ffa8201e
|
Start removing the Send impl for App
Co-authored-by: Antonio <antonio@zed.dev>
Co-authored-by: Nathan <nathan@zed.dev>
|
2023-11-01 13:53:45 -06:00 |
|
Mikayla
|
327a2f9967
|
Add the entity trait and implement for models, views, subscriptions, and observations
|
2023-10-30 17:50:21 -07:00 |
|
Joseph T. Lyons
|
613afd3f66
|
Port PR #3131 to zed2
|
2023-10-30 17:41:26 -04:00 |
|
Antonio Scandurra
|
bc4f8fbf4e
|
Rename other references from "handle" to "model"
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Mikayla <mikayla@zed.dev>
|
2023-10-30 19:54:32 +01:00 |
|
Antonio Scandurra
|
1a54ac0d69
|
Rename Handle to Model
|
2023-10-30 19:44:01 +01:00 |
|
Antonio Scandurra
|
637cff3ebd
|
WIP
|
2023-10-26 17:15:19 +02:00 |
|
Max Brunsfeld
|
69e5ecc015
|
Enable client tests
* implement Executor::advance_clock
Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by: Kyle <kyle@zed.dev>
Co-authored-by: Joseph <joseph@zed.dev>
|
2023-10-26 14:44:13 +02:00 |
|
Conrad Irwin
|
065d26f5b2
|
Get RPC2 tests passing
Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by: Kyle <kyle@zed.dev>
|
2023-10-26 12:47:37 +02:00 |
|
Marshall Bowers
|
b5eae86b67
|
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
|
2023-10-25 20:38:03 +02:00 |
|
Marshall Bowers
|
e67048ee7b
|
Load themes from settings and rework Settings trait
|
2023-10-25 20:37:55 +02:00 |
|
Antonio Scandurra
|
9986e526e5
|
Stop depending on gpui in client2 and settings2
|
2023-10-25 18:47:03 +02:00 |
|
Marshall Bowers
|
d6bd000aa8
|
Rename cx.global_default_mut to cx.global_default
|
2023-10-24 17:58:14 +02:00 |
|
Antonio Scandurra
|
7832120a4c
|
WIP
|
2023-10-23 16:38:34 +02:00 |
|
Antonio Scandurra
|
ce75be91e1
|
Checkpoint
|
2023-10-22 18:25:24 +02:00 |
|
Antonio Scandurra
|
50bbdd5cab
|
WIP
|
2023-10-22 16:53:59 +02:00 |
|
Antonio Scandurra
|
5d10dc7e58
|
WIP
|
2023-10-22 16:49:14 +02:00 |
|
Antonio Scandurra
|
48033463c8
|
WIP
|
2023-10-22 16:33:59 +02:00 |
|