Commit graph

854 commits

Author SHA1 Message Date
4df58c8d67
docs: updated Config usage examples 2024-10-16 22:14:55 +02:00
9269dc6460
feat: Default for Config 2024-10-16 22:14:34 +02:00
d7c9acd928
Merge pull request #49 from hexedtech/chore/rename
chore: enforcing API consistency (also across FFI)
2024-10-16 17:34:34 +02:00
9972fc4185
Merge branch 'dev' into chore/rename 2024-10-16 16:50:21 +02:00
cschen
22cec4ab56 reverted the change to accept only keywords arguments and have user and password as mandatory. 2024-10-16 16:46:41 +02:00
d3e16a2bb2
Merge pull request #48 from hexedtech/fix/java-ci
ci: rewrite java ci
2024-10-16 16:34:02 +02:00
3068773d96
docs: update Java README 2024-10-16 16:05:38 +02:00
3d12840459
fix(js): camelCase searchBuffers
Co-authored-by: frelodev <74790175+frelodev@users.noreply.github.com>
2024-10-16 15:52:35 +02:00
a159a97724
chore: remove unneeded build steps
Co-authored-by: alemi.dev <me@alemi.dev>
2024-10-16 15:51:51 +02:00
4c1122cf6a
chore: restore auto-publish, don't run full ci on branch 2024-10-16 15:40:44 +02:00
3b653e8205
ci(java): try using the base plugin 2024-10-16 15:21:20 +02:00
a73a61a841
docs: fix doctests 2024-10-16 04:00:05 +02:00
7cc8e88402
fix(py): explicit getter/setter for user name 2024-10-16 03:47:07 +02:00
8b2a2f2e2e
fix: feature gate pyo3 reference 2024-10-16 03:15:09 +02:00
4b5ed06bb7
chore: renamed TextChange and Event fields
Co-authored-by: alemi <me@alemi.dev>
2024-10-16 03:11:40 +02:00
3326217058
feat(python): better struct access
Co-authored-by: alemi <me@alemi.dev>
2024-10-16 02:49:54 +02:00
d10b34eaf9
ci: try to sign manually 2024-10-16 01:44:44 +02:00
5dcfd341d3
ci(java): try to use publications 2024-10-16 01:07:34 +02:00
e1e09cb20e
fix: doctests 2024-10-16 00:51:52 +02:00
4363bdfa7e
chore: dep version bump 2024-10-16 00:43:19 +02:00
e5fd0ca76a
chore: split list_workspaces, renamed filetree, refactored fetch_users and fetch_buffers
Co-authored-by: alemi <me@alemi.dev>
2024-10-16 00:42:55 +02:00
6f04c38779
chore: last consistency fixes in glues
Co-authored-by: zaaarf <me@zaaarf.foo>
2024-10-15 23:01:49 +02:00
96a8b1a88f
chore: public workspace event type 2024-10-15 22:36:43 +02:00
3bf620d41a
chore: my_user -> current_user 2024-10-15 22:21:37 +02:00
9a4225cf0d
chore(js): camelCase 2024-10-15 22:21:08 +02:00
c63a3ec73a
feat(lua): use serde for IntoLua too
so now it creates a table on the fly and the thing that lua receives
behaves like you would expect instead of being weird!
2024-10-15 22:20:23 +02:00
a721e17024
fix(py): unify current_user 2024-10-15 22:20:03 +02:00
a44edee07b
feat: user_list returns Vec<User>
returning a String was weird!
2024-10-15 22:19:38 +02:00
2e583028a6
docs: added missing javadocs 2024-10-15 21:55:23 +02:00
14e10e1f7b
chore: update glues 2024-10-15 21:46:22 +02:00
b452cb822f
ci(java): attempt to configure java library correctly 2024-10-15 20:32:39 +02:00
a9d17bf630
chore: added explicit target to names, consistency 2024-10-15 19:35:41 +02:00
21b76767bd
ci: attempt with publications 2024-10-15 16:30:33 +02:00
9f3177e22e
ci(java): merge multiple artifacts for gradle 2024-10-15 15:31:52 +02:00
611766a705
debug: log artifacts downloaded 2024-10-15 14:56:41 +02:00
ede4b5eb58
ci: run os task 2024-10-15 01:02:05 +02:00
12f83769cb
ci: specify runner
Co-authored-by: alemi <me@alemi.dev>
2024-10-15 00:44:16 +02:00
f7247d4352
ci: also run it on the test branch 2024-10-15 00:42:43 +02:00
d2635de37b
ci: new ci run
Co-authored-by: alemi <me@alemi.dev>
2024-10-15 00:37:01 +02:00
07e11a7817
ci: create separate native jar tasks 2024-10-15 00:26:01 +02:00
cda0584b0e
docs(ffi): comparison examples (#47)
docs: added ffi comparison examples
2024-10-14 14:13:35 +02:00
85630d2667
Merge pull request #45 from hexedtech/feat/small-binaries
feat: optimize release build for smaller size
2024-10-13 23:35:51 +02:00
b7fcc914cf
Merge branch 'dev' into feat/small-binaries 2024-10-13 19:54:15 +02:00
0aebf2d8d9
Merge pull request #46 from hexedtech/fix/static-version
fix: js, py and lua allow &'static str, use it
2024-10-13 19:24:38 +02:00
b09e9452f2 fix: js, py and lua allow &'static str, use it 2024-10-13 18:43:59 +02:00
f15fec6272
Merge branch 'dev' into feat/small-binaries 2024-10-13 18:34:19 +02:00
3c0a5d4919
Merge pull request #44 from hexedtech/fix/static-version
fix: make version return a static string
2024-10-13 18:31:57 +02:00
790ef3b0f8
Merge branch 'dev' into fix/static-version 2024-10-13 14:41:39 +02:00
frelodev
11cbb55c82
Merge pull request #43 from hexedtech/fix/cursor-into
fix: make clippy happy
2024-10-12 22:31:10 +02:00
8f94b29925 feat: optimize release build for smaller size 2024-10-12 22:30:05 +02:00