1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00
Commit graph

372 commits

Author SHA1 Message Date
Sergey
7a335e7c2c
Merge branch 'master' of github.com:anytypeio/go-anytype-middleware into feat-auth-31zywbr
 Conflicts:
	clientlibrary/service/service.pb.go
	core/account.go
	core/anytype/bootstrap.go
	core/block/editor.go
	core/block/editor/dataview/dataview.go
	core/block/service.go
	core/block_dataview.go
	core/object.go
	core/relations_test.go
	docs/proto.md
	pb/commands.pb.go
	pb/events.pb.go
	pb/service/service.pb.go
	pkg/lib/pb/model/models.pb.go
2022-07-25 12:34:00 +03:00
Sergey
6f3c0288a4
A bunch of review fixes 2022-07-21 13:06:31 +03:00
Roman Khafizianov
400f6fca4f
add metrics & pass ctx through app cmp and tree build 2022-07-12 21:26:44 +02:00
Sergey
d972fafb15
WIP Authorization 2022-07-12 13:32:12 +03:00
Sergey
b853ee4031
WIP auth 2022-07-11 18:00:34 +03:00
Sergey Cherepanov
94900089c2
merge 2022-07-03 15:28:08 +03:00
Sergey
99cc70c151
Fix free port search 2022-07-01 12:24:35 +03:00
Sergey
2b656c2167
Cleanup 2022-07-01 11:42:52 +03:00
Sergey
441166b71b
WIP grpc-web over http2 2022-07-01 11:41:48 +03:00
Sergey
9e12b30460
Fix gomobile protoc plugin 2022-06-30 15:03:30 +03:00
Sergey
1573010735
WIP 2022-06-30 13:46:37 +03:00
Sergey
3ffcd4aad2
Add context.Context to all grpc methods 2022-06-29 13:52:49 +03:00
Sergey
b7ff86e123
WIP 2022-06-29 13:10:57 +03:00
Sergey
ddc47d1fad
WIP 2022-06-29 12:23:54 +03:00
Sergey Cherepanov
7beff3f47f
subObject rework + fix tests 2022-06-13 00:34:29 +03:00
Roman Khafizianov
22427dee0a
fix tests that used ds 2022-05-27 14:46:25 +02:00
Sergey
14228c4efe
Merge master 2022-05-24 17:41:08 +03:00
Roman Khafizianov
aae8693366
Merge pull request #1356 from anytypeio/protocol-refactor
mw protocol refactor draft
2022-05-18 15:28:13 +02:00
Roman Khafizianov
f0baf0a0f7
Merge branch 'master' of ssh://github.com/anytypeio/go-anytype-middleware into badger3 2022-05-17 14:00:04 +02:00
Roman Khafizianov
68f0677239
Merge branch 'master' of ssh://github.com/anytypeio/go-anytype-middleware into protocol-refactor
# Conflicts:
#	clientlibrary/service/service.pb.go
#	core/debug.go
#	docs/proto.md
#	pb/commands.pb.go
#	pb/service/service.pb.go
2022-05-17 13:34:35 +02:00
Roman Khafizianov
428c2db966
fix tests, fix ObjectCreateSet 2022-04-14 10:13:09 +02:00
Roman Khafizianov
0c1c49207b
protocol refactor impl 2022-04-13 18:12:37 +02:00
Roman Khafizianov
f457ef6616
migrate to badger v3 2022-04-12 17:15:49 +02:00
Anthony Akentiev
60ea7b914a
add GenerateSvg flag to DebugTree method 2022-03-25 16:55:01 +03:00
mcrakhman
db1d1f27d2
Merge remote-tracking branch 'origin/master' into update-client-sync-protocol 2022-01-26 00:20:12 +01:00
mcrakhman
55bb4803d1
Add ANYTYPE_STAGING env variable and respective config 2022-01-26 00:08:18 +01:00
Roman Khafizianov
aeeb273991
debugTree: save modify time, add unanonymized option 2022-01-19 09:06:29 +01:00
Roman Khafizianov
11e1b053c1
fix missing file keys after initial stateBuild 2022-01-19 09:06:21 +01:00
Roman Khafizianov
3e369ad06b
fix removeByPrefix to avoid panic and run in multiple tx 2021-12-15 14:02:45 +01:00
mcrakhman
4ed37f67c6
Change randomization 2021-11-28 14:57:56 +01:00
mcrakhman
582517278c
Add example benchmark 2021-11-28 12:41:59 +01:00
mcrakhman
f97bbd5a77
More detailed benchmarks 2021-11-28 10:46:55 +01:00
mcrakhman
cf89ae7a4e
Update benchmark 2021-11-28 10:37:55 +01:00
mcrakhman
00f1ca02a3
Few changes to benchmarking 2021-11-28 10:08:48 +01:00
mcrakhman
9381620a9d
Add crappy benchmarks 2021-11-26 23:39:17 +01:00
Roman Khafizianov
2d9bdf203a
ExportLocalstore RPC and CLI added 2021-10-27 13:54:27 +03:00
Roman Khafizianov
ecc2ade999
add missing logging.ApplyLevelsFromEnv 2021-09-06 11:56:43 +04:00
Roman Khafizianov
282730e108
move version to app pkg, fix logger level setting 2021-09-02 13:11:04 +04:00
Roman Khafizianov
6ec3100f2c
Merge pull request #1167 from anytypeio/stable
Merge stable into master
2021-08-09 14:47:00 +04:00
Roman Khafizianov
c7bda24efc
normalizeDvRelations
remove duplicate relations
2021-08-05 19:16:52 +04:00
Roman Khafizianov
6a226216ca
cli debug dump-tree 2021-08-05 19:16:51 +04:00
Sergey Cherepanov
db76d0b5dc
grpc panic recover 2021-08-04 17:13:07 +03:00
Sergey Cherepanov
09e5b99c82
file hashes info in debug 2021-08-02 15:23:32 +03:00
Sergey Cherepanov
05f0573ca0
move build state from cli to debug 2021-07-26 18:07:12 +03:00
Sergey Cherepanov
cc0ae99189
localstore info to debug tree 2021-07-20 13:40:01 +03:00
Sergey Cherepanov
260749cf87
change view 2021-07-19 15:30:43 +03:00
Sergey Cherepanov
7d6e9b407c
debug tree improvements 2021-07-19 11:06:23 +03:00
Sergey Cherepanov
849cca79ed
tree debugger 2021-07-07 15:29:50 +03:00
Roman Khafizianov
6311d7ffb6
rewrite relations/option indexing 2021-06-30 17:04:55 +04:00
Roman Khafizianov
5cfb283df5
fix tests 2021-06-25 14:27:14 +04:00