Commit log
1d66f24
Merge pull request #2428 from zed-industries/add-branch-name
Click to expand commit body
Add branch name and synchronize repository representations on the worktree.
Mikayla Maki
created
2 years ago
9366a0d
Bump protocol version number
Mikayla Maki
created
2 years ago
f28419c
Fix styling of titlebar highlights
Mikayla Maki
created
2 years ago
712fb5a
Add postgres migration
Mikayla Maki
created
2 years ago
1a9afd1
Restore randomized integration tests
Mikayla Maki
created
2 years ago
Mikayla Maki
created
2 years ago
d227967
Fix panic in tests
Mikayla Maki
created
2 years ago
62e763d
Removed test modifications, added special case to git initialization for when the repository is inside a .git folder
Mikayla Maki
created
2 years ago
f9e4464
Refresh titlebar on project notifications
Mikayla Maki
created
2 years ago
2c2076b
Adjust tests to not create repositories inside repositories
Mikayla Maki
created
2 years ago
ab952f1
Fixed randomized test failures
Click to expand commit body
co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2 years ago
d8dac07
Removed scan ID from repository interfaces
Click to expand commit body
co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2 years ago
270147d
Finished RepositoryEntry refactoring, smoke tests passing
Click to expand commit body
co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2 years ago
53569ec
WIP: Change RepositoryEntry representation to be keyed off of the work directory
Click to expand commit body
Removes branches button scaffolding
Mikayla Maki
created
2 years ago
b6d6f5c
WIP: re-arranging the RepositoryEntry representation
Click to expand commit body
Added branches to the randomized test to check the git branch
Added the remaining database integrations in collab
Co-authored-by: Max <max@zed.dev>
Co-authored-by: Petros <petros@zed.dev>
Mikayla Maki
,
Max
, and
Petros
created
2 years ago
8bde496
Add branch name in title UI
Click to expand commit body
co-authored-by: Petros <petros@zed.dev>
Mikayla Maki
and
Petros
created
2 years ago
5302c25
Rebase main and fix error
Petros Amoiridis
created
2 years ago
8301ee4
WIP: Add repository entries to collab and synchronize when rejoining the room
Click to expand commit body
co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2 years ago
2fe5bf4
Add proto fields for repository entry maintenance
Mikayla Maki
created
2 years ago
c6d7ed3
Add smoke test for collaboration
Mikayla Maki
created
2 years ago
ca4da52
Remove unused functions
Petros Amoiridis
created
2 years ago
e057b01
Introduce BrancesButton in title bar
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Petros Amoiridis
and
Mikayla Maki
created
2 years ago
797d47a
Render title root names without branches
Petros Amoiridis
created
2 years ago
92a222a
Introduce a version control branch icon
Petros Amoiridis
created
2 years ago
8f0aa3c
Add branch name into title
Mikayla Maki
created
2 years ago
d34ec46
Display branch information per worktree root
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Petros Amoiridis
and
Mikayla Maki
created
2 years ago
ffd9d4e
Fix bug in repo detection
Mikayla Maki
created
2 years ago
3570810
Add API for accessing git branch
Mikayla Maki
created
2 years ago
26afd59
Wire in the branch name
Mikayla Maki
created
2 years ago
5b4e58d
Fix repo_for and clean up repository_entries
Mikayla Maki
created
2 years ago
023d665
Fix TreeMap retain
Mikayla Maki
created
2 years ago
ae89021
Restored a lost API and got everything compiling
Mikayla Maki
created
2 years ago
bcf608e
WIP: Refactor existing git code to use new representation.
Click to expand commit body
co-authored-by: petros <petros@zed.dev>
Mikayla Maki
and
petros
created
2 years ago
563f139
WIP: Convert old git repository vec to new treemap based approach.
Click to expand commit body
co-authored-by: Nathan <nathan@zed.dev>
Mikayla Maki
and
Nathan
created
2 years ago
a58d3d8
Add a data driven representation of the current git repository state to the worktree snapshots
Click to expand commit body
WIP: Switch git repositories to use SumTrees
Co-authored-by: Nathan <nathan@zed.dev>
Mikayla Maki
and
Nathan
created
2 years ago
bb93447
Merge pull request #2453 from zed-industries/fix-click-fallthrough
Click to expand commit body
Fixed clicks falling through the modal terminal
Mikayla Maki
created
2 years ago
2cf928c
Fixed clicks falling through the modal terminal
Click to expand commit body
co-authored-by: Antonio <antonio@zed.dev>
Mikayla Maki
and
Antonio
created
2 years ago
39bddfc
Only allow invisbles in local and leader selections
Kirill Bulatov
created
2 years ago
98ff18c
Code review fixes
Kirill Bulatov
created
2 years ago
e6489e9
Add invisibles wrapping test
Kirill Bulatov
created
2 years ago
d2b2dc3
Do not print invisibles in non-full mode editors
Kirill Bulatov
created
2 years ago
ab6b3ad
Add a theme entry for whitespace, use it to style whitespaces
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Co-Authored-By: Kirill Bulatov <mail4score@gmail.com>
Nate Butler
,
Antonio Scandurra
, and
Kirill Bulatov
created
2 years ago
fb3ef4b
Fix wrapped line detection
Kirill Bulatov
created
2 years ago
075bab2
Use more convntional name for the settings
Kirill Bulatov
created
2 years ago
Kirill Bulatov
created
2 years ago
ec725fe
Do not print extra invisibles on line wraps
Kirill Bulatov
created
2 years ago
95bcd19
Refactor line glyphs drawing methods
Kirill Bulatov
created
2 years ago
4aaf44d
Support invisibles in the selection
Kirill Bulatov
created
2 years ago
1eeeec1
Use cached standard glyphs for invisible symbols
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Kirill Bulatov
and
Max Brunsfeld
created
2 years ago
714734d
Add whitespaces rendering
Kirill Bulatov
created
2 years ago
Page 4 of 185