Orion Henry
1f0989cbb0
break op set into one per object
2021-12-19 14:18:02 -05:00
Alex Good
962340805c
automerge::set - don't generate ops for noops
...
Repeatedly setting the same value for a particular (obj, key)
combination now no longer generates an operation. To allow this we
modify the return value of `automerge::set` so that it may return an
`Option<OpId>` instead of an `OpId`.
Signed-off-by: Alex Good <alex@memoryandthought.me>
2021-12-18 15:57:03 +00:00
Orion Henry
1739a7e7b1
encode/decode sync in wasm
2021-12-17 21:14:16 -05:00
Orion Henry
9c237c7f00
remove expanded_op and internal_op_type
2021-12-17 12:39:26 -05:00
Orion Henry
702117b996
move change_hash out of legacy, removing diff
2021-12-17 12:13:43 -05:00
Orion Henry
90244236c3
move important items out of legacy
2021-12-17 11:33:05 -05:00
Orion Henry
6b517b9894
move things we need out of legacy
2021-12-17 11:04:35 -05:00
Orion Henry
b2f339e714
update packages - get legacy tests passing
2021-12-17 10:36:02 -05:00
Orion Henry
4c83416abf
cheers to andrew who found a faster B value on the tree
2021-12-17 10:19:15 -05:00
Orion Henry
0ac2407815
cargo fmt
2021-12-17 09:52:57 -05:00
Orion Henry
db3a43c5b6
import protocol into legacy
2021-12-16 20:39:08 -05:00
Andrew Jeffery
0c417f02b2
Improve ergonomics of the main API
2021-12-16 05:46:01 -08:00
Andrew Jeffery
1bd54d5489
Optimise last function on op_tree
...
Rather than iterating through the children we can just skip straight to
the last. The last element is always in a leaf so we also don't need to
care about intermediate values.
2021-12-16 09:45:12 +00:00
Andrew Jeffery
54b02095fe
Fix automerge-protocol dependency to use git
2021-12-16 09:41:34 +00:00
Orion Henry
26ccaf63cc
readme and new tests
2021-12-15 19:07:39 -05:00
Orion Henry
0c284992cd
stub out text_at
2021-12-13 10:52:06 -05:00
Orion Henry
850db4a35b
objid vs opid was not useful as an external type
2021-12-13 10:45:43 -05:00
Orion Henry
0c96d504bc
getting ready for at(clock) api
2021-12-13 10:28:49 -05:00
Orion Henry
f31fa308b3
add len query - remove obj specific code from tree
2021-12-13 10:12:40 -05:00
Orion Henry
d99d0dbf47
cleanup value
2021-12-13 09:55:31 -05:00
Orion Henry
89a2e4a0fa
remove old seq_scan code
2021-12-13 07:45:38 -05:00
Orion Henry
a1a7e42dfa
remove begin - make tx implicit
2021-12-12 12:51:27 -08:00
Orion Henry
406a20707f
seek_op, inc test, logging
2021-12-12 09:27:51 -08:00
Orion Henry
e2b63ca102
adding text() and splice_text()
2021-12-10 15:20:19 -08:00
Orion Henry
670de06bdf
rework op_set query system
2021-12-10 15:35:51 -05:00
Orion Henry
09f073d902
refactor query system - wip
2021-12-09 23:23:23 -05:00
Orion Henry
3ba7e2fb7f
make length fast - fix bug in index
2021-12-07 15:00:21 -05:00
Orion Henry
bbfb2337d5
save_incremental()
2021-12-06 15:23:18 -05:00
Orion Henry
0cc815ef74
move query logic into trait, format
2021-12-06 11:09:08 -05:00
Orion Henry
70b482b827
go faster
2021-12-03 21:56:59 -08:00
Orion Henry
8ffccd96bc
cleanup and op_tree
2021-11-29 19:08:32 -08:00
Orion Henry
a87fc3c1d3
profiling and seq_tree
2021-11-29 17:27:47 -07:00
Orion Henry
88361b6915
remove iter_mut
2021-11-29 11:26:43 -07:00
Orion Henry
c51a0073ae
cleanup
2021-11-29 11:11:10 -07:00
Orion Henry
2191f6a723
iter
2021-11-29 10:42:56 -07:00
Orion Henry
e76a3e4ae9
fix tx actorid bug
2021-11-27 18:45:32 -07:00
Orion Henry
c3328997a6
inc()
2021-11-26 21:26:35 -05:00
Orion Henry
a4c04247eb
simple cleanup
2021-11-26 12:01:41 -05:00
Orion Henry
288f214964
start on encode/decode
2021-11-19 14:44:20 -05:00
Orion Henry
c1d33386bf
out of order changes handled
2021-11-19 11:43:37 -05:00
Orion Henry
a0b8a6cfe3
load()
2021-11-17 15:59:23 -05:00
Orion Henry
efce75558e
rework the api to be set(), insert(), inc(), del()
2021-11-17 13:27:52 -05:00
Orion Henry
8f3ac5a626
fix merge bug
2021-11-16 18:09:49 -05:00
Orion Henry
8a980d5340
list tests passing
2021-11-16 16:12:50 -05:00
Orion Henry
94f6855390
make in lists
2021-11-12 23:48:31 -05:00
Orion Henry
112a5bc8f1
getConflicts, getHistory
2021-11-12 16:03:57 -05:00
Orion Henry
a28d4b2f0c
adding sync
2021-11-12 13:12:57 -05:00
Orion Henry
cde3ac95f1
more tests
2021-11-12 12:39:18 -05:00
Orion Henry
ab5565481e
applyChanges
2021-11-11 18:40:19 -05:00
Orion Henry
40007ffa33
implement rollback
2021-11-10 10:54:02 -05:00