Commit log

5651ef7 Use quit to end tests

Conrad Irwin created

51aa0d6 Clearer error on importing both gpui and gpui2

Conrad Irwin created

bc3572f util: Improve error message for failing requests to GH. (#3159)

Click to expand commit body
Release notes:
- N/A

Co-authored-by: Julia Risley <julia@zed.dev>

Piotr Osiewicz and Julia Risley created

1ec6638 vue: use anyhow::ensure instead of asserting on filesystem state (#3173)

Click to expand commit body
Release Notes:
- Fixed a crash on failed assertion in Vue.js language support.

Piotr Osiewicz created

e31a940 Merge branch 'remove-view-state-associated-type' into gpui2-element-renderer

Marshall Bowers created

65389a8 Merge branch 'zed2' into gpui2-element-renderer

Marshall Bowers created

9fb9885 Checkpoint: Compiling

Marshall Bowers created

8b972f6 WIP: Fix compilation of `gpui2`

Marshall Bowers created

965bfd8 WIP: Pass in `V` to `Element`

Marshall Bowers created

9c10152 Use `Display` instead of custom `to_string`

Marshall Bowers created

28ef30f Removed unused `ui2::color` module

Marshall Bowers created

e6f2288 Don't use function_name in vim tests (#3171)

Click to expand commit body
Remove dependency on function name from vim tests.

We want to remove this from gpui2, and it looks like we can!

Conrad Irwin created

ffcec01 Don't use function_name in vim tests

Conrad Irwin created

06bff41 WIP: ElementRenderer

Marshall Bowers created

c5763cd Fix errors in passing TestAppContext in async gpui2 tests

Antonio Scandurra created

43d230c Introduce a `gpui2::test` macro

Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>

Antonio Scandurra , Conrad Irwin , Max Brunsfeld , and Kyle created

7ec9cc0 Fix z-index targeting for drag and drop

Marshall Bowers created

5355007 Clean up some warnings

Marshall Bowers created

b5eae86 Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

e67048e Load themes from settings and rework `Settings` trait

Marshall Bowers created

5ba04dc Assert handles are passed to the right contexts

Antonio Scandurra created

7f6bb3d Extract multi_buffer module out of editor (#3170)

Click to expand commit body
Release Notes:

- N/A

Piotr Osiewicz created

412c0ff Add fs2

Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad <conrad.irwin@gmail.com>
Co-Authored-By: Kyle <kyle@zed.dev>

Antonio Scandurra , Max , Conrad , and Kyle created

1936ba5 F8 navigation bugs (#3163)

Click to expand commit body
Release Notes:

- Fixed "go to previous hunk" getting suck on deletion.
- Fixed a rare case where "go to (prev) diagnostic" could get stuck with
specifically overlapping diagnostics.

Julia created

9986e52 Stop depending on gpui in client2 and settings2

Antonio Scandurra created

3460e95 vcs_menu: Fix a circular view handle in modal picker. (#3168)

Click to expand commit body
Release Notes:

- Fixed a crash in modal branch picker.

Joseph T. Lyons created

3948036 vcs_menu: Fix a circular view handle in modal picker.

Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>

Piotr Osiewicz and Julia Risley created

1b75603 Implement `os_name`, `os_version` and `app_version` for `TestPlatform`

Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Kyle <kyle@zed.dev>

Antonio Scandurra , Conrad Irwin , and Kyle created

52f9f90 Implement `TestAppContext::new`

Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad <conrad@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>

Antonio Scandurra , Max , Conrad , and Kyle created

98e2490 Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

a0fe859 Make theme converter spit out valid Rust structs

Marshall Bowers created

51fb33d Allow different app contexts to race

Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>
Co-Authored-By: Conrad <conrad@zed.dev>

Antonio Scandurra , Max , Kyle , and Conrad created

3a369bc Name embedded.provisionprofile the same on stable as other channels

Max Brunsfeld created

92535ba Introduce `TestAppContext`

Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Kyle Caverly <kyle@zed.dev>

Antonio Scandurra , Max , Conrad Irwin , and Kyle Caverly created

6f6495c Fix error

Antonio Scandurra created

08a4e53 Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

c8a86c2 theme2: Add Rosé Pine themes

Marshall Bowers created

841a5ef collab 0.27.0

Max Brunsfeld created

2c5caf9 Bump RPC version for channels + notifications changes

Max Brunsfeld created

3566d92 Add deterministic `TestDispatcher`

Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Kyle Caverly <kyle@zed.dev>

Antonio Scandurra , Conrad Irwin , Max Brunsfeld , and Kyle Caverly created

cee8175 theme2: Add Sandcastle theme

Marshall Bowers created

751df45 Print out `Theme` structs in `theme_converter`

Marshall Bowers created

eb8d376 Avoid unused import in release builds

Max Brunsfeld created

f67f427 Rename IIFE to maybe (#3165)

Click to expand commit body
Too good of an idea to forget

Release Notes:

- N/A

Mikayla Maki created

6b5947a Start work on theme converter

Marshall Bowers created

437d147 Rename `player` to `players`

Marshall Bowers created

0867175 Remove reference to removed `ThemeColor`

Marshall Bowers created

4fcbc91 Add note about fixing `dead_code` and `unused_variables` warnings in `ui2`

Marshall Bowers created

e1032c5 Remove `ThemeColor` in favor of `theme2::Theme`

Marshall Bowers created

71bc35d catchup with main

KCaverly created