408 Commits

Author SHA1 Message Date
mcrakhman
339dd2b006
Add tree params and debugging 2022-12-03 15:06:43 +01:00
mcrakhman
eb7a6fb9dc
WIP add snapshot methods to debug api 2022-12-03 14:43:18 +01:00
mcrakhman
8b86ad2918
Check space dir existence before creating new 2022-12-03 13:23:14 +01:00
mcrakhman
3d624adc09
WIP node api 2022-12-03 13:09:15 +01:00
mcrakhman
4062a76e21
WIP node api 2022-12-03 12:44:02 +01:00
mcrakhman
9ae5710854
Simplify space locked solution 2022-12-03 11:48:18 +01:00
mcrakhman
494b7552ce
Stopped space from unloading if trees are still there 2022-12-02 19:45:43 +01:00
mcrakhman
aaecd2ae6d
Move notifiable logic to synctree instead of syncclient 2022-12-02 14:14:02 +01:00
mcrakhman
1e4a25c15d
Add dump heads and new head when adding text 2022-12-02 12:18:38 +01:00
mcrakhman
ea9a51ec02
Add load space methods and fix storage errors 2022-12-02 09:52:04 +01:00
mcrakhman
4593637e23
Add scripts 2022-12-01 22:08:01 +01:00
mcrakhman
bdae3a76d0
Redirect logs and add more commands 2022-12-01 21:28:36 +01:00
mcrakhman
a370efda87
WIP debug client 2022-12-01 16:30:41 +01:00
mcrakhman
bab107ebf6
WIP debug client 2022-12-01 11:15:17 +01:00
mcrakhman
ea6dd0dc99
Client api wip 2022-11-30 23:42:26 +01:00
mcrakhman
20b9a36604
Add api grpc server to client 2022-11-30 22:50:43 +01:00
mcrakhman
b3b50aa8ab
Abstract drpc server and add client drpc api 2022-11-30 22:09:18 +01:00
Mikhail Rakhmanov
f749e967f1
Merge pull request #17 from anytypeio/object-delete 2022-11-30 18:59:11 +01:00
mcrakhman
75b5193dc4
Add idprovider tests 2022-11-29 20:54:44 +01:00
mcrakhman
6bc8124413
Add deleter tests 2022-11-29 19:45:51 +01:00
mcrakhman
06d68e25ac
Add deletionstate tests 2022-11-29 19:37:18 +01:00
mcrakhman
19bc9a0c93
Add settingsdocument tests 2022-11-29 18:53:04 +01:00
mcrakhman
4a3f20b236
Tests and refactoring 2022-11-29 16:54:04 +01:00
mcrakhman
82400407b9
Improve interfaces for synctree, generate mocks 2022-11-28 16:54:31 +01:00
mcrakhman
d49384b98b
Changes for tests and database fixes 2022-11-28 16:15:25 +01:00
mcrakhman
3c1072db4a
Update diffsyncer 2022-11-25 15:24:25 +01:00
mcrakhman
41fde6f1ad
Fix diffservice tests 2022-11-25 15:09:44 +01:00
mcrakhman
620731b464
Re-generate mocks and fix sync tree tests 2022-11-25 14:37:00 +01:00
mcrakhman
558cecea76
Fix more bugs 2022-11-25 11:40:36 +01:00
mcrakhman
ff81bf1fac
Add sync listener nil check 2022-11-25 09:46:01 +01:00
mcrakhman
71717a5dbb
Fix settings document 2022-11-24 22:41:34 +01:00
mcrakhman
9155a3cbf2
Fix tests 2022-11-24 22:20:01 +01:00
mcrakhman
f98d629a78
Add deletion test 2022-11-24 21:03:43 +01:00
mcrakhman
55e04cd2cd
Change push space and some tree deletion logic 2022-11-24 20:24:59 +01:00
mcrakhman
f6d8183001
Simplify deletion pipeline and change other stuff 2022-11-24 01:17:56 +01:00
mcrakhman
b9f4ddd480
Add remove notifial 2022-11-13 14:16:58 +01:00
mcrakhman
0d9360490d
Change deletion logic 2022-11-13 09:35:47 +01:00
mcrakhman
8854bbbe95
Fix some document deletion bugs 2022-11-12 22:55:12 +01:00
mcrakhman
b617cdc690
Add sync loop to settings document 2022-11-12 18:17:01 +01:00
mcrakhman
62d26fbafd
WIP more deletion checks 2022-11-12 17:49:25 +01:00
mcrakhman
6c38474c40
Diff service notify logic 2022-11-12 16:24:06 +01:00
mcrakhman
fed41ba3aa
Add non-encrypted changes and settings document logic 2022-11-12 13:36:30 +01:00
mcrakhman
72d83ca171
WIP document deletion 2022-11-11 12:37:45 +01:00
mcrakhman
020b1f1d71
Change pullspace and pushspace methods and handlers 2022-11-10 20:10:57 +01:00
mcrakhman
11e57a43f7
Create space with settings 2022-11-10 19:44:33 +01:00
Mikhail Rakhmanov
92bdf7d57b
Merge pull request #16 from anytypeio/acl-invite 2022-11-07 15:56:05 +01:00
mcrakhman
d5ef4f9313
Add client space 2022-11-07 15:53:27 +01:00
mcrakhman
925005a9de
Fix tests and change peer id context logic 2022-11-07 13:36:10 +01:00
mcrakhman
354ee3b6c7
Merge remote-tracking branch 'origin/acl-sync' into acl-invite
# Conflicts:
#	common/commonspace/service.go
#	common/pkg/acl/aclrecordproto/aclrecord.pb.go
#	common/pkg/acl/aclrecordproto/protos/aclrecord.proto
#	common/pkg/acl/list/list.go
#	common/pkg/acl/storage/inmemory.go
#	common/pkg/acl/testutils/acllistbuilder/liststoragebuilder.go
#	node/nodespace/rpchandler.go
#	node/nodespace/service.go
2022-11-07 12:36:48 +01:00
Sergey Cherepanov
9f080b4533
acl sync handler [wip] 2022-11-07 11:22:48 +03:00