Skip to content

Commit a506bbe

Browse files
authored
ref: relay on json transport only (#115)
* ref: switch to JSON-based socket * feat(api): get all runners * feat(api): get watchlist and targets with one api call * chore(api): operation instead of ops * feat(nvim): setup nvim as daemon socket client * chore: re-setup tracing for sourcekit-helper * fix(nvim): drop command sending roots as nil * ref(nvim): just use server.request * style(rustfmt) * chore(nvim): use table for commands * fix(nvim): dropping roots * ref: relocate bin files * feat(daemon): graceful shutdown * fix(nvim): Auto-start daemon * fix(nvim): missing out some messages * fix(nvim): update statusline * ref: general refactor * doc: update
1 parent dc78bac commit a506bbe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1867
-2680
lines changed

.github/workflows/cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ header = """
66
# template for the changelog body
77
# https://tera.netlify.app/docs/#introduction
88
body = """
9-
{%- set repo = "https://github.com/tami5/xbase" -%}\
9+
{%- set repo = "https://github.com/xbase-lab/xbase" -%}\
1010
1111
{% if version %}\
1212
## 🎉 [{{ version }}]({{ repo }}/tree/{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}

CONTRIBUTING.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)