index
:
lib
chore/bump-deps
chore/cargo-features
ci/doc-test
ci/java-tests
dev
feat/awaitable-send
feat/better-tracing
feat/cffi
feat/file-system
feat/lua-bump
feat/password-struct
feat/wasm
feat/workspace-worker
fix/js-ack
fix/lua-annotations
fix/lua-userdata-null
fix/py/add-missing-workspace-event-class
fix/python/adds-version-to-typehints
fix/python/getter-for-nested-elements
fix/version-acking
fix/worker-stopping-not-an-error
py-ack-type-hints
release/v0.8.1
stable
test/e2e
test/wait-more
code multiplexer -- fast, safe, collaborative editor plugin ecosystem
hexedtech
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Lines
*
properly export the event object to the python glue
fix/py/add-missing-workspace-event-class
cschen
2025-03-17
-1
/
+2
*
changed the worker recognizing the closure of the controller from error to de...
cschen
2025-02-17
-4
/
+5
*
some rewording in the log messages
fix/python/adds-version-to-typehints
cschen
2025-02-15
-5
/
+5
*
bumped to pyo3 0.23 (#81)
frelodev
2025-02-15
-9
/
+19
*
feat: introduce tracing::instrument and more debug
feat/better-tracing
alemi
2025-02-15
-18
/
+66
*
feat: handle unknown cursor
zaaarf
2025-02-01
-16
/
+28
*
fix: send only delta patches via DiamondTypes
alemi
2025-01-13
-2
/
+2
*
feat: workspace worker
zaaarf
2024-11-19
-54
/
+68
*
Merge branch 'dev' into fix/python/getter-for-nested-elements
cschen
2024-11-20
-4
/
+4
|
\
|
*
test: wait more
test/wait-more
zaaarf
2024-11-20
-4
/
+4
*
|
adds getters for complex nested elements.
fix/python/getter-for-nested-elements
cschen
2024-11-19
-2
/
+2
|
/
*
fix(lua): dont serialize hash when None
fix/lua-userdata-null
alemi
2024-11-17
-0
/
+1
*
feat(lua): back to using official mlua
feat/lua-bump
alemi
2024-11-16
-47
/
+88
*
feat: cursor+buffer controllers know their ws id
alemi
2024-11-16
-5
/
+22
*
chore: cargo features (#66)
alemi.dev
2024-11-16
-18
/
+15
*
docs: missing ` on code
zaaarf
2024-11-15
-1
/
+1
*
chore: cargo fmt
zaaarf
2024-11-05
-60
/
+46
*
feat: use single tuple in buffer fixture too
zaaarf
2024-11-05
-12
/
+50
*
test: wait 1s so it can catch up in case its slow
test/e2e
alemi
2024-11-05
-1
/
+3
*
test: dont use ws fixture coz leave wont work
alemi
2024-11-05
-5
/
+14
*
test: drop workspace so that it disconnects
alemi
2024-11-05
-4
/
+6
*
test: even more time to disconnect?
alemi
2024-11-05
-2
/
+2
*
test: split down invite_to_workspace_and_lookup
alemi
2024-11-05
-53
/
+33
*
test: dont use is_ok(), propagate err
alemi
2024-11-05
-2
/
+2
*
test: split lookup and create/delete tests
alemi
2024-11-05
-16
/
+37
*
test: improved tests cleanup and logic
alemi
2024-11-05
-199
/
+110
*
feat(test): added fixture macro
alemi
2024-11-05
-0
/
+20
*
fix: cleanup for buffer fixture
alemi
2024-11-05
-4
/
+6
*
test: better assert_or_err messages
alemi
2024-11-05
-0
/
+13
*
chore: removed need of adding type hints
alemi
2024-11-05
-29
/
+13
*
docs: better wording in detach_buffer docs
zaaarf
2024-11-03
-4
/
+4
*
tests: actually delete the buffer in the buffer fixture
zaaarf
2024-11-03
-2
/
+6
*
tests: cleanup redundant code
zaaarf
2024-11-03
-9
/
+3
*
fix(test): add more clear explainations of what went wrong.
cschen
2024-11-03
-19
/
+58
*
test: moved around previously existing tests. and other formatter shenanigans
cschen
2024-11-03
-1
/
+37
*
test: inviting users to one's workspace
cschen
2024-11-03
-0
/
+57
*
test(WIP): added skeleton for testing of behaviour when deleting workspace wi...
cschen
2024-11-03
-0
/
+17
*
test: deleting twice or non existing is an error
cschen
2024-11-03
-0
/
+19
*
test: delete empty workspace
cschen
2024-11-03
-0
/
+18
*
test: leaving workspaces, attaching after leaving
cschen
2024-11-03
-0
/
+43
*
test: attaching to a non existing workspace is an error
cschen
2024-11-03
-0
/
+18
*
test: attaching to workspaces and making them active
cschen
2024-11-03
-0
/
+20
*
test: can't create workspace more than once
cschen
2024-11-03
-0
/
+17
*
chore: implement from ConnectionError and from RemoteError for AssertionError
cschen
2024-11-03
-0
/
+22
*
fmt: formatter shenanigans
cschen
2024-11-03
-40
/
+92
*
test: workspace creation and lookup
cschen
2024-11-03
-11
/
+26
*
test: buffer fixture
zaaarf
2024-11-02
-13
/
+86
*
test: show for which test workspace was
alemi
2024-10-30
-12
/
+12
*
fix: more time in tryRecv to compensate longer RTT
alemi
2024-10-30
-4
/
+4
*
test: ignored a test, fixed another
alemi
2024-10-30
-1
/
+1
[next]