Commit graph

788 commits

Author SHA1 Message Date
Andrew Jeffery
d3b97a3cbb Add wasm tests to CI 2022-03-09 16:02:08 +00:00
Orion Henry
f230be8aec change the wasm commit back to an array 2022-03-09 10:41:14 -05:00
Orion Henry
e4d85f47a3
Merge pull request #302 from jeffa5/experiment-misc-api
Misc API changes
2022-03-09 09:48:49 -05:00
Andrew Jeffery
266f112e91 Document some sync api 2022-03-09 13:04:10 +00:00
Andrew Jeffery
e26837b09d Move sync structs to module 2022-03-09 12:43:52 +00:00
Andrew Jeffery
d00cee1637 Misc API updates
- Commit now returns just a single hash rather than a vec. Since the
  change we create from committing has all of the heads as deps there
  can only be one hash/head after committing.
- Apply changes now takes a Vec rather than a slice. This avoids having
  to clone them inside.
- transact_with now passes the result of the closure to the commit
  options function
- Remove patch struct
- Change receive_sync_message to return a () instead of the
  `Option<Patch>`
- Change `Transaction*` structs to just `*` and use the transaction
  module
- Make CommitOptions fields public
2022-03-09 12:33:20 +00:00
Andrew Jeffery
3cff67002a
Merge pull request #297 from jeffa5/experiment-del-nothing
Add failing tests for deleting nothing
2022-03-09 11:15:22 +00:00
Andrew Jeffery
ebe7bae992 Fix typo on QueryResult 2022-03-09 11:14:21 +00:00
Andrew Jeffery
875bfdd7f2 Update save call 2022-03-09 10:33:57 +00:00
Andrew Jeffery
5f200e3bf5 Update delete nothing tests 2022-03-09 10:31:25 +00:00
Andrew Jeffery
a9737a6815 Fix del missing key in map 2022-03-09 10:31:25 +00:00
Andrew Jeffery
73ac96b7a2 Add failing tests for deleting nothing 2022-03-09 10:31:25 +00:00
Andrew Jeffery
4b32ee882a Cleanup value API
Adds conversions to contained types, is_* methods for checking the
variant and conversions from more types.
2022-03-09 10:28:25 +00:00
Orion Henry
beae33402a update wasm test for set_object 2022-03-07 11:46:25 -05:00
Orion Henry
95f27f362c
Merge pull request #283 from jeffa5/experiment-make
Separate scalars and objects in transaction API
2022-03-04 16:53:17 -05:00
Orion Henry
6b505419b6
Merge pull request #292 from jeffa5/experiment-actorid-api
Cleanup actor id api
2022-03-04 12:44:27 -05:00
Orion Henry
b9acf611fa
Merge pull request #293 from jeffa5/experiment-sync-api
Clean up sync api
2022-03-04 12:39:03 -05:00
Orion Henry
390ae49be0
Merge pull request #294 from jeffa5/experiment-infallible-save
Make save infallible
2022-03-04 12:37:51 -05:00
Andrew Jeffery
b79da38dea
Merge pull request #295 from jeffa5/experiment-decode-change
Make decode_change an associated function
2022-03-04 16:50:19 +00:00
Andrew Jeffery
cd5e734735 Make decode_change an associated function 2022-03-04 13:09:29 +00:00
Andrew Jeffery
a4432bdc3d Nothing really Into's ObjType so just take it directly 2022-03-04 13:03:19 +00:00
Andrew Jeffery
000576191e Clean up sync api 2022-03-04 12:32:07 +00:00
Andrew Jeffery
d71e87882e Make save infallible 2022-03-04 12:28:05 +00:00
Andrew Jeffery
c406742760
Merge pull request #291 from jeffa5/experiment-tx-closed
Unpub ensure_transaction_closed
2022-03-04 12:07:53 +00:00
Andrew Jeffery
2f3fe0e342 Cleanup actor id api
Default can be a footgun and confuse users, it was used internally but
that now uses the `from` impls. Also, opidat wasn't used and doesn't
seem to need to be public.
2022-03-04 12:06:43 +00:00
Andrew Jeffery
555f4c6b98 Unpub ensure_transaction_closed
This does the same functionality as a commit but without messages or
timestamps and doesn't return the heads. This shouldn't really be a
public API as they should use commit.
2022-03-04 11:59:51 +00:00
Andrew Jeffery
535d2eb92f Fix js proxy api 2022-03-04 11:46:03 +00:00
Andrew Jeffery
2ebb3fea6f Fixup cli 2022-03-04 11:37:44 +00:00
Andrew Jeffery
e1aeb4fd88 Fixup new test after rebase 2022-03-04 11:33:03 +00:00
Andrew Jeffery
4fe7df3d0e Fix clippy lint 2022-03-04 09:51:50 +00:00
Andrew Jeffery
93a20f302d Fixup wasm lib 2022-03-04 09:51:50 +00:00
Andrew Jeffery
f8cffa3deb Fix edit trace 2022-03-04 09:51:49 +00:00
Andrew Jeffery
b6c9d90d84 Rename value to object in insert_object 2022-03-04 09:51:17 +00:00
Andrew Jeffery
338dc1bece Change splice to accept scalars only 2022-03-04 09:51:16 +00:00
Andrew Jeffery
79d493ddd2 Rename make to set_object 2022-03-04 09:50:48 +00:00
Andrew Jeffery
e42adaf84b Fixup automerge tests 2022-03-04 09:47:37 +00:00
Andrew Jeffery
9406bf09ea Fix some tests 2022-03-03 22:53:55 +00:00
Andrew Jeffery
1a6abddb50 Example of make in the API 2022-03-03 22:53:21 +00:00
Andrew Jeffery
affb85b0b4 Add make to transaction API 2022-03-03 22:51:51 +00:00
Orion Henry
9a89db3f91
Merge pull request #287 from jeffa5/experiment-borrow-exid
AsRef exid to avoid &ROOT everywhere
2022-03-03 15:55:55 -05:00
Orion Henry
9d01406e13 missing gitignore 2022-03-03 14:36:10 -05:00
Andrew Jeffery
967b467aa6 Fix clippy 2022-03-03 18:22:42 +00:00
Andrew Jeffery
c0070e081d Reorder generics 2022-03-03 18:21:58 +00:00
Orion Henry
4fbecf86af
Merge pull request #286 from automerge/import_cli
import cli
2022-03-03 12:15:16 -05:00
Orion Henry
76ff910e06 update license deny.yaml 2022-03-03 11:09:26 -05:00
Andrew Jeffery
c46e6e6321
Merge pull request #288 from jeffa5/experiment-map-overwrite
Add test for overwriting a map and getting value from old one
2022-03-03 14:50:57 +00:00
Andrew Jeffery
7cf9faf7da Fix overwriting maps test 2022-03-03 14:40:35 +00:00
Andrew Jeffery
9ae988e754 Use as_ref instead of borrow 2022-03-03 14:37:24 +00:00
Andrew Jeffery
51f1c05545 Add mutation of old object 2022-03-03 10:36:10 +00:00
Andrew Jeffery
b323f988f9 Add test for overwriting a map and getting value from old one 2022-03-03 10:28:40 +00:00