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

62 commits

Author SHA1 Message Date
Sergey
f1e1e9fda4
Slice Diff: treat slices as ordered sets; add tests 2024-05-15 11:02:22 +02:00
Mikhail Iudin
863e9b8ccd
GO-3316 Fix ids cache 2024-04-30 14:17:00 +02:00
Sergey
252f64d565
GO-2259: Fix object type saving 2023-11-01 10:24:52 +05:00
kirillston
49c251a344
GO-2253 Fix misspell 2023-10-27 14:18:53 +02:00
kirillston
86a6b2257d
GO-2253 Use immutable slice.Remove 2023-10-27 14:07:23 +02:00
Mikhail Iudin
14d681bcc2
GO-1542 Downgrade go version to 1.20 2023-08-31 15:52:34 +02:00
Sergey
2017f5dfa3
WIP strengthen typing 2023-08-17 18:35:54 +05:00
Sergey
3f7b361ba1
WIP: use bundle.TypeKey 2023-08-17 12:26:24 +05:00
Roman Khafizianov
74b5f9507c
fix files import
make sure URLs are not indexed as file hashes
2023-07-14 18:53:59 +02:00
kirillston
a1c4e01c0a
GO-1055 Fix func signature 2023-04-25 18:17:59 +02:00
kirillston
7829e1a248
GO-1055 Fix PR comments 2023-04-25 18:17:59 +02:00
Roman Khafizianov
8050d0f23c
GO-966 fix slice.Diff
make remove slice determenistic
2023-04-25 18:17:59 +02:00
Mikhail Iudin
813b0d8892
GO-991 Add https://github.com/samber/lo 2023-04-25 18:17:59 +02:00
Mikhail Iudin
cb17141c8b
GO-991 Mark system relations for filtering out 2023-04-25 18:17:59 +02:00
Sergey
0d90265cf3
Subscription prototype 2023-04-25 18:17:59 +02:00
Sergey
6f86c196b1
Atomic changes for storing slices in a state 2023-04-25 18:17:59 +02:00
mcrakhman
9ee5462d06
WIP space sync local 2023-04-25 18:17:59 +02:00
Sergey
4beb4946c5
Address code review 2022-12-28 18:14:59 +05:00
Sergey
27cac50dc7
Small refactor 2022-12-27 13:21:17 +05:00
Sergey
40baa66f58
Refactor; remove failed experimental code 2022-12-27 13:14:33 +05:00
Sergey
5abae2ddfe
Use optimized insert 2022-12-27 12:06:28 +05:00
Sergey
ce828e47db
Improve tests; fix possible data loss 2022-12-27 11:19:46 +05:00
Sergey
8b3d6447ff
Fix linter's complains 2022-12-26 21:11:14 +05:00
Sergey
333ecaa411
Fix naming; small optimization 2022-12-26 16:20:29 +05:00
Sergey
849dfcc7de
Optimize 2022-12-26 12:28:05 +05:00
Sergey
4b6bb4774e
Fix tests; add simple benchmark 2022-12-26 12:22:14 +05:00
Sergey
659e2287cb
Add ID to filters 2022-12-23 16:40:35 +05:00
Sergey
f14b2b6fd7
Commands BlockDataviewFilterRemove, Update, Sort 2022-12-23 15:26:40 +05:00
Sergey
2b3b3f4c61
Simplify 2022-12-23 10:40:19 +05:00
Sergey
414e3fcc77
Prototype for filters 2022-12-22 21:17:29 +05:00
Sergey
4c31a62a7b
WIP 2022-12-22 17:18:49 +05:00
Sergey
0b68d078ee
Refactor diff library to be more optimized 2022-12-22 15:17:57 +05:00
Sergey
556c59a68c
Generic slice diff 2022-12-22 00:33:56 +05:00
Anastasia Shemyakinskaya
fba411c451
Revert "GO -551 remove unused code" 2022-12-21 12:12:26 +03:00
AnastasiaShemyakinskaya
7494a9f7d5
GO-551: cleanup utils
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2022-12-16 11:39:36 +03:00
Roman Khafizianov
cbb1218a50
Merge branch 'master' of ssh://github.com/anytypeio/go-anytype-middleware into ref-relations
# Conflicts:
#	core/block/database/objects/objects.go
#	core/block/editor/state/change.go
#	core/block/restriction/service.go
#	docs/proto.md
#	pb/events.pb.go
#	pb/protos/events.proto
2022-10-16 23:53:49 +02:00
Pavel Zavyalov
b25784032b
[feat-GO-212-changes-for-kanban] fix delIds 2022-09-27 21:29:13 +06:00
Pavel Zavyalov
cb66e0a870
[feat-GO-212-changes-for-kanban] version with operation move 2022-09-27 18:08:49 +06:00
Pavel Zavyalov
3aeb1058f8
[feat-GO-212-changes-for-kanban] add tests for random length 2022-09-26 17:14:23 +06:00
Pavel Zavyalov
dc30b3f927
[feat-GO-212-changes-for-kanban] add rand test cases 2022-09-26 13:58:19 +06:00
Pavel Zavyalov
dc943d225c
[feat-GO-212-changes-for-kanban] fix 2022-09-25 18:59:13 +06:00
Pavel Zavyalov
64447ed9c0
[feat-GO-212-changes-for-kanban] fix 2022-09-24 13:29:05 +06:00
Pavel Zavyalov
261429576f
[feat-GO-212-changes-for-kanban] merge del operations 2022-09-23 19:13:13 +06:00
Pavel Zavyalov
3dc9ad7ade
[feat-GO-212-changes-for-kanban] operations add, remove, replace 2022-09-23 18:35:20 +06:00
Pavel Zavyalov
967cfc4bcb
[feat-GO-212-changes-for-kanban] changes for kanban 2022-09-20 18:11:09 +06:00
Sergey
6a4ef5b020
[GO-300] Fix featured relations for sets 2022-09-09 13:41:32 +03:00
Sergey Cherepanov
17802371f0
relations wip 2022-04-28 01:28:36 +03:00
Sergey Cherepanov
b977f2074b
store diff 2022-01-19 19:18:26 +03:00
Roman Khafizianov
c17d324818
RPC added: FileOffload, FilesOffloadAll 2021-10-08 18:45:59 +04:00
Roman Khafizianov
3f979c13ce
fix objectType list: filter-out wrong smartblockTypes 2021-04-15 14:35:29 +04:00