Alex Good
24dcd9c1e6
Add automerge change CLI op
2021-01-29 14:27:51 +00:00
Alex Good
ae4b9f8f94
Add some benchmarks and make some performance related tweaks
2021-01-25 13:49:38 +00:00
Orion Henry
82deb8a517
fix succ/pred bugs on doc uncompress
2021-01-22 15:32:36 -05:00
Orion Henry
ddb7090f2c
Merge branch 'main' of github.com:automerge/automerge-rs into main
2021-01-22 13:52:45 -05:00
Orion Henry
9a90a8f84c
add full document decompression
2021-01-22 13:32:50 -05:00
Alex Good
20bbe7c8b0
Run cargo fmt
2021-01-20 15:48:04 +00:00
Alex Good
8142d42796
Add first crdt benchmark and some frontend optimisations
2021-01-20 15:18:47 +00:00
Alex Good
8516476db2
Fix handling of Unchanged diffs in StateTreeValue::new_from_diff
2021-01-19 14:55:54 +00:00
Alex Good
56750f68d1
Fix inserts at beginning of a text object
2021-01-19 14:20:09 +00:00
Alex Good
c45d055ce3
Fix clippy
2021-01-16 17:55:30 +00:00
Alex Good
497372db99
Immutable frontend rewrite
2021-01-16 17:40:47 +00:00
Orion Henry
4f61f7da08
simplified encoding code - 1 less copy
2021-01-14 15:23:42 -05:00
Orion Henry
cd6d83ef6d
removed an unnecessarry round trip from the change encoder
2021-01-14 14:51:54 -05:00
Orion Henry
d11a0f6b73
fix extra_bytes serialization w field missing
2021-01-14 12:30:25 -05:00
Alex Good
7cd1a059f5
Add proptest for serialization
2021-01-14 12:30:25 -05:00
Alex Good
3c4d64c8a0
Add extra_bytes
2021-01-14 12:30:25 -05:00
Alex Good
3187afcc51
Use more expressive Operation structure
2021-01-14 12:30:25 -05:00
Orion Henry
b6d6b66c06
UncompressedChange moved packages
2021-01-14 12:30:25 -05:00
Alex Good
ce38f5360b
Move automerge_backend::UnencodedChange -> automerge_protocol::UncompressedChange
2021-01-14 12:30:25 -05:00
Orion Henry
c859b24a12
fix c api
2021-01-12 15:33:10 -05:00
Orion Henry
0b469640d4
update format-tweaks to serialize properly
2021-01-12 14:45:32 -05:00
Martin Kleppmann
4f9e07a29d
Allow extra bytes at the end of a change
...
Corresponding to automerge/automerge@7f2e9f4897
2021-01-12 14:45:32 -05:00
Martin Kleppmann
1350b3e4be
Move index of columns ahead of the column data
...
Corresponding to automerge/automerge@d7f97c5387
2021-01-12 14:45:32 -05:00
Martin Kleppmann
fae835343f
Require strictly monotonically increasing column IDs
2021-01-12 14:45:32 -05:00
Martin Kleppmann
13b3faf921
Move deps closer to the start of an encoded change
...
Corresponding to automerge/automerge@7d9adb4807
2021-01-12 14:45:32 -05:00
Martin Kleppmann
5ec8408398
Replace all-zeros UUID with '_root'
...
Corresponding to automerge/automerge@10ec271cbd
2021-01-12 14:45:32 -05:00
Martin Kleppmann
ec327c0125
Delete unused code
2021-01-12 14:45:32 -05:00
Orion Henry
83145b82c4
add getHeads() and new deps functionality
2021-01-01 17:39:44 -05:00
Orion Henry
f3049202a7
update api to localChange
2020-12-30 15:27:07 -05:00
Orion Henry
2019a2bd1a
update c api to undo api changes
2020-12-17 20:53:15 -05:00
Orion Henry
b8d71f3b53
remove undo/redo
2020-12-17 19:13:05 -05:00
Orion Henry
939ccf38aa
adding ack function
2020-11-12 11:03:44 -05:00
Orion Henry
1d126dd263
faster max_op calc
2020-11-10 12:25:07 -05:00
Peter van Hardenberg
0a5e39b5fa
wip
2020-11-09 15:30:31 -08:00
Orion Henry
d5b49316e7
wip
2020-11-09 18:11:49 -05:00
Orion Henry
d8d24e23a5
remove extra clone
2020-11-09 14:23:24 -05:00
Orion Henry
d03abd7457
fmt
2020-11-09 09:50:27 -05:00
Orion Henry
c2768c5ebc
refactor process_request to feed the ops in one at a time removing the
...
dobule list management ops
2020-11-09 09:48:45 -05:00
Orion Henry
39add00bf9
fxbuildhasher
2020-11-09 09:48:45 -05:00
Orion Henry
26a5d05fe2
copy2 changes
2020-11-09 09:48:45 -05:00
Jeremy Rose
cb33262a34
remove old build scripts ( #32 )
2020-11-08 14:48:00 +00:00
Jeremy Rose
f1032e6342
add link to instructions for installing wasm-pack ( #31 )
2020-11-08 14:47:40 +00:00
Jeremy Rose
f80c395434
cargo fmt --all ( #30 )
2020-11-08 14:47:18 +00:00
Jeremy Rose
023f3c1672
fix automerge-cli ftbfs ( #29 )
2020-11-08 14:47:00 +00:00
Orion Henry
a584e202f1
adding getMissingDeps and getChanges to C API
2020-09-09 13:46:00 -04:00
Orion Henry
c1319e06eb
patch has a slightly different format now
2020-09-09 12:52:25 -04:00
Orion Henry
783f615a23
update to use new format for encoding key=_head
2020-09-08 16:53:07 -04:00
Orion Henry
fb3b56112c
update binary encoding for op actions to match js implementation
2020-09-08 16:29:24 -04:00
Scott Trinh
128e90bb18
cli: Add mutation CLI subcommands to IDEAS documentation ( #25 )
2020-06-10 11:09:59 +01:00
Scott Trinh
b943c41e7d
cli: Add import command ( #21 )
...
* cli: wip Add import command
* cli: wip Save bytes to out file
* cli: Update `export` for reader/writer interface
* cli: Update import for reader/writer interface
* cli: Add `atty` to check if stdin/out is a TTY
* cli: Require file path if not streaming in or out
* cli: Align naming of the binary changes file, whether in or out
* cli: Small documentation fixes
* cli: Allow specifying an input file for import
* cli: Add `duct` crate for testing
* cli: comment-out println that was showing up in output files
* cli: Add basic CLI tests for import, export, and import -> export
* cli: EOF NL
* cli: Remove a few redundant calls to clone
* cli: Move duct to dev-dependencies
* Remove debug message
2020-06-08 20:01:55 +01:00