aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeLines
* properly export the event object to the python gluefix/py/add-missing-workspace-event-class cschen2025-03-17-1/+2
* changed the worker recognizing the closure of the controller from error to de... cschen2025-02-17-4/+5
* some rewording in the log messagesfix/python/adds-version-to-typehints cschen2025-02-15-5/+5
* bumped to pyo3 0.23 (#81) frelodev2025-02-15-9/+19
* feat: introduce tracing::instrument and more debugfeat/better-tracing alemi2025-02-15-18/+66
* feat: handle unknown cursor zaaarf2025-02-01-16/+28
* fix: send only delta patches via DiamondTypes alemi2025-01-13-2/+2
* feat: workspace worker zaaarf2024-11-19-54/+68
* Merge branch 'dev' into fix/python/getter-for-nested-elements cschen2024-11-20-4/+4
|\
| * test: wait moretest/wait-more zaaarf2024-11-20-4/+4
* | adds getters for complex nested elements.fix/python/getter-for-nested-elements cschen2024-11-19-2/+2
|/
* fix(lua): dont serialize hash when Nonefix/lua-userdata-null alemi2024-11-17-0/+1
* feat(lua): back to using official mluafeat/lua-bump alemi2024-11-16-47/+88
* feat: cursor+buffer controllers know their ws id alemi2024-11-16-5/+22
* chore: cargo features (#66) alemi.dev2024-11-16-18/+15
* docs: missing ` on code zaaarf2024-11-15-1/+1
* chore: cargo fmt zaaarf2024-11-05-60/+46
* feat: use single tuple in buffer fixture too zaaarf2024-11-05-12/+50
* test: wait 1s so it can catch up in case its slowtest/e2e alemi2024-11-05-1/+3
* test: dont use ws fixture coz leave wont work alemi2024-11-05-5/+14
* test: drop workspace so that it disconnects alemi2024-11-05-4/+6
* test: even more time to disconnect? alemi2024-11-05-2/+2
* test: split down invite_to_workspace_and_lookup alemi2024-11-05-53/+33
* test: dont use is_ok(), propagate err alemi2024-11-05-2/+2
* test: split lookup and create/delete tests alemi2024-11-05-16/+37
* test: improved tests cleanup and logic alemi2024-11-05-199/+110
* feat(test): added fixture macro alemi2024-11-05-0/+20
* fix: cleanup for buffer fixture alemi2024-11-05-4/+6
* test: better assert_or_err messages alemi2024-11-05-0/+13
* chore: removed need of adding type hints alemi2024-11-05-29/+13
* docs: better wording in detach_buffer docs zaaarf2024-11-03-4/+4
* tests: actually delete the buffer in the buffer fixture zaaarf2024-11-03-2/+6
* tests: cleanup redundant code zaaarf2024-11-03-9/+3
* fix(test): add more clear explainations of what went wrong. cschen2024-11-03-19/+58
* test: moved around previously existing tests. and other formatter shenanigans cschen2024-11-03-1/+37
* test: inviting users to one's workspace cschen2024-11-03-0/+57
* test(WIP): added skeleton for testing of behaviour when deleting workspace wi... cschen2024-11-03-0/+17
* test: deleting twice or non existing is an error cschen2024-11-03-0/+19
* test: delete empty workspace cschen2024-11-03-0/+18
* test: leaving workspaces, attaching after leaving cschen2024-11-03-0/+43
* test: attaching to a non existing workspace is an error cschen2024-11-03-0/+18
* test: attaching to workspaces and making them active cschen2024-11-03-0/+20
* test: can't create workspace more than once cschen2024-11-03-0/+17
* chore: implement from ConnectionError and from RemoteError for AssertionError cschen2024-11-03-0/+22
* fmt: formatter shenanigans cschen2024-11-03-40/+92
* test: workspace creation and lookup cschen2024-11-03-11/+26
* test: buffer fixture zaaarf2024-11-02-13/+86
* test: show for which test workspace was alemi2024-10-30-12/+12
* fix: more time in tryRecv to compensate longer RTT alemi2024-10-30-4/+4
* test: ignored a test, fixed another alemi2024-10-30-1/+1