Commit log
c5351a1
Ensure that usernames, user ids, and client ids match in random collaboration test
Click to expand commit body
This makes the logs easier to interpret
Max Brunsfeld
created
3 years ago
412b56a
Merge pull request #1263 from zed-industries/misc-vim-fixes
Click to expand commit body
Minor vim fixes
Keith Simmons
created
3 years ago
6648687
Fix vim editor focus selection issues, cancel vim operators on escape and unbound keys
Keith Simmons
created
3 years ago
2ee57c1
Merge pull request #1255 from zed-industries/terminal-fr
Click to expand commit body
WIP: Terminal
Mikayla Maki
created
3 years ago
4ee8ee5
Ensure newer snapshots are always detected in `wait_for_snapshot`
Antonio Scandurra
created
3 years ago
484af8c
Split worktree updates when a peer joins an already-shared project
Antonio Scandurra
created
3 years ago
845c79e
Respond to join project request before sharing project completes
Click to expand commit body
This ensures the guest doesn't observe a huge delay when joining.
Antonio Scandurra
created
3 years ago
09bb3dd
Split worktree updates and only send 256 entries at a time
Antonio Scandurra
created
3 years ago
5df0a6a
Coalesce as many fs events as possible before processing them
Antonio Scandurra
created
3 years ago
b969620
Keep looking for a newer snapshot before broadcasting it
Antonio Scandurra
created
3 years ago
06107af
Added background colors and matched the cursor color
Mikayla Maki
created
3 years ago
5bc0acd
Directly qualified function makes cargo happy
Mikayla Maki
created
3 years ago
ab5247c
Actually correctly flag tests
Mikayla Maki
created
3 years ago
75a4556
Fixed unused import
Mikayla Maki
created
3 years ago
cde11fe
Support for all 24 bits of colors
Mikayla Maki
created
3 years ago
336d69f
Update contacts panel test to reflect new RPC message flow
Max Brunsfeld
created
3 years ago
b5d862a
Only send one UpdateProject msg when changing project's online status
Max Brunsfeld
created
3 years ago
15b7e2e
Merge pull request #1261 from zed-industries/combined-activity-indicator
Click to expand commit body
Show LSP status and auto update status in one status bar indicator
Max Brunsfeld
created
3 years ago
ae61a24
Show LSP status and auto update status in one status bar indicator
Max Brunsfeld
created
3 years ago
1c038b8
Finished current working directory stuff
Mikayla Maki
created
3 years ago
87124b9
Merge pull request #1257 from zed-industries/vscode-pane-bindings
Click to expand commit body
Adjust pane, tab, panel management bindings to match VS Code
Max Brunsfeld
created
3 years ago
67414de
Add split actions to the application menu
Max Brunsfeld
created
3 years ago
f22d69a
Add other standard macOS bindings for switching to next/prev tab
Max Brunsfeld
created
3 years ago
581c9af
Adjust pane, tab, panel management bindings to match VS Code
Max Brunsfeld
created
3 years ago
bc728c1
Properly fixed the issues with the grid :D
Mikayla Maki
created
3 years ago
Mikayla Maki
created
3 years ago
93dfc63
Added a test with max, cludged a fix for resizing
Mikayla Maki
created
3 years ago
4dafe18
Merge pull request #1256 from zed-industries/remove-vim-commands-when-disabled
Click to expand commit body
Update command palette filter from vim mode more proactively
Keith Simmons
created
3 years ago
c9d23db
Update command palette filter from vim mode more proactively
Keith Simmons
created
3 years ago
ff44ddc
Fixed warnings 😓
Mikayla Maki
created
3 years ago
5eaa453
Order by total duration in `Db::get_top_users_activity_summary`
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
3 years ago
7bae759
Send extension counts when metadata changes
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
d1cdacd
Skip ignored entries when recording worktree extensions
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
639cd71
Record worktree extensions every 5 minutes
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
f9e0fec
Maintain extension counts on local worktrees
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
09f4262
Don't share a project unless it's online and we're allowing a request
Antonio Scandurra
created
3 years ago
e3cfc7b
Register project activity for offline projects as well
Antonio Scandurra
created
3 years ago
a52de77
Increase coalesce threshold in `Db::get_user_activity_timeline`
Antonio Scandurra
created
3 years ago
db95c0d
Removed dead clear code
Mikayla Maki
created
3 years ago
e383440
Fixed focus issues with scrolling and input
Mikayla Maki
created
3 years ago
38ed70d
Added theme support
Mikayla Maki
created
3 years ago
f28fb57
Fixed scrolling and cursor location
Mikayla Maki
created
3 years ago
24d671e
First bits of polish
Mikayla Maki
created
3 years ago
2b1fa07
Working on selection
Mikayla Maki
created
3 years ago
9e55c60
working on selection and scrolling in terminals
Mikayla Maki
created
3 years ago
f58a15b
Removed final stuff from theme.rs
Mikayla Maki
created
3 years ago
31bc758
Forgot to commit last night
Mikayla Maki
created
3 years ago
b36bf0c
Finally on solid conceptual ground, able to move ahead confidently with Alacritty code
Mikayla Maki
created
3 years ago
14d7375
Add rest API for user activity timeline
Max Brunsfeld
created
3 years ago
1d10e45
:art: Tweak some names dealing with user activity
Click to expand commit body
* Rename `project_activity_summary` to `top_users_activity_summary`
to make clearer the distinction between it and the per-user summary.
* Rename `user_activity_summary` to `user_activity_timeline`, since
its output is structured a bit differently than the courser-grained
"summary" returned by the top-user query.
* Rename `ActivityDuration` -> `ActivityPeriod`
Max Brunsfeld
created
3 years ago
Page 56 of 151